File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ This is a log of all notable changes to Cody for VS Code.
4
4
5
5
<!-- - {/_ CHANGELOG_START _/} -->
6
6
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
+
7
21
## 1.94.1
8
22
9
23
### Fix
@@ -12,7 +26,6 @@ This is a log of all notable changes to Cody for VS Code.
12
26
13
27
- Bump min version for new prompt api [ #7943 ] ( https://github.com/sourcegraph/cody/pull/7943 )
14
28
15
-
16
29
## 1.94.0
17
30
18
31
### Features
Original file line number Diff line number Diff line change 3
3
"name" : " cody-ai" ,
4
4
"private" : true ,
5
5
"displayName" : " Cody: AI Code Assistant" ,
6
- "version" : " 1.94.1 " ,
6
+ "version" : " 1.94.2 " ,
7
7
"publisher" : " sourcegraph" ,
8
8
"license" : " Apache-2.0" ,
9
9
"icon" : " resources/sourcegraph.png" ,
You can’t perform that action at this time.
0 commit comments