diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 11bb08484f98..17b18704401e 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,11 +8,20 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Added -- [Internal] New experimental Chat View that appears in the editor panel instead of the sidebar when `cody.experimental.chatPanel` is enabled. [pull/1509](https://github.com/sourcegraph/cody/pull/1509) -- Add completion intent to analytics events. [pull/1457](https://github.com/sourcegraph/cody/pull/1457) +### Fixed + +### Changed + +## [0.14.3] + +### Added + +- Autocomplete: Add completion intent to analytics events. [pull/1457](https://github.com/sourcegraph/cody/pull/1457) - Edit: Added the ability to provide instructions when retrying an edit. [pull/1411](https://github.com/sourcegraph/cody/pull/1411) - Edit: Added the ability to undo an applied edit. [pull/1411](https://github.com/sourcegraph/cody/pull/1411) - Edit: Support applying edits in the background, instead of relying on the users' open file. [pull/1411](https://github.com/sourcegraph/cody/pull/1411) +- Assign requestID to each Code Block actions. [pull/1586](https://github.com/sourcegraph/cody/pull/1586) +- [Internal Experimental] Chat: New Experimental Chat View that appears in the editor panel instead of the sidebar when `cody.experimental.chatPanel` is enabled. [pull/1509](https://github.com/sourcegraph/cody/pull/1509) ### Fixed @@ -28,7 +37,7 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Changed -- Start prompt mixin by default. [pull/1479](https://github.com/sourcegraph/cody/pull/1479) +- Chat: Start prompt mixin by default. [pull/1479](https://github.com/sourcegraph/cody/pull/1479) - Edit: Incoming changes are now applied by default. [pull/1411](https://github.com/sourcegraph/cody/pull/1411) ## [0.14.2] diff --git a/vscode/package.json b/vscode/package.json index 82b9399f0ada..ef3b7fea95bb 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.14.2", + "version": "0.14.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",