diff --git a/clients/tabby-agent/package.json b/clients/tabby-agent/package.json index caeb9d888..33e811772 100644 --- a/clients/tabby-agent/package.json +++ b/clients/tabby-agent/package.json @@ -1,6 +1,6 @@ { "name": "tabby-agent", - "version": "1.7.0-dev", + "version": "1.8.0-dev", "description": "Generic client agent for Tabby AI coding assistant IDE extensions.", "homepage": "https://tabby.tabbyml.com/", "repository": "https://github.com/TabbyML/tabby", diff --git a/clients/vscode/CHANGELOG.md b/clients/vscode/CHANGELOG.md index c8e493c4c..c3945cf9d 100644 --- a/clients/vscode/CHANGELOG.md +++ b/clients/vscode/CHANGELOG.md @@ -1,3 +1,67 @@ +## 1.7.4 + +**stable** + +### Fixes + +- Fixed a bug causing the chat view failed to display due to trailing slash in the endpoint config. + +## 1.7.3 + +**stable** + +### Fixes & Improvements + +- Updated the walkthrough guides. +- Fixed bugs causing the web extension initialization to fail. + +## 1.7.2 + +**pre-release** + +### Improvements + +- Added a set of commands in the command palette to interact with the chat view. +- Added some preset chat commands for chat editing. +- Improved prompts used in generating commit messages and chat editing. + +## 1.7.1 + +**pre-release** + +### Features + +- Introducing a new experimental feature for editing documents using a chat command. Select some text in the editor and press `Ctrl + i` to start. + +## 1.7.0 + +**pre-release** + +### Features + +- Introducing a new chat view feature that allows users to engage in conversations with their AI assistant. Access the chat view conveniently from the activity bar. + +## 1.6.3 + +### Fixes + +- Fixed a bug that caused unexpected logging output and the generation of an `audit.json` file in the working directory. + +## 1.6.2 + +**stable** + +Stable release for 1.6.1. + +## 1.6.1 + +**pre-release** + +### Fixes & Improvements + +- Fixed a bug causing the chat stream parsing to fail. +- Improved the message extraction when generating commit messages. + ## 1.6.0 **pre-release** diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 4a8c931c7..254c493a8 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.7.0-dev", + "version": "1.8.0-dev", "keywords": [ "ai", "autocomplete",