Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 8191b94

Browse files
authored
chore/release: Bump package version and update changelog for M96 (#7973) (#7978)
N/A - changelog update (cherry picked from commit 8d69fe3) ## Test plan N/A - Changelog
1 parent e496638 commit 8191b94

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,42 @@
33
This is a log of all notable changes to Cody for VS Code.
44

55
<!--- {/_ 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+
642

743
## 1.94.0
844

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "cody-ai",
44
"private": true,
55
"displayName": "Cody: AI Code Assistant",
6-
"version": "1.94.0",
6+
"version": "1.96.0",
77
"publisher": "sourcegraph",
88
"license": "Apache-2.0",
99
"icon": "resources/sourcegraph.png",

0 commit comments

Comments
 (0)