@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.
- package/openclaw.plugin.json +9 -10
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -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.
|
|
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
|
-
"
|
|
22
|
-
"type": "
|
|
23
|
-
"description": "
|
|
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
|
-
"
|
|
61
|
-
"label": "
|
|
62
|
-
"placeholder": "
|
|
63
|
-
"helpText": "
|
|
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.
|
|
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",
|