Skip to content

Cody for VS Code 1.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 00:26
96bfb18

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

v1.8.0 Changes

  • Chat: Adds experimental support for local Ollama chat models. Simply start the Ollama app. You should be able to find the models you have pulled from Ollama in the model dropdown list in your chat panel after restarting VS Code. For detailed instructions, see pull/3282 by @abeatrix
  • Chat: Adds support for line ranges with @-mentioned files (Example: Explain @src/README.md:1-5). pull/3174 by @abeatrix
  • Chat: Command prompts are now editable and compatible with @ mentions. pull/3243 by @abeatrix
  • Chat: Add Claude 3 Sonnet and Claude 3 Opus for Pro users. pull/3301 by @philipp-spiess
  • Commands: Updated the prompts for the Explain Code and Find Code Smell commands to include file ranges. pull/3243 by @abeatrix
  • Custom Command: All custom commands are now listed individually under the Custom Commands section in the Cody sidebar. pull/3245 by @abeatrix
  • Custom Commands: You can now assign keybindings to individual custom commands. Simply search for cody.command.custom.{CUSTOM_COMMAND_NAME} (e.g. cody.command.custom.commit) in the Keyboard Shortcuts editor to add keybinding. pull/3242 by @abeatrix
  • Chat/Search: Local indexes are rebuilt automatically on a daily cadence when they are stale. Staleness is determined by checking whether files have changed across Git commits and in the set of working file updates not yet committed. pull/3261 by @beyang
  • Debug: Added Export Logs functionality to Settings & Support sidebar for exporting output logs when cody.debug.enabled is enabled. Also available in the Command Palette under Cody: Export Logs. pull/3256 by @abeatrix
  • Auth: Adds a new onboarding flow that does not require the redirect back to VS Code behind a feature flag. pull/3244 by @philipp-spiess
  • Font: Adds Ollama logo. pull/3281 by @abeatrix
  • Auth: Logging in via redirect should now work in Cursor. This requires Sourcegraph 5.3.2 or later. pull/3241 by @beyang
  • Chat: Fixed error found consecutive messages with the same speaker 'assistant' that occurred when prompt length exceeded limit. pull/3228 by @abeatrix
  • Edit: Fixed an issue where preceding and following text would not be included for instruction-based Edits. pull/3309 by @umpox
  • Debug: The cody.debug.enabled setting is now set to true by default. pull/ by @abeatrix

New Contributors

Full Changelog: vscode-v1.6.0...vscode-v1.8.0