Skip to content

Releases: sourcegraph/jetbrains

v7.1.0

14 Nov 22:57
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.19...v7.1.0

v7.0.18

28 Oct 15:39
dc369a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.13...v7.0.18

v7.0.13

15 Oct 08:00
9b79055
Compare
Choose a tag to compare

Highlights

This release brings integration with JetBrains Gateway, enabling much better experience during the remote development. New update ensures chat functionality and autocomplete work flawlessly in distributed setups. Edit Code and Smart Apply features are working in a limited capacity, but we are going to fully enable them on remote in the sub-sequent releases.

Most notable fixes for the remote development in this release:

  • Fixed chat functionality to work in remote mode (#2319)
  • Resolved issues with Cody status icon in remote environments (#2326)
  • Improved logic for selecting the active editor when using remote connections (#2349)
  • Fixed compatibility issues with com.intellij.jetbrains.client (#2375)
  • Implemented changes to support remote workspace roots (#2352)
  • Ensured proper initialization of theme data in remote sessions (#2371)
  • Added toolbar menu item for opening WebView DevTools, useful for debugging in remote environments (#2384)
  • Rewrote EditCommandPrompt implementation from custom JFrame to JBPopup for better integration (#2305)
  • Implemented lenses using codeVision package, enhancing code navigation in remote sessions (#2318)

What's Changed

Full Changelog: v7.0.6...v7.0.13

v7.0.6

23 Sep 11:53
Compare
Choose a tag to compare

Highlights

Due to bug causing extensive amount of messages sent to serve (resulting in 429 errors), we had to revert our backed to earlier version. This release should is identical to the 7.0.2 with two fixes from 7.0.4 back-ported.

What's Changed

Fixes back-ported from 7.0.4:

Full Changelog: v7.0.4...v7.0.6

v7.0.4

16 Sep 12:46
7118ffa
Compare
Choose a tag to compare

Highlights

Introduce new model: OpenAI o1 by @abeatrix in sourcegraph/cody#5508

What's Changed

Full Changelog: v7.0.2...v7.0.4

v7.0.2

12 Sep 07:48
c406aa0
Compare
Choose a tag to compare

Highlights

  • Fix: Restarting Cody now correctly closes and restores Webview panels to improve UI behavior.
  • Fix: Fixed a bug that caused IDE freezes during project builds when saving files with unsupported schemes.
  • Fix: Resolved occasional runtime errors when deleting characters in the editor.
  • Fix: Focus now correctly shifts to the newly generated unit test file after using the "Generate Unit Tests" command.

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

09 Sep 09:57
813d3f5
Compare
Choose a tag to compare

Highlights

This release contains a few fixes for wrong path or offset errors, and should improve overall experience when using Smart Apply feature.

What's Changed

Full Changelog: v7.0.0...v7.0.1

v7.0.0

04 Sep 19:37
890682c
Compare
Choose a tag to compare

Cody for JetBrains v7.0.0

🚀 Read the full announcement

Highlights

  • New Chat UI
  • Prompt Library
  • Smart Apply
  • Additional context (directories, web URLs, selected code)

Compatibility notes

Users must be on JetBrains version 2023.2 or above in order to get these changes and future updates. We’ll continue to support Cody in JetBrains versions below 2023.2 but only with critical bug fixes, and will not be adding new features or improvements to those older versions.

Full Changelog: v6.0.34...v7.0.0

v6.0.34

27 Aug 17:27
0e668a8
Compare
Choose a tag to compare

Highlights

  • Add: Notification about upcoming changes in the UI.
  • Improve: Move Ask Cody to Fix lower in the action list, so it does not interfere with the default first action (add import).

What's Changed

Full Changelog: v6.0.26...v6.0.34

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