Skip to content

Cody for VS Code 1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 23:09
ffa7e9a

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

v1.14.0 Changes

  • Chat: Add highlighted code to Cody Chat as @-mentions context by right-clicking on the code and selecting Cody Chat: Add context by @abeatrix in #3713
  • Autocomplete: Add the proper infilling prompt for Codegemma when using Ollama by @philipp-spiess in #3754
  • Chat: The new Mixtral 8x22B chat model is available for Cody Pro users by @abeatrix in #3768
  • Chat: Add a "Pop out" button to the chat title bar that allows you to move Cody chat into a floating window by @umpox in #3773
  • Sidebar: A new button to copy the current Cody extension version to the clipboard shows up next to the Release Notes item in the SETTINGS & SUPPORT sidebar on hover. This is useful for reporting issues or getting information about the installed version by @abeatrix in #3802
  • Generate Unit Tests: Added a new code action "Ask Cody to Test" currently shows against functions in JS, TS, Go and Python by @umpox in #3763
  • Chat: @-mentions that exceed the context window will be displayed as invalid to make it easier to identify them during input by @abeatrix in #3742
  • Generate Unit Tests: Fixed an issue where Cody would generate tests for the wrong code in the file by @umpox in #3759
  • Chat: Fixed an issue where changing the chat model did not update the token limit for the model by @abeatrix in #3762
  • Troubleshoot: Don't show SignIn page if the authentication error is because of network connectivity issues by @RXminuS in #3750
  • Edit: Large file warnings for @-mentions are now updated dynamically as you add or remove them by @abeatrix in #3767
  • Generate Unit Tests: Improved quality for creating file names by @umpox in #3763
  • Custom Commands: Fixed an issue where newly added custom commands were not working when clicked in the sidebar tree view by @abeatrix in #3804
  • Chat: Fixed an issue where whitespaces in messages submitted by users were omitted by @abeatrix in #3817
  • Chat: Improved token counting mechanism that allows more context to be correctly included or excluded by @abeatrix in #3742
  • Chat: Fixed an issue where context files were opened with an incorrect link for Enterprise users due to double encoding by @abeatrix in #3818
  • Chat: Line numbers for @-mentions are now included and counted toward the "x lines from y files" section in the UI by @abeatrix in #3842
  • Command: Ghost text hint for Document Code ("Alt+D to Document") now only shows on documentable symbols without an existing docstring by @abeatrix in #3622
  • Chat: Updates to the latest GPT 4 Turbo model by @philipp-spiess in #3790
  • Chat: Slightly speeds up enhanced context fetching on Cody Free and Cody Pro when both embeddings and search is used by @philipp-spiess in #3798
  • Support Sidebar: Consolidated all support links to our new Support page, which includes a new Community Forum for user discussion. by @abeatrix in #3803
  • Support Sidebar: Update the icon for Discord to use the official Discord logo by @abeatrix in #3803
  • Commands/Chat: Increased the maximum output limit of LLM responses by @umpox in #3797
  • Commands: Updated the naming of various code actions to be more descriptive by @umpox in #3831
  • Chat: Adds chat model to more telemetry events by @philipp-spiess in #3829
  • Telemetry: Adds a new telemetry event when users sign-in the first time by @philipp-spiess in #3836
  • Chat: Increased context window size when using the Claude 3 Sonnet and Claude 3 Opus models by @abeatrix in #3742

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