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
|
||||
|
||||
Fixes:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
"repository": "https://github.com/TabbyML/tabby",
|
||||
"bugs": "https://github.com/TabbyML/tabby/issues",
|
||||
"license": "Apache-2.0",
|
||||
"version": "0.2.1",
|
||||
"version": "0.3.0",
|
||||
"keywords": [
|
||||
"ai",
|
||||
"autocomplete",
|
||||
|
|
|
|||
Loading…
Reference in New Issue