xiaozhi-client 1.9.3 → 1.9.4-beta.1

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.
Files changed (138) hide show
  1. package/README.md +2 -2
  2. package/dist/WebServerLauncher.js +2 -100
  3. package/dist/backend/WebServerLauncher.js +100 -0
  4. package/dist/backend/WebServerLauncher.js.map +1 -0
  5. package/dist/backend/cli.js +129 -0
  6. package/dist/backend/cli.js.map +1 -0
  7. package/dist/{package.json → backend/package.json} +21 -9
  8. package/dist/cli.js +2 -129
  9. package/dist/docs/404/index.html +19 -0
  10. package/dist/docs/404.html +19 -0
  11. package/dist/docs/_next/static/JZ0ESgtaHnsqkxSabOqqU/_buildManifest.js +1 -0
  12. package/dist/docs/_next/static/JZ0ESgtaHnsqkxSabOqqU/_ssgManifest.js +1 -0
  13. package/dist/docs/_next/static/chunks/112-c9cbd8401d35f825.js +4 -0
  14. package/dist/docs/_next/static/chunks/2a9bc5d7-4c434acf20ba934a.js +1 -0
  15. package/dist/docs/_next/static/chunks/782-c26ca6c69e488d48.js +1 -0
  16. package/dist/docs/_next/static/chunks/799-fe0d35806fd12012.js +1 -0
  17. package/dist/docs/_next/static/chunks/9b1cb2c3-cc9ed703e6aef1a2.js +1 -0
  18. package/dist/docs/_next/static/chunks/app/[[...mdxPath]]/page-48f5c8f3210e0a8a.js +1 -0
  19. package/dist/docs/_next/static/chunks/app/_not-found/page-2e38866a1cbb77e4.js +1 -0
  20. package/dist/docs/_next/static/chunks/app/layout-e8f420537fd59e8d.js +1 -0
  21. package/dist/docs/_next/static/chunks/framework-b73126dabbf07067.js +1 -0
  22. package/dist/docs/_next/static/chunks/main-75dc65850b89d90d.js +1 -0
  23. package/dist/docs/_next/static/chunks/main-app-3303134270964ce6.js +1 -0
  24. package/dist/docs/_next/static/chunks/pages/_app-e698a68d07c8993d.js +1 -0
  25. package/dist/docs/_next/static/chunks/pages/_error-189a41ab5833da03.js +1 -0
  26. package/dist/docs/_next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  27. package/dist/docs/_next/static/chunks/webpack-10e2bf7d852ddb6e.js +1 -0
  28. package/dist/docs/_next/static/css/2d82b615fcca1590.css +1 -0
  29. package/dist/docs/_next/static/css/b03484a3c350cf6e.css +1 -0
  30. package/dist/docs/_next/static/css/b289318ef4b60b0a.css +1 -0
  31. package/dist/docs/changelog/index.html +585 -0
  32. package/dist/docs/changelog/index.txt +1079 -0
  33. package/dist/docs/images/coze-workflow/get-parameter.png +0 -0
  34. package/dist/docs/index.html +22 -0
  35. package/dist/docs/index.txt +41 -0
  36. package/dist/docs/quickstart/index.html +64 -0
  37. package/dist/docs/quickstart/index.txt +185 -0
  38. package/dist/docs/reference/command/index.html +20 -0
  39. package/dist/docs/reference/command/index.txt +42 -0
  40. package/dist/docs/usage/as-mcp/index.html +36 -0
  41. package/dist/docs/usage/as-mcp/index.txt +101 -0
  42. package/dist/docs/usage/coze-workflow/index.html +35 -0
  43. package/dist/docs/usage/coze-workflow/index.txt +120 -0
  44. package/dist/docs/usage/docker/index.html +40 -0
  45. package/dist/docs/usage/docker/index.txt +154 -0
  46. package/dist/docs/usage/modelscope/index.html +32 -0
  47. package/dist/docs/usage/modelscope/index.txt +109 -0
  48. package/dist/docs/usage/multi-endpoint/index.html +32 -0
  49. package/dist/docs/usage/multi-endpoint/index.txt +118 -0
  50. package/dist/frontend/assets/form-utils-h64o2Nyg.js.map +1 -0
  51. package/{apps/frontend/dist → dist/frontend}/assets/index-88NfCOo9.js.map +1 -1
  52. package/dist/frontend/assets/radix-ui-BA32w1ww.js.map +1 -0
  53. package/dist/frontend/assets/react-vendor-DrjkXih1.js.map +1 -0
  54. package/dist/frontend/assets/utils-CiPelQLP.js.map +1 -0
  55. package/dist/frontend/assets/vendor-DK9yaMt3.js.map +1 -0
  56. package/dist/shared-types/index.js +36 -0
  57. package/dist/shared-types/index.js.map +1 -0
  58. package/package.json +21 -9
  59. package/apps/frontend/README.md +0 -169
  60. package/apps/frontend/dist/assets/form-utils-h64o2Nyg.js.map +0 -1
  61. package/apps/frontend/dist/assets/radix-ui-BA32w1ww.js.map +0 -1
  62. package/apps/frontend/dist/assets/react-vendor-DrjkXih1.js.map +0 -1
  63. package/apps/frontend/dist/assets/utils-CiPelQLP.js.map +0 -1
  64. package/apps/frontend/dist/assets/vendor-DK9yaMt3.js.map +0 -1
  65. package/dist/WebServerLauncher.js.map +0 -1
  66. package/dist/cli.js.map +0 -1
  67. package/docs/arch/cache.mdx +0 -885
  68. package/docs/changelog.mdx +0 -645
  69. package/docs/development/architecture.mdx +0 -71
  70. package/docs/development/docker-build.mdx +0 -256
  71. package/docs/development/todo__release-guide.md +0 -563
  72. package/docs/development/todo__setting-manager.md +0 -122
  73. package/docs/docs.json +0 -55
  74. package/docs/getting-started/install.mdx +0 -191
  75. package/docs/getting-started/intro.mdx +0 -11
  76. package/docs/getting-started/quickstart.mdx +0 -108
  77. package/docs/mcp-tool-calling.md +0 -363
  78. package/docs/python-dependencies.md +0 -216
  79. package/docs/reference/command.mdx +0 -15
  80. package/docs/usage/add-mcp-server.mdx +0 -6
  81. package/docs/usage/as-a-mcp-server.mdx +0 -76
  82. package/docs/usage/coze-workflow.mdx +0 -73
  83. package/docs/usage/docker.mdx +0 -99
  84. package/docs/usage/modelscope.mdx +0 -74
  85. package/docs/usage/use-multi-xiaozhi-mcp-endpoints.mdx +0 -77
  86. package/docs/usage/web-control.mdx +0 -6
  87. /package/dist/{WebServerLauncher.d.ts → backend/WebServerLauncher.d.ts} +0 -0
  88. /package/dist/{cli.d.ts → backend/cli.d.ts} +0 -0
  89. /package/dist/{templates → backend/templates}/default/mcpServers/calculator.js +0 -0
  90. /package/dist/{templates → backend/templates}/default/mcpServers/datetime.js +0 -0
  91. /package/dist/{templates → backend/templates}/default/package.json +0 -0
  92. /package/dist/{templates → backend/templates}/default/xiaozhi.config.json +0 -0
  93. /package/dist/{templates → backend/templates}/hello-world/mcpServers/calculator.js +0 -0
  94. /package/dist/{templates → backend/templates}/hello-world/mcpServers/datetime.js +0 -0
  95. /package/dist/{templates → backend/templates}/hello-world/package.json +0 -0
  96. /package/dist/{templates → backend/templates}/hello-world/xiaozhi.config.json +0 -0
  97. /package/dist/{templates → backend/templates}/json5/mcpServers/calculator.js +0 -0
  98. /package/dist/{templates → backend/templates}/json5/mcpServers/datetime.js +0 -0
  99. /package/dist/{templates → backend/templates}/json5/package.json +0 -0
  100. /package/dist/{templates → backend/templates}/json5/xiaozhi.config.json5 +0 -0
  101. /package/dist/{templates → backend/templates}/jsonc/mcpServers/calculator.js +0 -0
  102. /package/dist/{templates → backend/templates}/jsonc/mcpServers/datetime.js +0 -0
  103. /package/dist/{templates → backend/templates}/jsonc/package.json +0 -0
  104. /package/dist/{templates → backend/templates}/jsonc/xiaozhi.config.jsonc +0 -0
  105. /package/dist/{templates → backend/templates}/modelscope/xiaozhi.config.json +0 -0
  106. /package/{docs/images/coze-workflow/get-parameter.png → dist/docs/_next/static/media/get-parameter.62eee93d.png} +0 -0
  107. /package/{docs → dist/docs}/images/add-to-cherry-studio/step-1.png +0 -0
  108. /package/{docs → dist/docs}/images/add-to-cherry-studio/step-2.png +0 -0
  109. /package/{docs → dist/docs}/images/add-to-cherry-studio/step-3.png +0 -0
  110. /package/{docs → dist/docs}/images/add-to-cherry-studio/step-4.png +0 -0
  111. /package/{docs → dist/docs}/images/add-to-cherry-studio/step-5.png +0 -0
  112. /package/{docs → dist/docs}/images/add-to-cursor/step-1.png +0 -0
  113. /package/{docs → dist/docs}/images/add-to-cursor/step-2.png +0 -0
  114. /package/{docs → dist/docs}/images/add-to-cursor/step-3.png +0 -0
  115. /package/{docs → dist/docs}/images/coze-workflow/config-workflow-step-1.png +0 -0
  116. /package/{docs → dist/docs}/images/coze-workflow/config-workflow-step-2.png +0 -0
  117. /package/{docs → dist/docs}/images/coze-workflow/config-workflow-step-3.png +0 -0
  118. /package/{docs → dist/docs}/images/integrate-to-cherry-studio.png +0 -0
  119. /package/{docs → dist/docs}/images/integrate-to-cursor.png +0 -0
  120. /package/{docs → dist/docs}/images/modelscope/step-1.png +0 -0
  121. /package/{docs → dist/docs}/images/modelscope/step-2.png +0 -0
  122. /package/{docs → dist/docs}/images/modelscope/step-3.png +0 -0
  123. /package/{docs → dist/docs}/images/modelscope/step-4.png +0 -0
  124. /package/{docs → dist/docs}/images/preview.png +0 -0
  125. /package/{docs → dist/docs}/images/use-multi-xiaozhi-mcp-endpoints/step-1.png +0 -0
  126. /package/{docs → dist/docs}/images/use-multi-xiaozhi-mcp-endpoints/step-2.png +0 -0
  127. /package/{docs → dist/docs}/images/use-multi-xiaozhi-mcp-endpoints/step-3.png +0 -0
  128. /package/{docs → dist/docs}/images/use-multi-xiaozhi-mcp-endpoints/step-4.png +0 -0
  129. /package/{docs → dist/docs}/images/use-multi-xiaozhi-mcp-endpoints/step-5.png +0 -0
  130. /package/{docs → dist/docs}/images/web-ui-preview.png +0 -0
  131. /package/{apps/frontend/dist → dist/frontend}/assets/form-utils-h64o2Nyg.js +0 -0
  132. /package/{apps/frontend/dist → dist/frontend}/assets/index-88NfCOo9.js +0 -0
  133. /package/{apps/frontend/dist → dist/frontend}/assets/index-P6Zq3MZF.css +0 -0
  134. /package/{apps/frontend/dist → dist/frontend}/assets/radix-ui-BA32w1ww.js +0 -0
  135. /package/{apps/frontend/dist → dist/frontend}/assets/react-vendor-DrjkXih1.js +0 -0
  136. /package/{apps/frontend/dist → dist/frontend}/assets/utils-CiPelQLP.js +0 -0
  137. /package/{apps/frontend/dist → dist/frontend}/assets/vendor-DK9yaMt3.js +0 -0
  138. /package/{apps/frontend/dist → dist/frontend}/index.html +0 -0
@@ -1,645 +0,0 @@
1
- # 更新日志
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
-
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)
15
-
16
- ### Features
17
-
18
- * **mcp:** 新增自定义 headers 配置支持 ([#466](https://github.com/shenjingnan/xiaozhi-client/issues/466)) ([f41e6fa](https://github.com/shenjingnan/xiaozhi-client/commit/f41e6faf55e620633b54bca9513fa3717ad2f30c))
19
-
20
- ## [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)
21
-
22
- ### Features
23
-
24
- * **claude:** 新增务实开发验证技能并优化现有技能体系 ([#455](https://github.com/shenjingnan/xiaozhi-client/issues/455)) ([a7b2daa](https://github.com/shenjingnan/xiaozhi-client/commit/a7b2daab3e96ee159a7d3b57125a26dbebfc7b0a))
25
- * **core:** 实现 Logger 注入机制统一日志配置管理 ([#454](https://github.com/shenjingnan/xiaozhi-client/issues/454)) ([5644149](https://github.com/shenjingnan/xiaozhi-client/commit/56441498f7ba41864d5bec9fc53eb147283287f9))
26
-
27
- ### Bug Fixes
28
-
29
- * **security:** 修复 body-parser 依赖安全漏洞 ([#462](https://github.com/shenjingnan/xiaozhi-client/issues/462)) ([8b71057](https://github.com/shenjingnan/xiaozhi-client/commit/8b7105727fc8b7280f91d3bcaef77a173a3c0a75))
30
-
31
- ## [1.9.3-beta.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.2...v1.9.3-beta.1) (2025-11-24)
32
-
33
- ### Features
34
-
35
- * **claude:** 适配 .claude 命令和技能文件至 xiaozhi-client 项目 ([#438](https://github.com/shenjingnan/xiaozhi-client/issues/438)) ([7fa119a](https://github.com/shenjingnan/xiaozhi-client/commit/7fa119a655b636847905d3c2c5c56f7d0e5a080a))
36
-
37
- ### Bug Fixes
38
-
39
- * **deps:** 修复依赖安全漏洞并更新包版本约束 ([#448](https://github.com/shenjingnan/xiaozhi-client/issues/448)) ([211e341](https://github.com/shenjingnan/xiaozhi-client/commit/211e34141d0e56c66a3b15e5a6b2735780673f6e))
40
-
41
- ### Reverts
42
-
43
- * 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)
44
-
45
- ---
46
- title: 更新日志
47
- description: Xiaozhi Client 的版本更新历史
48
- ---
49
-
50
-
51
-
52
- ## [1.9.3-beta.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.2...v1.9.3-beta.0) (2025-11-15)
53
-
54
- ### Reverts
55
-
56
- * 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)
57
-
58
- # Changelog
59
-
60
- ## [1.9.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.1...v1.9.2) (2025-11-14)
61
-
62
- ## [1.9.2-beta.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.1...v1.9.2-beta.0) (2025-11-13)
63
-
64
- ## [1.9.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.9.0...v1.9.1) (2025-11-12)
65
-
66
- ### Features
67
-
68
- * **core:** 实现 MCP 服务类型字段自动格式转换 ([#404](https://github.com/shenjingnan/xiaozhi-client/issues/404)) ([7b40b0e](https://github.com/shenjingnan/xiaozhi-client/commit/7b40b0ed84070f449e221a10ab2921627fa6b965))
69
- * **web:** 优化安装对话框交互体验 ([#403](https://github.com/shenjingnan/xiaozhi-client/issues/403)) ([d97df23](https://github.com/shenjingnan/xiaozhi-client/commit/d97df23a564f0bb7dfb9c6ee5ac333a3318ed6be))
70
- * **web:** 优化工具调用状态徽章的显示效果 ([#408](https://github.com/shenjingnan/xiaozhi-client/issues/408)) ([594dd22](https://github.com/shenjingnan/xiaozhi-client/commit/594dd22a17c66bc9b387cc45f9ff43c8a8d96b9b))
71
- * **web:** 优化无参数工具的用户界面体验 ([#406](https://github.com/shenjingnan/xiaozhi-client/issues/406)) ([d2f3812](https://github.com/shenjingnan/xiaozhi-client/commit/d2f38127264783d90f63c269668c41a018557903))
72
-
73
- ### Bug Fixes
74
-
75
- * **core:** 修复Web界面重启服务功能失效问题 ([#402](https://github.com/shenjingnan/xiaozhi-client/issues/402)) ([5097450](https://github.com/shenjingnan/xiaozhi-client/commit/5097450def5f0947adc9c427672b487d50948908))
76
-
77
- ### Reverts
78
-
79
- * Revert "fix(core): 修复Web界面重启服务功能失效问题 (#402)" (#405) ([d4ae98b](https://github.com/shenjingnan/xiaozhi-client/commit/d4ae98b668e4a43317405de9656e48b3230f47cf)), closes [#402](https://github.com/shenjingnan/xiaozhi-client/issues/402) [#405](https://github.com/shenjingnan/xiaozhi-client/issues/405)
80
-
81
- ## [1.9.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.4...v1.9.0) (2025-11-09)
82
-
83
- ### Features
84
-
85
- * **api:** 新增工具调用日志查询和统计 API ([#396](https://github.com/shenjingnan/xiaozhi-client/issues/396)) ([8a53941](https://github.com/shenjingnan/xiaozhi-client/commit/8a539413d63e17ac033279643c06ba7387bee99e))
86
- * **cli:** 重构 Claude Code 命令文件标准化 ([#395](https://github.com/shenjingnan/xiaozhi-client/issues/395)) ([71f0e55](https://github.com/shenjingnan/xiaozhi-client/commit/71f0e557dfd3c092506b46a5d812f1cb1652a11c))
87
- * **dashboard:** 新增MCP工具调用日志查看功能 ([#398](https://github.com/shenjingnan/xiaozhi-client/issues/398)) ([549cc50](https://github.com/shenjingnan/xiaozhi-client/commit/549cc5043869eff7c455ef95e475f33d75a6847a))
88
- * **web:** 新增MCP工具调试功能 ([#399](https://github.com/shenjingnan/xiaozhi-client/issues/399)) ([0bf50c7](https://github.com/shenjingnan/xiaozhi-client/commit/0bf50c761b8778b177effd35a9585ef702b1bfbe))
89
-
90
- ## [1.8.4](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.3...v1.8.4) (2025-11-07)
91
-
92
- ### Features
93
-
94
- * **mcp:** 增强 MCP 服务管理器的容错和重试机制 ([#391](https://github.com/shenjingnan/xiaozhi-client/issues/391)) ([48b8897](https://github.com/shenjingnan/xiaozhi-client/commit/48b88976563a6db9c836ae0626108e230a77dd22))
95
- * **mcp:** 新增MCP工具调用JSON日志记录功能 ([#390](https://github.com/shenjingnan/xiaozhi-client/issues/390)) ([7c6c2b7](https://github.com/shenjingnan/xiaozhi-client/commit/7c6c2b7ae5c178747bf597a0207f530b3d1ee08a))
96
- * **test:** 优化测试执行效率和结构 ([#393](https://github.com/shenjingnan/xiaozhi-client/issues/393)) ([fa514cc](https://github.com/shenjingnan/xiaozhi-client/commit/fa514cc06670042d732b34cb1092d6073d2bb2bb))
97
-
98
- ## [1.8.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.2...v1.8.3) (2025-10-29)
99
-
100
- ### Features
101
-
102
- * **api:** 接入点状态查询接口改为POST请求 ([#386](https://github.com/shenjingnan/xiaozhi-client/issues/386)) ([b0d458a](https://github.com/shenjingnan/xiaozhi-client/commit/b0d458a953ec83766f204f3c76823df2c76c001b))
103
- * **logging:** 优化MCP工具调用日志记录和错误处理 ([#384](https://github.com/shenjingnan/xiaozhi-client/issues/384)) ([4a09252](https://github.com/shenjingnan/xiaozhi-client/commit/4a0925234edb79e70021948d5c993b7d5bc87cea))
104
- * **logging:** 优化错误日志记录和连接失败处理 ([#383](https://github.com/shenjingnan/xiaozhi-client/issues/383)) ([a9d9ad4](https://github.com/shenjingnan/xiaozhi-client/commit/a9d9ad460f2c3075ab67f3f30b3ce8908c9a4c77))
105
-
106
- ### Bug Fixes
107
-
108
- * **deps:** 升级 Hono 版本修复 Vary Header 注入漏洞 ([#389](https://github.com/shenjingnan/xiaozhi-client/issues/389)) ([4ad735d](https://github.com/shenjingnan/xiaozhi-client/commit/4ad735d5ad62ed8887973f0fc426b3738b405eaf))
109
-
110
- ### Performance Improvements
111
-
112
- * **test:** 优化 WebServer.test.ts 执行效率 ([#388](https://github.com/shenjingnan/xiaozhi-client/issues/388)) ([d48b879](https://github.com/shenjingnan/xiaozhi-client/commit/d48b87945cbcd5e31813e7ef54b2545fc96854d4))
113
-
114
- ## [1.8.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.1...v1.8.2) (2025-10-23)
115
-
116
- ### Bug Fixes
117
-
118
- * **deps:** 修复 Vite 安全漏洞 CVE-2025-62522 ([#374](https://github.com/shenjingnan/xiaozhi-client/issues/374)) ([cb6fd6b](https://github.com/shenjingnan/xiaozhi-client/commit/cb6fd6b2a0d0a463ea4e8a611d93cbecb56186c0))
119
- * **security:** 修复 Hono 框架未授权访问安全漏洞 (CVE-2025-62522) ([#376](https://github.com/shenjingnan/xiaozhi-client/issues/376)) ([0181be9](https://github.com/shenjingnan/xiaozhi-client/commit/0181be977778ffa5e447b073e0b10a2a026b0675))
120
-
121
- ## [1.8.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.8.0...v1.8.1) (2025-10-19)
122
-
123
- ### Features
124
-
125
- * **ux:** 优化配置模板的默认接入点设置 ([#369](https://github.com/shenjingnan/xiaozhi-client/issues/369)) ([40b10aa](https://github.com/shenjingnan/xiaozhi-client/commit/40b10aa4ad630ae35051aac7437bb5718d8200e8))
126
-
127
- ### Bug Fixes
128
-
129
- * **ui:** 修复网站头部 QQ 群链接错误 ([#370](https://github.com/shenjingnan/xiaozhi-client/issues/370)) ([cb6c86d](https://github.com/shenjingnan/xiaozhi-client/commit/cb6c86dbfd208bdf34875343142d3e19595b592f))
130
-
131
- ## [1.8.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.9...v1.8.0) (2025-10-17)
132
-
133
- ### Bug Fixes
134
-
135
- - **ci:** 修复 NPM 正式版本发布失败问题 ([#368](https://github.com/shenjingnan/xiaozhi-client/issues/368)) ([f79ae4d](https://github.com/shenjingnan/xiaozhi-client/commit/f79ae4deb880f1a84cc61e5965befc0d91f74598))
136
- - **security:** 修复 happy-dom 关键安全漏洞 CVE GHSA-qpm2-6cq5-7pq5 ([#363](https://github.com/shenjingnan/xiaozhi-client/issues/363)) ([d743254](https://github.com/shenjingnan/xiaozhi-client/commit/d74325498ee7f1ce7eacb906d6fcddbbd0e9c60e))
137
-
138
- ### Features
139
-
140
- - **api:** 实现 Docker 容器版本更新 API 功能 ([#361](https://github.com/shenjingnan/xiaozhi-client/issues/361)) ([0ff76ec](https://github.com/shenjingnan/xiaozhi-client/commit/0ff76ec2c29bdee212d4ea58c50bc32134669084))
141
- - **ci:** 为 NPM 发布流程添加 GitHub Token 环境变量配置 ([#367](https://github.com/shenjingnan/xiaozhi-client/issues/367)) ([d6aba6b](https://github.com/shenjingnan/xiaozhi-client/commit/d6aba6bdf2b0d43ba803c1ce2bdca8c63c0a2aad))
142
- - **ci:** 优化 NPM 发布工作流支持自定义版本号 ([#365](https://github.com/shenjingnan/xiaozhi-client/issues/365)) ([0a9fa0b](https://github.com/shenjingnan/xiaozhi-client/commit/0a9fa0b1bb863a4d169decff40d04e03686369c2))
143
-
144
- ## [1.7.9](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.8...v1.7.9) (2025-10-11)
145
-
146
- ### Features
147
-
148
- - **cli:** 新增 Claude 命令系统支持 commit 和 fix-test 功能 ([#357](https://github.com/shenjingnan/xiaozhi-client/issues/357)) ([443097b](https://github.com/shenjingnan/xiaozhi-client/commit/443097b9da6e1ec295e4d33443b832a171899497))
149
- - **mcp:** 支持通过 web 界面动态添加移除 MCP ([#350](https://github.com/shenjingnan/xiaozhi-client/issues/350)) ([44d3922](https://github.com/shenjingnan/xiaozhi-client/commit/44d3922142e910e360a927ffd16e9128b6aaec25))
150
-
151
- ### Bug Fixes
152
-
153
- - **security:** 修复 happy-dom 关键安全漏洞 ([#358](https://github.com/shenjingnan/xiaozhi-client/issues/358)) ([74c22cf](https://github.com/shenjingnan/xiaozhi-client/commit/74c22cf18bcfbe6ab0cea0176140f2fffb9c1703))
154
- - **webserver:** 修复连接管理器初始化逻辑并优化日志输出 ([#355](https://github.com/shenjingnan/xiaozhi-client/issues/355)) ([fd96893](https://github.com/shenjingnan/xiaozhi-client/commit/fd968930e1efd777694a48e90a00141881bcd262))
155
-
156
- ## [1.7.8](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.7...v1.7.8) (2025-09-29)
157
-
158
- ### Features
159
-
160
- - **web:** 支持 Web 界面动态控制小智接入点添加/删除/连接/断开连接功能 ([#349](https://github.com/shenjingnan/xiaozhi-client/issues/349)) ([621041c](https://github.com/shenjingnan/xiaozhi-client/commit/621041cb310ba78a567aafffe6b16ea401f84ea1))
161
-
162
- ## [1.7.7](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.7-beta.0...v1.7.7) (2025-09-26)
163
-
164
- ## [1.7.7-beta.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.4...v1.7.7-beta.0) (2025-09-26)
165
-
166
- ### Features
167
-
168
- - **docs:** 添加扣子工作流集成文档 ([#331](https://github.com/shenjingnan/xiaozhi-client/issues/331)) ([0944a71](https://github.com/shenjingnan/xiaozhi-client/commit/0944a71b1da625890f6b462fff82e61ddd2a6206))
169
- - **web:** 实现 Web 管理界面版本号显示功能 ([#338](https://github.com/shenjingnan/xiaozhi-client/issues/338)) ([3f55043](https://github.com/shenjingnan/xiaozhi-client/commit/3f55043ea96a39397d9845127ce7f82633055667))
170
-
171
- ### Bug Fixes
172
-
173
- - **deps:** update radix-ui-primitives monorepo ([#291](https://github.com/shenjingnan/xiaozhi-client/issues/291)) ([55c0ce2](https://github.com/shenjingnan/xiaozhi-client/commit/55c0ce20c05d0af76c1cc4a26fb3638b07e7a2ce))
174
- - **logging:** 修复 --debug 参数时序问题,确保所有模块正确输出 DEBUG 日志 ([#342](https://github.com/shenjingnan/xiaozhi-client/issues/342)) ([48affe4](https://github.com/shenjingnan/xiaozhi-client/commit/48affe4cbbc1174b2f5a6c4fdfeb5021834a7adc))
175
- - **security:** 修复 @conventional-changelog/git-client 参数注入安全漏洞 ([#343](https://github.com/shenjingnan/xiaozhi-client/issues/343)) ([bc10ad2](https://github.com/shenjingnan/xiaozhi-client/commit/bc10ad2a66c7b5f2e4929f5cf66ac4d0d3bb8fb3))
176
- - **tool-api:** 修复 Web 界面显示已删除 MCP 工具的问题 ([#336](https://github.com/shenjingnan/xiaozhi-client/issues/336)) ([cec315b](https://github.com/shenjingnan/xiaozhi-client/commit/cec315b0b356d5316ac04a7761ff1b8ce544887b))
177
- - upgrade version ([e0346a5](https://github.com/shenjingnan/xiaozhi-client/commit/e0346a5b8fbc42659ce0fa0fbfd38a59f144c444))
178
- - **workflow:** add codeql ([b739d7b](https://github.com/shenjingnan/xiaozhi-client/commit/b739d7b89390d5edfb84447a1418426dd8abf942))
179
-
180
- ## [1.7.4](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.3...v1.7.4) (2025-09-18)
181
-
182
- ### Features
183
-
184
- - **mcp:** 实现 MCP 工具配置双向同步机制 ([#326](https://github.com/shenjingnan/xiaozhi-client/issues/326)) ([d1b4be1](https://github.com/shenjingnan/xiaozhi-client/commit/d1b4be18fee96a787cb0cbd3267be95cb2ffff42))
185
- - **mcp:** 实现 MCP 服务类型推断系统 ([#329](https://github.com/shenjingnan/xiaozhi-client/issues/329)) ([b907c6c](https://github.com/shenjingnan/xiaozhi-client/commit/b907c6ca1c788ff89aa5893a238423526a5c89ae))
186
-
187
- ### Bug Fixes
188
-
189
- - **web:** 修复只有一个接入点时,无法移除的问题 ([#325](https://github.com/shenjingnan/xiaozhi-client/issues/325)) ([aabf938](https://github.com/shenjingnan/xiaozhi-client/commit/aabf938797f0d5b59b574644cf8ab507e4947ab3))
190
-
191
- ## [1.7.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.2...v1.7.3) (2025-09-15)
192
-
193
- ### Bug Fixes
194
-
195
- - **mcp:** 放宽自定义 MCP 工具名称验证规则 ([#323](https://github.com/shenjingnan/xiaozhi-client/issues/323)) ([551ce4e](https://github.com/shenjingnan/xiaozhi-client/commit/551ce4ed2c615c07cd85c58cec934c14676e4ed4))
196
- - **tool-sync:** 修复多服务工具同步逻辑错误 ([#322](https://github.com/shenjingnan/xiaozhi-client/issues/322)) ([0556bf9](https://github.com/shenjingnan/xiaozhi-client/commit/0556bf96b23f643fe6380f4035355cc75760e0f9))
197
- - **workflow:** 修复 docker 发布失败的问题 ([#321](https://github.com/shenjingnan/xiaozhi-client/issues/321)) ([ab30beb](https://github.com/shenjingnan/xiaozhi-client/commit/ab30beb32aad5b9f0d966e0423321f82ec68505a))
198
-
199
- ## [1.7.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.1...v1.7.2) (2025-09-14)
200
-
201
- ### Features
202
-
203
- - **cache:** 重构 CustomMCPHandler 缓存机制和任务状态管理 ([#317](https://github.com/shenjingnan/xiaozhi-client/issues/317)) ([6a55dec](https://github.com/shenjingnan/xiaozhi-client/commit/6a55dec21ee02ec514dfd178ee2c1b209efada2c))
204
- - **mcp:** 实现工具配置统一管理机制 ([#313](https://github.com/shenjingnan/xiaozhi-client/issues/313)) ([d5b989b](https://github.com/shenjingnan/xiaozhi-client/commit/d5b989be46bdaa7fb07ef0f14cfe311404ef85ae))
205
- - **platform:** 新增扣子平台集成和工作流管理功能 ([#303](https://github.com/shenjingnan/xiaozhi-client/issues/303)) ([c4d68a4](https://github.com/shenjingnan/xiaozhi-client/commit/c4d68a472cbc48a4f285e8589db9295ec4fb2baf))
206
- - **tool-api:** 重构工具 API 系统支持多种工具类型 ([#314](https://github.com/shenjingnan/xiaozhi-client/issues/314)) ([ece18ca](https://github.com/shenjingnan/xiaozhi-client/commit/ece18cacedc49d1adb5beeea7d429ac4fb73e6df))
207
- - **web:** 添加 Coze 工作流参数配置功能 ([#315](https://github.com/shenjingnan/xiaozhi-client/issues/315)) ([cc42b82](https://github.com/shenjingnan/xiaozhi-client/commit/cc42b829371946683c31dd73e895c4923758985d))
208
-
209
- ### Bug Fixes
210
-
211
- - **security:** 修复安全漏洞并增强 GitHub Actions 安全审计 ([#320](https://github.com/shenjingnan/xiaozhi-client/issues/320)) ([165d6ed](https://github.com/shenjingnan/xiaozhi-client/commit/165d6ed8a0d7658a834631e771b0c777f39dfb4a))
212
- - **ui:** 优化工作流集成对话框的宽度和高度限制 ([#318](https://github.com/shenjingnan/xiaozhi-client/issues/318)) ([494fdd6](https://github.com/shenjingnan/xiaozhi-client/commit/494fdd6504dac7e0a24cb21584c577ad0ef8fb95))
213
- - **workflows:** 统一 pnpm 版本配置并升级 GitHub Actions ([#319](https://github.com/shenjingnan/xiaozhi-client/issues/319)) ([fa8da77](https://github.com/shenjingnan/xiaozhi-client/commit/fa8da77e8738b9669a19459a08975458706ec152))
214
-
215
- ## [1.7.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.7.0...v1.7.1) (2025-09-08)
216
-
217
- ### Features
218
-
219
- - **cli:** xiaozhi start 命令增加 --debug 参数 ([#304](https://github.com/shenjingnan/xiaozhi-client/issues/304)) ([ead36d5](https://github.com/shenjingnan/xiaozhi-client/commit/ead36d5de7f7c42861e2089b1f6a240b2a0889c1))
220
- - **mcp:** 放宽端点验证以支持自部署的 xiaozhi-server ([#274](https://github.com/shenjingnan/xiaozhi-client/issues/274)) ([b55a794](https://github.com/shenjingnan/xiaozhi-client/commit/b55a79408d07787edd644210f05a00049ec28d0a))
221
-
222
- ## [1.7.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.11...v1.7.0) (2025-09-08)
223
-
224
- ### Features
225
-
226
- - **mcp:** 实现 customMCP 支持扣子工作流 ([#222](https://github.com/shenjingnan/xiaozhi-client/issues/222)) ([1817f26](https://github.com/shenjingnan/xiaozhi-client/commit/1817f2653e954165f910c93bfd5b218baa35e37d))
227
-
228
- - **mcp:** 实现 MCP Streamable HTTP 协议支持 ([#292](https://github.com/shenjingnan/xiaozhi-client/issues/292)) ([a5aabcc](https://github.com/shenjingnan/xiaozhi-client/commit/a5aabcc9d8971a4b30c3a74e5e4f28de2b7274b1))
229
-
230
- ### Bug Fixes
231
-
232
- - **cache:** 修复测试环境缓存文件污染项目目录问题 ([#288](https://github.com/shenjingnan/xiaozhi-client/issues/288)) ([e40710a](https://github.com/shenjingnan/xiaozhi-client/commit/e40710aa2bf64353084051a8dbdd37bd2dbd6b05))
233
- - **deps:** update dependency hono to ^4.9.6 ([#296](https://github.com/shenjingnan/xiaozhi-client/issues/296)) ([de32901](https://github.com/shenjingnan/xiaozhi-client/commit/de32901d7d6eacca3645ff4304b4512b61bb5671))
234
-
235
- ## [1.6.11](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.10...v1.6.11) (2025-09-02)
236
-
237
- ### Features
238
-
239
- - **cache:** 实现 MCP 服务工具列表缓存机制 ([#269](https://github.com/shenjingnan/xiaozhi-client/issues/269)) ([af674d3](https://github.com/shenjingnan/xiaozhi-client/commit/af674d349cf435ce422eb9f7f6f10a63b2be08f7))
240
- - **mcp:** 新增 MCP 工具命令行调用功能 ([#277](https://github.com/shenjingnan/xiaozhi-client/issues/277)) ([c2ea2c8](https://github.com/shenjingnan/xiaozhi-client/commit/c2ea2c8a3e7430a6aaf7442a89c296f0e1a03883))
241
-
242
- ## [1.6.10](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.9...v1.6.10) (2025-09-02)
243
-
244
- ### Features
245
-
246
- - **ci:** 添加 Gitee 同步工作流 ([#230](https://github.com/shenjingnan/xiaozhi-client/issues/230)) ([f6bdf83](https://github.com/shenjingnan/xiaozhi-client/commit/f6bdf83c56dda242ab59299eb63f574c3fd47ea1))
247
-
248
- ### Bug Fixes
249
-
250
- - **ci:** 修复 Gitee 同步工作流的 SSH 连接问题 ([#231](https://github.com/shenjingnan/xiaozhi-client/issues/231)) ([306b804](https://github.com/shenjingnan/xiaozhi-client/commit/306b804d8b55bd50c14d6b51c11f75d5123c5286))
251
- - **deps:** update dependency @modelcontextprotocol/sdk to ^1.17.4 ([#254](https://github.com/shenjingnan/xiaozhi-client/issues/254)) ([5886746](https://github.com/shenjingnan/xiaozhi-client/commit/58867463bc8c97238f775b1740fda50678cad758))
252
- - **deps:** update dependency chalk to ^5.6.0 ([#255](https://github.com/shenjingnan/xiaozhi-client/issues/255)) ([d3e15db](https://github.com/shenjingnan/xiaozhi-client/commit/d3e15db7f611b17c1d9153d9b284fc3055fe77a4))
253
- - **deps:** update dependency dotenv to v17 ([#260](https://github.com/shenjingnan/xiaozhi-client/issues/260)) ([3798184](https://github.com/shenjingnan/xiaozhi-client/commit/3798184fa4d2359689bdb3345baf90de64d768fd))
254
- - **deps:** update dependency pino-pretty to ^10.3.1 ([#243](https://github.com/shenjingnan/xiaozhi-client/issues/243)) ([c6d7635](https://github.com/shenjingnan/xiaozhi-client/commit/c6d76351acec0a1a61727dd271c8180ab46f73f5))
255
- - **deps:** update dependency pino-pretty to v13 ([#263](https://github.com/shenjingnan/xiaozhi-client/issues/263)) ([36c8f16](https://github.com/shenjingnan/xiaozhi-client/commit/36c8f1646da6f7fdbd3f4104c4c3f7dc91463d69))
256
- - **deps:** update dependency react-hook-form to ^7.62.0 ([#258](https://github.com/shenjingnan/xiaozhi-client/issues/258)) ([a540137](https://github.com/shenjingnan/xiaozhi-client/commit/a540137408bddb0a773c5257bc43a71b7b8ad481))
257
- - **deps:** update dependency react-router-dom to ^7.8.2 ([#259](https://github.com/shenjingnan/xiaozhi-client/issues/259)) ([a6df086](https://github.com/shenjingnan/xiaozhi-client/commit/a6df086d2cba6837fabd749355fcc5d3d8a5d9f5))
258
- - **deps:** update react monorepo ([#249](https://github.com/shenjingnan/xiaozhi-client/issues/249)) ([ca19705](https://github.com/shenjingnan/xiaozhi-client/commit/ca1970521c0158559cca5a94391cd3e7c3acc032))
259
-
260
- ## [1.6.9](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.8...v1.6.9) (2025-08-31)
261
-
262
- ### Bug Fixes
263
-
264
- - **mcp:** 修复 MCP 服务环境变量传递问题 ([#224](https://github.com/shenjingnan/xiaozhi-client/issues/224)) ([3f1a8be](https://github.com/shenjingnan/xiaozhi-client/commit/3f1a8beeb9b913ecbdb3ec2cb22cf510dcccced2))
265
- - **PathUtils:** 修复 process.argv[1] 为 undefined 的问题并改进符号链接解析 ([#223](https://github.com/shenjingnan/xiaozhi-client/issues/223)) ([c2f3d0a](https://github.com/shenjingnan/xiaozhi-client/commit/c2f3d0a7ee01d5bc4b27558064395a8a04e87b7c))
266
-
267
- ## [1.6.8](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.7...v1.6.8) (2025-08-31)
268
-
269
- ### Bug Fixes
270
-
271
- - **workflow:** 修复发布正式版时 github release 报错 ([#221](https://github.com/shenjingnan/xiaozhi-client/issues/221)) ([d74fbd6](https://github.com/shenjingnan/xiaozhi-client/commit/d74fbd6b230f5a47404fc271d708a0404f548cfc))
272
-
273
- ## [1.6.7](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.6...v1.6.7) (2025-08-31)
274
-
275
- ### Bug Fixes
276
-
277
- - **workflow:** 统一发布配置并改进分支验证 ([#220](https://github.com/shenjingnan/xiaozhi-client/issues/220)) ([d9c16fb](https://github.com/shenjingnan/xiaozhi-client/commit/d9c16fb0bc40e1263754f3acefdae40c45d7a253))
278
-
279
- ## [1.6.6](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.5...v1.6.6) (2025-08-31)
280
-
281
- ### Bug Fixes
282
-
283
- - **release:** 优化发布配置并改进预发布处理 ([#219](https://github.com/shenjingnan/xiaozhi-client/issues/219)) ([8acf625](https://github.com/shenjingnan/xiaozhi-client/commit/8acf625e2b1024d2b226d46db8a4bc7163670248))
284
-
285
- ## [1.6.4](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.3...v1.6.4) (2025-08-30)
286
-
287
- ### Features
288
-
289
- - **ci:** 集成 release-it 自动化发版工具 ([#194](https://github.com/shenjingnan/xiaozhi-client/issues/194)) ([51a3ecd](https://github.com/shenjingnan/xiaozhi-client/commit/51a3ecde6134b88c7096757b046cd1322644cac4))
290
- - **service:** 优化服务启动体验,支持自动重启已运行服务 ([#185](https://github.com/shenjingnan/xiaozhi-client/issues/185)) ([24f5542](https://github.com/shenjingnan/xiaozhi-client/commit/24f55428a0e7a6c38d07d2e375a62f91d7f3f7cf))
291
- - 添加手动版本控制的发版脚本 ([#180](https://github.com/shenjingnan/xiaozhi-client/issues/180)) ([847a985](https://github.com/shenjingnan/xiaozhi-client/commit/847a985aa6fb2e73704bf1432c1a8a1e1f3e4c99))
292
-
293
- ### Bug Fixes
294
-
295
- - **ci:** 增强 npm 发布流程支持预发布版本 ([#205](https://github.com/shenjingnan/xiaozhi-client/issues/205)) ([f721252](https://github.com/shenjingnan/xiaozhi-client/commit/f72125298eeab69f301eefc826ea5b0e5956b51d))
296
- - **ci:** 添加重试机制解决间歇性失败问题 ([#203](https://github.com/shenjingnan/xiaozhi-client/issues/203)) ([074edb2](https://github.com/shenjingnan/xiaozhi-client/commit/074edb211755efc064c884a4b19838459544f489))
297
- - **ci:** 简化 npm 发布流程并修复依赖问题 ([#214](https://github.com/shenjingnan/xiaozhi-client/issues/214)) ([2c26cf5](https://github.com/shenjingnan/xiaozhi-client/commit/2c26cf5190222a8489da552f4bc19daa2d8b528c))
298
- - **cli:** 修复 CLI 命令参数处理逻辑,解决--info 和--version-info 命令冲突问题 ([#174](https://github.com/shenjingnan/xiaozhi-client/issues/174)) ([16743ac](https://github.com/shenjingnan/xiaozhi-client/commit/16743ac9b1d52082d8dfddc0810b4b2712ce5db5))
299
- - **cli:** 修复守护进程模式下的启动和日志管理问题 ([#175](https://github.com/shenjingnan/xiaozhi-client/issues/175)) ([aa2ac38](https://github.com/shenjingnan/xiaozhi-client/commit/aa2ac388f4264ef635e651c4bbdb93676c6a3f96))
300
- - **config:** 修复配置初始化时模板文件路径问题和 CLI 命令参数处理 ([#173](https://github.com/shenjingnan/xiaozhi-client/issues/173)) ([35176d6](https://github.com/shenjingnan/xiaozhi-client/commit/35176d6e766b8ddf74ef4b9b61fd2a1d44b85d42))
301
- - **config:** 移除自动重启逻辑并添加配置清理功能 ([#186](https://github.com/shenjingnan/xiaozhi-client/issues/186)) ([5123ba2](https://github.com/shenjingnan/xiaozhi-client/commit/5123ba2ee76a03b02c2293857bf724f0181be2a9))
302
- - **docker:** 修复容器重启时的 PID 文件清理问题 ([#169](https://github.com/shenjingnan/xiaozhi-client/issues/169)) ([f5ef458](https://github.com/shenjingnan/xiaozhi-client/commit/f5ef45855f048c5065aa2fc19e2e3d30d441eeec))
303
- - **docker:** 增强 Docker 容器的 Python 依赖管理功能 ([#178](https://github.com/shenjingnan/xiaozhi-client/issues/178)) ([5be9518](https://github.com/shenjingnan/xiaozhi-client/commit/5be95189eacaf26397bc559cb996b0bb65407d99))
304
- - **mcp:** 修复 MCP 服务工具配置没有自动同步到配置文件的问题 ([#181](https://github.com/shenjingnan/xiaozhi-client/issues/181)) ([d6ee64b](https://github.com/shenjingnan/xiaozhi-client/commit/d6ee64b7f85caa03faa88ee8a07035b193b65c90))
305
- - **proxy:** 修复小智连接工具调用中的 ID 类型处理问题 ([#172](https://github.com/shenjingnan/xiaozhi-client/issues/172)) ([0e95b30](https://github.com/shenjingnan/xiaozhi-client/commit/0e95b30dea113972ecb84daa53fe2820688b54d2))
306
- - **release:** 优化 npm 发布配置和参数处理逻辑 ([#212](https://github.com/shenjingnan/xiaozhi-client/issues/212)) ([664801f](https://github.com/shenjingnan/xiaozhi-client/commit/664801f89cbb0519ed1f90ce30dc173f37712d99))
307
- - **release:** 优化 npm 发布脚本的版本冲突处理机制 ([#213](https://github.com/shenjingnan/xiaozhi-client/issues/213)) ([cf5b487](https://github.com/shenjingnan/xiaozhi-client/commit/cf5b4872537ab2eba4ce9afb2abb129ba5b0c1bb))
308
- - **services:** 过滤 getAllTools 方法只返回已启用的工具 ([#204](https://github.com/shenjingnan/xiaozhi-client/issues/204)) ([cc08817](https://github.com/shenjingnan/xiaozhi-client/commit/cc08817044844cfb275891006e05d5268af472ef))
309
- - **test:** 修复 TypeScript 类型检查和测试用例问题 ([#177](https://github.com/shenjingnan/xiaozhi-client/issues/177)) ([957dfb1](https://github.com/shenjingnan/xiaozhi-client/commit/957dfb15aff6b22fc0b97bd37f710515e3e0f6f5))
310
- - **tools:** 增强 ProxyMCPServer 工具调用功能 ([#170](https://github.com/shenjingnan/xiaozhi-client/issues/170)) ([324aa11](https://github.com/shenjingnan/xiaozhi-client/commit/324aa11c01ba93c83620f369d75d294b4115b98b))
311
- - **workflow:** 优化发版流程的预演模式 ([#196](https://github.com/shenjingnan/xiaozhi-client/issues/196)) ([d11f3fd](https://github.com/shenjingnan/xiaozhi-client/commit/d11f3fd370aaf99a9cd0fe05195fd16d14b6e309))
312
- - **workflow:** 修复 package.json 中的 bin 路径问题 ([#208](https://github.com/shenjingnan/xiaozhi-client/issues/208)) ([b0a7358](https://github.com/shenjingnan/xiaozhi-client/commit/b0a7358b88d152a15df7991b545e42c52fc49e7e))
313
- - **workflow:** 修复发版 Action 报错 ([#207](https://github.com/shenjingnan/xiaozhi-client/issues/207)) ([22cc702](https://github.com/shenjingnan/xiaozhi-client/commit/22cc70219d1e7279e1be1b554e52a68b2537b6bd))
314
- - **workflow:** 修复发版问题 ([#210](https://github.com/shenjingnan/xiaozhi-client/issues/210)) ([2d91df0](https://github.com/shenjingnan/xiaozhi-client/commit/2d91df0cd16a44e45dcb033e84e279101c0d4828))
315
- - **workflow:** 修复由于 .release-it.json 中的 before:init 执行顺序导致发版失败 ([#206](https://github.com/shenjingnan/xiaozhi-client/issues/206)) ([7ef0440](https://github.com/shenjingnan/xiaozhi-client/commit/7ef044045edde0594e23f33bda4f23d805632231))
316
-
317
- ## [1.6.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.2...v1.6.3) (2025-08-21)
318
-
319
- ### Features
320
-
321
- - 添加手动版本控制的发版脚本 ([#180](https://github.com/shenjingnan/xiaozhi-client/issues/180)) ([847a985](https://github.com/shenjingnan/xiaozhi-client/commit/847a985aa6fb2e73704bf1432c1a8a1e1f3e4c99))
322
-
323
- ### Bug Fixes
324
-
325
- - **cli:** 修复 CLI 命令参数处理逻辑,解决--info 和--version-info 命令冲突问题 ([#174](https://github.com/shenjingnan/xiaozhi-client/issues/174)) ([16743ac](https://github.com/shenjingnan/xiaozhi-client/commit/16743ac9b1d52082d8dfddc0810b4b2712ce5db5))
326
- - **cli:** 修复守护进程模式下的启动和日志管理问题 ([#175](https://github.com/shenjingnan/xiaozhi-client/issues/175)) ([aa2ac38](https://github.com/shenjingnan/xiaozhi-client/commit/aa2ac388f4264ef635e651c4bbdb93676c6a3f96))
327
- - **config:** 修复配置初始化时模板文件路径问题和 CLI 命令参数处理 ([#173](https://github.com/shenjingnan/xiaozhi-client/issues/173)) ([35176d6](https://github.com/shenjingnan/xiaozhi-client/commit/35176d6e766b8ddf74ef4b9b61fd2a1d44b85d42))
328
- - **docker:** 修复容器重启时的 PID 文件清理问题 ([#169](https://github.com/shenjingnan/xiaozhi-client/issues/169)) ([f5ef458](https://github.com/shenjingnan/xiaozhi-client/commit/f5ef45855f048c5065aa2fc19e2e3d30d441eeec))
329
- - **docker:** 增强 Docker 容器的 Python 依赖管理功能 ([#178](https://github.com/shenjingnan/xiaozhi-client/issues/178)) ([5be9518](https://github.com/shenjingnan/xiaozhi-client/commit/5be95189eacaf26397bc559cb996b0bb65407d99))
330
- - **mcp:** 修复 MCP 服务工具配置没有自动同步到配置文件的问题 ([#181](https://github.com/shenjingnan/xiaozhi-client/issues/181)) ([d6ee64b](https://github.com/shenjingnan/xiaozhi-client/commit/d6ee64b7f85caa03faa88ee8a07035b193b65c90))
331
- - **proxy:** 修复小智连接工具调用中的 ID 类型处理问题 ([#172](https://github.com/shenjingnan/xiaozhi-client/issues/172)) ([0e95b30](https://github.com/shenjingnan/xiaozhi-client/commit/0e95b30dea113972ecb84daa53fe2820688b54d2))
332
- - **test:** 修复 TypeScript 类型检查和测试用例问题 ([#177](https://github.com/shenjingnan/xiaozhi-client/issues/177)) ([957dfb1](https://github.com/shenjingnan/xiaozhi-client/commit/957dfb15aff6b22fc0b97bd37f710515e3e0f6f5))
333
- - **tools:** 增强 ProxyMCPServer 工具调用功能 ([#170](https://github.com/shenjingnan/xiaozhi-client/issues/170)) ([324aa11](https://github.com/shenjingnan/xiaozhi-client/commit/324aa11c01ba93c83620f369d75d294b4115b98b))
334
-
335
- ## [1.6.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.1...v1.6.2) (2025-08-17)
336
-
337
- ### Bug Fixes
338
-
339
- - resolve case sensitivity issue - rename webServer.test.ts to WebServer.test.ts ([94bab63](https://github.com/shenjingnan/xiaozhi-client/commit/94bab63302f0e75d6543712f9f8a9e1f344b5808))
340
-
341
- ## [1.6.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.6.0...v1.6.1) (2025-08-10)
342
-
343
- ### Bug Fixes
344
-
345
- - **docker:** 移除 Docker 容器中的非 root 用户限制 ([#157](https://github.com/shenjingnan/xiaozhi-client/issues/157)) ([e1b95e4](https://github.com/shenjingnan/xiaozhi-client/commit/e1b95e461cbf37800788a2c47d25063e87ba5cb2))
346
-
347
- ## [1.6.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.5.1...v1.6.0) (2025-08-09)
348
-
349
- ### Features
350
-
351
- - **ci/cd:** 分离 Docker 和 NPM 发布流程并优化部署体验 ([#156](https://github.com/shenjingnan/xiaozhi-client/issues/156)) ([e417b49](https://github.com/shenjingnan/xiaozhi-client/commit/e417b49e073d58a3cdd668fef8972a9c3f299f1c))
352
- - **config:** 支持 JSON5 和 JSONC 配置文件格式 ([#129](https://github.com/shenjingnan/xiaozhi-client/issues/129)) ([81b9271](https://github.com/shenjingnan/xiaozhi-client/commit/81b92714ee86fc7271dbc54e06192d27e7f0f038))
353
- - **config:** 添加 JSONC 配置文件注释保留功能 ([4084f8d](https://github.com/shenjingnan/xiaozhi-client/commit/4084f8d44b56117cf455a8037b68f33b884414e4))
354
- - **config:** 添加 ModelScope 平台配置模板 ([#140](https://github.com/shenjingnan/xiaozhi-client/issues/140)) ([15466e2](https://github.com/shenjingnan/xiaozhi-client/commit/15466e241317557ffa3ebce5c8c157c270254365))
355
- - **docker:** 优化 Docker 容器启动体验和持久化配置 ([#145](https://github.com/shenjingnan/xiaozhi-client/issues/145)) ([add7a11](https://github.com/shenjingnan/xiaozhi-client/commit/add7a11c57bcdb7f3ea863060e4826a5ebc75e3e))
356
- - **docker:** 优化中国网络环境下的 Docker 构建和运行体验 ([#147](https://github.com/shenjingnan/xiaozhi-client/issues/147)) ([aaf4ac4](https://github.com/shenjingnan/xiaozhi-client/commit/aaf4ac46530589e7e198313f05446cdcecb6e566))
357
- - **docker:** 实现 docker 容器化部署 ([#144](https://github.com/shenjingnan/xiaozhi-client/issues/144)) ([e95ae82](https://github.com/shenjingnan/xiaozhi-client/commit/e95ae82e4ea4a477289e5a027190719a494fb47e))
358
- - **stats:** 添加 MCP 工具使用统计功能 ([#148](https://github.com/shenjingnan/xiaozhi-client/issues/148)) ([6a3adbe](https://github.com/shenjingnan/xiaozhi-client/commit/6a3adbe5cf0b41b72036011c9ef12d8cdad7164c))
359
- - 重构 web 服务界面 ([#135](https://github.com/shenjingnan/xiaozhi-client/issues/135)) ([a63a3bf](https://github.com/shenjingnan/xiaozhi-client/commit/a63a3bf2d3d5b57bba5c2040608129551ccc0b41))
360
-
361
- ### Bug Fixes
362
-
363
- - **config:** 修复 JSON5 配置文件格式保持功能 ([#139](https://github.com/shenjingnan/xiaozhi-client/issues/139)) ([2336487](https://github.com/shenjingnan/xiaozhi-client/commit/23364872c9cd23661d461f5e111db422cb5f4f42))
364
- - **config:** 修复配置文件包含 BOM 字符导致解析失败的问题 ([#146](https://github.com/shenjingnan/xiaozhi-client/issues/146)) ([c9a979a](https://github.com/shenjingnan/xiaozhi-client/commit/c9a979a1d57e9dd4e4b320098c38d9c0cd050a4e))
365
- - **docker:** 修复 Docker 镜像标签问题 ([#153](https://github.com/shenjingnan/xiaozhi-client/issues/153)) ([0ceff01](https://github.com/shenjingnan/xiaozhi-client/commit/0ceff0197ee55383f8afe91216923ee4c49ac7b4))
366
- - **mcp-server:** 并行启动 MCP 代理和客户端以避免阻塞 ([#133](https://github.com/shenjingnan/xiaozhi-client/issues/133)) ([04a4369](https://github.com/shenjingnan/xiaozhi-client/commit/04a43695cc31b004378876b8a6e29700651b0137))
367
- - 修复飞牛 OS 无法访问 web 服务的问题 ([#136](https://github.com/shenjingnan/xiaozhi-client/issues/136)) ([bfaf356](https://github.com/shenjingnan/xiaozhi-client/commit/bfaf3566ce97d153994da002800b4fb267d16480))
368
-
369
- ## [1.5.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.5.0...v1.5.1) (2025-07-24)
370
-
371
- ### Bug Fixes
372
-
373
- - **deps:** 升级 form-data 到 v4.0.4 以解决安全问题 ([#128](https://github.com/shenjingnan/xiaozhi-client/issues/128)) ([d28595e](https://github.com/shenjingnan/xiaozhi-client/commit/d28595ef2bc9d5ebcdfa7fddf7896da2d02b7a25))
374
- - 实现 MCP 服务配置同步清理功能 ([#125](https://github.com/shenjingnan/xiaozhi-client/issues/125)) ([d60b2c1](https://github.com/shenjingnan/xiaozhi-client/commit/d60b2c1fd8e86f5180a78d871b7e2ed682a9017d))
375
-
376
- ## [1.5.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.4.0...v1.5.0) (2025-07-21)
377
-
378
- ### Features
379
-
380
- - **logging:** 增强工具调用日志记录功能 ([#117](https://github.com/shenjingnan/xiaozhi-client/issues/117)) ([4124721](https://github.com/shenjingnan/xiaozhi-client/commit/41247212e63dcb9ee1c55e0cacc7cd08638489b6))
381
- - **mcp:** 支持多 MCP 端点配置和独立进程架构 ([#97](https://github.com/shenjingnan/xiaozhi-client/issues/97)) ([40f2dfd](https://github.com/shenjingnan/xiaozhi-client/commit/40f2dfdc9628c2c74faaef3ccb43d4839945ac7d))
382
- - **mcp:** 添加 MCP Server 模式支持,允许作为标准 MCP Server 被 Cursor 等客户端使用 ([#96](https://github.com/shenjingnan/xiaozhi-client/issues/96)) ([c091a12](https://github.com/shenjingnan/xiaozhi-client/commit/c091a122334090c58c9db430eeeab13d14b89686))
383
- - **mcp:** 添加 SSE 方式通信的 MCP 服务支持 ([#112](https://github.com/shenjingnan/xiaozhi-client/issues/112)) ([4c88a17](https://github.com/shenjingnan/xiaozhi-client/commit/4c88a17ec7a45163fbe8c41006e6c43c118bb52a))
384
- - **mcp:** 添加 Streamable HTTP MCP 客户端支持 ([#99](https://github.com/shenjingnan/xiaozhi-client/issues/99)) ([6b63d89](https://github.com/shenjingnan/xiaozhi-client/commit/6b63d89ffdcb8f95d85cbfc470c9400be48f6aaf))
385
- - **web:** 添加配置更新后自动重启服务功能 ([#103](https://github.com/shenjingnan/xiaozhi-client/issues/103)) ([fed508b](https://github.com/shenjingnan/xiaozhi-client/commit/fed508b4db52aca966441c32ca43665c5fa16ac8))
386
-
387
- ### Bug Fixes
388
-
389
- - **cli:** 支持多实例并行运行 ([#98](https://github.com/shenjingnan/xiaozhi-client/issues/98)) ([67ed498](https://github.com/shenjingnan/xiaozhi-client/commit/67ed498ddabf959d587e07cb5a8009920cb15075))
390
- - **mcp:** 优化错误重试机制和连接稳定性 ([#102](https://github.com/shenjingnan/xiaozhi-client/issues/102)) ([e49ff2f](https://github.com/shenjingnan/xiaozhi-client/commit/e49ff2f93d741c22127b2d4d479946180b8ef25c))
391
- - **mcp:** 修复 Streamable HTTP MCP 服务工具列表不显示的问题 ([#107](https://github.com/shenjingnan/xiaozhi-client/issues/107)) ([0b54456](https://github.com/shenjingnan/xiaozhi-client/commit/0b54456d8e0551a40bcef783b0861c7e1a1d4bec))
392
- - **mcp:** 修复 SSE 传输中 GetLiveContext 工具响应超时问题 ([#119](https://github.com/shenjingnan/xiaozhi-client/issues/119)) ([68c34cf](https://github.com/shenjingnan/xiaozhi-client/commit/68c34cfa175746397121f6530c00acc7efd0e313))
393
- - **mcp:** 修复远端 MCP 服务工具配置不写入配置文件的问题 ([#106](https://github.com/shenjingnan/xiaozhi-client/issues/106)) ([d87ce90](https://github.com/shenjingnan/xiaozhi-client/commit/d87ce90975a1bfb6120b11b074d51e9251ba1bf6))
394
- - 修复 windows 中使用 ui 命令报错 ([#105](https://github.com/shenjingnan/xiaozhi-client/issues/105)) ([aefd777](https://github.com/shenjingnan/xiaozhi-client/commit/aefd777bfb6c33f12e90a151e291ab383a6e5cbf))
395
-
396
- ## [1.4.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.3.0...v1.4.0) (2025-07-07)
397
-
398
- ### Features
399
-
400
- - **build:** 支持发布 web 界面到 npm 包 ([#82](https://github.com/shenjingnan/xiaozhi-client/issues/82)) ([2cab860](https://github.com/shenjingnan/xiaozhi-client/commit/2cab860ee8063d672ea6eb562e6d914e1895a588))
401
- - **cli:** 添加 --ui 参数支持同时启动 Web UI 服务 ([#86](https://github.com/shenjingnan/xiaozhi-client/issues/86)) ([f9420f5](https://github.com/shenjingnan/xiaozhi-client/commit/f9420f5bfbeda341b60da44f1fa6526070ab00d9))
402
- - **ui:** 实现可视化配置管理网页 ([#78](https://github.com/shenjingnan/xiaozhi-client/issues/78)) ([14c5e06](https://github.com/shenjingnan/xiaozhi-client/commit/14c5e06d3d73309a99b645861b663a9a670f7ae4))
403
- - **web-ui:** 支持动态配置 WebSocket 连接地址 ([#84](https://github.com/shenjingnan/xiaozhi-client/issues/84)) ([b93b617](https://github.com/shenjingnan/xiaozhi-client/commit/b93b617e5841c12f9b7ddef2f24d5d78fcb887c3))
404
- - **webui:** 支持在配置文件中自定义 Web UI 端口号 ([#90](https://github.com/shenjingnan/xiaozhi-client/issues/90)) ([d2b492e](https://github.com/shenjingnan/xiaozhi-client/commit/d2b492ea4a5d28ba2ac1a41e22a8c89597e2ced3))
405
-
406
- ### Bug Fixes
407
-
408
- - **logger:** 修复守护进程模式下 EPIPE 错误导致日志文件快速膨胀问题 ([#91](https://github.com/shenjingnan/xiaozhi-client/issues/91)) ([3eefc9a](https://github.com/shenjingnan/xiaozhi-client/commit/3eefc9a20976e1d9d5b181a7e7f9b90be26ad421))
409
- - **web-ui:** 修复 Web UI 连接状态显示不准确的问题 ([#83](https://github.com/shenjingnan/xiaozhi-client/issues/83)) ([7efdb9e](https://github.com/shenjingnan/xiaozhi-client/commit/7efdb9ea0c8173c6d8fac9e8724629ba81405274))
410
- - **web-ui:** 修复 WebSocket 日志噪音和退出卡顿问题 ([#87](https://github.com/shenjingnan/xiaozhi-client/issues/87)) ([5034dd9](https://github.com/shenjingnan/xiaozhi-client/commit/5034dd97de11f25b684767d26744d4c781b58c13))
411
-
412
- ## [1.3.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.2.0...v1.3.0) (2025-06-29)
413
-
414
- ### Features
415
-
416
- - trigger release for new version ([ab57dbf](https://github.com/shenjingnan/xiaozhi-client/commit/ab57dbfb3ed800acb384424b9b0277deee7fd240))
417
-
418
- ## [1.2.0](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.10...v1.2.0) (2025-06-29)
419
-
420
- ### Features
421
-
422
- - **mcp:** 集成 ModelScope MCP 服务支持 ([#76](https://github.com/shenjingnan/xiaozhi-client/issues/76)) ([b93fd35](https://github.com/shenjingnan/xiaozhi-client/commit/b93fd358dceb0480a76cc16d9cc9a2eb72ac4c1a))
423
- - **release:** 调整语义化版本发布规则 ([#75](https://github.com/shenjingnan/xiaozhi-client/issues/75)) ([0f405e0](https://github.com/shenjingnan/xiaozhi-client/commit/0f405e0127ed3cea3ff1921ce5c567b4ed6c8552))
424
-
425
- ## [1.0.10](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.9...v1.0.10) (2025-06-23)
426
-
427
- ### Bug Fixes
428
-
429
- - **mcp:** 修复 windows 环境中 uvx mcp 无法使用的问题 ([#73](https://github.com/shenjingnan/xiaozhi-client/issues/73)) ([d44e24e](https://github.com/shenjingnan/xiaozhi-client/commit/d44e24e59af7bfcd16623a5a8286ab3d05124d64))
430
-
431
- ## [1.0.9](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.8...v1.9.0) (2025-06-23)
432
-
433
- ### Features
434
-
435
- - **ci:** 实现 PR 合并后自动发布正式版 ([#74](https://github.com/shenjingnan/xiaozhi-client/issues/74)) ([70b03b8](https://github.com/shenjingnan/xiaozhi-client/commit/70b03b8b07e883adcad4a54e12135178b48b87fc))
436
-
437
- ## [1.0.8](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.7...v1.0.8) (2025-06-23)
438
-
439
- ### Features
440
-
441
- - **logger:** 实现基于 consola 的日志系统 ([#71](https://github.com/shenjingnan/xiaozhi-client/issues/71)) ([0ec753d](https://github.com/shenjingnan/xiaozhi-client/commit/0ec753d9c72056e1e0d9b334662f40ee279d9e26))
442
-
443
- ## [1.0.7](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.6...v1.0.7) (2025-06-20)
444
-
445
- ### Features
446
-
447
- - **config:** 实现心跳检测和连接配置的可配置化 ([#70](https://github.com/shenjingnan/xiaozhi-client/issues/70)) ([82d4f5d](https://github.com/shenjingnan/xiaozhi-client/commit/82d4f5db7c4a3e6d77b76c61139860584d1c2acf))
448
- - **connection:** 优化断线重连机制和后台运行稳定性 ([#68](https://github.com/shenjingnan/xiaozhi-client/issues/68)) ([45b7cc8](https://github.com/shenjingnan/xiaozhi-client/commit/45b7cc813bb815e90c39186d56596fd9edd6e030))
449
-
450
- ## [1.0.6](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.5...v1.0.6) (2025-06-19)
451
-
452
- ### Bug Fixes
453
-
454
- - **release:** 修复 beta 版本发布配置和版本号问题 ([#67](https://github.com/shenjingnan/xiaozhi-client/issues/67)) ([5389e6b](https://github.com/shenjingnan/xiaozhi-client/commit/5389e6b219919b23fe76209c90986a14cbd4f570))
455
-
456
- ## [1.0.5](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-beta.1...v1.0.5) (2025-06-19)
457
-
458
- ### Bug Fixes
459
-
460
- - **completion:** 修复并重构 CLI 自动完成功能实现 ([#65](https://github.com/shenjingnan/xiaozhi-client/issues/65)) ([b94aca9](https://github.com/shenjingnan/xiaozhi-client/commit/b94aca970626166e1ef4ab9584c2086cef5ea7d8))
461
- - **release:** 添加缺失的 semantic-release 依赖包 ([#66](https://github.com/shenjingnan/xiaozhi-client/issues/66)) ([d84b0b5](https://github.com/shenjingnan/xiaozhi-client/commit/d84b0b559e84c55e6a2fc8ec5cef74da528c67d8))
462
-
463
- ## [1.1.0-beta.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.19...v1.1.0-beta.1) (2025-06-19)
464
-
465
- ### Features
466
-
467
- - **ci:** 实现手动触发发版 workflow 支持 stable 和 beta 版本选择 ([#61](https://github.com/shenjingnan/xiaozhi-client/issues/61)) ([6ecef26](https://github.com/shenjingnan/xiaozhi-client/commit/6ecef2650827e51f2f525fcc4deb4050ce07cd6e))
468
-
469
- ### Bug Fixes
470
-
471
- - **release:** 修复 next 分支无法发布 beta 版本的问题 ([#63](https://github.com/shenjingnan/xiaozhi-client/issues/63)) ([7e81526](https://github.com/shenjingnan/xiaozhi-client/commit/7e81526c1d23ad5cf7e15f5a69b67e7b3a6ba400))
472
-
473
- ## [1.1.0-next.19](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.18...v1.1.0-next.19) (2025-06-18)
474
-
475
- ### Bug Fixes
476
-
477
- - **cli:** 修复 windows 环境下无法找到 npx 命令的问题 ([#57](https://github.com/shenjingnan/xiaozhi-client/issues/57)) ([0ff64fc](https://github.com/shenjingnan/xiaozhi-client/commit/0ff64fc5e38c42dbf89a5dc61e977c6da86ae465))
478
-
479
- ## [1.1.0-next.18](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.17...v1.1.0-next.18) (2025-06-18)
480
-
481
- ### Features
482
-
483
- - **ci:** 添加多平台多版本矩阵测试支持 ([#54](https://github.com/shenjingnan/xiaozhi-client/issues/54)) ([c661569](https://github.com/shenjingnan/xiaozhi-client/commit/c6615691d773475574bf78e8d525aacb9e417819))
484
-
485
- ## [1.1.0-next.17](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.16...v1.1.0-next.17) (2025-06-18)
486
-
487
- ### Bug Fixes
488
-
489
- - **cli:** 修复在 windows 环境中的 cli 报错 ([#53](https://github.com/shenjingnan/xiaozhi-client/issues/53)) ([022e8b6](https://github.com/shenjingnan/xiaozhi-client/commit/022e8b6ae66d84d100b1a137981ff6d9f25f84b4))
490
-
491
- ## [1.1.0-next.16](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.15...v1.1.0-next.16) (2025-06-17)
492
-
493
- ### Features
494
-
495
- - **build:** 完成 ESM 模块系统迁移并启用 bundling ([#52](https://github.com/shenjingnan/xiaozhi-client/issues/52)) ([4204bde](https://github.com/shenjingnan/xiaozhi-client/commit/4204bde5803dce50febfc2054c6afca3a0b48e34))
496
-
497
- ## [1.1.0-next.15](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.14...v1.1.0-next.15) (2025-06-17)
498
-
499
- ### Bug Fixes
500
-
501
- - **cli:** 修复 ESM 环境下模板路径解析问题 ([#51](https://github.com/shenjingnan/xiaozhi-client/issues/51)) ([98b8b56](https://github.com/shenjingnan/xiaozhi-client/commit/98b8b56426ebcdccb4e79d803ea984a5602f33ff))
502
-
503
- ## [1.1.0-next.14](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.13...v1.1.0-next.14) (2025-06-17)
504
-
505
- ### Features
506
-
507
- - **build:** 项目产物从 CommonJS 迁移到 ESM ([#50](https://github.com/shenjingnan/xiaozhi-client/issues/50)) ([944cc98](https://github.com/shenjingnan/xiaozhi-client/commit/944cc98ff4d701b3e5ddc0484fef2574106f8165))
508
-
509
- ## [1.1.0-next.13](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.12...v1.1.0-next.13) (2025-06-17)
510
-
511
- ### Bug Fixes
512
-
513
- - **cli:** 修复和改进自动补全脚本生成功能 ([#49](https://github.com/shenjingnan/xiaozhi-client/issues/49)) ([7f8d8bc](https://github.com/shenjingnan/xiaozhi-client/commit/7f8d8bc22b51d545c0b14f756f6039c7808ea7ad))
514
-
515
- ## [1.1.0-next.12](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.11...v1.1.0-next.12) (2025-06-17)
516
-
517
- ### Bug Fixes
518
-
519
- - **cli:** 修复自动补全模块导入路径缺少文件扩展名 ([#48](https://github.com/shenjingnan/xiaozhi-client/issues/48)) ([0e6aee4](https://github.com/shenjingnan/xiaozhi-client/commit/0e6aee49b69cd87ea6f1969861a8edc156b3435f))
520
-
521
- ## [1.1.0-next.11](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.10...v1.1.0-next.11) (2025-06-17)
522
-
523
- ### Features
524
-
525
- - **ci:** 添加代码质量检查工具和 CI 流程 ([#47](https://github.com/shenjingnan/xiaozhi-client/issues/47)) ([3b24747](https://github.com/shenjingnan/xiaozhi-client/commit/3b24747f625e667c3f1afee1e6b59ed960854d6c))
526
-
527
- ## [1.1.0-next.10](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.9...v1.1.0-next.10) (2025-06-16)
528
-
529
- ### Features
530
-
531
- - **cli:** 优化表格布局 ([#43](https://github.com/shenjingnan/xiaozhi-client/issues/43)) ([7d2bfce](https://github.com/shenjingnan/xiaozhi-client/commit/7d2bfce245a78a7b5748c3368e0b4486088a036e))
532
-
533
- ## [1.1.0-next.9](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.8...v1.1.0-next.9) (2025-06-16)
534
-
535
- ### Features
536
-
537
- - **cli:** 改进服务工具列表显示格式和中文字符处理 ([#41](https://github.com/shenjingnan/xiaozhi-client/issues/41)) ([28cc0cf](https://github.com/shenjingnan/xiaozhi-client/commit/28cc0cf26bc9174c679a63a8d8398b28bcea22c9))
538
-
539
- ## [1.1.0-next.8](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.4...v1.1.0-next.8) (2025-06-16)
540
-
541
- ### Features
542
-
543
- - **ci:** 增强语义化发布配置并添加分支同步工作流 ([#40](https://github.com/shenjingnan/xiaozhi-client/issues/40)) ([35d7117](https://github.com/shenjingnan/xiaozhi-client/commit/35d71178ea5026b0401df147ba496aff9f2f612a))
544
-
545
- ## [1.1.0-next.7](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.6...v1.1.0-next.7) (2025-06-15)
546
-
547
- ## [1.1.0-next.6](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.3...v1.1.0-next.6) (2025-06-15)
548
-
549
- ### Features
550
-
551
- - **templates:** 修复模板文件的 ES 模块兼容性问题 ([#34](https://github.com/shenjingnan/xiaozhi-client/issues/34)) ([378c1bf](https://github.com/shenjingnan/xiaozhi-client/commit/378c1bfd7e6632ca9bda1204c85b0010ff6615c4))
552
-
553
- ## [1.1.0-next.5](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.2...v1.1.0-next.5) (2025-06-14)
554
-
555
- ### Features
556
-
557
- - **cli:** 实现动态版本号读取机制 ([#29](https://github.com/shenjingnan/xiaozhi-client/issues/29)) ([d1950fc](https://github.com/shenjingnan/xiaozhi-client/commit/d1950fcb979d6771cd1cf4262476d1f45ef6053e))
558
-
559
- ## [1.0.4](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.7...v1.0.4) (2025-06-15)
560
-
561
- ### Features
562
-
563
- - **templates:** 修复模板文件的 ES 模块兼容性问题 ([#39](https://github.com/shenjingnan/xiaozhi-client/issues/39)) ([d4a266b](https://github.com/shenjingnan/xiaozhi-client/commit/d4a266b15212a539b630259ce4110719707c2df1))
564
-
565
- ## [1.1.0-next.7](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.6...v1.1.0-next.7) (2025-06-15)
566
-
567
- ## [1.0.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.5...v1.0.3) (2025-06-14)
568
-
569
- ### Features
570
-
571
- - **cli:** 实现动态版本号读取机制 ([#29](https://github.com/shenjingnan/xiaozhi-client/issues/29)) ([#33](https://github.com/shenjingnan/xiaozhi-client/issues/33)) ([a905bdb](https://github.com/shenjingnan/xiaozhi-client/commit/a905bdbd9923ea0d7334d9d8275ed5bba4dc37e9))
572
-
573
- ## [1.0.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.4...v1.0.2) (2025-06-14)
574
-
575
- ## [1.1.0-next.6](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.3...v1.1.0-next.6) (2025-06-15)
576
-
577
- ### Features
578
-
579
- - **templates:** 修复模板文件的 ES 模块兼容性问题 ([#34](https://github.com/shenjingnan/xiaozhi-client/issues/34)) ([378c1bf](https://github.com/shenjingnan/xiaozhi-client/commit/378c1bfd7e6632ca9bda1204c85b0010ff6615c4))
580
-
581
- ## [1.1.0-next.5](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.2...v1.1.0-next.5) (2025-06-14)
582
-
583
- ### Features
584
-
585
- - **cli:** 实现动态版本号读取机制 ([#29](https://github.com/shenjingnan/xiaozhi-client/issues/29)) ([d1950fc](https://github.com/shenjingnan/xiaozhi-client/commit/d1950fcb979d6771cd1cf4262476d1f45ef6053e))
586
-
587
- ## [1.0.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.5...v1.0.3) (2025-06-14)
588
-
589
- ### Features
590
-
591
- - **cli:** 实现动态版本号读取机制 ([#29](https://github.com/shenjingnan/xiaozhi-client/issues/29)) ([#33](https://github.com/shenjingnan/xiaozhi-client/issues/33)) ([a905bdb](https://github.com/shenjingnan/xiaozhi-client/commit/a905bdbd9923ea0d7334d9d8275ed5bba4dc37e9))
592
-
593
- ## [1.0.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.4...v1.0.2) (2025-06-14)
594
-
595
- ## [1.1.0-next.5](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.2...v1.1.0-next.5) (2025-06-14)
596
-
597
- ### Features
598
-
599
- - **cli:** 实现动态版本号读取机制 ([#29](https://github.com/shenjingnan/xiaozhi-client/issues/29)) ([d1950fc](https://github.com/shenjingnan/xiaozhi-client/commit/d1950fcb979d6771cd1cf4262476d1f45ef6053e))
600
-
601
- ## [1.0.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.4...v1.0.2) (2025-06-14)
602
-
603
- ## [1.1.0-next.4](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.3...v1.1.0-next.4) (2025-06-14)
604
-
605
- ### Features
606
-
607
- - **ci:** 集成 Codecov 代码覆盖率报告 ([#24](https://github.com/shenjingnan/xiaozhi-client/issues/24)) ([0500866](https://github.com/shenjingnan/xiaozhi-client/commit/05008666a706ac3fc9e5bedc4d20be05258f1928))
608
-
609
- ## [1.1.0-next.3](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.2...v1.1.0-next.3) (2025-06-14)
610
-
611
- ### Features
612
-
613
- - **release:** 增强语义化发布配置和规则 ([#22](https://github.com/shenjingnan/xiaozhi-client/issues/22)) ([b010246](https://github.com/shenjingnan/xiaozhi-client/commit/b010246d62984651e9099393b72ddbdbe3542d6b))
614
-
615
- ## [1.1.0-next.2](https://github.com/shenjingnan/xiaozhi-client/compare/v1.1.0-next.1...v1.1.0-next.2) (2025-06-14)
616
-
617
- ### Features
618
-
619
- - **ci:** 添加 next 分支预发布支持和增强发布流程 ([#17](https://github.com/shenjingnan/xiaozhi-client/issues/17)) ([#19](https://github.com/shenjingnan/xiaozhi-client/issues/19)) ([db10935](https://github.com/shenjingnan/xiaozhi-client/commit/db109352082f3ddfbbb82080ea5f4a89a6137887))
620
-
621
- ## [1.1.0-next.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.1...v1.1.0-next.1) (2025-06-14)
622
-
623
- ### Features
624
-
625
- - **ci:** 添加 next 分支预发布支持和增强发布流程 ([#17](https://github.com/shenjingnan/xiaozhi-client/issues/17)) ([c156904](https://github.com/shenjingnan/xiaozhi-client/commit/c15690427fbef51b8e935cd9295da3b125debf03))
626
-
627
- ## [1.0.1](https://github.com/shenjingnan/xiaozhi-client/compare/v1.0.0...v1.0.1) (2025-06-14)
628
-
629
- ### Bug Fixes
630
-
631
- - **ci:** 修复发布工作流包管理器不一致问题 ([#14](https://github.com/shenjingnan/xiaozhi-client/issues/14)) ([9d8d38e](https://github.com/shenjingnan/xiaozhi-client/commit/9d8d38e741976ec7b224e9b100530b165b81c147))
632
-
633
- ## [1.0.0](https://github.com/shenjingnan/xiaozhi-client/compare/4b7da6e28d05da60b86f373f69c7460dbaa4c2c1...v1.0.0) (2025-06-14)
634
-
635
- ### Features
636
-
637
- - **cli:** 添加项目模板创建功能 ([612f445](https://github.com/shenjingnan/xiaozhi-client/commit/612f445155d49d9c10be1eda2ee6255c6c1ca708))
638
- - **mcp:** 改进 MCP 服务器执行环境和版本管理 ([6097369](https://github.com/shenjingnan/xiaozhi-client/commit/6097369c1dda2845ab0c20bba755e55b3deec2cf))
639
- - **mcp:** 添加 MCP 工具管理功能 ([#10](https://github.com/shenjingnan/xiaozhi-client/issues/10)) ([5fc784f](https://github.com/shenjingnan/xiaozhi-client/commit/5fc784fb91fba07f13269db4d334ead8dd81433b))
640
- - **mcp:** 添加工具名称前缀机制解决冲突问题 ([#6](https://github.com/shenjingnan/xiaozhi-client/issues/6)) ([50983aa](https://github.com/shenjingnan/xiaozhi-client/commit/50983aa422f85f7c572ce4c2eca08ca0786e43c0))
641
- - **tooling:** 集成 Biome 代码格式化工具并统一代码风格 ([27eb2b9](https://github.com/shenjingnan/xiaozhi-client/commit/27eb2b94a288f124c136abfca343aca12e54851e))
642
-
643
- ### Bug Fixes
644
-
645
- - 修复配置文件路径问题,改为从当前工作目录读取配置文件 ([4b7da6e](https://github.com/shenjingnan/xiaozhi-client/commit/4b7da6e28d05da60b86f373f69c7460dbaa4c2c1))