Skip to content

Releases: sourcegraph/cody

Cody for VS Code 1.98.1

03 Jun 16:18
f85517b
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.98.1 since v1.98.0 ✨

This minor update focuses on improving the chat experience and includes documentation updates.

🐛 Bug Fixes

  • Fixed an issue with chat transcript scrolling functionality, ensuring a smoother conversation experience #8021

📝 Documentation

  • Updated changelog documentation for previous release #8005

Full Comparison: M96...M98

Cody for VS Code 1.98.0

28 May 17:34
2cd6684
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.98.0 since v1.96.0 ✨

This update brings significant improvements to Cody's chat functionality, including enhanced agent capabilities and a more polished user interface, along with several important bug fixes and stability improvements.

🎉 New Features

  • Agentic chat is now enabled by default, providing smarter and more context-aware conversations #7998
  • Last used editor position is now remembered and maintained #7961

💅 Improvements

  • Enhanced chat history interface with improved information display and centered empty state #7966
  • Chat toolbar is now always visible for better accessibility, even with single model configurations #7936
  • Added visual indicators for AI reasoning processes in Cody Web #7942

🐛 Bug Fixes

  • Fixed autocompletion triggering issues with Delete key #7991
  • Resolved missing JCEF panel issue #7968
  • Cody window now properly refreshes when display configuration changes #7987
  • Added support for custom node process arguments and environment variables #7963

⚙️ Technical Improvements

  • Implemented filters for large diff modifications in Autoedit #7970
  • Optimized chat session saving to occur only after LLM responses #7952

Full Comparison: M96...M98

Cody for VS Code 1.96.0

22 May 18:36
8191b94
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.96.0 since v1.94.0 ✨

This update brings significant improvements to chat functionality, enhanced autocomplete features, and various bug fixes to improve the overall user experience.

✨ New Features

  • Improved chat experience with enhanced server management and tool state capabilities [#7915]
  • Added support for sorting prompts by relevance in insider builds [#7913]
  • Enhanced autocomplete support for gpt-4.1-mini model, providing better completion suggestions [#7871]
  • Added support for Ctrl+C functionality in Rider/Windows environments [#7798]

🔧 Improvements

  • Removed rate limiting restrictions for Deep Cody, enabling smoother interactions [#7882]
  • Enhanced telemetry for code copy events to improve accuracy of insert rate metrics [#7897]
  • Streamlined chat interface with improved MCP setting button placement [#7901]
  • Simplified user documentation by replacing walkthroughs with quickstart guide links [#7847]

🐛 Bug Fixes

  • Fixed chat session saving to occur only after LLM response [#7955]
  • Resolved issues with prompt hydration in the editor when using quick pick options [#7902]
  • Fixed duplicate model selection issues in the interface [#7905]
  • Corrected handling of client-side temporary settings in cody_settings.json [#7904]
  • Fixed issues with duplicate .sourcegraph paths in rule search [#7805]

🎯 Performance

  • Improved Safari compatibility in demo app and removed unnecessary dependencies [#7887]
  • Enhanced autocomplete functionality with better stop reason handling [#7872]
  • Optimized analytics logging for untitled documents [#7873]

Full Comparison: M94...M96

Cody for JetBrains v7.96.0

22 May 18:43
8191b94
Compare
Choose a tag to compare

Download Cody for JetBrains 7.96.0 on JetBrains Marketplace.

Full Changelog: jb-v7.94.0...jb-v7.96.0

1.96.0

Fix

  • [Backport M96] fix(chat): only run saveSession after LLM response pull/7955
  • [Backport M96] Do not throw exceptions from unimplemented protocol methods pull/7933
  • Properly use generated protocol classes pull/7922
  • fix(chat): prompt hydration in the right editor when using the prompt quickPick option pull/7902
  • fix(chat): Hide copy button in non-chat mode pull/7895
  • fix(chat): track code paste event pull/7918
  • fix(rules): avoid duplicate .sourcegraph paths in rule search pull/7805
  • Fix handling of client-side temporary settings in cody_settings.json pull/7904
  • Fix issue with duplicated models in the model selection pull/7905
  • fix(autocomplete): fix stop reason in the default completions client pull/7872
  • fix(analytics): enable characters logger for untitled doc pull/7873
  • rm erroneously included tmp file pull/7903
  • Fix demo app on safari & remove tiktoken dependency pull/7887

Features

  • refactor(chat): MCP server management and tool state pull/7915
  • Enable prompts sort bvy relevance for insider builds pull/7913
  • feat(chat): Remove rate limiting and default flag for Deep Cody pull/7882
  • feat(chat): move mcp setting btn and add storybook pull/7901
  • feat(logging): Add telemetry to code copy events to ensure accuracy of insert rate metric pull/7897
  • Added support for Ctrl+C not working in Rider/Windows pull/7798
  • feat(autocomplete): better autocomplete support for gpt-4.1-mini pull/7871
  • Make TokenCounterUtils implementation environment dependent pull/7875
  • add AGENT.md for use with Amp pull/7891

Chores

  • chore(storybook): fixed stories that rendered with errors due to API changes pull/7848
  • chore(ci and release): Remove bundle size checks pull/7916
  • chore(walkthroughs): remove walkthroughts in favor of linking to quickstart docs pull/7847

Reverts

  • [Backport M96] revert(chat): enable agentic chat based on feature flag and model pull/7956

Cody for VS Code 1.94.2

20 May 01:21
7133d1f
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.94.2 since v1.94.1 ✨

This update focuses on chat functionality improvements and includes a rollback of a previously introduced feature.

🔧 Bug Fixes

  • Enhanced chat session management to improve reliability by optimizing when chat sessions are saved (#7954)

↩️ Reverted Changes

  • Rolled back the agentic chat feature that was previously enabled through feature flags and model settings (#7957)

Full Comparison: M92...M94

Cody for VS Code 1.94.1

19 May 17:01
d38edb8
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.94.1 since v1.94.0 ✨

This minor update focuses on maintaining compatibility with the prompt API system.

🐛 Bug Fixes

  • Updated minimum version requirement for the new prompt API system to ensure proper functionality #7943

Full Comparison: M92...M94

Cody for VS Code 1.94.0

14 May 23:22
867d257
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.94.0 since v1.92.0 ✨

This release brings significant improvements to Auto-Edit functionality, enhanced chat features, and various UI refinements. The update focuses on improving user experience and adding new customization options.

🌟 New Features

  • Added copy message button in chat for easy output sharing #7807
  • Introduced tool enable/disable functionality in MCP #7870
  • Implemented new MCP server management with user interface #7812
  • Added draft notice display for prompts in quick prompts selector #7844

⚡ Improvements

  • Switched to Gemini Flash mode as the default chat mode #7831
  • Enhanced character diff display for modified lines #7869
  • Updated prompt list UI for better usability #7796
  • Improved layout for empty state in History Tab #7836

🐛 Bug Fixes

  • Fixed error message display when there are no changes to commit #7827
  • Resolved issues with Range and Position computing in chat #7858
  • Fixed display of insert and copy buttons on non-VSCode clients #7849
  • Corrected Enterprise Starter labeling for ES users #7846

🔧 Technical Improvements

  • Improved Auto-Edit prediction system with better code processing #7851
  • Optimized document context handling for more frequent inline completions #7837

Full Comparison: M92...M94

Cody for JetBrains v7.94.0

15 May 02:01
867d257
Compare
Choose a tag to compare

1.94.0

Features

Auto-Edit

  • Use prediction/code_to_rewrite feedback button #7868
  • Add readyToBeRendered state to the analytics logger #7867
  • Use a character diff for modified lines when suitable #7869
  • Refactor the prompt utils code into separate files #7857

Chat

  • Open mcp settings in json #7910
  • Add copy message button to copy message output #7807
  • Use Gemini Flash mode as default #7831
  • No error message in input box when there are no changes to commit #7827
  • Use agentic chat by default #7761

Mcp

  • Add tool enable/disable #7870
  • Implement MCP server management with UI #7812

Prompts

  • Display draft notice for prompts in the quick prompts selector #7844

Fix

Auto-Edit

  • Only trim hot streak predictions when codeToReplace is missing a final new line #7889
  • Fix the view prompt for active editor #7862
  • Do not suggest empty line insertions #7855
  • Dispose next cursor manager #7852
  • Add the prompt in debug panel for hot-streak #7842
  • Use correct doc context version to show inline completions more often #7837
  • Add common post processing pipeline for prediction from the model #7851
  • Adjust the config for long suggestion model #7850

Chat

  • Add MCP tool schema to tool config prompt #7911
  • Allow spaces in mcp server arguments #7909
  • Update prompt list UI #7796
  • Fix bugs in Range and Position computing #7858

Edit-Buttons

  • Display of insert and copy buttons on non VSCode clients #7849

History Tab

  • Improve layout for empty state #7836

User Menu

  • Show Enterprise Starter for user type instead of Enterprise for ES users #7846
  • Add external link icon to upgrade to pro link #7845

Chore

Auto-Edit

  • Prepare hot-streak for dogfooding #7894
  • Allow custom models for websocket requests #7791
  • Consolidate renderers/decorators #7890

Refactor

Chat

  • Remove parenthesis wrapping of other files when calling selectedCodePromptWithExtraFiles #7022
  • Remove Tool Cody model #7881
  • Remove duplicate mode icon #7880
  • Prompt Picker Improvements #7861

Download Cody for JetBrains 7.$MILESTONE.0 on JetBrains Marketplace.

Full Changelog: jb-v7.92.0...jb-v7.94.0

Cody for VS Code 1.92.0

07 May 13:11
200a9fe
Compare
Choose a tag to compare

✨ For the full technical changelog, see What’s new in v1.92.0 since v1.90.0 ✨

This release focuses on enhancing the Auto-Edit functionality with several important fixes and improvements to provide a more reliable and efficient editing experience.

🛠️ Improvements

  • Enhanced suggestion model configuration for better performance #7856
  • Added common post-processing pipeline for model predictions to improve accuracy #7865
  • Enabled support for custom models in websocket requests #7838

🐛 Bug Fixes

  • Fixed inline completions to appear more frequently by using correct document context #7840
  • Resolved issue with empty line suggestions in Auto-Edit #7866
  • Fixed view prompt functionality for active editor #7864

This update primarily addresses stability and reliability improvements in the Auto-Edit feature, making it more responsive and accurate in day-to-day use.

Full Comparison: M90...M92

Cody for JetBrains v7.92.0

08 May 20:19
200a9fe
Compare
Choose a tag to compare

Download Cody for JetBrains 7.92.0 on JetBrains Marketplace.

This release focuses on enhancing the Auto-Edit functionality with several important fixes and improvements to provide a more reliable and efficient editing experience.

🛠️ Improvements

  • Enhanced suggestion model configuration for better performance #7856
  • Added common post-processing pipeline for model predictions to improve accuracy #7865
  • Enabled support for custom models in websocket requests #7838

🐛 Bug Fixes

  • Fixed inline completions to appear more frequently by using correct document context #7840
  • Resolved issue with empty line suggestions in Auto-Edit #7866
  • Fixed view prompt functionality for active editor #7864

This update primarily addresses stability and reliability improvements in the Auto-Edit feature, making it more responsive and accurate in day-to-day use.

Full Changelog: jb-v7.90.0...jb-v7.92.0