diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index daad53182102..e02be17862ae 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,12 +8,21 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Added +### Fixed + +### Changed + +## [0.6.4] + +### Added + - Inline Fixups: Cody is now aware of errors, warnings and hints within your editor selection. [pull/376](https://github.com/sourcegraph/cody/pull/376) - 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) ### Fixed - Bug: Chat History command shows chat view instead of history view. [pull/414](https://github.com/sourcegraph/cody/pull/414) +- Fix some bad trailing `}` autocomplete results. [pull/378](https://github.com/sourcegraph/cody/pull/378) ### Changed @@ -21,6 +30,7 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi - Layout cleanups: smaller header and single line message input. [pull/449](https://github.com/sourcegraph/cody/pull/449) - Improve response feedback button behavior. [pull/451](https://github.com/sourcegraph/cody/pull/451) - Remove in-chat onboarding buttons for new chats. [pull/450](https://github.com/sourcegraph/cody/pull/450) +- Improve the stability of autocomplete results. [pull/442](https://github.com/sourcegraph/cody/pull/442) ## [0.6.3] diff --git a/vscode/package.json b/vscode/package.json index 7740c067f0ae..addfcda3c84f 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.6.3", + "version": "0.6.4", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",