Skip to content

Releases: sourcegraph/jetbrains

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

v5.5.2

04 Apr 08:31
a5b629c
Compare
Choose a tag to compare

See what's new for v5.5.2 in the blog post

Highlights

  • Claude 3 Sonnet is the default LLM for Cody Free users.
  • Chat Export has been added.
  • Autocompletions stability & formatting has been improved.
  • Chat Restore stability has been improved.
  • LLM dropdown stability has been improved.
  • URI null issues has been fixed.
  • Add Repository name validation has been improved.
  • User tier telemetry logging has been added.

What's Changed

Full Changelog: v5.5.0...v5.5.2

v5.5.0

22 Mar 15:15
76093d8
Compare
Choose a tag to compare

Highlights

  • Fixed problems with Cody startup on some machines #723
  • Enabled dynamic multiline autocomplete/reduce autocomplete latency sourcegraph/cody#3302
  • Added local certs when running agent on macOS sourcegraph/cody#3164
    agent startup fixes.

What's Changed

Full Changelog: v5.4.358...v5.5.0

v5.4.358

18 Mar 14:03
1aa45e6
Compare
Choose a tag to compare

Highlights

Check out the v5.4.358 release blog

This release contains several important bugfixes and new features:

  • Added support for Claude 3 for a Pro users
  • Fixed remote enhanced context bug causing only one remote to be taken into consideration
  • Added warning if @-files selected for context are too big, improved editing of existing file mentions
  • Improved error reporting when Cody encounters any issues

What's Changed

Full Changelog: v5.3.3914...v5.4.358