Skip to content

Commit adbaba8

Browse files
chore: release v1.9.3-beta.1
1 parent 211e341 commit adbaba8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

docs/changelog.mdx

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
# 更新日志
2+
3+
## [1.9.3-beta.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.2...v1.9.3-beta.1) (2025-11-24)
4+
5+
### Features
6+
7+
* **claude:** 适配 .claude 命令和技能文件至 xiaozhi-client 项目 ([#438](https://github.com/shenjingnan/xiaozhi-client/issues/438)) ([7fa119a](https://github.com/shenjingnan/xiaozhi-client/commit/7fa119a655b636847905d3c2c5c56f7d0e5a080a))
8+
9+
### Bug Fixes
10+
11+
* **deps:** 修复依赖安全漏洞并更新包版本约束 ([#448](https://github.com/shenjingnan/xiaozhi-client/issues/448)) ([211e341](https://github.com/shenjingnan/xiaozhi-client/commit/211e34141d0e56c66a3b15e5a6b2735780673f6e))
12+
13+
### Reverts
14+
15+
* Revert "refactor(config): 重构TypeScript配置文件组织结构 (#423)" (#424) ([a775c79](https://github.com/shenjingnan/xiaozhi-client/commit/a775c7959df7c19aa0a43fa2e43a8e2fe2154f44)), closes [#423](https://github.com/shenjingnan/xiaozhi-client/issues/423) [#424](https://github.com/shenjingnan/xiaozhi-client/issues/424)
16+
117
---
218
title: 更新日志
319
description: Xiaozhi Client 的版本更新历史
420
---
521

6-
# 更新日志
22+
723

824
## [1.9.3-beta.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.2...v1.9.3-beta.0) (2025-11-15)
925

@@ -598,4 +614,4 @@ description: Xiaozhi Client 的版本更新历史
598614

599615
### Bug Fixes
600616

601-
- 修复配置文件路径问题,改为从当前工作目录读取配置文件 ([4b7da6e](https://github.com/shenjingnan/xiaozhi-client/commit/4b7da6e28d05da60b86f373f69c7460dbaa4c2c1))
617+
- 修复配置文件路径问题,改为从当前工作目录读取配置文件 ([4b7da6e](https://github.com/shenjingnan/xiaozhi-client/commit/4b7da6e28d05da60b86f373f69c7460dbaa4c2c1))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xiaozhi-client",
3-
"version": "1.9.3-beta.0",
3+
"version": "1.9.3-beta.1",
44
"description": "小智 AI 客户端 命令行工具",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)