From 931ef4b48eff155df0520b895925814ee9f6c7ef Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 13 Dec 2023 19:39:37 +0100 Subject: [PATCH] VS Code: Release 0.18.6 (#2349) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🚢 ## Test plan 🚢 🚢 --- vscode/CHANGELOG.md | 10 +++++++++- vscode/package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 88dc94a3a1a3..7ec886a958b0 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -6,6 +6,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Added +### Fixed + +### Changed + +## [0.18.6] + +### Added + - Context: Incomplete embeddings indexing status can seen in the status bar. On macOS and Linux, indexing can be resumed by clicking there. However Windows users will still see an OS error 5 (access denied) when retrying indexing. [pull/2265](https://github.com/sourcegraph/cody/pull/2265) ### Fixed @@ -16,6 +24,7 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a - Chat: The current file, when included as context, is now shown as a relative path and is a clickable link. [pull/2344](https://github.com/sourcegraph/cody/pull/2344) - Chat: Reopened chat panels now use the correct chat title. [pull/2345](https://github.com/sourcegraph/cody/pull/2345) - Chat: Fixed an issue where the command settings menu would not open when clicked. [pull/2346](https://github.com/sourcegraph/cody/pull/2346) +- Fixed an issue where `/reset` command throws an error in the chat panel. [pull/2313](https://github.com/sourcegraph/cody/pull/2313) ### Changed @@ -30,7 +39,6 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a - Chat: Fixed support for the `cody.chat.preInstruction` setting. [pull/2255](https://github.com/sourcegraph/cody/pull/2255) - Fixes an issue where pasting into the document was not properly tracked. [pull/2293](https://github.com/sourcegraph/cody/pull/2293) -- Fixed an issue where `/reset` command throws an error in the chat panel. [pull/2313](https://github.com/sourcegraph/cody/pull/2313) - Edit: Fixed an issue where the documentation command would incorrectly position inserted edits. [pull/2290](https://github.com/sourcegraph/cody/pull/2290) - Edit: Fixed an issue where the documentation command would scroll to code that is already visible [pull/2296](https://github.com/sourcegraph/cody/pull/2296) diff --git a/vscode/package.json b/vscode/package.json index 7d1e25e64a87..bb64f71a002c 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "0.18.5", + "version": "0.18.6", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",