@agentrux/agentrux-openclaw-plugin 0.3.7 → 0.3.9

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.
@@ -13,6 +13,8 @@
13
13
  "ingressMode": { "type": "string", "enum": ["webhook", "sse"], "default": "webhook", "description": "Primary ingress mode: 'webhook' (requires webhookSecret) or 'sse' (outbound-only, no port needed)" },
14
14
  "webhookSecret": { "type": "string", "description": "Webhook signature verification secret (required when ingressMode=webhook)" },
15
15
  "agentId": { "type": "string", "description": "OpenClaw agent ID for processing (e.g. agentrux-rpa)" },
16
+ "activationCode": { "type": "string", "description": "One-time activation code (ac_...). Auto-consumed on first startup to obtain credentials." },
17
+ "baseUrl": { "type": "string", "description": "AgenTrux API URL (default: https://api.agentrux.com)" },
16
18
  "pollIntervalMs": { "type": "number", "default": 60000, "description": "Safety poller interval in ms (default 60s)" },
17
19
  "maxConcurrency": { "type": "number", "default": 3 },
18
20
  "subagentTimeoutMs": { "type": "number", "default": 120000 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentrux/agentrux-openclaw-plugin",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "description": "OpenClaw plugin for AgenTrux — Agent-to-Agent authenticated Pub/Sub",
5
5
  "keywords": [
6
6
  "openclaw",