Skip to content

Releases: sourcegraph/cody

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

Cody for VS Code 1.18.0

15 May 15:42
03805ce
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.16 ✨

v1.18.0 Changes

  • Search: A new Search Code command added to the Commands sidebar for Cody's Natural Language Search by @abeatrix in #3991
  • Context Menu: Added commands to send file to chat as @-mention from the explorer context menu by @abeatrix in #4000
  • Chat: New optimization for prompt quality and token usage, deduplicating context items, and optimizing token allocation by @abeatrix in #3929
  • Document Code/Generate Tests: User selections are now matched against known symbol ranges, and adjusted in cases where a user selection in a suitable subset of one of these ranges by @umpox in #4031
  • Extension: Added the vscode.git extension to the extensionDependencies list by @valerybugakov in #4110
  • Command: Add a new Generate Commit Message command for generating commit messages, available in the Cody sidebar, command palette, and Source Control panel by @abeatrix in #4130
  • Chat: The new GPT-4o model is available for Cody Pro users by @abeatrix in #4164
  • Autocomplete: Handle incomplete Ollama response chunks gracefully by @valerybugakov in #4066
  • Edit: Improved handling of responses that contain HTML entities by @umpox in #4085
  • Chat: Fixed an issue where the chat message editor field was not able to be scrolled with the mouse or trackpad by @sqs in #4127
  • Extension has been renamed from Cody AI to Cody: AI Coding Assistant with Autocomplete & Chat by @abeatrix in #4079
  • Search: Cody's Natural Language Search has been moved to a new quick pick interface, and the search box has been removed from the sidebar by @abeatrix in #3991
  • Editor Context Menu: Updated the existing Cody Chat: Add context command to handle selected code from the editor as @-mention by @abeatrix in #4000
  • Fixes an issue where triggering a recipe with no open editor window will cause unexpected behavior by @philipp-spiess in #3911
  • Edit: The "Document Code" and "Generate Tests" commands now execute with a single click/action, rather than requiring the user to specify the range first. The range can be modified from the normal Edit input by @umpox in #4071
  • Chat: The model selector now groups chat model choices by characteristics (such as "Optimized for Accuracy", "Balanced", "Optimized for Speed", and "Ollama") and indicates the default choice by @toolmantim in #4133

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

Cody for VS Code 1.16.7

09 May 20:54
Compare
Choose a tag to compare

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

v1.16.7 Changes

  • Chat: Fixed a bug where the chat model dropdown would not work on first click by @abeatrix in #4122

Full Changelog: vscode-v1.16.6...vscode-v1.16.7

Cody for VS Code 1.16.6

09 May 13:18
Compare
Choose a tag to compare

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

v1.16.6 Changes

  • Edit: Added a maximum timeout to the formatting logic, so the Edit does not appear stuck if the users' formatter takes a particularly long amount of tiem by @umpox in #4113
  • Edit: Fixed cases where the formatting of an Edit would not respect the editor tab size with certain formatters by @umpox in #4111

Full Changelog: vscode-v1.16.5...vscode-v1.16.6

Cody for VS Code 1.16.5

09 May 09:35
Compare
Choose a tag to compare

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

v1.16.5 Changes

  • Tutorial: Fixed a bug where the tutorial would not open on first authentication by @umpox in #4108

Full Changelog: vscode-v1.16.4...vscode-v1.16.5

Cody for VS Code 1.16.4

08 May 18:52
Compare
Choose a tag to compare

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

v1.16.4 Changes

  • Chat: Fixed a bug where the entire Cody chat view would appear blank when clicking the chat model dropdown by @abeatrix in #4098

Full Changelog: vscode-v1.16.3...vscode-v1.16.4

Cody for VS Code 1.16.3

08 May 14:45
Compare
Choose a tag to compare

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

v1.16.3 Changes

  • Tutorial: Fixed telemetry when activating the tutorial on first authentication by @umpox in #4068
  • Tutorial: Improved the reliability and discoverability of the Edit command by @umpox in #4068

Full Changelog: vscode-v1.16.2...vscode-v1.16.3

Cody for VS Code 1.16.2

06 May 21:52
Compare
Choose a tag to compare

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

v1.16.2 Changes

  • Chat: Fixed a bug where the entire Cody chat view would appear blank by @sqs in #4062

Full Changelog: vscode-v1.16.1...vscode-v1.16.2

Cody for VS Code 1.16.1

02 May 19:21
03981a7
Compare
Choose a tag to compare

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

v1.16.1 Changes

  • Fixed a bug where old Sourcegraph instances' error messages caused Cody to ignore all context files by @dominiccooney in #4024
  • Fixed a visually distracting drop shadow on some text labels in the model selection dropdown menu by @sqs in #4026

Full Changelog: vscode-v1.16.0...vscode-v1.16.1

Cody for VS Code 1.16.0

01 May 21:25
0c1d15b
Compare
Choose a tag to compare

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

v1.16.0 Changes

  • Chat: The context window for the Claude 3 Sonnet and Claude 3 Opus models is now increased by default for all non-Enterprise users, without requiring a feature flag by @abeatrix in #3953
  • Custom Commands: Added the ability to create new custom Edit commands via the Custom Command Menu by @abeatrix in #3862
  • Custom Commands: Added 'currentFile' option to include the full file content in the Custom Commands menu by @philipp-spiess in #3960
  • Chat: Pressing Alt+Enter or Opt+Enter will submit a chat message without enhanced context (only @-mentions) by @sqs in #3996
  • Chat: Fixed an issue where Cody's responses were not visible in small windows by @keegancsmith in #3859
  • Edit: Fixed an issue where an Edit task would not correctly respin when an irresolvable conflict is encountered by @umpox in #3872
  • Chat: Fixed an issue where older chats were displaying as 'N months ago' instead of the number in the Chat History sidebar by @abeatrix in #3864
  • Custom Commands: Fixed an issue where the "selection" option was not being toggled correctly based on the user's selection in the Custom Command menu by @philipp-spiess in #3960
  • Chat: Fixed an issue where the chat title showed up as "New Chat" when the question started with a new line by @abeatrix in #3977
  • Sidebar (Settings & Support): For Pro & Enterprise, moved 'Account' up to the top. For Pro only, removed 'Usage' as it can be accessed via 'Account' → 'Manage Account' by @toolmantim in #3868
  • Debug: Removed the cody.debug.enabled setting. Baseline debugging is now enabled by default by @philipp-spiess in #3873
  • Chat: The experimental Ollama Chat feature, which allows using local Ollama models for chat and commands, is now enabled by default by @abeatrix in #3914
  • Removed Claude 2, Claude 2.1 and Claude Instant from Cody Free and Cody Pro. All users are now upgraded to use Claude 3 by default by @philipp-spiess in #3971

Full Changelog: vscode-v1.14.0...vscode-v1.16.0