Skip to content

Releases: sourcegraph/cody

Cody for VS Code 1.22.3

19 Jun 11:37
3af9622
Compare
Choose a tag to compare

✨ See the What’s new in v1.22 blog post for what’s new in this release since v1.21 ✨

v1.22.3 Changes

Full Changelog: vscode-v...vscode-v1.22.3

Cody for VS Code 1.22.2

19 Jun 05:38
Compare
Choose a tag to compare

✨ See the What’s new in v1.22 blog post for what’s new in this release since v1.21 ✨

v1.22.2 Changes

Full Changelog: vscode-v...vscode-v1.22.2

Cody for VS Code 1.22.1

14 Jun 17:58
868a8e0
Compare
Choose a tag to compare

✨ See the What’s new in v1.22 blog post for what’s new in this release since v1.21 ✨

v1.22.1 Changes

Full Changelog: vscode-v...vscode-v1.22.1

Cody for VS Code 1.22.0

12 Jun 21:17
74d1175
Compare
Choose a tag to compare

✨ See the What’s new in v1.22 blog post for what’s new in this release since v1.21 ✨

v1.22.0 Changes

Full Changelog: vscode-v...vscode-v1.22.0

Cody for VS Code 1.20.3

05 Jun 23:33
Compare
Choose a tag to compare

✨ See the What’s new in v1.20 blog post for what’s new in this release since v1.19 ✨

v1.20.3 Changes

  • Chat: Fix an issue where copying code (with right-click or Cmd/Ctrl+C) causes many event logs and may trip rate limits by @sqs in #4469

Full Changelog: vscode-v1.20.2...vscode-v1.20.3

Cody for VS Code 1.20.2

05 Jun 07:37
Compare
Choose a tag to compare

✨ See the What’s new in v1.20 blog post for what’s new in this release since v1.19 ✨

v1.20.2 Changes

  • Performance: Reduced the performance overhead for certain types of context fetching, especially for larger files. This might have caused issues with slow autocomplete before by @RXminuS in #4446
  • Chat: Fixed an issue where the chat view would crash and display a gray screen in VS Code due to an out-of-memory situation by @sqs in #4459

Full Changelog: vscode-v1.20.1...vscode-v1.20.2

Cody for VS Code 1.20.1

03 Jun 10:14
Compare
Choose a tag to compare

✨ See the What’s new in v1.20 blog post for what’s new in this release since v1.19 ✨

v1.20.1 Changes

  • Chat: The @-mentions for workspace repositories, which are added to the input box by default for new messages, now take context filters into consideration and do not mention the excluded repos by @thenamankumar in #4427
  • Chat: Fixed an issue where the buttons for copying and inserting code in assistant responses were not showing by @sqs in #4422
  • Edit: Fixed an issue where the edit commands context was removed from the final prompt by @valerybugakov in #4432
  • Agent: Fixed an issue where the agent incorrectly calculated document range for out of bounds line numbers by @valerybugakov in #4435
  • Chat: Fixed the contrast and colors of send button by @toolmantim in #4436

Full Changelog: vscode-v1.20.0...vscode-v1.20.1

Cody for VS Code 1.20.0

31 May 21:36
4a0d222
Compare
Choose a tag to compare

✨ See the What’s new in v1.20 blog post for what’s new in this release since v1.19 ✨

v1.20.0 Changes

  • Chat: Integrated OpenCtx providers with @-mention context menu by @thenamankumar in #4201
  • Enterprise: Adds support for the completions.smartContextWindow (available in Sourcegraph v5.5.0+) site configuration by @abeatrix in #4236
  • Chat: Integrated OpenCtx providers with @-mention context menu by @thenamankumar in https://github.com/sourcegraph/cody/pull/4201/files
  • Keybinding: Assign the same keyboard shortcut for starting a new chat to the "New Chat with Selection" command by @abeatrix in #4255
  • Telemetry: Adds a new telemetry event when users uninstall the extension by @jamesmcnamara in #4246
  • Chat: Added @-mention remote repositories search provider for enterprise by @thenamankumar in #4311
  • Chat: Editor selection is now included in all chats by default by @abeatrix in #4292
  • Chat: Assistant responses now have a "Try again with different context" line at the bottom with ways you can improve the context used to generate the response by @sqs in #4317
  • Document Code: Adds additional languages support for range expansion
  • Autocomplete: Fixed an issue where formatting on save could cause completions to show duplicated characters by @philipp-spiess in #4404
  • Edit: Fixed an issue where streamed insertions used invalid document ranges by @umpox in #4172
  • Chat: Fixed issues with chat commands where selection context is removed from context items by @abeatrix in #4229
  • Auth: Fixes an issue where Login page is not reloaded when proxy settings have changed by @abeatrix in #4233
  • Chat: Fixes issues with chat commands where selection context is removed from context items by @abeatrix in #4229
  • Chat: Fixes intermittent issues with Add Selection to Cody Chat where sometimes the @-mention would not actually be added by @sqs in #4237
  • Menu: Fixes an issue where the Add Selection to Cody Chat context menu item was incorrectly disabled when no new chat was open by @abeatrix in #4242
  • Fixed an issue where the test file name was incorrectly inserted with the unit test command by @abeatrix in #4262
  • Chat: Fixed a long-standing bug where it was not possible to copy code from Cody's response before it was finished by @sqs in #4268
  • Chat: Fixed a bug where list bullets or numbers were not shown in chat responses by @sqs in #4294
  • Chat: Fixed a bug where long messages could not be scrolled vertically in the input by @sqs in #4313
  • Chat: Copying and pasting @-mentions in the chat input now works by @sqs in #4319
  • Document Code: Fixed an issue where documentation would be incorrectly inserted in the middle of a line by @umpox in #4325
  • Edit: Fixed an issue where an invalid prompt would be used, resulting in an error in certain enterprise configurations by @umpox in #4350
  • Chat: Pressing Space no longer accepts an @-mention item. Press Tab or Enter instead by @sqs in #4154
  • Chat: You can now change the model after you send a chat message. Subsequent messages will be sent using your selected model by @sqs in #4189
  • Chat: The @-mention menu now shows the types of context you can include by @sqs in #4188
  • Increases the context window for the new GPT-4o model by @philipp-spiess in #4180
  • Commands/Chat: Increased the maximum output limit of LLM responses for recommended Enterprise models by @philipp-spiess in #4203
  • Chat: The chat UI has been updated to make messages editable in-place and stream down from the top by @sqs in #4209
  • Chat: Improved chat model selector UI with GPT-4o now as a recommended model, improved usability for Cody Free users, and a chat models documentation link by @toolmantim in #4254
  • Chat: New welcome screen by @toolmantim in #4303
  • Chat: Added @-mention provider icons by @toolmantim in #4336
  • Chat: New chats now start with @-mentions of your current repository and file. Use @-mentions to include other context. Enterprise users can @-mention remote repositories to chat across multiple repositories by @sqs in #4364
  • Chat: The Rename Chat functionality
  • Chat: Rewrite foreign language and long questions before fetching remote context #4290

Full Changelog: vscode-v1.18.2...vscode-v1.20.0

Cody for VS Code 1.18.2

23 May 13:55
c4b9fa0
Compare
Choose a tag to compare

✨ See the What’s new in v1.18 blog post for what’s new in this release since v1.17 ✨

v1.18.2 Changes

  • Feature flags for the fine-tuning model experiment for code completions by @hitesh-1997 in #4245

Full Changelog: vscode-v1.18.1...vscode-v1.18.2

Cody for VS Code 1.18.1

21 May 10:47
4d47af6
Compare
Choose a tag to compare

✨ See the What’s new in v1.18 blog post for what’s new in this release since v1.17 ✨

v1.18.1 Changes

  • Automatically start embeddings indexing using Sourcegraph embeddings API by @rafax in #4091
  • Simplify upstream latency collector and measure Cody Gateway latency by @philipp-spiess in #4193

Full Changelog: vscode-v1.18.0...vscode-v1.18.1