Skip to content

Cody for VS Code 1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 20:16
cb66713

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

v1.12.0 Changes

  • Edit/Chat: Cody now expands the selection to the nearest enclosing function, if available, before attempting to expand to the nearest enclosing block by @umpox in #3507
  • Edit: New cody.edit.preInstruction configuration option for adding custom instruction at the end of all your requests by @abeatrix in #3542
  • Edit: Add support for the new cody.edit.preInstruction setting by @abeatrix in #3542
  • Edit: Added telemetry to measure the persistence of edits in the document by @umpox in #3550
  • Edit: "Ask Cody to Fix" now uses Claude 3 Sonnet by @umpox in #3555
  • Chat: Added buttons in the chat input box for enabling/disabling Enhanced Context by @abeatrix in #3547
  • Edit: Display warnings for large @-mentioned files during selection by @umpox in #3494
  • Edit: Automatically show open tabs as available options when triggering an @-mention by @umpox in #3494
  • Cody Debug: Report Issue command to easily file a pre-filled GitHub issue form for reporting bugs and issues directly inside VS Code. The Cody Debug: Report Issue command is accessible from the command palette and the ... menu in the Cody Support sidebar by @abeatrix in #3624
  • Chat: Fixed issue where large files could not be added via @-mention. You can now @-mention line ranges within large files by @abeatrix in #3585
  • Edit: Improved the response reliability, Edit commands should no longer occasionally produce Markdown outputs by @umpox in #3192
  • Chat: Handle empty chat message input and prevent submission of empty messages by @abeatrix in #3554
  • Chat: Warnings are now displayed correctly for large files in the @-mention file selection list by @abeatrix in #3526
  • Custom Commands: Errors when running context command scripts now show the error output in the notification message by @toolmantim in #3565
  • Edit: Improved the response reliability, Edit commands should no longer occasionally produce Markdown outputs by @umpox in #3192
  • Edit: The document command now defaults to Claude 3 Haiku by @umpox in #3572
  • Chat: The Enhanced Context Settings modal is opened by default for the first chat session by @abeatrix in #3547
  • Add information on which Cody tier is being used to analytics events by @philipp-spiess in #3508
  • Auth: Enable the new onboarding flow that does not require the redirect back to VS Code for everyone by @philipp-spiess in #3574
  • Chat: Claude 3 Sonnet is now the default model for every Cody Free or Pro user by @philipp-spiess in #3575
  • Edit: Removed a previous Edit shortcut (Shift+Cmd/Ctrl+v), use Opt/Alt+K to trigger Edits by @umpox in #3591
  • Commands: The Editor Title Icon configuration option has been removed from the Cody Settings menu. Users can configure the title bar icon by right-clicking on the title bar by @abeatrix in #3677
  • Hover Commands: Cody commands are now integrated with the native hover provider, allowing you to seamlessly access essential commands on mouse hover by @abeatrix in #3585

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