Skip to content

Commit 93a4c2e

Browse files
chore(cli): 1.3.11 — depend on xibecode-core ^1.3.10
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 280325f commit 93a4c2e

5 files changed

Lines changed: 27 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to XibeCode will be documented in this file.
44

5+
## [1.3.11] - 2026-05-14
6+
7+
### CLI (`xibecode`)
8+
9+
- Depend on **`xibecode-core` ^1.3.10** (npm).
10+
11+
### VS Code extension (`xibecode-vscode`)
12+
13+
- Depend on **`xibecode-core` ^1.3.10**.
14+
15+
### Desktop (`xibecode-desktop`)
16+
17+
- Depend on **`xibecode-core` ^1.3.10**.
18+
519
## [1.3.10] - 2026-05-14
620

721
### Core (`xibecode-core`)

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xibecode",
3-
"version": "1.3.9",
3+
"version": "1.3.11",
44
"description": "AI-powered autonomous coding assistant with AI test generation, multi-model support, and plugin system",
55
"main": "dist/index.js",
66
"type": "module",
@@ -39,7 +39,7 @@
3939
"access": "public"
4040
},
4141
"dependencies": {
42-
"xibecode-core": "^1.3.8",
42+
"xibecode-core": "^1.3.10",
4343
"@anthropic-ai/sdk": "^0.78.0",
4444
"chalk": "^4.1.2",
4545
"commander": "^12.0.0",

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"react-markdown": "^9.0.3",
2828
"remark-gfm": "^4.0.0",
2929
"tailwind-merge": "^3.5.0",
30-
"xibecode-core": "^1.3.8"
30+
"xibecode-core": "^1.3.10"
3131
},
3232
"devDependencies": {
3333
"@tailwindcss/postcss": "^4.2.4",

packages/ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"dependencies": {
211211
"@types/marked": "^6.0.0",
212212
"marked": "^11.2.0",
213-
"xibecode-core": "^1.3.8"
213+
"xibecode-core": "^1.3.10"
214214
},
215215
"devDependencies": {
216216
"@types/node": "^20.10.0",

pnpm-lock.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)