@zhin.js/runtime 1.0.15 → 1.0.16
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/lib/host-config-schema.json +15 -0
- package/package.json +5 -5
|
@@ -11,6 +11,21 @@
|
|
|
11
11
|
"description": "Providers, Agents, sessions, memory, tools, and execution security.",
|
|
12
12
|
"x-descriptionZh": "Provider、Agent、会话、记忆、工具与执行安全策略。",
|
|
13
13
|
"properties": {
|
|
14
|
+
"workroom": {
|
|
15
|
+
"type": "object",
|
|
16
|
+
"additionalProperties": true,
|
|
17
|
+
"description": "Process-owned Workroom control-plane policy; Projects remain in the persistent Catalog.",
|
|
18
|
+
"x-descriptionZh": "进程持有的 Workroom 控制面策略;Project 仍由持久化 Catalog 管理。",
|
|
19
|
+
"properties": {
|
|
20
|
+
"trustedPackPublishers": {
|
|
21
|
+
"type": "array",
|
|
22
|
+
"items": { "type": "string", "minLength": 1 },
|
|
23
|
+
"uniqueItems": true,
|
|
24
|
+
"description": "Authenticated Console principal ids allowed to publish shared Capability Packs.",
|
|
25
|
+
"x-descriptionZh": "允许发布共享 Capability Pack 的 Console 认证 principalId。"
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
},
|
|
14
29
|
"agent": {
|
|
15
30
|
"type": "object",
|
|
16
31
|
"additionalProperties": true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/runtime",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.16",
|
|
4
4
|
"description": "Static Plugin graph, generation transaction and HMR Root runtime for Zhin.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -25,15 +25,15 @@
|
|
|
25
25
|
"@types/node": "^26.1.2",
|
|
26
26
|
"typescript": "^6.0.3",
|
|
27
27
|
"@zhin.js/adapter": "1.2.1",
|
|
28
|
-
"@zhin.js/agent-feature": "1.0.13",
|
|
29
28
|
"@zhin.js/command": "1.0.16",
|
|
29
|
+
"@zhin.js/agent-feature": "1.0.13",
|
|
30
30
|
"@zhin.js/component": "1.0.13",
|
|
31
|
-
"@zhin.js/layout": "1.0.13",
|
|
32
31
|
"@zhin.js/mcp-feature": "1.0.13",
|
|
33
|
-
"@zhin.js/middleware": "1.0.13",
|
|
34
32
|
"@zhin.js/page": "1.0.13",
|
|
35
|
-
"@zhin.js/
|
|
33
|
+
"@zhin.js/layout": "1.0.13",
|
|
36
34
|
"@zhin.js/skill": "1.0.13",
|
|
35
|
+
"@zhin.js/middleware": "1.0.13",
|
|
36
|
+
"@zhin.js/prompt-section": "0.0.1",
|
|
37
37
|
"@zhin.js/tool": "1.0.13"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|