Skip to content

Releases: sourcegraph/cody

Cody for VS Code 0.16.2

01 Dec 08:44
ecab9b4
Compare
Choose a tag to compare

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

What's New in This Release

  • "Ask Cody to Generate" or the "Edit" command now stream incoming code directly to the document when only inserting new code by @umpox in #1883
  • New chat preview models claude-2.1 is now avaliable for sourcegraph.com users by @abeatrix in #1860
  • Added context-aware code actions for "Generate", "Edit" and "Document" commands by @umpox in #1724
  • @'ing files now uses a case-insensitive fuzzy search by @toolmantim in #1889
  • Added a faster, more optimized response for the "document" command by @umpox in #1900
  • Restore the last opened chat panel on reload by @abeatrix in #1918
  • Dynamically switch to multiline completions by @valerybugakov in #1894

Improvements

  • Display OS specific keybinding in chat welcome message by @abeatrix in #2051
  • Embeddings indexes can be generated and stored locally in repositories with a default fetch URL that is not already indexed by sourcegraph.com through the Enhanced Context selector by @dominiccooney in #2069
  • Support chat input history on "up" and "down" arrow keys again by @abeatrix in #2059
  • Decreased debounce time for creating chat panels to improve responsiveness by @abeatrix in #2115
  • Fix infinite loop when searching for symbols by @toolmantim in #2114
  • Speed up chat panel debounce with trigger on leading edge too by @toolmantim in #2126
  • Fix message input overlapping with enhanced context button by @toolmantim in #2141
  • Inline Chat will soon be deprecated in favor of the improved chat and command experience. It is now disabled by default and does not work when the new chat panel is enabled by @abeatrix in #1797
  • Updated the design and location for the chat submit button and stop generating button by @abeatrix in #1782
  • Commands: The Custom Commands Menu now closes on click outside of the menu. by @abeatrix in #1854
  • Remove the frequency of unhelpful autocompletions by @philipp-spiess in #1862
  • Chat: The default chat model claude-2 has been replaced with the pinned version claude-2.0 by @abeatrix in #1860
  • Improved the response consistency for edits. Incoming code should now better match the surrounding code and contain less formatting errors by @umpox in #1892
  • Editor title icon will only show up in non-readonly file editor views by @abeatrix in #1909
  • Include text in dotCom chat events by @abeatrix in #1910
  • Replaced vscode links with custom "cody.chat.open.file" protocol when displaying file names in chat by @abeatrix in #1919
  • Change "Restart Chat Session" icon and add a confirmation by @toolmantim in #2002
  • Remove top-level charCount from completion events by @valerybugakov in #1785

Fixes

  • Uses the new Chat UI by default by @abeatrix in #2079
  • Inline Chat is now deprecated and removed by @abeatrix in #2079
  • Fixup Tree View is now deprecated and removed by @abeatrix in #2079
  • Enhanced Context used to turn off automatically after the first chat. Now it stays enabled until you disable it by @dominiccooney in #2069
  • Reuse existing New Chat panel to prevent having multiple new chats open at once by @abeatrix in #2087
  • Close the Enhanced Context popover on chat input focus by @toolmantim in #2091
  • Show onboarding glowy dot guide until first time opening Enhanced Context by @toolmantim in #2097
  • In 0.12, we simplified the sign-in process and removed the option to sign into Cody App from VS Code. If you were still signed in to Cody App, we invite you to sign in to Sourcegraph.com directly. The extension will do this automatically if possible but you may need to sign in again. If you have set up embeddings in Cody App, VS Code will now search your local embeddings automatically: You no longer need to have the Cody App open. Note, the sidebar chat indicator may say embeddings were not found while we work on improving chat by @dominiccooney in #2099
  • Expose commands in the VS Code command palette and clean up the context menu by @toolmantim in #2109
  • Style and UX improvements to the search panel by @toolmantim in #2138
  • Reduce size of chats list blank copy by @toolmantim in #2137
  • Update message input placeholder to mention slash commands by @toolmantim in #2142
  • Fix leaky XML tags by @umpox in #1789
  • Resolve editor when getting doc context by @abeatrix in #1793
  • Chat history handling in ChatPanelProvider by @abeatrix in #1826
  • Race condition when opening chat panel by @abeatrix in #1836
  • Fix flaky completion test and clean up console by @philipp-spiess in #1864
  • Use a tracked originalRange when retrying a task by @umpox in #1926
  • Backspace and delete keys to remove character by @abeatrix in #1906
  • Aligns chat pop-up selection style by @abeatrix in #1962
  • Display sorted commands in ui by @abeatrix in #1998
  • Handle chat command selection logic by @abeatrix in #1980
  • Fix edit command palette by @umpox in #2004
  • Only affix non-whitespace changes to ranges by @umpox in #2005

Full Changelog: vscode-v0.16.1...vscode-v0.16.2

Cody for VS Code 0.16.1

27 Nov 14:28
Compare
Choose a tag to compare

Patch bump to include autocomplete improvements

Cody for VS Code 0.16.0

16 Nov 17:03
b2cb9f3
Compare
Choose a tag to compare

✨ 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

Cody for VS Code 0.14.5

08 Nov 15:48
Compare
Choose a tag to compare

Version bump to fix critical UI bug and Starcoder experiments

See v0.14.3 for latest developments and changes.

Cody for VS Code 0.14.4

02 Nov 23:28
f6ba998
Compare
Choose a tag to compare
VS Code: Release 0.14.4 (#1618)

Version bump.

## Test plan

<!-- Required. See
https://docs.sourcegraph.com/dev/background-information/testing_principles.
-->


Include a fix for a disruptive UI bug.

Cody for VS Code 0.14.3

02 Nov 17:32
2021034
Compare
Choose a tag to compare

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

What's New

  • Source tracking for recipe execution (#1467) by @abeatrix
  • Notification on first code completion acceptance (#1397) by @DanTup
  • Formatting code actions and ability to skip (#1582) by @umpox

Improvements

Fixes

Full changelog: https://github.com/sourcegraph/cody/compare/v0.14.2...v0.14.3

Cody for VS Code 0.14.2

24 Oct 14:38
198a1e7
Compare
Choose a tag to compare

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

What's Changed

Autcomplete

Chat

Commands

  • Explain code action: Always send to sidebar by @umpox in #1427
  • Use selectionRange in edits when available by @abeatrix in #1429
  • Auto format code after applying edits by @abeatrix in #1441
  • Only apply formatting changes to a range, and clean the undo stack by @umpox in #1445

Misc

New Contributors

Full Changelog: vscode-v0.14.1...vscode-v0.14.2

Cody for VS Code 0.14.1

18 Oct 13:13
c61c33a
Compare
Choose a tag to compare

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

What's changed?

Autocomplete

Fixup Recipes

Inline Chat

Benchmarking

Misc

Full Changelog: vscode-v0.14.0...vscode-v0.14.1

Cody for VS Code 0.14.0

04 Oct 12:41
7755e41
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: vscode-v0.12.4...vscode-v0.14.0

Cody for VS Code 0.12.4

29 Sep 01:32
4a533ab
Compare
Choose a tag to compare

What's New

Improvements

Fixes

Other

See the full changelog for details.

New Contributors

Full Changelog: vscode-v0.12.0...vscode-v0.12.4