chore(agent&vscode): bump agent & vsce version to 1.8.0-dev. (#2540)

This commit is contained in:
Zhiming Ma 2024-06-28 14:21:02 +08:00 committed by GitHub
parent 66f29dccf7
commit ee1c6c65dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 66 additions and 2 deletions

View File

@ -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",

View File

@ -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**

View File

@ -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",