diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index f1b74eaedaf7..7f8882b5d898 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,13 @@ 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.4 + +### Added +- Refactoring: refactoring configurations to make more reactive. [pull/5330](https://github.com/sourcegraph/cody/pull/5330) +- Autocomplete: Enable smart throttle and hot streak. [pull/5339](https://github.com/sourcegraph/cody/pull/5339) +- Autocomplete: Fix model mapping for deepseek-coder-v2. [pull/5272](https://github.com/sourcegraph/cody/pull/5272) +- Autocomplete: Prompt caching and direct routing experiment. [pull/5246](https://github.com/sourcegraph/cody/pull/5246) ## 1.32.3 diff --git a/vscode/package.json b/vscode/package.json index d284ff1f3a2c..d8e3ad4ee59e 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.3", + "version": "1.32.4", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",