From 94327ca616a8c6529c060618393c7b8bc8d0907c Mon Sep 17 00:00:00 2001 From: Philipp Spiess Date: Wed, 7 Feb 2024 21:31:06 +0100 Subject: [PATCH] VS Code: Release 1.4.0 (#3076) ## Test plan - Just a version bump --- .../recording.har.yaml | 16 +++++----- .../recording.har.yaml | 8 ++--- vscode/CHANGELOG.md | 31 ++++++++++++------- vscode/package.json | 2 +- 4 files changed, 33 insertions(+), 24 deletions(-) diff --git a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml index a6774a8203d3..99ceed10287a 100644 --- a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml +++ b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml @@ -1545,7 +1545,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 981a9daf59911829c17c6cfd27e8d7bb + - _id: bb5cb3a6396174175799535fec314c00 _order: 0 cache: {} request: @@ -1601,7 +1601,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.2.3 + clientVersion: 1.4.0 queryString: - name: RecordTelemetryEvents value: null @@ -1622,7 +1622,7 @@ log: cookies: [] headers: - name: date - value: Wed, 07 Feb 2024 17:39:16 GMT + value: Wed, 07 Feb 2024 17:48:33 GMT - name: content-type value: application/json - name: transfer-encoding @@ -1653,7 +1653,7 @@ log: redirectURL: "" status: 200 statusText: OK - startedDateTime: 2024-02-07T17:39:15.483Z + startedDateTime: 2024-02-07T17:48:32.900Z time: 0 timings: blocked: -1 @@ -1663,7 +1663,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 7dae09181bcbf3bc7b72d89a4f8323b8 + - _id: bb06d37420e53d61d9bbb7034ef2632b _order: 0 cache: {} request: @@ -1719,7 +1719,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.2.3 + clientVersion: 1.4.0 queryString: - name: RecordTelemetryEvents value: null @@ -1740,7 +1740,7 @@ log: cookies: [] headers: - name: date - value: Wed, 07 Feb 2024 17:39:15 GMT + value: Wed, 07 Feb 2024 17:48:33 GMT - name: content-type value: application/json - name: transfer-encoding @@ -1771,7 +1771,7 @@ log: redirectURL: "" status: 200 statusText: OK - startedDateTime: 2024-02-07T17:39:15.509Z + startedDateTime: 2024-02-07T17:48:32.942Z time: 0 timings: blocked: -1 diff --git a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml index d02a8e315536..06c93013233d 100644 --- a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml +++ b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml @@ -754,7 +754,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: f1581a474856f54c873e56d43f7a0d39 + - _id: 9d93669014b0f25855424087236790f6 _order: 0 cache: {} request: @@ -810,7 +810,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.2.3 + clientVersion: 1.4.0 queryString: - name: RecordTelemetryEvents value: null @@ -831,7 +831,7 @@ log: cookies: [] headers: - name: date - value: Wed, 07 Feb 2024 17:39:17 GMT + value: Wed, 07 Feb 2024 17:48:34 GMT - name: content-type value: application/json - name: transfer-encoding @@ -862,7 +862,7 @@ log: redirectURL: "" status: 200 statusText: OK - startedDateTime: 2024-02-07T17:39:16.959Z + startedDateTime: 2024-02-07T17:48:34.081Z time: 0 timings: blocked: -1 diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 461f17667b44..76e55e250d58 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -6,32 +6,41 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Added +### Fixed + +### Changed + +## [1.4.0] + +### Added + +- Autocomplete: Add a new `cody.autocomplete.disableInsideComments` option to prevent completions from being displayed while writing code comments. [pull/3049](https://github.com/sourcegraph/cody/pull/3049) +- Autocomplete: Added a shortcut to go to the Autocomplete settings from the Cody Settings overlay. [pull/3048](https://github.com/sourcegraph/cody/pull/3048) - 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) +- Command: The `Generate Unit Tests` command now functions as an inline edit command. When executed, the new tests will be automatically appended to the test file. If no existing test file is found, a temporary one will be created. [pull/2959](https://github.com/sourcegraph/cody/pull/2959) +- Command: You can now highlight the output in your terminal panel and right-click to `Ask Cody to Explain`. [pull/3008](https://github.com/sourcegraph/cody/pull/3008) +- Edit: Added a multi-model selector to the Edit input, allowing quick access to change the Edit LLM. [pull/2951](https://github.com/sourcegraph/cody/pull/2951) +- Edit: Added Cody Pro support for models: GPT-4, GPT-3.5, Claude 2.1 and Claude Instant. [pull/2951](https://github.com/sourcegraph/cody/pull/2951) - Edit: Added new keyboard shortcuts for Edit (`Alt+K`) and Chat (`Alt+L`). [pull/2865](https://github.com/sourcegraph/cody/pull/2865) +- 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/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) -- Command: The `Generate Unit Tests` command now functions as an inline edit command. When executed, the new tests will be automatically appended to the test file. If no existing test file is found, a temporary one will be created. [pull/2959](https://github.com/sourcegraph/cody/pull/2959) - [Internal] Command: Added new code lenses for generating additional unit tests. [pull/2959](https://github.com/sourcegraph/cody/pull/2959) -- Edit: Added Cody Pro support for models: GPT-4, GPT-3.5, Claude 2.1 and Claude Instant. [pull/2951](https://github.com/sourcegraph/cody/pull/2951) -- Edit: Added a multi-model selector to the Edit input, allowing quick access to change the Edit LLM. [pull/2951](https://github.com/sourcegraph/cody/pull/2951) -- Autocomplete: Add a new `cody.autocomplete.disableInsideComments` option to prevent completions from being displayed while writing code comments. [pull/3049](https://github.com/sourcegraph/cody/pull/3049) -- Autocomplete: Added a shortcut to go to the Autocomplete settings from the Cody Settings overlay. [pull/3048](https://github.com/sourcegraph/cody/pull/3048) -- Command: You can now highlight the output in your terminal panel and right-click to `Ask Cody to Explain`. [pull/3008](https://github.com/sourcegraph/cody/pull/3008) ### Fixed - Chat: Messages without enhanced context should not include the sparkle emoji in context list. [pull/3006](https://github.com/sourcegraph/cody/pull/3006) -- Edit: Fixed an issue where "Ask Cody to Explain" would result in an error. [pull/3015](https://github.com/sourcegraph/cody/pull/3015) - Custom Command: Fixed an issue where custom commands could fail to load due to an invalid entry (e.g. missing prompt). [pull/3012](https://github.com/sourcegraph/cody/pull/3012) +- Edit: Fixed an issue where "Ask Cody to Explain" would result in an error. [pull/3015](https://github.com/sourcegraph/cody/pull/3015) ### Changed -- Autocomplete: Improved the new jaccard similarity retriever and context mixing experiments. [pull/2898](https://github.com/sourcegraph/cody/pull/2898) -- Autocomplete: Remove obvious prompt-continuations. [pull/2974](https://github.com/sourcegraph/cody/pull/2974) -- Chat: Edit buttons are disabled on messages generated by the default commands. [pull/3005](https://github.com/sourcegraph/cody/pull/3005) - Autocomplete: Expanded the configuration list to include `astro`, `rust`, `svelte`, and `elixir` for enhanced detection of multiline triggers. [pulls/3044](https://github.com/sourcegraph/cody/pull/3044) +- Autocomplete: Improved the new jaccard similarity retriever and context mixing experiments. [pull/2898](https://github.com/sourcegraph/cody/pull/2898) - Autocomplete: Multiline completions are now enabled only for languages from a predefined list. [pulls/3044](https://github.com/sourcegraph/cody/pull/3044) +- Autocomplete: Remove obvious prompt-continuations. [pull/2974](https://github.com/sourcegraph/cody/pull/2974) +- Autocomplete: Enables the new fast-path mode for all Cody community users to directly connect with our inference service. [pull/2927](https://github.com/sourcegraph/cody/pull/2927) - Autocomplete: Rename `unstable-ollama` option to `experimental-ollama` to better communicate the current state. We still support `unstable-ollama` in the config for backward compatibility. [pull/3077](https://github.com/sourcegraph/cody/pull/3077) +- Chat: Edit buttons are disabled on messages generated by the default commands. [pull/3005](https://github.com/sourcegraph/cody/pull/3005) ## [1.2.3] diff --git a/vscode/package.json b/vscode/package.json index 2aa4bdf86b1e..4cbd998b398d 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "1.2.3", + "version": "1.4.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",