From 1abd676a430514d90f86a6635dcdfc70a170328a Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Tue, 3 Sep 2024 15:53:16 -0700 Subject: [PATCH] VS Code Release 1.32.8 --- vscode/CHANGELOG.md | 5 +++++ vscode/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index fc81600e19e1..d01195889805 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,9 +2,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. +## 1.32.8 + +### Fixed +- Chat: Fixed issue where server-provided context results with an empty line range would prevent any context items from being used. [pull/5452](https://github.com/sourcegraph/cody/pull/5452) ## 1.32.7 +### Fixed - Chat: Fixed issue where chat context was broken and couldn't be fetched from the server. [pull/5291](https://github.com/sourcegraph/cody/pull/5291) ## 1.32.6 diff --git a/vscode/package.json b/vscode/package.json index 24240384aca7..b9ff67e5e62a 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.32.7", + "version": "1.32.8", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",