@linkedclaw/openclaw-plugin 0.1.6 → 0.1.7

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.
@@ -15,9 +15,10 @@
15
15
  "capabilities": { "type": "array", "items": { "type": "string" } },
16
16
  "slaTier": { "type": "string" },
17
17
  "autoStartProvider": { "type": "boolean", "default": true },
18
+ "autoAcceptInvokes": { "type": "boolean", "default": true },
18
19
  "autoAcceptSessions": { "type": "boolean", "default": true },
19
20
  "autoAcceptGigTasks": { "type": "boolean", "default": false },
20
- "invokeTimeoutMs": { "type": "number", "default": 30000 },
21
+ "invokeTimeoutMs": { "type": "number", "default": 60000 },
21
22
  "sessionTurnTimeoutMs": { "type": "number", "default": 60000 },
22
23
  "gigTaskTimeoutMs": { "type": "number", "default": 300000 },
23
24
  "maxConcurrentRuns": { "type": "number", "default": 4 },
@@ -39,6 +40,10 @@
39
40
  "label": "Capabilities",
40
41
  "help": "Optional local allow-list. Keep it aligned with the provider listing capabilities."
41
42
  },
43
+ "autoAcceptInvokes": {
44
+ "label": "Auto-handle invokes",
45
+ "advanced": true
46
+ },
42
47
  "autoAcceptGigTasks": {
43
48
  "label": "Auto-accept gig tasks",
44
49
  "advanced": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkedclaw/openclaw-plugin",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "OpenClaw native plugin for LinkedClaw — registers the provider WebSocket service",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",