From 7755e410e832fb27524c1c55a8516094bb8f74cf Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 4 Oct 2023 14:35:13 +0200 Subject: [PATCH] VS Code: Release 0.14.0 (#1310) ## Test plan Just a change log and version change --- vscode/CHANGELOG.md | 8 ++++++++ vscode/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 2ccc20a9204e..85604ce6633c 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -8,6 +8,14 @@ Starting from `0.2.0`, Cody is using `major.EVEN_NUMBER.patch` for release versi ### Added +### Fixed + +### Changed + +## [0.14.0] + +### Added + - Added information to host operating system to our analytic events. [pull/1254](https://github.com/sourcegraph/cody/pull/1254) - Executed the `/doc` command now automatically adds the documentation directly above your selected code in your editor, instead of shown in chat. [pull/1116](https://github.com/sourcegraph/cody/pull/1116) - New `mode` field in the Custom Commands config file enables a command to be configured on how the prompt should be run by Cody. Currently supports `inline` (run command prompt in inline chat), `edit` (run command prompt on selected code for refactoring purpose), and `insert` (run command prompt on selected code where Cody's response will be inserted on top of the selected code) modes. [pull/1116](https://github.com/sourcegraph/cody/pull/1116) diff --git a/vscode/package.json b/vscode/package.json index 21c22e90dbc2..ff91cd73b265 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.12.4", + "version": "0.14.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",