v7.0.13
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
- Switch back to cody main by @pkukielka in #2270
- Fix chat history download by @pkukielka in #2282
- Do not run EDT code in CodyFixHighlightPass:doCollectInformation by @pkukielka in #2289
- Bump Cody commit by @pkukielka in #2290
- Migrate to IntelliJ Platform Gradle Plugin 2 by @mkondratek in #2194
- Bump jdk version in .tool-versions by @pkukielka in #2300
- Deprecate runIde and fix issues with customRunIde by @pkukielka in #2301
- Move from the deprecated
horizontalAlign
by @mkondratek in #2303 - Rewrite EditCommandPrompt implementation from custom JFrame to JBPopup by @pkukielka in #2305
- Fixed a compile error caused by a simple name change by @steveyegge in #2313
- fix/Remote: Make chat work in remote mode by @dominiccooney in #2319
- Fix cody status icon in remote environments by @pkukielka in #2326
- Bump Cody commit by @pkukielka in #2333
- Fix incorrect null project warning by @pkukielka in #2334
- Implement lenses using codeVision package by @pkukielka in #2318
- Remove v1 telemetry from JB extension by @dadlerj in #2307
- Roll Cody commit to current tip of main, after observable auth changes. by @dominiccooney in #2341
- Update cody commit by @mkondratek in #2342
- Rename runPluginVerifier -> verifyPlugin post Gradle plugin update by @dominiccooney in #2343
- fix/chat: Send workspace root as the expected URI, not a path by @dominiccooney in #2352
- Add a script for searching for Cody commits by JetBrains version by @dominiccooney in #2356
- Fix logic for picking-up selected editor when using remote by @pkukielka in #2349
- Bump pluginUntilBuild to 243.* by @mkondratek in #2366
- fix/chat: Wait for 'ready' before sending theme data. by @dominiccooney in #2371
- Simplify build properties by @dominiccooney in #2370
- Remove dep on
m.intellij.modules.lang
by @mkondratek in #2372 - Remove deprecated code related to chat export by @mkondratek in #2373
- Fix
com.intellij.jetbrains.client
compatibility by @mkondratek in #2375 - Add toolbar menu item for opening WebView DevTools by @dominiccooney in #2384
- telemetry: Add billing categorization to cody events 2 by @dadlerj in #2345
- Get model availability form endpoint instead of computing it manually by @pkukielka in #2386
- Add CodyInlineCompletionProvider as an alternative for inlay completions by @mkondratek in #2304
- Ignore compatibility problems (to fix the issues with the completion provider) by @mkondratek in #2394
- Bump "org.jetbrains.intellij.platform" version by @mkondratek in #2392
- RD: Distinguish INVOKE trigger kind in the completion provider by @mkondratek in #2393
- Remove redundant title from the edit dialog (fixes https://linear.app/sourcegraph/issue/QA-72) by @mkondratek in #2405
- Rewrite InstructionsInputTextArea to use JBTextArea by @pkukielka in #2406
- Change windows 'Edit Code' binding by @pkukielka in #2407
- Fix auth workflow by @pkukielka in #2419
- Fix "Open Revision Diff in Sourcegraph Web" issues by @mkondratek in #2421
- Fix codyErrorSubmitter issues with too long url by @mkondratek in #2422
- Fix Generate Unit Tests by @mkondratek in #2429
- Fix threading issues with showDocument by @mkondratek in #2431
- Fix new pannel not opening in IJ 242+ by @pkukielka in #2432
Full Changelog: v7.0.6...v7.0.13