@wukonglabs/wukong 0.0.6 → 0.0.7

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wukonglabs/wukong",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "CI-First AI Agent CLI — 极简但功能完整的 AI 编程助手(ReAct 循环 + 内置工具 + 技能系统)",
5
5
  "bin": {
6
6
  "wukong": "dist/index.js"
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@wukonglabs/wukong-agent-sdk": "0.0.6"
34
+ "@wukonglabs/wukong-agent-sdk": "0.0.7"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "^25.3.2",