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

Commit 4896593

Browse files
sourcegraph-bot-devxsourcegraph-botumpox
authored
Changelog for 1.108.0 (#8148)
Automated release and changelog for Cody VS Code 1.108.0 ## Test plan N/A - changelog update --------- Co-authored-by: sourcegraph-bot <bot@sourcegraph.com> Co-authored-by: Tom Ross <tom@umpox.com>
1 parent 3a69a5b commit 4896593

2 files changed

Lines changed: 45 additions & 16 deletions

File tree

vscode/CHANGELOG.md

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

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

7+
## 1.108.0
8+
9+
### Fix
10+
11+
#### Auth
12+
13+
- restore accidentally removed URI handler for authentication callbacks [#8115](https://github.com/sourcegraph/cody/pull/8115)
14+
15+
#### Auto-Edit
16+
17+
- Ensure hot streak is disabled in Agent mode [#8145](https://github.com/sourcegraph/cody/pull/8145)
18+
19+
#### Autocomplete
20+
21+
- Fix API version parameter for autocomplete code completion requests [#8146](https://github.com/sourcegraph/cody/pull/8146)
22+
- Fix auto-edit enrolment issue caused by config propagation bug [#8147](https://github.com/sourcegraph/cody/pull/8147)
23+
- Pass client name version headers with completions request [#8107](https://github.com/sourcegraph/cody/pull/8107)
24+
- Enrol to auto-edit for all clients [#8080](https://github.com/sourcegraph/cody/pull/8080)
25+
26+
#### Chat
27+
28+
- Handle string and undefined error messages in RequestErrorItem [#8084](https://github.com/sourcegraph/cody/pull/8084)
29+
- bring back chat scrollbar [#8083](https://github.com/sourcegraph/cody/pull/8083)
30+
- Add Cody PLG Sunset Notice [#8106](https://github.com/sourcegraph/cody/pull/8106)
31+
32+
#### Smart-Apply
33+
34+
- now applies changes to file that have parents that duplicate workspace name [#8082](https://github.com/sourcegraph/cody/pull/8082)
35+
36+
### Reverts
37+
38+
- Revert "feat(context filter): Implement exclude patterns from workspace settings [#-1](https://github.com/sourcegraph/cody/pull/8037)
39+
740
## 1.106.2
841

942
### Fix
@@ -12,7 +45,6 @@ This is a log of all notable changes to Cody for VS Code.
1245

1346
- restore accidentally removed URI handler for authentication callbacks [#8114](https://github.com/sourcegraph/cody/pull/8114)
1447

15-
1648
## 1.106.1
1749

1850
### Feat
@@ -21,23 +53,24 @@ This is a log of all notable changes to Cody for VS Code.
2153

2254
- Add Cody PLG Sunset Notice [#8095](https://github.com/sourcegraph/cody/pull/8095)
2355

24-
25-
2656
## 1.106.0
2757

2858
### Features
2959

3060
#### Chat
61+
3162
- Allow renaming of chat history items [#8046](https://github.com/sourcegraph/cody/pull/8046)
3263
- Show both file and selection mentions in Cody Web chat [#7941](https://github.com/sourcegraph/cody/pull/7941)
3364
- New capability to hide all action buttons except 'Copy Code' [#8072](https://github.com/sourcegraph/cody/pull/8072)
3465

3566
#### Auto-edit
67+
3668
- Do enroll to auto-edit for all clients [#8080](https://github.com/sourcegraph/cody/pull/8080)
37-
69+
3870
### Fix
3971

4072
#### Chat
73+
4174
- Handle string and undefined error messages in RequestErrorItem [#8084](https://github.com/sourcegraph/cody/pull/8084)
4275
- bring back chat scrollbar [#8083](https://github.com/sourcegraph/cody/pull/8083)
4376
- resolve DeepCody terminal tool capability awareness issue [#8066](https://github.com/sourcegraph/cody/pull/8066)
@@ -50,15 +83,18 @@ This is a log of all notable changes to Cody for VS Code.
5083
- Do not use blocking operations in write actions [#8062](https://github.com/sourcegraph/cody/pull/8062)
5184

5285
#### Auto-edit
86+
5387
- Fix auto-edit's caching issues [#8045](https://github.com/sourcegraph/cody/pull/8045)
5488
- Fix disposal of autocompletion suggestions on Escape key press [#8071](https://github.com/sourcegraph/cody/pull/8071)
55-
89+
5690
#### Smart-Apply
91+
5792
- now applies changes to file that have parents that duplicate workspace name [#8082](https://github.com/sourcegraph/cody/pull/8082)
5893

5994
### Chore
6095

6196
#### Cody
97+
6298
- update readme [#8096](https://github.com/sourcegraph/cody/pull/8096)
6399
- Add CLI workflow for Cody release captains [#8078](https://github.com/sourcegraph/cody/pull/8078)
64100
- Do not stringify strings in configuration update payload [#8079](https://github.com/sourcegraph/cody/pull/8079)
@@ -69,9 +105,6 @@ This is a log of all notable changes to Cody for VS Code.
69105

70106
- Revert "feat(context filter): Implement exclude patterns from workspace settings [#-1](https://github.com/sourcegraph/cody/pull/8037)
71107

72-
73-
74-
75108
## 1.104.0
76109

77110
### Features
@@ -103,7 +136,7 @@ This is a log of all notable changes to Cody for VS Code.
103136

104137
### Reverts
105138

106-
There were no reverts for this release
139+
There were no reverts for this release
107140

108141
### Uncategorized
109142

@@ -118,20 +151,18 @@ This is a log of all notable changes to Cody for VS Code.
118151
- Feat(context filter): Implement exclude patterns from workspace settings [#8037](https://github.com/sourcegraph/cody/pull/8037)
119152
- Fix autocomplete and code lenses issues on file renamed/moved operations [#7325](https://github.com/sourcegraph/cody/pull/7325)
120153

121-
122154
## 1.102.0
123155

124156
### Reverts
125157

126-
There were no reverts for this release
158+
There were no reverts for this release
127159

128160
### Uncategorized
129161

130162
#### Others
131163

132164
- [Backport M102] Changelog for 1.102 [#8048](https://github.com/sourcegraph/cody/pull/8048)
133165

134-
135166
## 1.102
136167

137168
### Features
@@ -173,7 +204,7 @@ This is a log of all notable changes to Cody for VS Code.
173204

174205
### Reverts
175206

176-
There were no reverts for this release
207+
There were no reverts for this release
177208

178209
### Uncategorized
179210

@@ -188,7 +219,6 @@ This is a log of all notable changes to Cody for VS Code.
188219
- Chore: update model options from 3.5 Sonnet to Sonnet 4 [#7999](https://github.com/sourcegraph/cody/pull/7999)
189220
- Restoration of unit test generation, path normalization [#7765](https://github.com/sourcegraph/cody/pull/7765)
190221

191-
192222
## 1.100.0
193223

194224
### Features
@@ -251,7 +281,6 @@ This is a log of all notable changes to Cody for VS Code.
251281
- Cancel completion request on BGT (instead of AWT) [#7969](https://github.com/sourcegraph/cody/pull/7969)
252282
- Restoration of unit test generation, path normalization [#7765](https://github.com/sourcegraph/cody/pull/7765)
253283

254-
255284
## 1.98.1
256285

257286
### Fix

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

0 commit comments

Comments
 (0)