@openclaw/clickclack 2026.7.2-beta.1 → 2026.7.2-beta.2

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.
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@openclaw/clickclack",
3
- "version": "2026.7.2-beta.1",
3
+ "version": "2026.7.2-beta.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/clickclack",
9
- "version": "2026.7.2-beta.1",
9
+ "version": "2026.7.2-beta.2",
10
10
  "dependencies": {
11
11
  "ws": "8.21.0",
12
12
  "zod": "4.4.3"
13
13
  },
14
14
  "peerDependencies": {
15
- "openclaw": ">=2026.7.2-beta.1"
15
+ "openclaw": ">=2026.7.2-beta.2"
16
16
  },
17
17
  "peerDependenciesMeta": {
18
18
  "openclaw": {
@@ -110,6 +110,9 @@
110
110
  }
111
111
  ]
112
112
  },
113
+ "tokenFile": {
114
+ "type": "string"
115
+ },
113
116
  "workspace": {
114
117
  "type": "string"
115
118
  },
@@ -160,6 +163,9 @@
160
163
  "agentActivity": {
161
164
  "type": "boolean"
162
165
  },
166
+ "commandMenu": {
167
+ "type": "boolean"
168
+ },
163
169
  "accounts": {
164
170
  "type": "object",
165
171
  "propertyNames": {
@@ -256,6 +262,9 @@
256
262
  }
257
263
  ]
258
264
  },
265
+ "tokenFile": {
266
+ "type": "string"
267
+ },
259
268
  "workspace": {
260
269
  "type": "string"
261
270
  },
@@ -305,6 +314,9 @@
305
314
  },
306
315
  "agentActivity": {
307
316
  "type": "boolean"
317
+ },
318
+ "commandMenu": {
319
+ "type": "boolean"
308
320
  }
309
321
  },
310
322
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openclaw/clickclack",
3
- "version": "2026.7.2-beta.1",
3
+ "version": "2026.7.2-beta.2",
4
4
  "description": "OpenClaw ClickClack channel plugin",
5
5
  "type": "module",
6
6
  "exports": {
@@ -13,7 +13,7 @@
13
13
  "zod": "4.4.3"
14
14
  },
15
15
  "peerDependencies": {
16
- "openclaw": ">=2026.7.2-beta.1"
16
+ "openclaw": ">=2026.7.2-beta.2"
17
17
  },
18
18
  "peerDependenciesMeta": {
19
19
  "openclaw": {
@@ -24,6 +24,7 @@
24
24
  "extensions": [
25
25
  "./index.ts"
26
26
  ],
27
+ "setupEntry": "./dist/setup-entry.js",
27
28
  "channel": {
28
29
  "id": "clickclack",
29
30
  "label": "ClickClack",
@@ -39,7 +40,13 @@
39
40
  "commands": {
40
41
  "nativeCommandsAutoEnabled": false,
41
42
  "nativeSkillsAutoEnabled": false
42
- }
43
+ },
44
+ "cliAddOptions": [
45
+ {
46
+ "flags": "--workspace <workspace>",
47
+ "description": "ClickClack workspace id, slug, or name"
48
+ }
49
+ ]
43
50
  },
44
51
  "install": {
45
52
  "clawhubSpec": "clawhub:@openclaw/clickclack",
@@ -49,10 +56,10 @@
49
56
  "allowInvalidConfigRecovery": true
50
57
  },
51
58
  "compat": {
52
- "pluginApi": ">=2026.7.2-beta.1"
59
+ "pluginApi": ">=2026.7.2-beta.2"
53
60
  },
54
61
  "build": {
55
- "openclawVersion": "2026.7.2-beta.1",
62
+ "openclawVersion": "2026.7.2-beta.2",
56
63
  "bundledDist": false
57
64
  },
58
65
  "release": {
@@ -61,7 +68,8 @@
61
68
  },
62
69
  "runtimeExtensions": [
63
70
  "./dist/index.js"
64
- ]
71
+ ],
72
+ "runtimeSetupEntry": "./dist/setup-entry.js"
65
73
  },
66
74
  "repository": {
67
75
  "type": "git",