From adbefb8a256fbbb93328792fb821aa575e855a16 Mon Sep 17 00:00:00 2001 From: hitesh-1997 Date: Sat, 5 Oct 2024 02:04:43 +0530 Subject: [PATCH] vscode 1.36.3: release --- 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 22fd6eccd9cf..d749d1292d1d 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -12,6 +12,14 @@ Chat: Fix an issue in repository name resolution for workspaces that caused Chat ### Changed + +## 1.36.3 + +### Added + +- Autocomplete: re-enable the agent tests. [pull/5784](https://github.com/sourcegraph/cody/pull/5784) +- Autocomplete: Using the current document instead of precalculated text to get insertion text. [pull/5812](https://github.com/sourcegraph/cody/pull/5812) + ## 1.36.2 ### Added diff --git a/vscode/package.json b/vscode/package.json index cfa27ae82977..5b32e3a500b7 100644 --- a/vscode/package.json +++ b/vscode/package.json @@ -3,7 +3,7 @@ "name": "cody-ai", "private": true, "displayName": "Cody: AI Coding Assistant with Autocomplete & Chat", - "version": "1.36.2", + "version": "1.36.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",