diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index 460e6240eaae..8b5924e47bcd 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.12.3 + +### Fixes & Improvements + +- Fixed an issue where the chat panel failed to display when the endpoint configuration ended with a trailing slash. +- Improved the context of code completion by adding support for collecting code snippets from recently viewed editors. + ## 1.12.2 ### Fixes & Improvements diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 5bbfe09edb83..3282a1aed424 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -7,7 +7,7 @@ "repository": "https://github.com/TabbyML/tabby", "bugs": "https://github.com/TabbyML/tabby/issues", "license": "Apache-2.0", - "version": "1.12.2", + "version": "1.12.3", "keywords": [ "ai", "autocomplete",