From 70d2daaa178953ecbaf1c997945192af776ca344 Mon Sep 17 00:00:00 2001 From: Beyang Liu Date: Fri, 9 Feb 2024 16:47:08 -0800 Subject: [PATCH] VS Code: Release 1.2.4 --- vscode/CHANGELOG.md | 6 ++++++ vscode/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index 15d6430c058b..c706f54381f8 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,12 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes are included in the nightly pre-release builds. +## [1.2.4] + +### Fixed + +- Chat: Fixed an issue where Cody would sometimes exceed the context window limit for shorter context OpenAI models. [pull/3121](https://github.com/sourcegraph/cody/pull/3121) + ## [1.2.3] ### Added diff --git a/vscode/package.json b/vscode/package.json index 4e7b5ebe5e4b..90f517c79915 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.2.4", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",