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

Commit eba6a09

Browse files
VS Code: Release 0.6.4 (#541)
## Test plan 👀 <!-- Required. See https://docs.sourcegraph.com/dev/background-information/testing_principles. -->
1 parent 1f04aaa commit eba6a09

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

vscode/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,29 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi
88

99
### Added
1010

11+
### Fixed
12+
13+
### Changed
14+
15+
## [0.6.4]
16+
17+
### Added
18+
1119
- Inline Fixups: Cody is now aware of errors, warnings and hints within your editor selection. [pull/376](https://github.com/sourcegraph/cody/pull/376)
1220
- Experimental user setting `cody.experimental.localTokenPath` to store authentication token in local file system when keychain access is unavailable. This provides alternative to [settings sync keychain storage](https://code.visualstudio.com/docs/editor/settings-sync#_troubleshooting-keychain-issues), but is not the recommended method for storing tokens securely. Use at your own risk. [pull/471](https://github.com/sourcegraph/cody/pull/471)
1321

1422
### Fixed
1523

1624
- Bug: Chat History command shows chat view instead of history view. [pull/414](https://github.com/sourcegraph/cody/pull/414)
25+
- Fix some bad trailing `}` autocomplete results. [pull/378](https://github.com/sourcegraph/cody/pull/378)
1726

1827
### Changed
1928

2029
- Inline Fixups: Added intent detection to improve prompt and context quality. [pull/376](https://github.com/sourcegraph/cody/pull/376)
2130
- Layout cleanups: smaller header and single line message input. [pull/449](https://github.com/sourcegraph/cody/pull/449)
2231
- Improve response feedback button behavior. [pull/451](https://github.com/sourcegraph/cody/pull/451)
2332
- Remove in-chat onboarding buttons for new chats. [pull/450](https://github.com/sourcegraph/cody/pull/450)
33+
- Improve the stability of autocomplete results. [pull/442](https://github.com/sourcegraph/cody/pull/442)
2434

2535
## [0.6.3]
2636

vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cody-ai",
33
"private": true,
44
"displayName": "Cody AI",
5-
"version": "0.6.3",
5+
"version": "0.6.4",
66
"publisher": "sourcegraph",
77
"license": "Apache-2.0",
88
"icon": "resources/cody.png",

0 commit comments

Comments
 (0)