Skip to content

Commit a64c950

Browse files
authored
chore(vscode): bump vsce version to 1.27.0-dev. (#4121)
* chore(vscode): bump vsce version to 1.27.0-dev. * chore(vscode): update changelog.
1 parent 0977182 commit a64c950

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Diff for: clients/vscode/CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## 1.26.0
2+
3+
### Features
4+
5+
- **Chat Panel**:
6+
7+
- Requires Tabby Server `0.27.0` or later.
8+
- Added support for executing suggested shell scripts directly via a button in the code component, similar to the `Apply in Editor` feature.
9+
- Added support for using `@changes` to include the current Git diff into the context.
10+
- You can now select code in the editor and use the `Code Review` option from the context menu to review your code and add comments using Tabby Chat.
11+
- Improved the UI for file and symbol context included by `@`.
12+
13+
- **Code Completion**:
14+
15+
- Added support for disabling code completion for specific languages. This can be configured via the status bar item menu or in advanced settings.
16+
17+
- **Inline Edit**:
18+
19+
- Added support for including symbols as context. Use `@` to trigger a quick pick and select `Symbols` to choose available items.
20+
21+
- **Git Integration**:
22+
- Improved the `Generate Commit Messages` command. After generating commit messages, if you are still on the `main` or `master` branch, Tabby will automatically prompt you to create a new branch with suggested branch names.
23+
- Added a new `Create Branch with Suggestions` command, accessible from the command palette.
24+
125
## 1.24.0
226

327
### Features

Diff for: clients/vscode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "https://github.com/TabbyML/tabby",
88
"bugs": "https://github.com/TabbyML/tabby/issues",
99
"license": "Apache-2.0",
10-
"version": "1.25.0-dev",
10+
"version": "1.27.0-dev",
1111
"keywords": [
1212
"ai",
1313
"autocomplete",

0 commit comments

Comments
 (0)