Skip to content

Commit

Permalink
chore(vscode): bump vsce version to 1.13.0-dev. (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
icycodes authored Oct 8, 2024
1 parent 440a2a9 commit 2c1f77d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions clients/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.12.1

### Fixes & Improvements

- Fix DataStore initialization that prevented Tabby from starting on a fresh installation. (https://github.com/TabbyML/tabby/issues/3234)

## 1.12.0

### Features

- Updated the chat panel to be compatible with Tabby server v0.18.0 or later.
- Added support to open the chat panel as a tab in editor groups.
- Introduced actions in the quick-fix menu to explain or fix errors using Tabby.

## 1.10.3

### Fixes & Improvements
Expand Down Expand Up @@ -58,13 +72,11 @@
### 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.
- Introducing a new experimental feature for editing documents using a chat command. Select some text in the editor and press `Ctrl + i` to start.
- Added a set of commands in the command palette to interact with the chat view.

### Fixes & Improvements

- Introducing a new experimental feature for editing documents using a chat command. Select some text in the editor and press `Ctrl + i` to start.
- 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.
- Updated the walkthrough guides.
- Fixed bugs causing the web extension initialization to fail.

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.11.0-dev",
"version": "1.13.0-dev",
"keywords": [
"ai",
"autocomplete",
Expand Down

0 comments on commit 2c1f77d

Please sign in to comment.