@wukonglabs/wukong 0.0.11 → 0.0.13

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.11",
3
+ "version": "0.0.13",
4
4
  "description": "AI Coding Agent — CLI 交互 + TUI 可视化界面,支持 CI 自动化(ReAct 循环 + 内置工具 + 技能系统)",
5
5
  "bin": {
6
6
  "wukong": "dist/index.js"
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "ink": "^5.2.1",
36
36
  "react": "^18.3.1",
37
- "@wukonglabs/wukong-agent-sdk": "0.0.11"
37
+ "@wukonglabs/wukong-agent-sdk": "0.0.13"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@types/node": "^25.3.2",