feat: 添加DACP服务支持,允许通过命令行调用DACP专业服务,增强AI角色的执行能力,同时更新相关依赖和工具定义。

This commit is contained in:
sean
2025-06-18 15:42:49 +08:00
parent 15b5e607dd
commit 47582c56c9
25 changed files with 3511 additions and 10 deletions

View File

@ -67,7 +67,8 @@
"resolve-package": "^1.0.1",
"semver": "^7.5.0",
"yaml": "^2.3.0",
"zod": "^3.25.62"
"zod": "^3.25.62",
"tree-kill": "^1.2.2"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",