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

Commit d32d1b3

Browse files
sourcegraph-bot-devxsourcegraph-botfengzhou-sg
committed
Changelog for 1.104.0 (#8074)
Automated release and changelog for Cody VS Code 1.104.0 ## Test plan N/A - changelog update --------- Co-authored-by: sourcegraph-bot <bot@sourcegraph.com> Co-authored-by: fengzhou <feng.zhou@sourcegraph.com>
1 parent 3f4600c commit d32d1b3

File tree

2 files changed

+48
-1
lines changed

2 files changed

+48
-1
lines changed

vscode/CHANGELOG.md

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

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

7+
## 1.104.0
8+
9+
### Features
10+
11+
#### Chat
12+
13+
- Add scrollbar markers for human messages navigation [#8036](https://github.com/sourcegraph/cody/pull/8036)
14+
- storage size check and chat history cleanup [#7958](https://github.com/sourcegraph/cody/pull/7958)
15+
16+
#### Context
17+
18+
- Enable local context for all users [#8038](https://github.com/sourcegraph/cody/pull/8038)
19+
20+
### Fix
21+
22+
#### Chat
23+
24+
- Update the storage warning banner message [#8056](https://github.com/sourcegraph/cody/pull/8056)
25+
26+
#### Others
27+
28+
- remove OTEL metrics [#8070](https://github.com/sourcegraph/cody/pull/8070)
29+
30+
### Chore
31+
32+
#### Chat
33+
34+
- clean up code on large file detection [#8032](https://github.com/sourcegraph/cody/pull/8032)
35+
36+
### Reverts
37+
38+
There were no reverts for this release
39+
40+
### Uncategorized
41+
42+
#### Others
43+
44+
- Changelog for 1.102.0 [#8049](https://github.com/sourcegraph/cody/pull/8049)
45+
- Changelog for 1.102 [#8047](https://github.com/sourcegraph/cody/pull/8047)
46+
- Improve logic for applying auto-edits [#8043](https://github.com/sourcegraph/cody/pull/8043)
47+
- Remove unneeded extension settings [#8042](https://github.com/sourcegraph/cody/pull/8042)
48+
- Remove workflow [#8041](https://github.com/sourcegraph/cody/pull/8041)
49+
- Add workflow to verify ANTHROPIC_KEY format [#8040](https://github.com/sourcegraph/cody/pull/8040)
50+
- Feat(context filter): Implement exclude patterns from workspace settings [#8037](https://github.com/sourcegraph/cody/pull/8037)
51+
- Fix autocomplete and code lenses issues on file renamed/moved operations [#7325](https://github.com/sourcegraph/cody/pull/7325)
52+
53+
754
## 1.102.0
855

956
### Reverts

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

0 commit comments

Comments
 (0)