Skip to content

Cody for VS Code 0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Nov 17:03
b2cb9f3

✨ See the What’s new in v0.16 blog post for what’s new in this release ✨

What's New in This Release

Completions and Autocomplete

Editing

  • Fixed recursive diff expansion bug (#1621 by @umpox)
  • Made code action fixes faster (#1639 by @umpox)
  • Improved quality by adding related fix context when available (#1723 by @umpox)
  • Fixed flickering code lens for autoSave users (#1767 by @umpox)

Interfaces

Chat & Commands

✨ Set cody.experimental.chatPanel to enable the new experimental Chat UI!

  • Updated chat panel icon (#1727 by @iswarmondal)
  • Added a dropdown menu for selecting a different LLM model for chat (#1676 by @abeatrix)
  • Added contextual file passing in chat via @ (#1631 by @abeatrix)
  • Updated context file display widget (#1706 by @abeatrix)
  • Add a new option that allows users to toggle on or off the addition of codebase context for each question (#1738 by @abeatrix)
  • Commands and Custom Commands now support user input that follows the command name as additional instruction (#1731 by @abeatrix)

Other Fixes

Infrastructure