xiaozhi-client 1.9.3-beta.1 → 1.9.3-beta.2
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/WebServerStandalone.js +13 -13
- package/dist/WebServerStandalone.js.map +1 -1
- package/dist/cli.js +18 -18
- package/dist/cli.js.map +1 -1
- package/dist/mcpServerProxy.js +6 -6
- package/dist/mcpServerProxy.js.map +1 -1
- package/dist/package.json +3 -2
- package/docs/changelog.mdx +11 -0
- package/package.json +3 -2
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xiaozhi-client",
|
|
3
|
-
"version": "1.9.3-beta.
|
|
3
|
+
"version": "1.9.3-beta.2",
|
|
4
4
|
"description": "小智 AI 客户端 命令行工具",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -123,7 +123,8 @@
|
|
|
123
123
|
"js-yaml@<4.1.1": ">=4.1.1",
|
|
124
124
|
"esbuild@<=0.24.2": ">=0.25.0",
|
|
125
125
|
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
|
|
126
|
-
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
|
|
126
|
+
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
|
|
127
|
+
"body-parser@>=2.2.0 <2.2.1": ">=2.2.1"
|
|
127
128
|
}
|
|
128
129
|
},
|
|
129
130
|
"packageManager": "pnpm@10.13.1"
|
package/docs/changelog.mdx
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.9.3-beta.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.3-beta.1...v1.9.3-beta.2) (2025-11-27)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
* **claude:** 新增务实开发验证技能并优化现有技能体系 ([#455](https://github.com/shenjingnan/xiaozhi-client/issues/455)) ([a7b2daa](https://github.com/shenjingnan/xiaozhi-client/commit/a7b2daab3e96ee159a7d3b57125a26dbebfc7b0a))
|
|
8
|
+
* **core:** 实现 Logger 注入机制统一日志配置管理 ([#454](https://github.com/shenjingnan/xiaozhi-client/issues/454)) ([5644149](https://github.com/shenjingnan/xiaozhi-client/commit/56441498f7ba41864d5bec9fc53eb147283287f9))
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **security:** 修复 body-parser 依赖安全漏洞 ([#462](https://github.com/shenjingnan/xiaozhi-client/issues/462)) ([8b71057](https://github.com/shenjingnan/xiaozhi-client/commit/8b7105727fc8b7280f91d3bcaef77a173a3c0a75))
|
|
13
|
+
|
|
3
14
|
## [1.9.3-beta.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.2...v1.9.3-beta.1) (2025-11-24)
|
|
4
15
|
|
|
5
16
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xiaozhi-client",
|
|
3
|
-
"version": "1.9.3-beta.
|
|
3
|
+
"version": "1.9.3-beta.2",
|
|
4
4
|
"description": "小智 AI 客户端 命令行工具",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -123,7 +123,8 @@
|
|
|
123
123
|
"js-yaml@<4.1.1": ">=4.1.1",
|
|
124
124
|
"esbuild@<=0.24.2": ">=0.25.0",
|
|
125
125
|
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
|
|
126
|
-
"glob@>=11.0.0 <11.1.0": ">=11.1.0"
|
|
126
|
+
"glob@>=11.0.0 <11.1.0": ">=11.1.0",
|
|
127
|
+
"body-parser@>=2.2.0 <2.2.1": ">=2.2.1"
|
|
127
128
|
}
|
|
128
129
|
},
|
|
129
130
|
"packageManager": "pnpm@10.13.1"
|