From 1e03036b34394f1ba6f944247185ad2168b73fa5 Mon Sep 17 00:00:00 2001 From: Beatrix Date: Wed, 26 Jun 2024 12:05:00 -0700 Subject: [PATCH] VS Code: Release v1.24.0 --- 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 fd84b955ab4..b1b3295f884 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -6,6 +6,14 @@ This is a log of all notable changes to Cody for VS Code. [Unreleased] changes a ### Added +### Fixed + +### Changed + +## 1.24.0 + +### Added + - Edit: Added a new visual inline diff output for applied edits. [pull/4525](https://github.com/sourcegraph/cody/pull/4525) - Edit: Added a visual animation showing the progress of the LLM as it produces a final output. [pull/4525](https://github.com/sourcegraph/cody/pull/4525) diff --git a/vscode/package.json b/vscode/package.json index a0f4fa26f4c..68c1b065156 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.22.4", + "version": "1.24.0", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",