@kynver-app/openclaw-agent-os 0.1.41 → 0.1.43

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.
@@ -46,6 +46,7 @@
46
46
  "agent_os_task_abort",
47
47
  "agent_os_task_claim",
48
48
  "agent_os_task_renew_lease",
49
+ "agent_os_task_operator_priority",
49
50
  "agent_os_plan_create",
50
51
  "agent_os_plan_list",
51
52
  "agent_os_plan_get",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kynver-app/openclaw-agent-os",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.1.41",
5
+ "version": "0.1.43",
6
6
  "description": "OpenClaw plugin that exposes Kynver AgentOS as first-class agent tools",
7
7
  "main": "./dist/index.js",
8
8
  "bin": {
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  import { readFileSync } from "node:fs";
3
3
  import { dirname, join } from "node:path";
4
4
  import { fileURLToPath } from "node:url";