diff --git a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml index 9edede1ec9..46f16e0b66 100644 --- a/agent/recordings/enterpriseClient_3965582033/recording.har.yaml +++ b/agent/recordings/enterpriseClient_3965582033/recording.har.yaml @@ -2442,7 +2442,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: d4359c67ff24d596934bf24e9c3487f7 + - _id: b996202da3d78d08251fe82f15f8c992 _order: 0 cache: {} request: @@ -2497,7 +2497,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -2550,7 +2550,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: d1cd4f4795ab1636fe0d989450f29fa3 + - _id: 4468c697c55f4347db856887a93a7c8c _order: 0 cache: {} request: @@ -2606,7 +2606,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -2668,7 +2668,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: e9c38ab66f404a55958836052f4f794c + - _id: cbbade19633bba30d71ad36f2aa318bf _order: 0 cache: {} request: @@ -2724,7 +2724,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -2786,7 +2786,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 018a011dee81a2af9225a289f91b320b + - _id: 6c916b1fd4909fbcd881700c49756de2 _order: 0 cache: {} request: @@ -2842,7 +2842,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -2904,7 +2904,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 052d6130f6ee1fca4da31d8ee177f1d7 + - _id: b1acf717e18c687807efcfa46ceb739c _order: 0 cache: {} request: @@ -2960,7 +2960,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -3022,7 +3022,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 41bdb98bccf33cf50c4c28b3100c6498 + - _id: 033f76e69a48dee85e42ef6f1b213298 _order: 0 cache: {} request: @@ -3078,7 +3078,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -3140,7 +3140,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: ad9a41686e8b9bd8d94a0f30156ab6cd + - _id: d4aff5332e9241ad1cd2cd6743a60db9 _order: 0 cache: {} request: @@ -3196,7 +3196,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -3258,7 +3258,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 88760d8b30b22a204a5400aedbfc64ec + - _id: 7edfa3fe730e4676ab175e72013840a1 _order: 0 cache: {} request: @@ -3314,7 +3314,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null diff --git a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml index 6aaf35c8f2..656b43cf05 100644 --- a/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml +++ b/agent/recordings/enterpriseMainBranchClient_759014996/recording.har.yaml @@ -552,7 +552,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 126497b9739b7acf8c73db372d6a0b57 + - _id: 73c610275dd64079cb1736fce4cdbfcc _order: 0 cache: {} request: @@ -607,7 +607,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null @@ -660,7 +660,7 @@ log: send: 0 ssl: -1 wait: 0 - - _id: 73399d451ae841eb293cab5a3c36ea70 + - _id: e47e42fe51d4790e7e948cf76c8ff1d1 _order: 0 cache: {} request: @@ -716,7 +716,7 @@ log: version: 0 source: client: VSCode.Cody - clientVersion: 1.8.2 + clientVersion: 1.8.3 queryString: - name: RecordTelemetryEvents value: null diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 44f6d259b6..3fe8ee20b8 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -13,6 +13,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a - Autocomplete: Upgrade tree-sitter and expand language support. [pull/3373](https://github.com/sourcegraph/cody/pull/3373) - Autocomplete: Do not cut off completions when they are almost identical to the following non-empty line. [pull/3377](https://github.com/sourcegraph/cody/pull/3377) +## [1.8.3] + +### Fixed + +- Fix crash upon initialization in the stable build if a prerelease version of the VS Code extension was used for chat after 2024-03-08. [pull/3394](https://github.com/sourcegraph/cody/pull/3394) + ## [1.8.2] ### Added diff --git a/vscode/package.json b/vscode/package.json index 7b592b6458..47f2a016ef 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -2,7 +2,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody AI", - "version": "1.8.2", + "version": "1.8.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",