chore: bump VSCode extension version 0.3.0. (#361)
parent
b4381acfbf
commit
3a2262429a
|
|
@ -1,3 +1,11 @@
|
||||||
|
## 0.3.0
|
||||||
|
|
||||||
|
Features:
|
||||||
|
|
||||||
|
- Added check to see if the editor inline suggestion is enabled. Notifies the user to enable it if it's not.
|
||||||
|
- Added timeout for auto completion requests. The default timeout is 5 seconds. Added statistics for completion response time and notifies the user if it is too slow.
|
||||||
|
- Supported setting HTTP request headers in `$HOME/.tabby/agent/config.toml`. The `Authorization` header can be used to set a token for self-hosted servers authorization.
|
||||||
|
|
||||||
## 0.2.1
|
## 0.2.1
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ When multiple choices are available, you can cycle through them by pressing `Alt
|
||||||
|
|
||||||
You can select a keybinding profile in the [settings](command:tabby.openSettings), or customize your own [keybindings](command:tabby.openKeybindings).
|
You can select a keybinding profile in the [settings](command:tabby.openSettings), or customize your own [keybindings](command:tabby.openKeybindings).
|
||||||
|
|
||||||
| | Next Line | Full Completion | Next Word |
|
| | Next Line | Full Completion | Next Word |
|
||||||
| :--------------------------------- | :-------- | :-------------- | :---------------- |
|
| :--------------------------------- | :-------- | :-------------- | :---------------- |
|
||||||
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
|
| _vscode-style_ | - | Tab | Ctrl + RightArrow |
|
||||||
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |
|
| _tabby-style_<br/>_(experimental)_ | Tab | Ctrl + Tab | Ctrl + RightArrow |
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
"repository": "https://github.com/TabbyML/tabby",
|
"repository": "https://github.com/TabbyML/tabby",
|
||||||
"bugs": "https://github.com/TabbyML/tabby/issues",
|
"bugs": "https://github.com/TabbyML/tabby/issues",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"version": "0.2.1",
|
"version": "0.3.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ai",
|
"ai",
|
||||||
"autocomplete",
|
"autocomplete",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue