Skip to content

Cody for VS Code 1.96.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 May 18:36
8191b94

✨ 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