Skip to content

Releases: sourcegraph/cody

Cody for VS Code 1.2.2

01 Feb 01:12
Compare
Choose a tag to compare

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

v1.2.2 Changes

  • Fixed an issue where the natural language search panel would disappear instead of showing results by @sqs in #2981

Full Changelog: vscode-v1.2.1...vscode-v1.2.2

Cody for VS Code 1.2.1

30 Jan 04:18
36a46a8
Compare
Choose a tag to compare

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

v1.2.1 Changes

  • Fixed an authentication issue that caused users to be unable to sign in by @arafatkatze in #2943
  • Chat: Updated Chat input tips as commands are no longer executable from chat by @abeatrix in #2934
  • Custom Command: Removed codebase as context option from the custom command menu by @abeatrix in #2932
  • Command: Add /ask back to the Cody command menu, which was removed by accident by @abeatrix in #2939
  • Chat: Updated message placeholder to mention you can @# to include symbols by @taylorsperry in #2866

Full Changelog: vscode-v1.2.0...vscode-v1.2.1

Cody for VS Code 1.2.0

29 Jan 16:37
6f07236
Compare
Choose a tag to compare

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

v1.2.0 Changes

  • Chat: Add a history quick in the editor panel for chats grouped by last interaction timestamp by @deepak2431 in #2250
  • Commands: Custom edit commands are now executable from the Chat panel by @abeatrix in #2789
  • Added support for the new fireworks/starcoder virtual model name when used in combination with an Enterprise instance by @philipp-spiess in #2714
  • Chat: Added support for editing any non-command chat messages by @abeatrix in #2826
  • Chat: New action buttons added above the chat input area for easy keyboard access by @abeatrix in #2826
  • Chat: Enterprise users can now search multiple repositories for context by @dominiccooney in #2879
  • [Internal] Edit/Chat: Added "ghost" text alongside code to showcase Edit and Chat commands by @umpox in #2611
  • [Internal] Edit/Chat: Added Cmd/Ctrl+K and Cmd/Ctrl+L commands to trigger Edit and Chat by @umpox in #2611
  • Edit: Fixed an issue where concurrent applying edits could result in the incorrect insertion point for a new edit by @umpox in #2707
  • Edit: Fixed an issue where the file/symbol hint would remain even after the file/symbol prefix had been deleted by @umpox in #2712
  • Commands: Fixed an issue where Cody failed to register additional instructions followed by the command key when submitted from the command menu by @abeatrix in #2789
  • Chat: The title for the chat panel is now reset correctly on "Restart Chat Session"/"New Chat Session" button click by @abeatrix in #2786
  • Chat: Fixed an issue where Ctrl+Enter on Windows would not work (did not send a follow-on chat) by @DanTup in #2823
  • Fixes an issue where the codebase URL was not properly inferred for a git repo when the repo name contains dots by @philipp-spiess in #2901
  • Chat: Fixed an issue where the user authentication view appeared in the chat panel by @abeatrix in #2904
  • Changed code block UI to show actions immediately instead of waiting for Cody's response to be completed by @abeatrix in #2737
  • Removed recipes, which were replaced by commands in November 2023 (version 0.18.0)
  • Edit: Updated the codelens display to be more descriptive by @umpox in #2710
  • New chats are now the default when the user submits a new quesetion. Previously, follow-up questions were the default, but this frequently led to exceeding the LLM context window, which users interpreted as an error state. Follow-up questions are still accessible via ⌘-Enter or Ctrl-Enter by @beyang in #2768
  • We now allocate no more than 60% of the overall LLM context window for enhanced context. This preserves more room for follow-up questions and context by @beyang in #2768
  • Chat: Renamed the "Restart Chat Session" button to "New Chat Session" by @abeatrix in #2786
  • Removed the cody.experimental.chatPredictions setting by @beyang in #2848
  • Removed support for the context.codebase custom command property by @beyang in #2848
  • Autocomplete: Better cancellation of requests that are no longer relevant by @philipp-spiess in #2855
  • Updated Enhanced Context popover copy and added a link to the docs by @toolmantim in #2864
  • Include meta information about unit test files in Autocomplete analytics by @philipp-spiess in #2868
  • Moved the Context Limit errors in chat into the deboug log output by @toolmantim in #2891
  • Cleaned up chat editor title buttons & history separators by @toolmantim in #2895
  • Context: Embeddings search by sourcegraph.com have been removed. For the moment, remote embeddings may still affect results for Sourcegraph Enterprise users through the new multi-repo search feature described above. Local embeddings are not affected by this change by @dominiccooney in #2879
  • [Internal] New generate unit test available behind cody.internal.unstable by @abeatrix in #2646

New Contributors

Full Changelog: vscode-v1.1.3...vscode-v1.2.0

Cody for VS Code 1.1.3

12 Jan 20:57
d81571d
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.1.3 Changes

This patch includes multiple fixes for autocomplete and commands. See Changelog for details.

Full Changelog: vscode-v1.1.2...vscode-v1.1.3

Cody for VS Code 1.1.2

11 Jan 06:58
93a43cd
Compare
Choose a tag to compare
VS Code: Release 1.1.2 (#2677)

The onDidChangeWindowState was introduced previously to check if the
user has left the window to upgrade their account to Cody Pro in their
browser when the VS Code window refocuses.

In v1.1.0, we've updated to use `reloadAuthStatus()` to update the auth
status, that caused logging this reload event as login event. This PR
replaced that with `syncAuthStatus(authStatus)` to update the
`authStatus.userCanUpgrade` only on windowState change.

This will update the auth status with a userCanUpgrade flag to indicate
if the user is eligible to upgrade.

## Test plan

<!-- Required. See
https://sourcegraph.com/docs/dev/background-information/testing_principles.
-->

- Check the log to see if login events are being logged on window state
change.
- Login event should only be logged once after sign in

<img width="1174" alt="image"
src="https://github.com/sourcegraph/cody/assets/68532117/48319b25-855f-43b5-9437-5b283e8f4463">

Cody for VS Code 1.1.1

11 Jan 01:25
e04b206
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.1.0 Changes

  • Fixed an authentication issue for users connected to enterprise instances by @abeatrix #2667

Full Changelog: vscode-v1.1.0...vscode-v1.1.1

Cody for VS Code 1.1.0

10 Jan 20:32
f2b2d73
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.1.0 Changes

  • Edit: Added support for user-provided context. Use "@" to include files and "@#" to include specific symbols by @umpox #2574
  • Autocomplete: Experimental support for inline completions with Code Llama via Ollama running locally by @valerybugakov in #2635
  • Folders named 'bin/' are no longer filtered out from chat @-mentions but instead ranked lower by @DanTup in #2472
  • Files ignored in .cody/ignore (if the internal experiment is enabled) will no longer show up in chat @-mentions by @DanTup in #2472
  • Adds a new experiment to test a higher parameter StarCoder model for single-line completions by @philipp-spiess in #2632
  • [Internal] All non-file schemed URLs are now ignored by default when .cody/ignore is enabled by @abeatrix in #2640
  • And lots of fixes! See the full changelog for details.

New Contributors

Full Changelog: vscode-v1.0.5...vscode-v1.1.0

Cody for VS Code 1.0.5

04 Jan 20:40
4b14463
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.0.5 Changes

  • @-mentioning files on Windows no longer sometimes renders visible markdown for the links in the chat by @DanTup in #2398
  • Mentioning multiple files in chat no longer only includes the first file by @DanTup in #2405
  • Enhanced context is no longer added to commands and custom commands that do not require codebase context by @abeatrix in #2537
  • Unblock AltGraph key on chat inputs by @abeatrix in #2558
  • Display error messages from the LLM without replacing existing responses from Cody in the Chat UI by @abeatrix in #2566
  • The inline mode for Custom Commands has been removed by @abeatrix in #2551

Full Changelog: vscode-v1.0.4...vscode-v1.0.5

Cody for VS Code 1.0.4

21 Dec 17:59
8f3c32f
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.0.4 Changes

  • Fixed config parsing to ensure we read the right remote server endpoint everywhere by @philipp-spiess in #2456
  • Autocomplete: Accepting a full line completion will not immediately start another completion request on the same line by @philipp-spiess in #2446
  • Changes to the model in the new chat experience on the Cody Pro plan will now be remembered by @arafatkatze in #2438

Full Changelog: vscode-v1.0.3...vscode-v1.0.4

Cody for VS Code 1.0.3

20 Dec 15:58
ea63565
Compare
Choose a tag to compare

Cody is now generally available πŸŽ‰

Cody for VS Code now includes embeddings generation without needing the Cody desktop app, introduces a new Search Context engine for higher quality chat responses, and includes a range of improvements to all the built-in commands.

Until February you can upgrade to Cody Pro for free. To upgrade your account, head to your Account Page, or see our Pricing Plans and Documentation for details.

πŸ‘‰ For the full announcement, read the Cody v1.0.0 blog post

A finally a big thank you to you, our beta testers, for using Cody in beta, giving feedback, and helping shape Cody v1.0 πŸ’–

v1.0.3 Changes

Full Changelog: vscode-v1.0.2...vscode-v1.0.3