diff --git a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml index c5152480693b..607745681d19 100644 --- a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml +++ b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml @@ -2298,7 +2298,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.1.3 + clientVersion: 1.2.2 queryString: - name: RecordTelemetryEvents value: null @@ -2407,7 +2407,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.1.3 + clientVersion: 1.2.2 queryString: - name: RecordTelemetryEvents value: null diff --git a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml index 325d653f2a1d..e9b78ad973d6 100644 --- a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml +++ b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml @@ -2623,7 +2623,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.1.3 + clientVersion: 1.2.2 queryString: - name: RecordTelemetryEvents value: null diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index d333c9150546..6259048a54f7 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -6,19 +6,16 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Added -- Chat: Display Cody icon in the editor title of the chat panels when `cody.editorTitleCommandIcon` is enabled. [pull/2937](https://github.com/sourcegraph/cody/pull/2937) -- Edit: Improved the input UX. You can now adjust the range of the Edit, select from available symbols in the document, and get quick access to the "Document" and "Test" commands. [pull/2884](https://github.com/sourcegraph/cody/pull/2884) -- Edit: Added new keyboard shortcuts for Edit (`Alt+K`) and Chat (`Alt+L`). [pull/2865](https://github.com/sourcegraph/cody/pull/2865) -- Edit/Chat: Added "ghost" text alongside code to showcase Edit and Chat commands. Enable it by setting `cody.commandHints.enabled` to true. [pull/2865](https://github.com/sourcegraph/cody/pull/2865) -- Autocomplete: local inference support with [deepseek-coder](https://ollama.ai/library/deepseek-coder) powered by ollama. [pull/2966](https://github.com/sourcegraph/cody/pull/2966) -- Autocomplete: Add a new experimental fast-path mode for Cody community users that directly connections to our inference services. [pull/2927](https://github.com/sourcegraph/cody/pull/2927) +### Fixed + +### Changed + +## [1.2.2] ### Fixed - Fixed an issue where the natural language search panel would disappear instead of showing results. [pull/2981](https://github.com/sourcegraph/cody/pull/2981) -### Changed - ## [1.2.1] ### Fixed diff --git a/vscode/package.json b/vscode/package.json index bbde92176621..f60a36789c1c 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "1.2.1", + "version": "1.2.2", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",