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

Commit 4159422

Browse files
Changelog for 1.102 (#8047)
Automated release and changelog for Cody VS Code 1.102 ## Test plan N/A - changelog update
1 parent 6362d3f commit 4159422

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

vscode/CHANGELOG.md

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

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

7+
## 1.102
8+
9+
### Features
10+
11+
#### Chat
12+
13+
- optional data display [#8015](https://github.com/sourcegraph/cody/pull/8015)
14+
15+
#### Cody
16+
17+
- migrate feature flags evaluation to new batch api [#8006](https://github.com/sourcegraph/cody/pull/8006)
18+
19+
### Fix
20+
21+
#### Chat
22+
23+
- chat transcript scrolling [#8020](https://github.com/sourcegraph/cody/pull/8020)
24+
25+
#### Cody
26+
27+
- allow users to add large files [#8016](https://github.com/sourcegraph/cody/pull/8016)
28+
29+
### Chore
30+
31+
#### Chat
32+
33+
- clean up code on large file detection [#8032](https://github.com/sourcegraph/cody/pull/8032)
34+
- refactor parse.ts [#8029](https://github.com/sourcegraph/cody/pull/8029)
35+
36+
#### Test
37+
38+
- Skip flaky auth test on Ubuntu [#7997](https://github.com/sourcegraph/cody/pull/7997)
39+
40+
### Refactor
41+
42+
#### Chat
43+
44+
- agentic context toolbox settings [#8009](https://github.com/sourcegraph/cody/pull/8009)
45+
46+
### Reverts
47+
48+
There were no reverts for this release
49+
50+
### Uncategorized
51+
52+
#### Others
53+
54+
- Changelog for 1.100.0 [#8033](https://github.com/sourcegraph/cody/pull/8033)
55+
- Changelog for 1.98.1 [#8025](https://github.com/sourcegraph/cody/pull/8025)
56+
- Unify inline edit architecture in VSC and other clients [#8023](https://github.com/sourcegraph/cody/pull/8023)
57+
- Split edit code between flow/model and UI (QuickPick) [#8013](https://github.com/sourcegraph/cody/pull/8013)
58+
- Remove duplicated parsed text as content [#8011](https://github.com/sourcegraph/cody/pull/8011)
59+
- Update `untilBuild` to `252.*` [#8010](https://github.com/sourcegraph/cody/pull/8010)
60+
- Chore: update model options from 3.5 Sonnet to Sonnet 4 [#7999](https://github.com/sourcegraph/cody/pull/7999)
61+
- Restoration of unit test generation, path normalization [#7765](https://github.com/sourcegraph/cody/pull/7765)
62+
63+
764
## 1.100.0
865

966
### Features

0 commit comments

Comments
 (0)