diff --git a/vscode/CHANGELOG.md b/vscode/CHANGELOG.md index cb1c590f2dfd..f78fae180260 100644 --- a/vscode/CHANGELOG.md +++ b/vscode/CHANGELOG.md @@ -2,6 +2,16 @@ 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.3 + +### Added +- Autocomplete Refactoring: Extract fast-path client for the fireworks provider. [pull/5284](https://github.com/sourcegraph/cody/pull/5284) +- Autocomplete Refactoring: Reduce `createProviderConfig` duplication. [pull/5282](https://github.com/sourcegraph/cody/pull/5282) +- Autocomplete Refactoring: Remove starcoder2. [pull/5283](https://github.com/sourcegraph/cody/pull/5283) +- Autocomplete Refactoring: Remove unused models in the fireworks provider. [pull/5286](https://github.com/sourcegraph/cody/pull/5286) +- Autocomplete Refactoring: Refactor the Fireworks provider. [pull/5307](https://github.com/sourcegraph/cody/pull/5307) + ## 1.32.2 ### Fixed diff --git a/vscode/package.json b/vscode/package.json index 5a01afc1b723..cfc37d5832a7 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.2", + "version": "1.32.3", "publisher": "sourcegraph", "license": "Apache-2.0", "icon": "resources/cody.png",