Skip to content

Commit

Permalink
chore(agent): bump tabby agent version to 1.4.2. (TabbyML#1595)
Browse files Browse the repository at this point in the history
* chore(agent): bump tabby agent version to 1.4.0.

* chore(agent): include win-ca binary in npm release file list.

* chore(agent): bump tabby agent version to 1.4.1.

* fix: update tabby-agent reference versions.

* chore(agent): bump tabby agent version to 1.4.2.
  • Loading branch information
icycodes authored Mar 1, 2024
1 parent 2583919 commit e076316
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion clients/example-vscode-lsp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/vscode": "^1.82.0",
"esbuild-plugin-copy": "^2.1.1",
"tabby-agent": "1.4.0-dev"
"tabby-agent": "1.4.2"
},
"dependencies": {
"vscode-languageclient": "^9.0.1"
Expand Down
2 changes: 1 addition & 1 deletion clients/intellij/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "1.4.0-dev"
"tabby-agent": "1.4.2"
}
}
7 changes: 7 additions & 0 deletions clients/tabby-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.1

### Features

- Added support for loading system-wide CA certificates. Previously, only Node.js bundled CA certificates were used.
- Added support for loading configurations from Tabby server, including `Disabling Client-side Telemetry`.

## 1.3.3

### Features
Expand Down
5 changes: 3 additions & 2 deletions clients/tabby-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabby-agent",
"version": "1.4.0-dev",
"version": "1.4.2",
"description": "Generic client agent for Tabby AI coding assistant IDE extensions.",
"homepage": "https://tabby.tabbyml.com/",
"repository": "https://github.com/TabbyML/tabby",
Expand All @@ -21,7 +21,8 @@
"./dist/index.js",
"./dist/index.mjs",
"./dist/index.d.ts",
"./dist/wasm/**"
"./dist/wasm/**",
"./dist/win-ca/**"
],
"bin": {
"tabby-agent": "./dist/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion clients/vim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"devDependencies": {
"cpy-cli": "^4.2.0",
"rimraf": "^5.0.1",
"tabby-agent": "1.4.0-dev"
"tabby-agent": "1.4.2"
}
}
2 changes: 1 addition & 1 deletion clients/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,6 @@
},
"dependencies": {
"@xstate/fsm": "^2.0.1",
"tabby-agent": "1.4.0-dev"
"tabby-agent": "1.4.2"
}
}

0 comments on commit e076316

Please sign in to comment.