Skip to content

Cody for VS Code 1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 20:41
94327ca

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

v1.4.0 Changes

  • Autocomplete: Add a new cody.autocomplete.disableInsideComments option to prevent completions from being displayed while writing code comments by @philipp-spiess in #3049
  • Autocomplete: Added a shortcut to go to the Autocomplete settings from the Cody Settings overlay by @philipp-spiess in #3048
  • Chat: Display Cody icon in the editor title of the chat panels when cody.editorTitleCommandIcon is enabled by @abeatrix in #2937
  • Command: The Generate Unit Tests command now functions as an inline edit command. When executed, the new tests will be automatically appended to the test file. If no existing test file is found, a temporary one will be created by @abeatrix in #2959
  • Command: You can now highlight the output in your terminal panel and right-click to Ask Cody to Explain by @abeatrix in #3008
  • Edit: Added a multi-model selector to the Edit input, allowing quick access to change the Edit LLM by @umpox in #2951
  • Edit: Added Cody Pro support for models: GPT-4, GPT-3.5, Claude 2.1 and Claude Instant by @umpox in #2951
  • Edit: Added new keyboard shortcuts for Edit (Alt+K) and Chat (Alt+L) by @umpox in #2865
  • Edit: Improved the input UX. You can now adjust the range of the Edit, select from available symbols in the document, and get quick access to the "Document" and "Test" commands by @umpox in #2884
  • Edit/Chat: Added "ghost" text alongside code to showcase Edit and Chat commands. Enable it by setting cody.commandHints.enabled to true by @umpox in #2865
  • [Internal] Command: Added new code lenses for generating additional unit tests by @abeatrix in #2959
  • Chat: Messages without enhanced context should not include the sparkle emoji in context list by @abeatrix in #3006
  • Custom Command: Fixed an issue where custom commands could fail to load due to an invalid entry (e.g. missing prompt) by @abeatrix in #3012
  • Edit: Fixed an issue where "Ask Cody to Explain" would result in an error by @umpox in #3015
  • Autocomplete: Expanded the configuration list to include astro, rust, svelte, and elixir for enhanced detection of multiline triggers by @valerybugakov in #3044
  • Autocomplete: Improved the new jaccard similarity retriever and context mixing experiments by @philipp-spiess in #2898
  • Autocomplete: Multiline completions are now enabled only for languages from a predefined list by @valerybugakov in #3044
  • Autocomplete: Remove obvious prompt-continuations by @philipp-spiess in #2974
  • Autocomplete: Enables the new fast-path mode for all Cody community users to directly connect with our inference service by @philipp-spiess in #2927
  • Autocomplete: Rename unstable-ollama option to experimental-ollama to better communicate the current state. We still support unstable-ollama in the config for backward compatibility by @philipp-spiess in #3077
  • Chat: Edit buttons are disabled on messages generated by the default commands by @abeatrix in #3005

Full Changelog: vscode-v1.2.3...vscode-v1.4.0