chore: bump VSCode extension version 0.6.0. bump tabby-agent version 0.3.0. (#484)

release-0.2
Zhiming Ma 2023-09-28 10:19:31 +08:00 committed by GitHub
parent 50ac1ced0a
commit 1d6ac7836b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 5 deletions

View File

@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "0.3.0-dev"
"tabby-agent": "0.3.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "tabby-agent",
"version": "0.3.0-dev",
"version": "0.3.0",
"description": "Generic client agent for Tabby AI coding assistant IDE extensions.",
"repository": "https://github.com/TabbyML/tabby",
"main": "./dist/index.js",

View File

@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "0.3.0-dev"
"tabby-agent": "0.3.0"
}
}

View File

@ -1,3 +1,15 @@
## 0.6.0
### Features:
- Added manual trigger for inline completion. With the manual trigger mode, you can now use the `Alt + \` hotkey to manually trigger inline completion. This mode can be selected in the extension settings, replacing the old enable/disable inline completion option.
- Improved anonymous usage tracking. Your contribution in sending anonymous usage data is greatly appreciated. However, if you prefer not to participate, you have the option to opt out of this feature within the extension settings.
### Fixes:
- Fixed completion `view` / `select` event logging.
- Adjusted notifications for `highCompletionTimeoutRate` and `slowCompletionResponseTime` to be displayed only once per session.
## 0.5.0
### Incompatible Changes:

View File

@ -7,7 +7,7 @@
"repository": "https://github.com/TabbyML/tabby",
"bugs": "https://github.com/TabbyML/tabby/issues",
"license": "Apache-2.0",
"version": "0.6.0-dev",
"version": "0.6.0",
"keywords": [
"ai",
"autocomplete",
@ -217,6 +217,6 @@
},
"dependencies": {
"@xstate/fsm": "^2.0.1",
"tabby-agent": "0.3.0-dev"
"tabby-agent": "0.3.0"
}
}