@@ -4,6 +4,55 @@ This is a log of all notable changes to Cody for VS Code.
44
55<!-- - {/_ CHANGELOG_START _/} -->
66
7+ ## 1.106.0
8+
9+ ### Features
10+
11+ #### Chat
12+ - Allow renaming of chat history items [ #8046 ] ( https://github.com/sourcegraph/cody/pull/8046 )
13+ - Show both file and selection mentions in Cody Web chat [ #7941 ] ( https://github.com/sourcegraph/cody/pull/7941 )
14+ - New capability to hide all action buttons except 'Copy Code' [ #8072 ] ( https://github.com/sourcegraph/cody/pull/8072 )
15+
16+ #### Auto-edit
17+ - Do enroll to auto-edit for all clients [ #8080 ] ( https://github.com/sourcegraph/cody/pull/8080 )
18+
19+ ### Fix
20+
21+ #### Chat
22+ - Handle string and undefined error messages in RequestErrorItem [ #8084 ] ( https://github.com/sourcegraph/cody/pull/8084 )
23+ - bring back chat scrollbar [ #8083 ] ( https://github.com/sourcegraph/cody/pull/8083 )
24+ - resolve DeepCody terminal tool capability awareness issue [ #8066 ] ( https://github.com/sourcegraph/cody/pull/8066 )
25+ - edit code range selection issue when selection is empty [ #8058 ] ( https://github.com/sourcegraph/cody/pull/8058 )
26+ - Update the storage warning banner message [ #8056 ] ( https://github.com/sourcegraph/cody/pull/8056 )
27+ - Do not copy code to clipboard on the EDT thread [ #8085 ] ( https://github.com/sourcegraph/cody/pull/8085 )
28+ - remove OTEL metrics [ #8069 ] ( https://github.com/sourcegraph/cody/pull/8069 )
29+ - Redesign chat layout for improved text selection experience [ #8044 ] ( https://github.com/sourcegraph/cody/pull/8044 )
30+ - Do not add messages to the Cody Console on the EDT [ #8063 ] ( https://github.com/sourcegraph/cody/pull/8063 )
31+ - Do not use blocking operations in write actions [ #8062 ] ( https://github.com/sourcegraph/cody/pull/8062 )
32+
33+ #### Auto-edit
34+ - Fix auto-edit's caching issues [ #8045 ] ( https://github.com/sourcegraph/cody/pull/8045 )
35+ - Fix disposal of autocompletion suggestions on Escape key press [ #8071 ] ( https://github.com/sourcegraph/cody/pull/8071 )
36+
37+ #### Smart-Apply
38+ - now applies changes to file that have parents that duplicate workspace name [ #8082 ] ( https://github.com/sourcegraph/cody/pull/8082 )
39+
40+ ### Chore
41+
42+ #### Cody
43+ - update readme [ #8096 ] ( https://github.com/sourcegraph/cody/pull/8096 )
44+ - Add CLI workflow for Cody release captains [ #8078 ] ( https://github.com/sourcegraph/cody/pull/8078 )
45+ - Do not stringify strings in configuration update payload [ #8079 ] ( https://github.com/sourcegraph/cody/pull/8079 )
46+ - Do not hide lookups [ #8073 ] ( https://github.com/sourcegraph/cody/pull/8073 )
47+ - Remove billing metadata from ` customTitle ` event [ #8050 ] ( https://github.com/sourcegraph/cody/pull/8050 )
48+
49+ ### Reverts
50+
51+ - Revert "feat(context filter): Implement exclude patterns from workspace settings [ #-1] ( https://github.com/sourcegraph/cody/pull/8037 )
52+
53+
54+
55+
756## 1.104.0
857
958### Features
0 commit comments