|
3 | 3 | This is a log of all notable changes to Cody for VS Code. |
4 | 4 |
|
5 | 5 | <!--- {/_ CHANGELOG_START _/} --> |
| 6 | +## 1.96.0 |
| 7 | + |
| 8 | +### Fix |
| 9 | +- [Backport M96] fix(chat): only run saveSession after LLM response [pull/7955](https://github.com/sourcegraph/cody/pull/7955) |
| 10 | +- [Backport M96] Do not throw exceptions from unimplemented protocol methods [pull/7933](https://github.com/sourcegraph/cody/pull/7933) |
| 11 | +- Properly use generated protocol classes [pull/7922](https://github.com/sourcegraph/cody/pull/7922) |
| 12 | +- fix(chat): prompt hydration in the right editor when using the prompt quickPick option [pull/7902](https://github.com/sourcegraph/cody/pull/7902) |
| 13 | +- fix(chat): Hide copy button in non-chat mode [pull/7895](https://github.com/sourcegraph/cody/pull/7895) |
| 14 | +- fix(chat): track code paste event [pull/7918](https://github.com/sourcegraph/cody/pull/7918) |
| 15 | +- fix(rules): avoid duplicate .sourcegraph paths in rule search [pull/7805](https://github.com/sourcegraph/cody/pull/7805) |
| 16 | +- Fix handling of client-side temporary settings in cody_settings.json [pull/7904](https://github.com/sourcegraph/cody/pull/7904) |
| 17 | +- Fix issue with duplicated models in the model selection [pull/7905](https://github.com/sourcegraph/cody/pull/7905) |
| 18 | +- fix(autocomplete): fix stop reason in the default completions client [pull/7872](https://github.com/sourcegraph/cody/pull/7872) |
| 19 | +- fix(analytics): enable characters logger for untitled doc [pull/7873](https://github.com/sourcegraph/cody/pull/7873) |
| 20 | +- rm erroneously included tmp file [pull/7903](https://github.com/sourcegraph/cody/pull/7903) |
| 21 | +- Fix demo app on safari & remove tiktoken dependency [pull/7887](https://github.com/sourcegraph/cody/pull/7887) |
| 22 | + |
| 23 | +### Features |
| 24 | +- refactor(chat): MCP server management and tool state [pull/7915](https://github.com/sourcegraph/cody/pull/7915) |
| 25 | +- Enable prompts sort bvy relevance for insider builds [pull/7913](https://github.com/sourcegraph/cody/pull/7913) |
| 26 | +- feat(chat): Remove rate limiting and default flag for Deep Cody [pull/7882](https://github.com/sourcegraph/cody/pull/7882) |
| 27 | +- feat(chat): move mcp setting btn and add storybook [pull/7901](https://github.com/sourcegraph/cody/pull/7901) |
| 28 | +- feat(logging): Add telemetry to code copy events to ensure accuracy of insert rate metric [pull/7897](https://github.com/sourcegraph/cody/pull/7897) |
| 29 | +- Added support for Ctrl+C not working in Rider/Windows [pull/7798](https://github.com/sourcegraph/cody/pull/7798) |
| 30 | +- feat(autocomplete): better autocomplete support for gpt-4.1-mini [pull/7871](https://github.com/sourcegraph/cody/pull/7871) |
| 31 | +- Make TokenCounterUtils implementation environment dependent [pull/7875](https://github.com/sourcegraph/cody/pull/7875) |
| 32 | +- add AGENT.md for use with Amp [pull/7891](https://github.com/sourcegraph/cody/pull/7891) |
| 33 | + |
| 34 | +### Chores |
| 35 | +- chore(storybook): fixed stories that rendered with errors due to API changes [pull/7848](https://github.com/sourcegraph/cody/pull/7848) |
| 36 | +- chore(ci and release): Remove bundle size checks [pull/7916](https://github.com/sourcegraph/cody/pull/7916) |
| 37 | +- chore(walkthroughs): remove walkthroughts in favor of linking to quickstart docs [pull/7847](https://github.com/sourcegraph/cody/pull/7847) |
| 38 | + |
| 39 | +### Reverts |
| 40 | +- [Backport M96] revert(chat): enable agentic chat based on feature flag and model [pull/7956](https://github.com/sourcegraph/cody/pull/7956) |
| 41 | + |
6 | 42 |
|
7 | 43 | ## 1.94.0 |
8 | 44 |
|
|
0 commit comments