@insta-dev01/intclaw 1.0.8 → 1.0.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.
@@ -2,7 +2,7 @@
2
2
  "id": "intclaw",
3
3
  "name": "IntClaw Plugin",
4
4
  "description": "OpenClaw plugin for IntClaw services - WebSocket-based channel integration for Community Platform, Message Channel, and Agent Collaboration Engine",
5
- "version": "1.0.8",
5
+ "version": "1.0.9",
6
6
  "kind": "channel",
7
7
  "channels": ["intclaw"],
8
8
  "configSchema": {
@@ -18,11 +18,9 @@
18
18
  "type": "string",
19
19
  "description": "API key for authentication with IntClaw server"
20
20
  },
21
- "reconnectInterval": {
22
- "type": "number",
23
- "description": "Reconnection interval in milliseconds",
24
- "default": 5000,
25
- "minimum": 1000
21
+ "apiSecret": {
22
+ "type": "string",
23
+ "description": "API secret for authentication with IntClaw server"
26
24
  },
27
25
  "shadowInstance": {
28
26
  "type": "boolean",
@@ -57,10 +55,11 @@
57
55
  "sensitive": true,
58
56
  "order": 1
59
57
  },
60
- "reconnectInterval": {
61
- "label": "Reconnection Interval (ms)",
62
- "placeholder": "5000",
63
- "helpText": "How long to wait before reconnecting (in milliseconds)",
58
+ "apiSecret": {
59
+ "label": "API Secret",
60
+ "placeholder": "Enter your API secret",
61
+ "helpText": "API secret for authenticating with the IntClaw server",
62
+ "sensitive": true,
64
63
  "order": 2
65
64
  },
66
65
  "shadowInstance": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insta-dev01/intclaw",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "description": "OpenClaw plugin for IntClaw services - WebSocket-based channel integration for Community Platform, Message Channel, and Agent Collaboration Engine",
6
6
  "main": "src/index.js",