Skip to content

Commit 7133d1f

Browse files
[Backport M94] Changelog for 1.94.2 (#7960)
## Test plan N/A - changelog update <br> Backport 303800a from #7959 Co-authored-by: julialeex <[email protected]>
1 parent 0dd417b commit 7133d1f

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

vscode/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ This is a log of all notable changes to Cody for VS Code.
44

55
<!--- {/_ CHANGELOG_START _/} -->
66

7+
## 1.94.2
8+
9+
### Fix
10+
11+
#### Chat
12+
13+
- only run saveSession after LLM response [#7954](https://github.com/sourcegraph/cody/pull/7954)
14+
15+
### Revert
16+
17+
#### Chat
18+
19+
- enable agentic chat based on feature flag and model[#7957](https://github.com/sourcegraph/cody/pull/7957)
20+
721
## 1.94.1
822

923
### Fix
@@ -12,7 +26,6 @@ This is a log of all notable changes to Cody for VS Code.
1226

1327
- Bump min version for new prompt api [#7943](https://github.com/sourcegraph/cody/pull/7943)
1428

15-
1629
## 1.94.0
1730

1831
### Features

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.1",
6+
"version": "1.94.2",
77
"publisher": "sourcegraph",
88
"license": "Apache-2.0",
99
"icon": "resources/sourcegraph.png",

0 commit comments

Comments
 (0)