xiaozhi-client 1.9.3-rc.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.9.3-rc.0",
3
+ "version": "1.9.3",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,12 +57,12 @@
57
57
  "release:dry": "npx release-it --config config/release-it.json --dry-run"
58
58
  },
59
59
  "dependencies": {
60
+ "@coze/api": "^1.3.9",
60
61
  "@hono/node-server": "^1.17.1",
61
- "@modelcontextprotocol/sdk": "^1.17.4",
62
+ "@modelcontextprotocol/sdk": "^1.24.0",
62
63
  "@types/express": "^5.0.3",
63
64
  "ajv": "^8.17.1",
64
65
  "chalk": "^5.6.0",
65
- "chokidar": "^4.0.3",
66
66
  "cli-table3": "^0.6.5",
67
67
  "commander": "^14.0.0",
68
68
  "comment-json": "^4.2.5",
@@ -74,6 +74,7 @@
74
74
  "json5": "^2.2.3",
75
75
  "json5-writer": "^0.2.0",
76
76
  "jsonc-parser": "^3.3.1",
77
+ "node-cache": "^5.1.2",
77
78
  "node-fetch": "2",
78
79
  "ora": "^8.2.0",
79
80
  "pino": "^8.0.0",
@@ -100,7 +101,7 @@
100
101
  "glob": "^11.0.3",
101
102
  "happy-dom": "^20.0.2",
102
103
  "jscpd": "^4.0.5",
103
- "mintlify": "^4.2.107",
104
+ "mintlify": "^4.0.423",
104
105
  "release-it": "^19.0.4",
105
106
  "semver": "^7.7.2",
106
107
  "supertest": "^7.1.4",
@@ -124,7 +125,8 @@
124
125
  "esbuild@<=0.24.2": ">=0.25.0",
125
126
  "glob@>=10.2.0 <10.5.0": ">=10.5.0",
126
127
  "glob@>=11.0.0 <11.1.0": ">=11.1.0",
127
- "body-parser@>=2.2.0 <2.2.1": ">=2.2.1"
128
+ "body-parser@>=2.2.0 <2.2.1": ">=2.2.1",
129
+ "mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
128
130
  }
129
131
  },
130
132
  "packageManager": "pnpm@10.13.1"
@@ -1,5 +1,16 @@
1
1
  # 更新日志
2
2
 
3
+ ## [1.9.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.3-rc.0...v1.9.3) (2025-12-21)
4
+
5
+ ### Features
6
+
7
+ * **coze:** 集成官方 SDK 并优化工作流调用机制 ([#504](https://github.com/shenjingnan/xiaozhi-client/issues/504)) ([990f55c](https://github.com/shenjingnan/xiaozhi-client/commit/990f55ce7c1e51f80244b401d5dcf6f9ea3a6875))
8
+
9
+ ### Bug Fixes
10
+
11
+ * **endpoint:** 修复 ProxyMCPServer 连接状态流转问题 ([#484](https://github.com/shenjingnan/xiaozhi-client/issues/484)) ([1172e04](https://github.com/shenjingnan/xiaozhi-client/commit/1172e047091140db3d19d1542f14d21fad66bbeb))
12
+ * **security:** 修复 mdast-util-to-hast 安全漏洞并更新依赖 ([#505](https://github.com/shenjingnan/xiaozhi-client/issues/505)) ([f0a6257](https://github.com/shenjingnan/xiaozhi-client/commit/f0a62570e235c29e6d1abd957c3c3272ddab7025))
13
+
3
14
  ## [1.9.3-rc.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.3-beta.2...v1.9.3-rc.0) (2025-12-01)
4
15
 
5
16
  ### Features
package/docs/docs.json CHANGED
@@ -27,11 +27,6 @@
27
27
  },
28
28
  "navbar": {
29
29
  "links": [
30
- {
31
- "icon": "qq",
32
- "label": "QQ群",
33
- "href": "https://qun.qq.com/universal-share/share?ac=1&authKey=c08PvS2zvAF1NN%2F%2BuaOi0ze1AElTIsvFBLwbWUMFc2ixjaZYxqZTUQHzipwd8Kka&busi_data=eyJncm91cENvZGUiOiIxMDU0ODg4NDczIiwidG9rZW4iOiJuSmJUN2cyUEVkNEQ5WXovM3RQbFVNcDluMGVibUNZTUQvL1RuQnFJRjBkZmRZQnRBRTdwU0szL3V2Y0dLc1ZmIiwidWluIjoiMzkxMTcyMDYwMCJ9&data=9cH6_zEC-sN3xYlwzKEWiYF71RLY9CId5taN-gy6XZo7axSlSWDpd1Ojui5hYMQKIgEJYSPw59XYgF5vH2wLog&svctype=4&tempid=h5_group_info"
34
- },
35
30
  {
36
31
  "icon": "github",
37
32
  "label": "GitHub",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xiaozhi-client",
3
- "version": "1.9.3-rc.0",
3
+ "version": "1.9.3",
4
4
  "description": "小智 AI 客户端 命令行工具",
5
5
  "repository": {
6
6
  "type": "git",
@@ -57,12 +57,12 @@
57
57
  "release:dry": "npx release-it --config config/release-it.json --dry-run"
58
58
  },
59
59
  "dependencies": {
60
+ "@coze/api": "^1.3.9",
60
61
  "@hono/node-server": "^1.17.1",
61
- "@modelcontextprotocol/sdk": "^1.17.4",
62
+ "@modelcontextprotocol/sdk": "^1.24.0",
62
63
  "@types/express": "^5.0.3",
63
64
  "ajv": "^8.17.1",
64
65
  "chalk": "^5.6.0",
65
- "chokidar": "^4.0.3",
66
66
  "cli-table3": "^0.6.5",
67
67
  "commander": "^14.0.0",
68
68
  "comment-json": "^4.2.5",
@@ -74,6 +74,7 @@
74
74
  "json5": "^2.2.3",
75
75
  "json5-writer": "^0.2.0",
76
76
  "jsonc-parser": "^3.3.1",
77
+ "node-cache": "^5.1.2",
77
78
  "node-fetch": "2",
78
79
  "ora": "^8.2.0",
79
80
  "pino": "^8.0.0",
@@ -100,7 +101,7 @@
100
101
  "glob": "^11.0.3",
101
102
  "happy-dom": "^20.0.2",
102
103
  "jscpd": "^4.0.5",
103
- "mintlify": "^4.2.107",
104
+ "mintlify": "^4.0.423",
104
105
  "release-it": "^19.0.4",
105
106
  "semver": "^7.7.2",
106
107
  "supertest": "^7.1.4",
@@ -124,7 +125,8 @@
124
125
  "esbuild@<=0.24.2": ">=0.25.0",
125
126
  "glob@>=10.2.0 <10.5.0": ">=10.5.0",
126
127
  "glob@>=11.0.0 <11.1.0": ">=11.1.0",
127
- "body-parser@>=2.2.0 <2.2.1": ">=2.2.1"
128
+ "body-parser@>=2.2.0 <2.2.1": ">=2.2.1",
129
+ "mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1"
128
130
  }
129
131
  },
130
132
  "packageManager": "pnpm@10.13.1"