Skip to content

Commit

Permalink
chore(vscode): bump vsce version to 1.18.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes committed Jan 8, 2025
1 parent 2150e45 commit 8173f53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 1.18.0

### Features

- **Chat**:
- Added support to explicitly select a configured Git repository as the context for chat conversations.
- Added support to use the active Notebook editor selection as the context for chat conversations.
- Display error messages and suggest actions when failing to load the chat panel.
- **Note**: Requires updating the Tabby server to version 0.23.0 or later.

### Fixes & Improvements

- Updated the status bar item to show warning when the server returns an error due to too many requests.
- Improved the UI for the Tabby command palette and when updating the token.

## 1.16.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"repository": "https://github.com/TabbyML/tabby",
"bugs": "https://github.com/TabbyML/tabby/issues",
"license": "Apache-2.0",
"version": "1.17.2",
"version": "1.18.0",
"keywords": [
"ai",
"autocomplete",
Expand Down

0 comments on commit 8173f53

Please sign in to comment.