@xgjktech/xg-openclaw-harness-tools 0.3.3 → 0.3.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/openclaw.plugin.json +2 -2
- package/package.json +2 -2
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "xg-harness-tools",
|
|
3
3
|
"name": "XG Harness Tools",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "企业工具插件:计划管理与通用动作分发(plan_write / plan_execute / action_dispatch)",
|
|
5
5
|
"version": "0.1.0",
|
|
6
6
|
"configSchema": {
|
|
7
7
|
"type": "object",
|
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
"properties": {}
|
|
10
10
|
},
|
|
11
11
|
"contracts": {
|
|
12
|
-
"tools": ["xg_plan_write", "xg_plan_execute"]
|
|
12
|
+
"tools": ["xg_plan_write", "xg_plan_execute", "xg_action_dispatch"]
|
|
13
13
|
}
|
|
14
14
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xgjktech/xg-openclaw-harness-tools",
|
|
3
|
-
"version": "0.3.
|
|
4
|
-
"description": "企业工具插件:plan_write / plan_execute
|
|
3
|
+
"version": "0.3.5",
|
|
4
|
+
"description": "企业工具插件:plan_write / plan_execute / action_dispatch(OpenClaw 第三方工具插件)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"engines": {
|