@zhin.js/adapter-sandbox 5.0.4 → 5.0.5

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @zhin.js/adapter-process
2
2
 
3
+ ## 5.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 872c583: fix: 代码格式优化
8
+ - Updated dependencies [872c583]
9
+ - Updated dependencies [872c583]
10
+ - @zhin.js/client@2.0.5
11
+ - @zhin.js/contract@1.0.3
12
+ - @zhin.js/core@1.3.4
13
+ - @zhin.js/host-api@2.0.5
14
+ - @zhin.js/host-router@2.0.3
15
+
3
16
  ## 5.0.4
4
17
 
5
18
  ### Patch Changes
package/README.md CHANGED
@@ -75,6 +75,11 @@ Sandbox 使用 JSON 消息格式:
75
75
  - 测试命令和 AI 工具调用
76
76
  - 不依赖外部平台的功能验证
77
77
 
78
+ ## AI 工具
79
+
80
+ 技能说明见 `agent/skills/sandbox.md`(本地沙箱调试约束)。
81
+
82
+
78
83
  ## 许可证
79
84
 
80
85
  MIT License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhin.js/adapter-sandbox",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "Zhin.js adapter for local testing and development",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -17,7 +17,7 @@
17
17
  "lib",
18
18
  "client",
19
19
  "dist",
20
- "skills",
20
+ "agent",
21
21
  "README.md",
22
22
  "CHANGELOG.md"
23
23
  ],
@@ -49,20 +49,20 @@
49
49
  "@types/react": "^19.2.17",
50
50
  "@types/react-dom": "^19.2.3",
51
51
  "typescript": "^6.0.3",
52
- "@zhin.js/cli": "1.0.92",
53
- "@zhin.js/contract": "1.0.2",
54
- "@zhin.js/client": "2.0.4",
55
- "@zhin.js/core": "1.3.3",
56
- "@zhin.js/host-api": "2.0.4",
57
- "@zhin.js/host-router": "2.0.2",
58
- "zhin.js": "4.1.1"
52
+ "@zhin.js/cli": "1.0.93",
53
+ "@zhin.js/client": "2.0.5",
54
+ "@zhin.js/contract": "1.0.3",
55
+ "@zhin.js/core": "1.3.4",
56
+ "@zhin.js/host-api": "2.0.5",
57
+ "@zhin.js/host-router": "2.0.3",
58
+ "zhin.js": "4.1.2"
59
59
  },
60
60
  "peerDependencies": {
61
- "@zhin.js/core": "1.3.3",
62
- "@zhin.js/client": "2.0.4",
63
- "@zhin.js/host-router": "2.0.2",
64
- "@zhin.js/host-api": "2.0.4",
65
- "@zhin.js/contract": "1.0.2"
61
+ "@zhin.js/core": "1.3.4",
62
+ "@zhin.js/client": "2.0.5",
63
+ "@zhin.js/host-router": "2.0.3",
64
+ "@zhin.js/host-api": "2.0.5",
65
+ "@zhin.js/contract": "1.0.3"
66
66
  },
67
67
  "peerDependenciesMeta": {
68
68
  "@zhin.js/host-router": {