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

Commit dce7ce6

Browse files
sourcegraph-bot-devxsourcegraph-botvalerybugakov
authored
Changelog for 1.100.0 (#8033)
Automated release and changelog for Cody VS Code 1.100.0 ## Test plan N/A - changelog update --------- Co-authored-by: sourcegraph-bot <[email protected]> Co-authored-by: Valery Bugakov <[email protected]>
1 parent 84498e7 commit dce7ce6

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

vscode/CHANGELOG.md

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

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

7+
## 1.100.0
8+
9+
### Features
10+
11+
#### Chat
12+
13+
- optional data display [#8015](https://github.com/sourcegraph/cody/pull/8015)
14+
- add `cody.chat.agenticContext` configuration option [#7983](https://github.com/sourcegraph/cody/pull/7983)
15+
16+
#### Cody
17+
18+
- migrate feature flags evaluation to new batch api [#8006](https://github.com/sourcegraph/cody/pull/8006)
19+
- Do not trigger autocompletion on Delete [#7990](https://github.com/sourcegraph/cody/pull/7990)
20+
21+
### Fix
22+
23+
#### Chat
24+
25+
- chat transcript scrolling [#8020](https://github.com/sourcegraph/cody/pull/8020)
26+
- show empty chat history message if deleting all messages during filtering [#7995](https://github.com/sourcegraph/cody/pull/7995)
27+
- Hide MCP settings upon switching to account which does not support MCP [#7993](https://github.com/sourcegraph/cody/pull/7993)
28+
29+
#### Cody
30+
31+
- allow users to add large files [#8016](https://github.com/sourcegraph/cody/pull/8016)
32+
- Fix History tab styling across IDE themes [#8001](https://github.com/sourcegraph/cody/pull/8001)
33+
- Fix missing LLM icon in Edit Code's dropdown [#7996](https://github.com/sourcegraph/cody/pull/7996)
34+
- Refresh Cody window on display configuration change [#7980](https://github.com/sourcegraph/cody/pull/7980)
35+
36+
### Chore
37+
38+
#### Cody
39+
40+
- Unify inline edit architecture in VSC and other clients [#8023](https://github.com/sourcegraph/cody/pull/8023)
41+
- Update VerifyJavaBootRuntimeVersion.kt [#7986](https://github.com/sourcegraph/cody/pull/7986)
42+
43+
#### Chat
44+
45+
- refactor parse.ts [#8029](https://github.com/sourcegraph/cody/pull/8029)
46+
- update model options from 3.5 Sonnet to Sonnet 4 [#7999](https://github.com/sourcegraph/cody/pull/7999)
47+
48+
#### Test
49+
50+
- Skip flaky auth test on Ubuntu [#7997](https://github.com/sourcegraph/cody/pull/7997)
51+
52+
### Refactor
53+
54+
#### Chat
55+
56+
- agentic context toolbox settings [#8009](https://github.com/sourcegraph/cody/pull/8009)
57+
- Improve prompt sanitization [#7981](https://github.com/sourcegraph/cody/pull/7981)
58+
59+
### Uncategorized
60+
61+
#### Others
62+
63+
- Split edit code between flow/model and UI (QuickPick) [#8013](https://github.com/sourcegraph/cody/pull/8013)
64+
- Remove duplicated parsed text as content [#8011](https://github.com/sourcegraph/cody/pull/8011)
65+
- Add automatic JCEF runtime selection [#7976](https://github.com/sourcegraph/cody/pull/7976)
66+
- Cancel completion request on BGT (instead of AWT) [#7969](https://github.com/sourcegraph/cody/pull/7969)
67+
- Restoration of unit test generation, path normalization [#7765](https://github.com/sourcegraph/cody/pull/7765)
68+
69+
770
## 1.98.1
871

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

0 commit comments

Comments
 (0)