Skip to content

Releases: sourcegraph/jetbrains

v6.0.26

14 Aug 15:09
cf1af08
Compare
Choose a tag to compare

Highlights

  • Fix: Resolved the issue where the correct LLM wasn't assigned when loading chats from history.
  • Fix: Fixed the problem with Ask Cody to Fix not working on certain files or paths.
  • Fix: Addressed the issue where GitHub reporting failed due to long stack traces or excessively long URLs.

What's Changed

New Contributors

Full Changelog: v6.0.25...v6.0.26

v6.0.25

09 Aug 09:56
42be218
Compare
Choose a tag to compare

Highlights

  • Add: 'Ask Cody to Fix' as a Quick Fix action.
  • Add: Automatic browser-based authentication as the default method for all accounts (instances).
  • Add: In-editor support for managing Cody Settings.
  • Add: Support for Windows Subsystem for Linux (WSL).
  • Add: Compatibility with IntelliJ 2024.2.
  • Improve: Inlay Edit performance and stability.
  • Fix: Multiple minor bugs and overall plugin stability.

What's Changed

Full Changelog: v6.0.16...v6.0.25

v6.0.16

09 Aug 09:47
37ddfa7
Compare
Choose a tag to compare

Highlights

  • Fix the issue Cody-ignored file notification appearing too often.
  • Improve the stability and UX of Inline Edit and Inlay Hint.

What's Changed

New Contributors

Full Changelog: v6.0.14...v6.0.16

v6.0.14

12 Jul 12:12
d65ffc9
Compare
Choose a tag to compare

Highlights

  • Improved UX on the Inlay Edit and Hotkey Inlay Hint. Add a setting option to turn the visibility on/off.
  • Improve actions discoverability.
  • Improve multiple account & accounts switching UX.

What's Changed

Full Changelog: v6.0.12...v6.0.14

v6.0.12

03 Jul 21:24
4c2dc06
Compare
Choose a tag to compare

Highlights

This release contains a lot of fixes and improvements, and the new LLMs. Much of the included effort is related to the improvements of development environment, code quality, better error handling, testing (including both unit and integration testing), etc.

What's Changed

  • Add new LLMs.
  • Add support for local Ollama models.
  • Add a warning notification on deleting a file being generated by Generate Unit Tests.
  • Improve the accessibility and discoverability of Cody actions.
  • Improve Inline Edit stability and performance.
  • Improve Cody authentication stability.
  • Improve invalid/removed/expired access token handling.
  • Improve the stability and performance of chat's history and Inline Edit's history.
  • Deprecate some old LLMs.
  • Fix stuck in "Loading..." in My Account tab.
  • Fix ResponseErrorException: No default chat model found in some scenarios.
  • Fix AlreadyDisposedException: Container is already disposed in some scenarios.
  • Fix the manual triggering of autocomplete when the automatic autocompletions are disabled.
  • Fix issue with Sourcegraph actions invalid branch resolution.

Full Changelog: v6.0.3...v6.0.12

v6.0.3

03 Jun 13:57
2d4b31a
Compare
Choose a tag to compare

👀 Check out the blog post

✨ Inline edit commands ✨
Edit commands are new and trigger code edits directly in your files (and sometimes in net-new files). These commands include:

  • Edit Code
  • Document code
  • Generate unit tests

✨ GPT-4o support for Pro and Enterprise ✨
OpenAI's latest model, GPT-4o, is now available for Pro and Enterprise users. It’s two times faster than GPT-4 Turbo and beats its general reasoning benchmark scores.

✨ New multi-repo context UI ✨
Enterprise users will notice a refreshed multi-repo context UI, making it easier to add repositories to Cody's chat context.

✨ Bug fixes an performance improvements ✨
We've fixed an issue with autocomplete for Windows, added more error handling to the UI, and improved the plugin's performance and stability overall.

✨ Better handling for foreign language chats and long questions ✨
For Cody Enterprise context, we now rewrite questions in foreign languages and long questions, to improve Chat response quality.

We'd love your feedback! Please share comments and questions in our support forum.

v5.5.10

14 May 15:22
db5b74c
Compare
Choose a tag to compare

Highlights

That release contains couple of small fixes for for various bugs, most notably for issues with upcoming Cody Ignore feature.
It also moves us very close to official release of Inline Edit feature.

What's Changed

Full Changelog: v5.5.9...v5.5.10

v5.5.9

08 May 19:03
Compare
Choose a tag to compare

Fixes critical Cody Ignore bug introduced in v1.16 of VS Code sourcegraph/cody#4024

v5.5.8

01 May 11:27
3e60270
Compare
Choose a tag to compare

Highlights

Most notably this release includes fix for Cody crashes on the Apple Silicon machines.
Several other minor issues were fixed, like bug where up/down arrow keys always navigate chat history.
For the new Cody users we now display onboarding tooltip on first autocomplete suggestion.

Additionally a lot of work has been done on the upcoming inline edits feature!

What's Changed

New Contributors

Full Changelog: v5.5.5...v5.5.8

v5.5.5

12 Apr 14:43
bb885fe
Compare
Choose a tag to compare

Highlights

  • Partially mitigate issue with code completions crashing occasionally
  • Fix issue with chats history ordering
  • Fix missing LLM dropdown when loading chat from history
  • Add support for local certificates on Windows and Linux
  • Fix code completion status indicator

What's Changed

Full Changelog: v5.5.2...v5.5.5