@openclaw/slack 2026.7.2-beta.2 → 2026.7.2-beta.4

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.
Files changed (161) hide show
  1. package/dist/{account-configured-DzC407uv.js → account-configured-BwfXBo_F.js} +1 -1
  2. package/dist/account-inspect-api.js +1 -1
  3. package/dist/{account-inspect-Di7ditqZ.js → account-inspect-jn1xLaVi.js} +9 -2
  4. package/dist/account-reply-mode-DrUXogvO.js +14 -0
  5. package/dist/{accounts-BOJJiHSr.js → accounts-BSr252c_.js} +13 -25
  6. package/dist/accounts.runtime-CjULMLTa.js +2 -0
  7. package/dist/{action-runtime-Cee2ih0s.js → action-runtime-CFU52n4W.js} +11 -17
  8. package/dist/action-runtime.runtime-9-17zvKH.js +2 -0
  9. package/dist/{actions-BZiuSTIq.js → actions-D51foiwR.js} +5 -5
  10. package/dist/{actions.runtime-DoD0-gxw.js → actions.runtime-BMJwtf5C.js} +1 -1
  11. package/dist/api.js +15 -15
  12. package/dist/{approval-handler.runtime-CUPtIM4k.js → approval-handler.runtime-3b4-wxMl.js} +2 -2
  13. package/dist/{channel-DaIiGUOp.js → channel-Ds8NKvfr.js} +75 -41
  14. package/dist/channel-config-api.js +1 -1
  15. package/dist/channel-plugin-api.js +1 -1
  16. package/dist/{channel-type-Cfm6_6n1.js → channel-type-DXkUajFP.js} +3 -3
  17. package/dist/{channel.setup-C-mLz50O.js → channel.setup-DOSTEDfA.js} +8 -5
  18. package/dist/{config-schema-xPSnK2VK.js → config-schema-B4j4tCOI.js} +236 -30
  19. package/dist/{directory-config-DRkFujwG.js → directory-config-B08pm5ZT.js} +1 -1
  20. package/dist/directory-contract-api.js +1 -1
  21. package/dist/{directory-live-D_yZhjgp.js → directory-live-DpPKzPrn.js} +2 -2
  22. package/dist/doctor-contract-U6oVntbM.js +173 -0
  23. package/dist/doctor-contract-api.js +1 -1
  24. package/dist/{group-policy-85UWiriS.js → group-policy-CdnQzQBI.js} +98 -125
  25. package/dist/{interactive-replies-BilWUdcI.js → interactive-replies-C3ffk6oN.js} +1 -1
  26. package/dist/interactive-replies-api.js +1 -1
  27. package/dist/{message-tool-api-CA9jZrCY.js → message-tool-api-ByVyIVOh.js} +3 -3
  28. package/dist/message-tool-api.js +1 -1
  29. package/dist/{monitor-CalGciTs.js → monitor-CnB_WKvF.js} +3 -3
  30. package/dist/{outbound-adapter-BiLKcnyH.js → outbound-adapter-DuPz2HHt.js} +49 -5
  31. package/dist/{pipeline.runtime-DofAvTtb.js → pipeline.runtime-5rRYZuX5.js} +490 -345
  32. package/dist/{policy-BVs4LiSa.js → policy-C31RYSuT.js} +1 -1
  33. package/dist/probe-CVRuArHA.js +340 -0
  34. package/dist/{provider-CmeoUiIM.js → provider-htuIJGFD.js} +791 -359
  35. package/dist/{relay-source-DMmgtvg4.js → relay-source-Df9EaiTF.js} +6 -11
  36. package/dist/{replies-CJJCp6qz.js → replies-Cgr2Gli4.js} +3 -3
  37. package/dist/{resolve-channels-Rfts6POK.js → resolve-channels-DodP2TFx.js} +1 -1
  38. package/dist/{resolve-users-y6wAxR8E.js → resolve-users-M9eF8891.js} +1 -1
  39. package/dist/{runtime-api-BGDyOt1D.js → runtime-api-D5XYMMsf.js} +3 -2
  40. package/dist/runtime-api.js +11 -11
  41. package/dist/{scopes-CuxNQZ6v.js → scopes-CJRpHkDC.js} +1 -2
  42. package/dist/{secret-contract-CMohXFWS.js → secret-contract-DxmvbxBF.js} +1 -0
  43. package/dist/secret-contract-api.js +1 -1
  44. package/dist/{security-audit-CikQhBUY.js → security-audit-Cz6erklv.js} +0 -10
  45. package/dist/security-contract-api.js +1 -1
  46. package/dist/{send-DYp8ca-l.js → send-BZ1tPv7-.js} +28 -11
  47. package/dist/send.runtime-a2pilFor.js +2 -0
  48. package/dist/setup-core-tPxMuFez.js +600 -0
  49. package/dist/setup-plugin-api.js +1 -1
  50. package/dist/{setup-surface-oSd3NX9J.js → setup-surface-wV-S1dE_.js} +58 -32
  51. package/dist/{shared-D9yz5Otg.js → shared-BfMskaMx.js} +57 -10
  52. package/dist/{slash-dispatch.runtime-CSja9VuD.js → slash-dispatch.runtime-lfeIsXTX.js} +1 -1
  53. package/node_modules/@types/node/README.md +1 -1
  54. package/node_modules/@types/node/fs/promises.d.ts +16 -6
  55. package/node_modules/@types/node/package.json +2 -2
  56. package/node_modules/agent-base/README.md +145 -0
  57. package/node_modules/agent-base/dist/src/index.d.ts +78 -0
  58. package/node_modules/agent-base/dist/src/index.js +203 -0
  59. package/node_modules/agent-base/dist/src/index.js.map +1 -0
  60. package/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  61. package/node_modules/agent-base/dist/src/promisify.js +18 -0
  62. package/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  63. package/node_modules/agent-base/package.json +64 -0
  64. package/node_modules/agent-base/src/index.ts +345 -0
  65. package/node_modules/agent-base/src/promisify.ts +33 -0
  66. package/node_modules/axios/CHANGELOG.md +197 -1
  67. package/node_modules/axios/README.md +424 -256
  68. package/node_modules/axios/dist/axios.js +589 -204
  69. package/node_modules/axios/dist/axios.min.js +3 -3
  70. package/node_modules/axios/dist/axios.min.js.map +1 -1
  71. package/node_modules/axios/dist/browser/axios.cjs +630 -185
  72. package/node_modules/axios/dist/esm/axios.js +630 -185
  73. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  74. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  75. package/node_modules/axios/dist/node/axios.cjs +949 -301
  76. package/node_modules/axios/index.d.cts +28 -5
  77. package/node_modules/axios/index.d.ts +24 -3
  78. package/node_modules/axios/lib/adapters/adapters.js +1 -1
  79. package/node_modules/axios/lib/adapters/fetch.js +223 -49
  80. package/node_modules/axios/lib/adapters/http.js +408 -193
  81. package/node_modules/axios/lib/adapters/xhr.js +3 -1
  82. package/node_modules/axios/lib/core/Axios.js +4 -2
  83. package/node_modules/axios/lib/core/AxiosError.js +13 -1
  84. package/node_modules/axios/lib/core/AxiosHeaders.js +13 -42
  85. package/node_modules/axios/lib/core/buildFullPath.js +29 -1
  86. package/node_modules/axios/lib/core/mergeConfig.js +35 -0
  87. package/node_modules/axios/lib/defaults/transitional.js +2 -0
  88. package/node_modules/axios/lib/env/data.js +1 -1
  89. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -3
  90. package/node_modules/axios/lib/helpers/Http2Sessions.js +119 -0
  91. package/node_modules/axios/lib/helpers/buildURL.js +7 -4
  92. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  93. package/node_modules/axios/lib/helpers/cookies.js +5 -1
  94. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +16 -11
  95. package/node_modules/axios/lib/helpers/formDataToJSON.js +26 -4
  96. package/node_modules/axios/lib/helpers/formDataToStream.js +2 -2
  97. package/node_modules/axios/lib/helpers/fromDataURI.js +20 -5
  98. package/node_modules/axios/lib/helpers/progressEventReducer.js +3 -0
  99. package/node_modules/axios/lib/helpers/resolveConfig.js +26 -13
  100. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  101. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +33 -1
  102. package/node_modules/axios/lib/helpers/toFormData.js +48 -12
  103. package/node_modules/axios/lib/helpers/validator.js +1 -1
  104. package/node_modules/axios/lib/utils.js +105 -19
  105. package/node_modules/axios/package.json +31 -13
  106. package/node_modules/https-proxy-agent/README.md +137 -0
  107. package/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  108. package/node_modules/https-proxy-agent/dist/agent.js +177 -0
  109. package/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  110. package/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  111. package/node_modules/https-proxy-agent/dist/index.js +14 -0
  112. package/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  113. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  114. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  115. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  116. package/node_modules/https-proxy-agent/package.json +56 -0
  117. package/node_modules/iconv-lite/encodings/sbcs-data.js +2 -0
  118. package/node_modules/iconv-lite/encodings/utf32.js +10 -3
  119. package/node_modules/iconv-lite/package.json +2 -2
  120. package/node_modules/iconv-lite/types/encodings.d.ts +2 -0
  121. package/node_modules/path-to-regexp/Readme.md +3 -3
  122. package/node_modules/path-to-regexp/dist/index.js +135 -158
  123. package/node_modules/path-to-regexp/dist/index.js.map +1 -1
  124. package/node_modules/path-to-regexp/package.json +2 -2
  125. package/node_modules/qs/CHANGELOG.md +11 -0
  126. package/node_modules/qs/dist/qs.js +17 -17
  127. package/node_modules/qs/lib/parse.js +19 -8
  128. package/node_modules/qs/lib/utils.js +47 -8
  129. package/node_modules/qs/package.json +6 -5
  130. package/node_modules/qs/test/parse.js +230 -0
  131. package/node_modules/qs/test/utils.js +194 -0
  132. package/node_modules/typebox/build/compile/validator.d.mts +1 -4
  133. package/node_modules/typebox/build/guard/guard.d.mts +1 -1
  134. package/node_modules/typebox/build/guard/guard.mjs +5 -2
  135. package/node_modules/typebox/build/guard/string.mjs +16 -4
  136. package/node_modules/typebox/build/schema/engine/_functions.mjs +34 -15
  137. package/node_modules/typebox/build/type/action/readonly_object.d.mts +5 -0
  138. package/node_modules/typebox/build/type/action/readonly_object.mjs +8 -0
  139. package/node_modules/typebox/build/typebox.d.mts +1 -1
  140. package/node_modules/typebox/build/typebox.mjs +1 -1
  141. package/node_modules/typebox/package.json +1 -1
  142. package/node_modules/typebox/readme.md +29 -32
  143. package/node_modules/ws/lib/receiver.js +15 -32
  144. package/node_modules/ws/lib/websocket-server.js +4 -4
  145. package/node_modules/ws/lib/websocket.js +4 -4
  146. package/node_modules/ws/package.json +5 -1
  147. package/npm-shrinkwrap.json +54 -27
  148. package/openclaw.plugin.json +1331 -1424
  149. package/package.json +92 -14
  150. package/dist/accounts.runtime-KvftRRek.js +0 -2
  151. package/dist/action-runtime.runtime-DZfd7IFr.js +0 -2
  152. package/dist/client-WIPAS3Yr.js +0 -160
  153. package/dist/config-api-Df9a1B8C.js +0 -3
  154. package/dist/doctor-contract-DddfkMlF.js +0 -134
  155. package/dist/probe-CN0ssfLN.js +0 -48
  156. package/dist/send.runtime-CJLxAt26.js +0 -2
  157. package/dist/setup-core-CkwVLzFO.js +0 -337
  158. package/node_modules/axios/dist/axios.js.map +0 -1
  159. package/node_modules/axios/dist/browser/axios.cjs.map +0 -1
  160. package/node_modules/axios/dist/esm/axios.js.map +0 -1
  161. package/node_modules/axios/dist/node/axios.cjs.map +0 -1
@@ -20,209 +20,6 @@
20
20
  "name": {
21
21
  "type": "string"
22
22
  },
23
- "mode": {
24
- "default": "socket",
25
- "type": "string",
26
- "enum": [
27
- "socket",
28
- "http",
29
- "relay"
30
- ]
31
- },
32
- "enterpriseOrgInstall": {
33
- "type": "boolean"
34
- },
35
- "socketMode": {
36
- "type": "object",
37
- "properties": {
38
- "clientPingTimeout": {
39
- "type": "integer",
40
- "exclusiveMinimum": 0,
41
- "maximum": 9007199254740991
42
- },
43
- "serverPingTimeout": {
44
- "type": "integer",
45
- "exclusiveMinimum": 0,
46
- "maximum": 9007199254740991
47
- },
48
- "pingPongLoggingEnabled": {
49
- "type": "boolean"
50
- }
51
- },
52
- "additionalProperties": false
53
- },
54
- "relay": {
55
- "type": "object",
56
- "properties": {
57
- "url": {
58
- "type": "string"
59
- },
60
- "authToken": {
61
- "anyOf": [
62
- {
63
- "type": "string"
64
- },
65
- {
66
- "oneOf": [
67
- {
68
- "type": "object",
69
- "properties": {
70
- "source": {
71
- "type": "string",
72
- "const": "env"
73
- },
74
- "provider": {
75
- "type": "string",
76
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
77
- },
78
- "id": {
79
- "type": "string",
80
- "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
81
- }
82
- },
83
- "required": [
84
- "source",
85
- "provider",
86
- "id"
87
- ],
88
- "additionalProperties": false
89
- },
90
- {
91
- "type": "object",
92
- "properties": {
93
- "source": {
94
- "type": "string",
95
- "const": "file"
96
- },
97
- "provider": {
98
- "type": "string",
99
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
100
- },
101
- "id": {
102
- "type": "string"
103
- }
104
- },
105
- "required": [
106
- "source",
107
- "provider",
108
- "id"
109
- ],
110
- "additionalProperties": false
111
- },
112
- {
113
- "type": "object",
114
- "properties": {
115
- "source": {
116
- "type": "string",
117
- "const": "exec"
118
- },
119
- "provider": {
120
- "type": "string",
121
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
122
- },
123
- "id": {
124
- "type": "string"
125
- }
126
- },
127
- "required": [
128
- "source",
129
- "provider",
130
- "id"
131
- ],
132
- "additionalProperties": false
133
- }
134
- ]
135
- }
136
- ]
137
- },
138
- "gatewayId": {
139
- "type": "string"
140
- }
141
- },
142
- "additionalProperties": false
143
- },
144
- "signingSecret": {
145
- "anyOf": [
146
- {
147
- "type": "string"
148
- },
149
- {
150
- "oneOf": [
151
- {
152
- "type": "object",
153
- "properties": {
154
- "source": {
155
- "type": "string",
156
- "const": "env"
157
- },
158
- "provider": {
159
- "type": "string",
160
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
161
- },
162
- "id": {
163
- "type": "string",
164
- "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
165
- }
166
- },
167
- "required": [
168
- "source",
169
- "provider",
170
- "id"
171
- ],
172
- "additionalProperties": false
173
- },
174
- {
175
- "type": "object",
176
- "properties": {
177
- "source": {
178
- "type": "string",
179
- "const": "file"
180
- },
181
- "provider": {
182
- "type": "string",
183
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
184
- },
185
- "id": {
186
- "type": "string"
187
- }
188
- },
189
- "required": [
190
- "source",
191
- "provider",
192
- "id"
193
- ],
194
- "additionalProperties": false
195
- },
196
- {
197
- "type": "object",
198
- "properties": {
199
- "source": {
200
- "type": "string",
201
- "const": "exec"
202
- },
203
- "provider": {
204
- "type": "string",
205
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
206
- },
207
- "id": {
208
- "type": "string"
209
- }
210
- },
211
- "required": [
212
- "source",
213
- "provider",
214
- "id"
215
- ],
216
- "additionalProperties": false
217
- }
218
- ]
219
- }
220
- ]
221
- },
222
- "webhookPath": {
223
- "default": "/slack/events",
224
- "type": "string"
225
- },
226
23
  "capabilities": {
227
24
  "anyOf": [
228
25
  {
@@ -242,56 +39,6 @@
242
39
  }
243
40
  ]
244
41
  },
245
- "execApprovals": {
246
- "type": "object",
247
- "properties": {
248
- "enabled": {
249
- "anyOf": [
250
- {
251
- "type": "boolean"
252
- },
253
- {
254
- "type": "string",
255
- "const": "auto"
256
- }
257
- ]
258
- },
259
- "approvers": {
260
- "type": "array",
261
- "items": {
262
- "anyOf": [
263
- {
264
- "type": "string"
265
- },
266
- {
267
- "type": "number"
268
- }
269
- ]
270
- }
271
- },
272
- "agentFilter": {
273
- "type": "array",
274
- "items": {
275
- "type": "string"
276
- }
277
- },
278
- "sessionFilter": {
279
- "type": "array",
280
- "items": {
281
- "type": "string"
282
- }
283
- },
284
- "target": {
285
- "type": "string",
286
- "enum": [
287
- "dm",
288
- "channel",
289
- "both"
290
- ]
291
- }
292
- },
293
- "additionalProperties": false
294
- },
295
42
  "markdown": {
296
43
  "type": "object",
297
44
  "properties": {
@@ -307,161 +54,460 @@
307
54
  },
308
55
  "additionalProperties": false
309
56
  },
57
+ "configWrites": {
58
+ "type": "boolean"
59
+ },
310
60
  "enabled": {
311
61
  "type": "boolean"
312
62
  },
313
- "commands": {
314
- "type": "object",
315
- "properties": {
316
- "native": {
63
+ "dmPolicy": {
64
+ "type": "string",
65
+ "enum": [
66
+ "pairing",
67
+ "allowlist",
68
+ "open",
69
+ "disabled"
70
+ ]
71
+ },
72
+ "allowFrom": {
73
+ "type": "array",
74
+ "items": {
75
+ "anyOf": [
76
+ {
77
+ "type": "string"
78
+ },
79
+ {
80
+ "type": "number"
81
+ }
82
+ ]
83
+ }
84
+ },
85
+ "defaultTo": {
86
+ "type": "string"
87
+ },
88
+ "groupPolicy": {
89
+ "default": "allowlist",
90
+ "type": "string",
91
+ "enum": [
92
+ "open",
93
+ "disabled",
94
+ "allowlist"
95
+ ]
96
+ },
97
+ "mentionPatterns": {
98
+ "type": "object",
99
+ "properties": {
100
+ "mode": {
317
101
  "anyOf": [
318
- {
319
- "type": "boolean"
320
- },
321
102
  {
322
103
  "type": "string",
323
- "const": "auto"
324
- }
325
- ]
326
- },
327
- "nativeSkills": {
328
- "anyOf": [
329
- {
330
- "type": "boolean"
104
+ "const": "allow"
331
105
  },
332
106
  {
333
107
  "type": "string",
334
- "const": "auto"
108
+ "const": "deny"
335
109
  }
336
110
  ]
111
+ },
112
+ "allowIn": {
113
+ "type": "array",
114
+ "items": {
115
+ "type": "string"
116
+ }
117
+ },
118
+ "denyIn": {
119
+ "type": "array",
120
+ "items": {
121
+ "type": "string"
122
+ }
337
123
  }
338
124
  },
339
125
  "additionalProperties": false
340
126
  },
341
- "configWrites": {
342
- "type": "boolean"
127
+ "contextVisibility": {
128
+ "type": "string",
129
+ "enum": [
130
+ "all",
131
+ "allowlist",
132
+ "allowlist_quote"
133
+ ]
343
134
  },
344
- "botToken": {
345
- "anyOf": [
346
- {
347
- "type": "string"
135
+ "historyLimit": {
136
+ "type": "integer",
137
+ "minimum": 0,
138
+ "maximum": 9007199254740991
139
+ },
140
+ "dmHistoryLimit": {
141
+ "type": "integer",
142
+ "minimum": 0,
143
+ "maximum": 9007199254740991
144
+ },
145
+ "dms": {
146
+ "type": "object",
147
+ "propertyNames": {
148
+ "type": "string"
149
+ },
150
+ "additionalProperties": {
151
+ "type": "object",
152
+ "properties": {
153
+ "historyLimit": {
154
+ "type": "integer",
155
+ "minimum": 0,
156
+ "maximum": 9007199254740991
157
+ }
348
158
  },
349
- {
350
- "oneOf": [
351
- {
159
+ "additionalProperties": false
160
+ }
161
+ },
162
+ "textChunkLimit": {
163
+ "type": "integer",
164
+ "exclusiveMinimum": 0,
165
+ "maximum": 9007199254740991
166
+ },
167
+ "streaming": {
168
+ "type": "object",
169
+ "properties": {
170
+ "mode": {
171
+ "type": "string",
172
+ "enum": [
173
+ "off",
174
+ "partial",
175
+ "block",
176
+ "progress"
177
+ ]
178
+ },
179
+ "chunkMode": {
180
+ "type": "string",
181
+ "enum": [
182
+ "length",
183
+ "newline"
184
+ ]
185
+ },
186
+ "preview": {
187
+ "type": "object",
188
+ "properties": {
189
+ "chunk": {
352
190
  "type": "object",
353
191
  "properties": {
354
- "source": {
355
- "type": "string",
356
- "const": "env"
192
+ "minChars": {
193
+ "type": "integer",
194
+ "exclusiveMinimum": 0,
195
+ "maximum": 9007199254740991
357
196
  },
358
- "provider": {
359
- "type": "string",
360
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
197
+ "maxChars": {
198
+ "type": "integer",
199
+ "exclusiveMinimum": 0,
200
+ "maximum": 9007199254740991
361
201
  },
362
- "id": {
363
- "type": "string",
364
- "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
202
+ "breakPreference": {
203
+ "anyOf": [
204
+ {
205
+ "type": "string",
206
+ "const": "paragraph"
207
+ },
208
+ {
209
+ "type": "string",
210
+ "const": "newline"
211
+ },
212
+ {
213
+ "type": "string",
214
+ "const": "sentence"
215
+ }
216
+ ]
365
217
  }
366
218
  },
367
- "required": [
368
- "source",
369
- "provider",
370
- "id"
371
- ],
372
219
  "additionalProperties": false
373
220
  },
374
- {
375
- "type": "object",
376
- "properties": {
377
- "source": {
378
- "type": "string",
379
- "const": "file"
380
- },
381
- "provider": {
382
- "type": "string",
383
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
384
- },
385
- "id": {
386
- "type": "string"
387
- }
388
- },
389
- "required": [
390
- "source",
391
- "provider",
392
- "id"
393
- ],
394
- "additionalProperties": false
221
+ "toolProgress": {
222
+ "type": "boolean"
395
223
  },
396
- {
397
- "type": "object",
398
- "properties": {
399
- "source": {
400
- "type": "string",
401
- "const": "exec"
402
- },
403
- "provider": {
404
- "type": "string",
405
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
406
- },
407
- "id": {
408
- "type": "string"
409
- }
410
- },
411
- "required": [
412
- "source",
413
- "provider",
414
- "id"
415
- ],
416
- "additionalProperties": false
224
+ "commandText": {
225
+ "type": "string",
226
+ "enum": [
227
+ "raw",
228
+ "status"
229
+ ]
417
230
  }
418
- ]
419
- }
420
- ]
421
- },
422
- "appToken": {
423
- "anyOf": [
424
- {
425
- "type": "string"
231
+ },
232
+ "additionalProperties": false
426
233
  },
427
- {
428
- "oneOf": [
429
- {
430
- "type": "object",
431
- "properties": {
432
- "source": {
433
- "type": "string",
434
- "const": "env"
435
- },
436
- "provider": {
437
- "type": "string",
438
- "pattern": "^[a-z][a-z0-9_-]{0,63}$"
234
+ "progress": {
235
+ "type": "object",
236
+ "properties": {
237
+ "label": {
238
+ "anyOf": [
239
+ {
240
+ "type": "string"
439
241
  },
440
- "id": {
441
- "type": "string",
442
- "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
242
+ {
243
+ "type": "boolean",
244
+ "const": false
245
+ }
246
+ ]
247
+ },
248
+ "labels": {
249
+ "type": "array",
250
+ "items": {
251
+ "type": "string"
252
+ }
253
+ },
254
+ "maxLines": {
255
+ "type": "integer",
256
+ "exclusiveMinimum": 0,
257
+ "maximum": 9007199254740991
258
+ },
259
+ "maxLineChars": {
260
+ "type": "integer",
261
+ "exclusiveMinimum": 0,
262
+ "maximum": 9007199254740991
263
+ },
264
+ "render": {
265
+ "type": "string",
266
+ "enum": [
267
+ "text",
268
+ "rich"
269
+ ]
270
+ },
271
+ "toolProgress": {
272
+ "type": "boolean"
273
+ },
274
+ "commandText": {
275
+ "type": "string",
276
+ "enum": [
277
+ "raw",
278
+ "status"
279
+ ]
280
+ },
281
+ "commentary": {
282
+ "type": "boolean"
283
+ },
284
+ "narration": {
285
+ "type": "boolean"
286
+ },
287
+ "nativeTaskCards": {
288
+ "type": "boolean"
289
+ }
290
+ },
291
+ "additionalProperties": false
292
+ },
293
+ "block": {
294
+ "type": "object",
295
+ "properties": {
296
+ "enabled": {
297
+ "type": "boolean"
298
+ },
299
+ "coalesce": {
300
+ "type": "object",
301
+ "properties": {
302
+ "minChars": {
303
+ "type": "integer",
304
+ "exclusiveMinimum": 0,
305
+ "maximum": 9007199254740991
306
+ },
307
+ "maxChars": {
308
+ "type": "integer",
309
+ "exclusiveMinimum": 0,
310
+ "maximum": 9007199254740991
311
+ },
312
+ "idleMs": {
313
+ "type": "integer",
314
+ "minimum": 0,
315
+ "maximum": 9007199254740991
443
316
  }
444
317
  },
445
- "required": [
446
- "source",
447
- "provider",
448
- "id"
449
- ],
450
318
  "additionalProperties": false
319
+ }
320
+ },
321
+ "additionalProperties": false
322
+ },
323
+ "nativeTransport": {
324
+ "type": "boolean"
325
+ }
326
+ },
327
+ "additionalProperties": false
328
+ },
329
+ "heartbeatVisibility": {
330
+ "type": "object",
331
+ "properties": {
332
+ "showOk": {
333
+ "type": "boolean"
334
+ },
335
+ "showAlerts": {
336
+ "type": "boolean"
337
+ },
338
+ "useIndicator": {
339
+ "type": "boolean"
340
+ }
341
+ },
342
+ "additionalProperties": false
343
+ },
344
+ "healthMonitor": {
345
+ "type": "object",
346
+ "properties": {
347
+ "enabled": {
348
+ "type": "boolean"
349
+ }
350
+ },
351
+ "additionalProperties": false
352
+ },
353
+ "responsePrefix": {
354
+ "type": "string"
355
+ },
356
+ "mediaMaxMb": {
357
+ "type": "number",
358
+ "exclusiveMinimum": 0
359
+ },
360
+ "replyToMode": {
361
+ "anyOf": [
362
+ {
363
+ "type": "string",
364
+ "const": "off"
365
+ },
366
+ {
367
+ "type": "string",
368
+ "const": "first"
369
+ },
370
+ {
371
+ "type": "string",
372
+ "const": "all"
373
+ },
374
+ {
375
+ "type": "string",
376
+ "const": "batched"
377
+ }
378
+ ]
379
+ },
380
+ "postAs": {
381
+ "default": "bot",
382
+ "type": "string",
383
+ "enum": [
384
+ "bot",
385
+ "user"
386
+ ]
387
+ },
388
+ "mode": {
389
+ "default": "socket",
390
+ "type": "string",
391
+ "enum": [
392
+ "socket",
393
+ "http",
394
+ "relay"
395
+ ]
396
+ },
397
+ "enterpriseOrgInstall": {
398
+ "type": "boolean"
399
+ },
400
+ "relay": {
401
+ "type": "object",
402
+ "properties": {
403
+ "url": {
404
+ "type": "string"
405
+ },
406
+ "authToken": {
407
+ "anyOf": [
408
+ {
409
+ "type": "string"
451
410
  },
411
+ {
412
+ "oneOf": [
413
+ {
414
+ "type": "object",
415
+ "properties": {
416
+ "source": {
417
+ "type": "string",
418
+ "const": "env"
419
+ },
420
+ "provider": {
421
+ "type": "string",
422
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
423
+ },
424
+ "id": {
425
+ "type": "string",
426
+ "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
427
+ }
428
+ },
429
+ "required": [
430
+ "source",
431
+ "provider",
432
+ "id"
433
+ ],
434
+ "additionalProperties": false
435
+ },
436
+ {
437
+ "type": "object",
438
+ "properties": {
439
+ "source": {
440
+ "type": "string",
441
+ "const": "file"
442
+ },
443
+ "provider": {
444
+ "type": "string",
445
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
446
+ },
447
+ "id": {
448
+ "type": "string"
449
+ }
450
+ },
451
+ "required": [
452
+ "source",
453
+ "provider",
454
+ "id"
455
+ ],
456
+ "additionalProperties": false
457
+ },
458
+ {
459
+ "type": "object",
460
+ "properties": {
461
+ "source": {
462
+ "type": "string",
463
+ "const": "exec"
464
+ },
465
+ "provider": {
466
+ "type": "string",
467
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
468
+ },
469
+ "id": {
470
+ "type": "string"
471
+ }
472
+ },
473
+ "required": [
474
+ "source",
475
+ "provider",
476
+ "id"
477
+ ],
478
+ "additionalProperties": false
479
+ }
480
+ ]
481
+ }
482
+ ]
483
+ },
484
+ "gatewayId": {
485
+ "type": "string"
486
+ }
487
+ },
488
+ "additionalProperties": false
489
+ },
490
+ "signingSecret": {
491
+ "anyOf": [
492
+ {
493
+ "type": "string"
494
+ },
495
+ {
496
+ "oneOf": [
452
497
  {
453
498
  "type": "object",
454
499
  "properties": {
455
500
  "source": {
456
501
  "type": "string",
457
- "const": "file"
502
+ "const": "env"
458
503
  },
459
504
  "provider": {
460
505
  "type": "string",
461
506
  "pattern": "^[a-z][a-z0-9_-]{0,63}$"
462
507
  },
463
508
  "id": {
464
- "type": "string"
509
+ "type": "string",
510
+ "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
465
511
  }
466
512
  },
467
513
  "required": [
@@ -476,7 +522,7 @@
476
522
  "properties": {
477
523
  "source": {
478
524
  "type": "string",
479
- "const": "exec"
525
+ "const": "file"
480
526
  },
481
527
  "provider": {
482
528
  "type": "string",
@@ -492,12 +538,116 @@
492
538
  "id"
493
539
  ],
494
540
  "additionalProperties": false
495
- }
541
+ },
542
+ {
543
+ "type": "object",
544
+ "properties": {
545
+ "source": {
546
+ "type": "string",
547
+ "const": "exec"
548
+ },
549
+ "provider": {
550
+ "type": "string",
551
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
552
+ },
553
+ "id": {
554
+ "type": "string"
555
+ }
556
+ },
557
+ "required": [
558
+ "source",
559
+ "provider",
560
+ "id"
561
+ ],
562
+ "additionalProperties": false
563
+ }
496
564
  ]
497
565
  }
498
566
  ]
499
567
  },
500
- "userToken": {
568
+ "webhookPath": {
569
+ "default": "/slack/events",
570
+ "type": "string"
571
+ },
572
+ "execApprovals": {
573
+ "type": "object",
574
+ "properties": {
575
+ "enabled": {
576
+ "anyOf": [
577
+ {
578
+ "type": "boolean"
579
+ },
580
+ {
581
+ "type": "string",
582
+ "const": "auto"
583
+ }
584
+ ]
585
+ },
586
+ "approvers": {
587
+ "type": "array",
588
+ "items": {
589
+ "anyOf": [
590
+ {
591
+ "type": "string"
592
+ },
593
+ {
594
+ "type": "number"
595
+ }
596
+ ]
597
+ }
598
+ },
599
+ "agentFilter": {
600
+ "type": "array",
601
+ "items": {
602
+ "type": "string"
603
+ }
604
+ },
605
+ "sessionFilter": {
606
+ "type": "array",
607
+ "items": {
608
+ "type": "string"
609
+ }
610
+ },
611
+ "target": {
612
+ "type": "string",
613
+ "enum": [
614
+ "dm",
615
+ "channel",
616
+ "both"
617
+ ]
618
+ }
619
+ },
620
+ "additionalProperties": false
621
+ },
622
+ "commands": {
623
+ "type": "object",
624
+ "properties": {
625
+ "native": {
626
+ "anyOf": [
627
+ {
628
+ "type": "boolean"
629
+ },
630
+ {
631
+ "type": "string",
632
+ "const": "auto"
633
+ }
634
+ ]
635
+ },
636
+ "nativeSkills": {
637
+ "anyOf": [
638
+ {
639
+ "type": "boolean"
640
+ },
641
+ {
642
+ "type": "string",
643
+ "const": "auto"
644
+ }
645
+ ]
646
+ }
647
+ },
648
+ "additionalProperties": false
649
+ },
650
+ "botToken": {
501
651
  "anyOf": [
502
652
  {
503
653
  "type": "string"
@@ -575,314 +725,240 @@
575
725
  }
576
726
  ]
577
727
  },
578
- "userTokenReadOnly": {
579
- "default": true,
580
- "type": "boolean"
581
- },
582
- "allowBots": {
728
+ "appToken": {
583
729
  "anyOf": [
584
730
  {
585
- "type": "boolean"
731
+ "type": "string"
586
732
  },
587
733
  {
588
- "type": "string",
589
- "const": "mentions"
590
- }
591
- ]
592
- },
593
- "botLoopProtection": {
594
- "type": "object",
595
- "properties": {
596
- "enabled": {
597
- "type": "boolean"
598
- },
599
- "maxEventsPerWindow": {
600
- "type": "integer",
601
- "exclusiveMinimum": 0,
602
- "maximum": 9007199254740991
603
- },
604
- "windowSeconds": {
605
- "type": "integer",
606
- "exclusiveMinimum": 0,
607
- "maximum": 9007199254740991
608
- },
609
- "cooldownSeconds": {
610
- "type": "integer",
611
- "exclusiveMinimum": 0,
612
- "maximum": 9007199254740991
613
- }
614
- },
615
- "additionalProperties": false
616
- },
617
- "dangerouslyAllowNameMatching": {
618
- "type": "boolean"
619
- },
620
- "requireMention": {
621
- "type": "boolean"
622
- },
623
- "groupPolicy": {
624
- "default": "allowlist",
625
- "type": "string",
626
- "enum": [
627
- "open",
628
- "disabled",
629
- "allowlist"
630
- ]
631
- },
632
- "mentionPatterns": {
633
- "type": "object",
634
- "properties": {
635
- "mode": {
636
- "anyOf": [
734
+ "oneOf": [
637
735
  {
638
- "type": "string",
639
- "const": "allow"
736
+ "type": "object",
737
+ "properties": {
738
+ "source": {
739
+ "type": "string",
740
+ "const": "env"
741
+ },
742
+ "provider": {
743
+ "type": "string",
744
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
745
+ },
746
+ "id": {
747
+ "type": "string",
748
+ "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
749
+ }
750
+ },
751
+ "required": [
752
+ "source",
753
+ "provider",
754
+ "id"
755
+ ],
756
+ "additionalProperties": false
640
757
  },
641
758
  {
642
- "type": "string",
643
- "const": "deny"
759
+ "type": "object",
760
+ "properties": {
761
+ "source": {
762
+ "type": "string",
763
+ "const": "file"
764
+ },
765
+ "provider": {
766
+ "type": "string",
767
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
768
+ },
769
+ "id": {
770
+ "type": "string"
771
+ }
772
+ },
773
+ "required": [
774
+ "source",
775
+ "provider",
776
+ "id"
777
+ ],
778
+ "additionalProperties": false
779
+ },
780
+ {
781
+ "type": "object",
782
+ "properties": {
783
+ "source": {
784
+ "type": "string",
785
+ "const": "exec"
786
+ },
787
+ "provider": {
788
+ "type": "string",
789
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
790
+ },
791
+ "id": {
792
+ "type": "string"
793
+ }
794
+ },
795
+ "required": [
796
+ "source",
797
+ "provider",
798
+ "id"
799
+ ],
800
+ "additionalProperties": false
644
801
  }
645
802
  ]
646
- },
647
- "allowIn": {
648
- "type": "array",
649
- "items": {
650
- "type": "string"
651
- }
652
- },
653
- "denyIn": {
654
- "type": "array",
655
- "items": {
656
- "type": "string"
657
- }
658
803
  }
659
- },
660
- "additionalProperties": false
661
- },
662
- "contextVisibility": {
663
- "type": "string",
664
- "enum": [
665
- "all",
666
- "allowlist",
667
- "allowlist_quote"
668
804
  ]
669
805
  },
670
- "historyLimit": {
671
- "type": "integer",
672
- "minimum": 0,
673
- "maximum": 9007199254740991
674
- },
675
- "dmHistoryLimit": {
676
- "type": "integer",
677
- "minimum": 0,
678
- "maximum": 9007199254740991
679
- },
680
- "dms": {
681
- "type": "object",
682
- "propertyNames": {
683
- "type": "string"
684
- },
685
- "additionalProperties": {
686
- "type": "object",
687
- "properties": {
688
- "historyLimit": {
689
- "type": "integer",
690
- "minimum": 0,
691
- "maximum": 9007199254740991
692
- }
693
- },
694
- "additionalProperties": false
695
- }
696
- },
697
- "textChunkLimit": {
698
- "type": "integer",
699
- "exclusiveMinimum": 0,
700
- "maximum": 9007199254740991
701
- },
702
- "unfurlLinks": {
703
- "type": "boolean"
704
- },
705
- "unfurlMedia": {
706
- "type": "boolean"
707
- },
708
- "streaming": {
709
- "type": "object",
710
- "properties": {
711
- "mode": {
712
- "type": "string",
713
- "enum": [
714
- "off",
715
- "partial",
716
- "block",
717
- "progress"
718
- ]
719
- },
720
- "chunkMode": {
721
- "type": "string",
722
- "enum": [
723
- "length",
724
- "newline"
725
- ]
806
+ "userToken": {
807
+ "anyOf": [
808
+ {
809
+ "type": "string"
726
810
  },
727
- "preview": {
728
- "type": "object",
729
- "properties": {
730
- "chunk": {
811
+ {
812
+ "oneOf": [
813
+ {
731
814
  "type": "object",
732
815
  "properties": {
733
- "minChars": {
734
- "type": "integer",
735
- "exclusiveMinimum": 0,
736
- "maximum": 9007199254740991
816
+ "source": {
817
+ "type": "string",
818
+ "const": "env"
737
819
  },
738
- "maxChars": {
739
- "type": "integer",
740
- "exclusiveMinimum": 0,
741
- "maximum": 9007199254740991
820
+ "provider": {
821
+ "type": "string",
822
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
742
823
  },
743
- "breakPreference": {
744
- "anyOf": [
745
- {
746
- "type": "string",
747
- "const": "paragraph"
748
- },
749
- {
750
- "type": "string",
751
- "const": "newline"
752
- },
753
- {
754
- "type": "string",
755
- "const": "sentence"
756
- }
757
- ]
824
+ "id": {
825
+ "type": "string",
826
+ "pattern": "^[A-Z][A-Z0-9_]{0,127}$"
758
827
  }
759
828
  },
829
+ "required": [
830
+ "source",
831
+ "provider",
832
+ "id"
833
+ ],
760
834
  "additionalProperties": false
761
835
  },
762
- "toolProgress": {
763
- "type": "boolean"
764
- },
765
- "commandText": {
766
- "type": "string",
767
- "enum": [
768
- "raw",
769
- "status"
770
- ]
771
- }
772
- },
773
- "additionalProperties": false
774
- },
775
- "progress": {
776
- "type": "object",
777
- "properties": {
778
- "label": {
779
- "anyOf": [
780
- {
781
- "type": "string"
836
+ {
837
+ "type": "object",
838
+ "properties": {
839
+ "source": {
840
+ "type": "string",
841
+ "const": "file"
782
842
  },
783
- {
784
- "type": "boolean",
785
- "const": false
843
+ "provider": {
844
+ "type": "string",
845
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
846
+ },
847
+ "id": {
848
+ "type": "string"
786
849
  }
787
- ]
788
- },
789
- "labels": {
790
- "type": "array",
791
- "items": {
792
- "type": "string"
793
- }
794
- },
795
- "maxLines": {
796
- "type": "integer",
797
- "exclusiveMinimum": 0,
798
- "maximum": 9007199254740991
799
- },
800
- "maxLineChars": {
801
- "type": "integer",
802
- "exclusiveMinimum": 0,
803
- "maximum": 9007199254740991
804
- },
805
- "render": {
806
- "type": "string",
807
- "enum": [
808
- "text",
809
- "rich"
810
- ]
811
- },
812
- "toolProgress": {
813
- "type": "boolean"
814
- },
815
- "commandText": {
816
- "type": "string",
817
- "enum": [
818
- "raw",
819
- "status"
820
- ]
821
- },
822
- "commentary": {
823
- "type": "boolean"
824
- },
825
- "narration": {
826
- "type": "boolean"
827
- },
828
- "nativeTaskCards": {
829
- "type": "boolean"
830
- }
831
- },
832
- "additionalProperties": false
833
- },
834
- "block": {
835
- "type": "object",
836
- "properties": {
837
- "enabled": {
838
- "type": "boolean"
850
+ },
851
+ "required": [
852
+ "source",
853
+ "provider",
854
+ "id"
855
+ ],
856
+ "additionalProperties": false
839
857
  },
840
- "coalesce": {
858
+ {
841
859
  "type": "object",
842
860
  "properties": {
843
- "minChars": {
844
- "type": "integer",
845
- "exclusiveMinimum": 0,
846
- "maximum": 9007199254740991
861
+ "source": {
862
+ "type": "string",
863
+ "const": "exec"
847
864
  },
848
- "maxChars": {
849
- "type": "integer",
850
- "exclusiveMinimum": 0,
851
- "maximum": 9007199254740991
865
+ "provider": {
866
+ "type": "string",
867
+ "pattern": "^[a-z][a-z0-9_-]{0,63}$"
852
868
  },
853
- "idleMs": {
854
- "type": "integer",
855
- "minimum": 0,
856
- "maximum": 9007199254740991
869
+ "id": {
870
+ "type": "string"
857
871
  }
858
872
  },
873
+ "required": [
874
+ "source",
875
+ "provider",
876
+ "id"
877
+ ],
859
878
  "additionalProperties": false
860
879
  }
861
- },
862
- "additionalProperties": false
863
- },
864
- "nativeTransport": {
865
- "type": "boolean"
880
+ ]
866
881
  }
867
- },
868
- "additionalProperties": false
882
+ ]
869
883
  },
870
- "mediaMaxMb": {
871
- "type": "number",
872
- "exclusiveMinimum": 0
884
+ "userTokenReadOnly": {
885
+ "default": true,
886
+ "type": "boolean"
873
887
  },
874
- "reactionNotifications": {
875
- "type": "string",
876
- "enum": [
877
- "off",
878
- "own",
879
- "all",
880
- "allowlist"
888
+ "allowBots": {
889
+ "anyOf": [
890
+ {
891
+ "type": "boolean"
892
+ },
893
+ {
894
+ "type": "string",
895
+ "const": "mentions"
896
+ }
881
897
  ]
882
898
  },
883
- "reactionAllowlist": {
884
- "type": "array",
885
- "items": {
899
+ "botLoopProtection": {
900
+ "type": "object",
901
+ "properties": {
902
+ "enabled": {
903
+ "type": "boolean"
904
+ },
905
+ "maxEventsPerWindow": {
906
+ "type": "integer",
907
+ "exclusiveMinimum": 0,
908
+ "maximum": 9007199254740991
909
+ },
910
+ "windowSeconds": {
911
+ "type": "integer",
912
+ "exclusiveMinimum": 0,
913
+ "maximum": 9007199254740991
914
+ },
915
+ "cooldownSeconds": {
916
+ "type": "integer",
917
+ "exclusiveMinimum": 0,
918
+ "maximum": 9007199254740991
919
+ }
920
+ },
921
+ "additionalProperties": false
922
+ },
923
+ "dangerouslyAllowNameMatching": {
924
+ "type": "boolean"
925
+ },
926
+ "requireMention": {
927
+ "type": "boolean"
928
+ },
929
+ "implicitMentions": {
930
+ "type": "object",
931
+ "properties": {
932
+ "replyToBot": {
933
+ "type": "boolean"
934
+ },
935
+ "quotedBot": {
936
+ "type": "boolean"
937
+ },
938
+ "threadParticipation": {
939
+ "type": "boolean"
940
+ }
941
+ },
942
+ "additionalProperties": false
943
+ },
944
+ "unfurlLinks": {
945
+ "type": "boolean"
946
+ },
947
+ "unfurlMedia": {
948
+ "type": "boolean"
949
+ },
950
+ "reactionNotifications": {
951
+ "type": "string",
952
+ "enum": [
953
+ "off",
954
+ "own",
955
+ "all",
956
+ "allowlist"
957
+ ]
958
+ },
959
+ "reactionAllowlist": {
960
+ "type": "array",
961
+ "items": {
886
962
  "anyOf": [
887
963
  {
888
964
  "type": "string"
@@ -893,25 +969,8 @@
893
969
  ]
894
970
  }
895
971
  },
896
- "replyToMode": {
897
- "anyOf": [
898
- {
899
- "type": "string",
900
- "const": "off"
901
- },
902
- {
903
- "type": "string",
904
- "const": "first"
905
- },
906
- {
907
- "type": "string",
908
- "const": "all"
909
- },
910
- {
911
- "type": "string",
912
- "const": "batched"
913
- }
914
- ]
972
+ "ackReaction": {
973
+ "type": "string"
915
974
  },
916
975
  "replyToModeByChatType": {
917
976
  "type": "object",
@@ -996,9 +1055,6 @@
996
1055
  "type": "integer",
997
1056
  "minimum": 0,
998
1057
  "maximum": 9007199254740991
999
- },
1000
- "requireExplicitMention": {
1001
- "type": "boolean"
1002
1058
  }
1003
1059
  },
1004
1060
  "additionalProperties": false
@@ -1065,47 +1121,16 @@
1065
1121
  },
1066
1122
  "additionalProperties": false
1067
1123
  },
1068
- "dmPolicy": {
1069
- "type": "string",
1070
- "enum": [
1071
- "pairing",
1072
- "allowlist",
1073
- "open",
1074
- "disabled"
1075
- ]
1076
- },
1077
- "allowFrom": {
1078
- "type": "array",
1079
- "items": {
1080
- "anyOf": [
1081
- {
1082
- "type": "string"
1083
- },
1084
- {
1085
- "type": "number"
1086
- }
1087
- ]
1088
- }
1089
- },
1090
- "defaultTo": {
1091
- "type": "string"
1092
- },
1093
1124
  "dm": {
1094
1125
  "type": "object",
1095
1126
  "properties": {
1096
1127
  "enabled": {
1097
1128
  "type": "boolean"
1098
1129
  },
1099
- "policy": {
1100
- "type": "string",
1101
- "enum": [
1102
- "pairing",
1103
- "allowlist",
1104
- "open",
1105
- "disabled"
1106
- ]
1130
+ "groupEnabled": {
1131
+ "type": "boolean"
1107
1132
  },
1108
- "allowFrom": {
1133
+ "groupChannels": {
1109
1134
  "type": "array",
1110
1135
  "items": {
1111
1136
  "anyOf": [
@@ -1117,62 +1142,525 @@
1117
1142
  }
1118
1143
  ]
1119
1144
  }
1120
- },
1121
- "groupEnabled": {
1122
- "type": "boolean"
1123
- },
1124
- "groupChannels": {
1125
- "type": "array",
1126
- "items": {
1145
+ }
1146
+ },
1147
+ "additionalProperties": false
1148
+ },
1149
+ "channels": {
1150
+ "type": "object",
1151
+ "propertyNames": {
1152
+ "type": "string"
1153
+ },
1154
+ "additionalProperties": {
1155
+ "type": "object",
1156
+ "properties": {
1157
+ "requireMention": {
1158
+ "type": "boolean"
1159
+ },
1160
+ "tools": {
1161
+ "type": "object",
1162
+ "properties": {
1163
+ "allow": {
1164
+ "type": "array",
1165
+ "items": {
1166
+ "type": "string"
1167
+ }
1168
+ },
1169
+ "alsoAllow": {
1170
+ "type": "array",
1171
+ "items": {
1172
+ "type": "string"
1173
+ }
1174
+ },
1175
+ "deny": {
1176
+ "type": "array",
1177
+ "items": {
1178
+ "type": "string"
1179
+ }
1180
+ }
1181
+ },
1182
+ "additionalProperties": false
1183
+ },
1184
+ "toolsBySender": {
1185
+ "type": "object",
1186
+ "propertyNames": {
1187
+ "type": "string"
1188
+ },
1189
+ "additionalProperties": {
1190
+ "type": "object",
1191
+ "properties": {
1192
+ "allow": {
1193
+ "type": "array",
1194
+ "items": {
1195
+ "type": "string"
1196
+ }
1197
+ },
1198
+ "alsoAllow": {
1199
+ "type": "array",
1200
+ "items": {
1201
+ "type": "string"
1202
+ }
1203
+ },
1204
+ "deny": {
1205
+ "type": "array",
1206
+ "items": {
1207
+ "type": "string"
1208
+ }
1209
+ }
1210
+ },
1211
+ "additionalProperties": false
1212
+ }
1213
+ },
1214
+ "skills": {
1215
+ "type": "array",
1216
+ "items": {
1217
+ "type": "string"
1218
+ }
1219
+ },
1220
+ "enabled": {
1221
+ "type": "boolean"
1222
+ },
1223
+ "systemPrompt": {
1224
+ "type": "string"
1225
+ },
1226
+ "ignoreOtherMentions": {
1227
+ "type": "boolean"
1228
+ },
1229
+ "replyToMode": {
1127
1230
  "anyOf": [
1128
1231
  {
1129
- "type": "string"
1232
+ "type": "string",
1233
+ "const": "off"
1130
1234
  },
1131
1235
  {
1132
- "type": "number"
1236
+ "type": "string",
1237
+ "const": "first"
1238
+ },
1239
+ {
1240
+ "type": "string",
1241
+ "const": "all"
1242
+ },
1243
+ {
1244
+ "type": "string",
1245
+ "const": "batched"
1133
1246
  }
1134
1247
  ]
1135
- }
1136
- },
1137
- "replyToMode": {
1138
- "anyOf": [
1139
- {
1140
- "type": "string",
1141
- "const": "off"
1142
- },
1143
- {
1144
- "type": "string",
1145
- "const": "first"
1248
+ },
1249
+ "allowBots": {
1250
+ "anyOf": [
1251
+ {
1252
+ "type": "boolean"
1253
+ },
1254
+ {
1255
+ "type": "string",
1256
+ "const": "mentions"
1257
+ }
1258
+ ]
1259
+ },
1260
+ "botLoopProtection": {
1261
+ "type": "object",
1262
+ "properties": {
1263
+ "enabled": {
1264
+ "type": "boolean"
1265
+ },
1266
+ "maxEventsPerWindow": {
1267
+ "type": "integer",
1268
+ "exclusiveMinimum": 0,
1269
+ "maximum": 9007199254740991
1270
+ },
1271
+ "windowSeconds": {
1272
+ "type": "integer",
1273
+ "exclusiveMinimum": 0,
1274
+ "maximum": 9007199254740991
1275
+ },
1276
+ "cooldownSeconds": {
1277
+ "type": "integer",
1278
+ "exclusiveMinimum": 0,
1279
+ "maximum": 9007199254740991
1280
+ }
1281
+ },
1282
+ "additionalProperties": false
1283
+ },
1284
+ "users": {
1285
+ "type": "array",
1286
+ "items": {
1287
+ "anyOf": [
1288
+ {
1289
+ "type": "string"
1290
+ },
1291
+ {
1292
+ "type": "number"
1293
+ }
1294
+ ]
1295
+ }
1296
+ },
1297
+ "presenceEvents": {
1298
+ "type": "object",
1299
+ "properties": {
1300
+ "mode": {
1301
+ "type": "string",
1302
+ "enum": [
1303
+ "off",
1304
+ "auto",
1305
+ "on"
1306
+ ]
1307
+ }
1308
+ },
1309
+ "additionalProperties": false
1310
+ }
1311
+ },
1312
+ "additionalProperties": false
1313
+ }
1314
+ },
1315
+ "typingReaction": {
1316
+ "type": "string"
1317
+ },
1318
+ "accounts": {
1319
+ "type": "object",
1320
+ "propertyNames": {
1321
+ "type": "string"
1322
+ },
1323
+ "additionalProperties": {
1324
+ "type": "object",
1325
+ "properties": {
1326
+ "name": {
1327
+ "type": "string"
1328
+ },
1329
+ "capabilities": {
1330
+ "anyOf": [
1331
+ {
1332
+ "type": "array",
1333
+ "items": {
1334
+ "type": "string"
1335
+ }
1336
+ },
1337
+ {
1338
+ "type": "object",
1339
+ "properties": {
1340
+ "interactiveReplies": {
1341
+ "type": "boolean"
1342
+ }
1343
+ },
1344
+ "additionalProperties": false
1345
+ }
1346
+ ]
1347
+ },
1348
+ "markdown": {
1349
+ "type": "object",
1350
+ "properties": {
1351
+ "tables": {
1352
+ "type": "string",
1353
+ "enum": [
1354
+ "off",
1355
+ "bullets",
1356
+ "code",
1357
+ "block"
1358
+ ]
1359
+ }
1360
+ },
1361
+ "additionalProperties": false
1362
+ },
1363
+ "configWrites": {
1364
+ "type": "boolean"
1365
+ },
1366
+ "enabled": {
1367
+ "type": "boolean"
1368
+ },
1369
+ "dmPolicy": {
1370
+ "type": "string",
1371
+ "enum": [
1372
+ "pairing",
1373
+ "allowlist",
1374
+ "open",
1375
+ "disabled"
1376
+ ]
1377
+ },
1378
+ "allowFrom": {
1379
+ "type": "array",
1380
+ "items": {
1381
+ "anyOf": [
1382
+ {
1383
+ "type": "string"
1384
+ },
1385
+ {
1386
+ "type": "number"
1387
+ }
1388
+ ]
1389
+ }
1390
+ },
1391
+ "defaultTo": {
1392
+ "type": "string"
1393
+ },
1394
+ "groupPolicy": {
1395
+ "type": "string",
1396
+ "enum": [
1397
+ "open",
1398
+ "disabled",
1399
+ "allowlist"
1400
+ ]
1401
+ },
1402
+ "mentionPatterns": {
1403
+ "type": "object",
1404
+ "properties": {
1405
+ "mode": {
1406
+ "anyOf": [
1407
+ {
1408
+ "type": "string",
1409
+ "const": "allow"
1410
+ },
1411
+ {
1412
+ "type": "string",
1413
+ "const": "deny"
1414
+ }
1415
+ ]
1416
+ },
1417
+ "allowIn": {
1418
+ "type": "array",
1419
+ "items": {
1420
+ "type": "string"
1421
+ }
1422
+ },
1423
+ "denyIn": {
1424
+ "type": "array",
1425
+ "items": {
1426
+ "type": "string"
1427
+ }
1428
+ }
1429
+ },
1430
+ "additionalProperties": false
1431
+ },
1432
+ "contextVisibility": {
1433
+ "type": "string",
1434
+ "enum": [
1435
+ "all",
1436
+ "allowlist",
1437
+ "allowlist_quote"
1438
+ ]
1439
+ },
1440
+ "historyLimit": {
1441
+ "type": "integer",
1442
+ "minimum": 0,
1443
+ "maximum": 9007199254740991
1444
+ },
1445
+ "dmHistoryLimit": {
1446
+ "type": "integer",
1447
+ "minimum": 0,
1448
+ "maximum": 9007199254740991
1449
+ },
1450
+ "dms": {
1451
+ "type": "object",
1452
+ "propertyNames": {
1453
+ "type": "string"
1454
+ },
1455
+ "additionalProperties": {
1456
+ "type": "object",
1457
+ "properties": {
1458
+ "historyLimit": {
1459
+ "type": "integer",
1460
+ "minimum": 0,
1461
+ "maximum": 9007199254740991
1462
+ }
1463
+ },
1464
+ "additionalProperties": false
1465
+ }
1466
+ },
1467
+ "textChunkLimit": {
1468
+ "type": "integer",
1469
+ "exclusiveMinimum": 0,
1470
+ "maximum": 9007199254740991
1471
+ },
1472
+ "streaming": {
1473
+ "type": "object",
1474
+ "properties": {
1475
+ "mode": {
1476
+ "type": "string",
1477
+ "enum": [
1478
+ "off",
1479
+ "partial",
1480
+ "block",
1481
+ "progress"
1482
+ ]
1483
+ },
1484
+ "chunkMode": {
1485
+ "type": "string",
1486
+ "enum": [
1487
+ "length",
1488
+ "newline"
1489
+ ]
1490
+ },
1491
+ "preview": {
1492
+ "type": "object",
1493
+ "properties": {
1494
+ "chunk": {
1495
+ "type": "object",
1496
+ "properties": {
1497
+ "minChars": {
1498
+ "type": "integer",
1499
+ "exclusiveMinimum": 0,
1500
+ "maximum": 9007199254740991
1501
+ },
1502
+ "maxChars": {
1503
+ "type": "integer",
1504
+ "exclusiveMinimum": 0,
1505
+ "maximum": 9007199254740991
1506
+ },
1507
+ "breakPreference": {
1508
+ "anyOf": [
1509
+ {
1510
+ "type": "string",
1511
+ "const": "paragraph"
1512
+ },
1513
+ {
1514
+ "type": "string",
1515
+ "const": "newline"
1516
+ },
1517
+ {
1518
+ "type": "string",
1519
+ "const": "sentence"
1520
+ }
1521
+ ]
1522
+ }
1523
+ },
1524
+ "additionalProperties": false
1525
+ },
1526
+ "toolProgress": {
1527
+ "type": "boolean"
1528
+ },
1529
+ "commandText": {
1530
+ "type": "string",
1531
+ "enum": [
1532
+ "raw",
1533
+ "status"
1534
+ ]
1535
+ }
1536
+ },
1537
+ "additionalProperties": false
1538
+ },
1539
+ "progress": {
1540
+ "type": "object",
1541
+ "properties": {
1542
+ "label": {
1543
+ "anyOf": [
1544
+ {
1545
+ "type": "string"
1546
+ },
1547
+ {
1548
+ "type": "boolean",
1549
+ "const": false
1550
+ }
1551
+ ]
1552
+ },
1553
+ "labels": {
1554
+ "type": "array",
1555
+ "items": {
1556
+ "type": "string"
1557
+ }
1558
+ },
1559
+ "maxLines": {
1560
+ "type": "integer",
1561
+ "exclusiveMinimum": 0,
1562
+ "maximum": 9007199254740991
1563
+ },
1564
+ "maxLineChars": {
1565
+ "type": "integer",
1566
+ "exclusiveMinimum": 0,
1567
+ "maximum": 9007199254740991
1568
+ },
1569
+ "render": {
1570
+ "type": "string",
1571
+ "enum": [
1572
+ "text",
1573
+ "rich"
1574
+ ]
1575
+ },
1576
+ "toolProgress": {
1577
+ "type": "boolean"
1578
+ },
1579
+ "commandText": {
1580
+ "type": "string",
1581
+ "enum": [
1582
+ "raw",
1583
+ "status"
1584
+ ]
1585
+ },
1586
+ "commentary": {
1587
+ "type": "boolean"
1588
+ },
1589
+ "narration": {
1590
+ "type": "boolean"
1591
+ },
1592
+ "nativeTaskCards": {
1593
+ "type": "boolean"
1594
+ }
1595
+ },
1596
+ "additionalProperties": false
1597
+ },
1598
+ "block": {
1599
+ "type": "object",
1600
+ "properties": {
1601
+ "enabled": {
1602
+ "type": "boolean"
1603
+ },
1604
+ "coalesce": {
1605
+ "type": "object",
1606
+ "properties": {
1607
+ "minChars": {
1608
+ "type": "integer",
1609
+ "exclusiveMinimum": 0,
1610
+ "maximum": 9007199254740991
1611
+ },
1612
+ "maxChars": {
1613
+ "type": "integer",
1614
+ "exclusiveMinimum": 0,
1615
+ "maximum": 9007199254740991
1616
+ },
1617
+ "idleMs": {
1618
+ "type": "integer",
1619
+ "minimum": 0,
1620
+ "maximum": 9007199254740991
1621
+ }
1622
+ },
1623
+ "additionalProperties": false
1624
+ }
1625
+ },
1626
+ "additionalProperties": false
1627
+ },
1628
+ "nativeTransport": {
1629
+ "type": "boolean"
1630
+ }
1631
+ },
1632
+ "additionalProperties": false
1633
+ },
1634
+ "heartbeatVisibility": {
1635
+ "type": "object",
1636
+ "properties": {
1637
+ "showOk": {
1638
+ "type": "boolean"
1639
+ },
1640
+ "showAlerts": {
1641
+ "type": "boolean"
1642
+ },
1643
+ "useIndicator": {
1644
+ "type": "boolean"
1645
+ }
1146
1646
  },
1147
- {
1148
- "type": "string",
1149
- "const": "all"
1647
+ "additionalProperties": false
1648
+ },
1649
+ "healthMonitor": {
1650
+ "type": "object",
1651
+ "properties": {
1652
+ "enabled": {
1653
+ "type": "boolean"
1654
+ }
1150
1655
  },
1151
- {
1152
- "type": "string",
1153
- "const": "batched"
1154
- }
1155
- ]
1156
- }
1157
- },
1158
- "additionalProperties": false
1159
- },
1160
- "channels": {
1161
- "type": "object",
1162
- "propertyNames": {
1163
- "type": "string"
1164
- },
1165
- "additionalProperties": {
1166
- "type": "object",
1167
- "properties": {
1168
- "enabled": {
1169
- "type": "boolean"
1656
+ "additionalProperties": false
1170
1657
  },
1171
- "requireMention": {
1172
- "type": "boolean"
1658
+ "responsePrefix": {
1659
+ "type": "string"
1173
1660
  },
1174
- "ignoreOtherMentions": {
1175
- "type": "boolean"
1661
+ "mediaMaxMb": {
1662
+ "type": "number",
1663
+ "exclusiveMinimum": 0
1176
1664
  },
1177
1665
  "replyToMode": {
1178
1666
  "anyOf": [
@@ -1194,179 +1682,13 @@
1194
1682
  }
1195
1683
  ]
1196
1684
  },
1197
- "tools": {
1198
- "type": "object",
1199
- "properties": {
1200
- "allow": {
1201
- "type": "array",
1202
- "items": {
1203
- "type": "string"
1204
- }
1205
- },
1206
- "alsoAllow": {
1207
- "type": "array",
1208
- "items": {
1209
- "type": "string"
1210
- }
1211
- },
1212
- "deny": {
1213
- "type": "array",
1214
- "items": {
1215
- "type": "string"
1216
- }
1217
- }
1218
- },
1219
- "additionalProperties": false
1220
- },
1221
- "toolsBySender": {
1222
- "type": "object",
1223
- "propertyNames": {
1224
- "type": "string"
1225
- },
1226
- "additionalProperties": {
1227
- "type": "object",
1228
- "properties": {
1229
- "allow": {
1230
- "type": "array",
1231
- "items": {
1232
- "type": "string"
1233
- }
1234
- },
1235
- "alsoAllow": {
1236
- "type": "array",
1237
- "items": {
1238
- "type": "string"
1239
- }
1240
- },
1241
- "deny": {
1242
- "type": "array",
1243
- "items": {
1244
- "type": "string"
1245
- }
1246
- }
1247
- },
1248
- "additionalProperties": false
1249
- }
1250
- },
1251
- "allowBots": {
1252
- "anyOf": [
1253
- {
1254
- "type": "boolean"
1255
- },
1256
- {
1257
- "type": "string",
1258
- "const": "mentions"
1259
- }
1685
+ "postAs": {
1686
+ "type": "string",
1687
+ "enum": [
1688
+ "bot",
1689
+ "user"
1260
1690
  ]
1261
1691
  },
1262
- "botLoopProtection": {
1263
- "type": "object",
1264
- "properties": {
1265
- "enabled": {
1266
- "type": "boolean"
1267
- },
1268
- "maxEventsPerWindow": {
1269
- "type": "integer",
1270
- "exclusiveMinimum": 0,
1271
- "maximum": 9007199254740991
1272
- },
1273
- "windowSeconds": {
1274
- "type": "integer",
1275
- "exclusiveMinimum": 0,
1276
- "maximum": 9007199254740991
1277
- },
1278
- "cooldownSeconds": {
1279
- "type": "integer",
1280
- "exclusiveMinimum": 0,
1281
- "maximum": 9007199254740991
1282
- }
1283
- },
1284
- "additionalProperties": false
1285
- },
1286
- "users": {
1287
- "type": "array",
1288
- "items": {
1289
- "anyOf": [
1290
- {
1291
- "type": "string"
1292
- },
1293
- {
1294
- "type": "number"
1295
- }
1296
- ]
1297
- }
1298
- },
1299
- "skills": {
1300
- "type": "array",
1301
- "items": {
1302
- "type": "string"
1303
- }
1304
- },
1305
- "systemPrompt": {
1306
- "type": "string"
1307
- },
1308
- "presenceEvents": {
1309
- "type": "object",
1310
- "properties": {
1311
- "mode": {
1312
- "type": "string",
1313
- "enum": [
1314
- "off",
1315
- "auto",
1316
- "on"
1317
- ]
1318
- }
1319
- },
1320
- "additionalProperties": false
1321
- }
1322
- },
1323
- "additionalProperties": false
1324
- }
1325
- },
1326
- "heartbeat": {
1327
- "type": "object",
1328
- "properties": {
1329
- "showOk": {
1330
- "type": "boolean"
1331
- },
1332
- "showAlerts": {
1333
- "type": "boolean"
1334
- },
1335
- "useIndicator": {
1336
- "type": "boolean"
1337
- }
1338
- },
1339
- "additionalProperties": false
1340
- },
1341
- "healthMonitor": {
1342
- "type": "object",
1343
- "properties": {
1344
- "enabled": {
1345
- "type": "boolean"
1346
- }
1347
- },
1348
- "additionalProperties": false
1349
- },
1350
- "responsePrefix": {
1351
- "type": "string"
1352
- },
1353
- "ackReaction": {
1354
- "type": "string"
1355
- },
1356
- "typingReaction": {
1357
- "type": "string"
1358
- },
1359
- "accounts": {
1360
- "type": "object",
1361
- "propertyNames": {
1362
- "type": "string"
1363
- },
1364
- "additionalProperties": {
1365
- "type": "object",
1366
- "properties": {
1367
- "name": {
1368
- "type": "string"
1369
- },
1370
1692
  "mode": {
1371
1693
  "type": "string",
1372
1694
  "enum": [
@@ -1378,25 +1700,6 @@
1378
1700
  "enterpriseOrgInstall": {
1379
1701
  "type": "boolean"
1380
1702
  },
1381
- "socketMode": {
1382
- "type": "object",
1383
- "properties": {
1384
- "clientPingTimeout": {
1385
- "type": "integer",
1386
- "exclusiveMinimum": 0,
1387
- "maximum": 9007199254740991
1388
- },
1389
- "serverPingTimeout": {
1390
- "type": "integer",
1391
- "exclusiveMinimum": 0,
1392
- "maximum": 9007199254740991
1393
- },
1394
- "pingPongLoggingEnabled": {
1395
- "type": "boolean"
1396
- }
1397
- },
1398
- "additionalProperties": false
1399
- },
1400
1703
  "relay": {
1401
1704
  "type": "object",
1402
1705
  "properties": {
@@ -1560,33 +1863,14 @@
1560
1863
  "id"
1561
1864
  ],
1562
1865
  "additionalProperties": false
1563
- }
1564
- ]
1565
- }
1566
- ]
1567
- },
1568
- "webhookPath": {
1569
- "type": "string"
1570
- },
1571
- "capabilities": {
1572
- "anyOf": [
1573
- {
1574
- "type": "array",
1575
- "items": {
1576
- "type": "string"
1577
- }
1578
- },
1579
- {
1580
- "type": "object",
1581
- "properties": {
1582
- "interactiveReplies": {
1583
- "type": "boolean"
1584
- }
1585
- },
1586
- "additionalProperties": false
1866
+ }
1867
+ ]
1587
1868
  }
1588
1869
  ]
1589
1870
  },
1871
+ "webhookPath": {
1872
+ "type": "string"
1873
+ },
1590
1874
  "execApprovals": {
1591
1875
  "type": "object",
1592
1876
  "properties": {
@@ -1637,24 +1921,6 @@
1637
1921
  },
1638
1922
  "additionalProperties": false
1639
1923
  },
1640
- "markdown": {
1641
- "type": "object",
1642
- "properties": {
1643
- "tables": {
1644
- "type": "string",
1645
- "enum": [
1646
- "off",
1647
- "bullets",
1648
- "code",
1649
- "block"
1650
- ]
1651
- }
1652
- },
1653
- "additionalProperties": false
1654
- },
1655
- "enabled": {
1656
- "type": "boolean"
1657
- },
1658
1924
  "commands": {
1659
1925
  "type": "object",
1660
1926
  "properties": {
@@ -1683,9 +1949,6 @@
1683
1949
  },
1684
1950
  "additionalProperties": false
1685
1951
  },
1686
- "configWrites": {
1687
- "type": "boolean"
1688
- },
1689
1952
  "botToken": {
1690
1953
  "anyOf": [
1691
1954
  {
@@ -1944,276 +2207,47 @@
1944
2207
  "maxEventsPerWindow": {
1945
2208
  "type": "integer",
1946
2209
  "exclusiveMinimum": 0,
1947
- "maximum": 9007199254740991
1948
- },
1949
- "windowSeconds": {
1950
- "type": "integer",
1951
- "exclusiveMinimum": 0,
1952
- "maximum": 9007199254740991
1953
- },
1954
- "cooldownSeconds": {
1955
- "type": "integer",
1956
- "exclusiveMinimum": 0,
1957
- "maximum": 9007199254740991
1958
- }
1959
- },
1960
- "additionalProperties": false
1961
- },
1962
- "dangerouslyAllowNameMatching": {
1963
- "type": "boolean"
1964
- },
1965
- "requireMention": {
1966
- "type": "boolean"
1967
- },
1968
- "groupPolicy": {
1969
- "type": "string",
1970
- "enum": [
1971
- "open",
1972
- "disabled",
1973
- "allowlist"
1974
- ]
1975
- },
1976
- "mentionPatterns": {
1977
- "type": "object",
1978
- "properties": {
1979
- "mode": {
1980
- "anyOf": [
1981
- {
1982
- "type": "string",
1983
- "const": "allow"
1984
- },
1985
- {
1986
- "type": "string",
1987
- "const": "deny"
1988
- }
1989
- ]
1990
- },
1991
- "allowIn": {
1992
- "type": "array",
1993
- "items": {
1994
- "type": "string"
1995
- }
1996
- },
1997
- "denyIn": {
1998
- "type": "array",
1999
- "items": {
2000
- "type": "string"
2001
- }
2002
- }
2003
- },
2004
- "additionalProperties": false
2005
- },
2006
- "contextVisibility": {
2007
- "type": "string",
2008
- "enum": [
2009
- "all",
2010
- "allowlist",
2011
- "allowlist_quote"
2012
- ]
2013
- },
2014
- "historyLimit": {
2015
- "type": "integer",
2016
- "minimum": 0,
2017
- "maximum": 9007199254740991
2018
- },
2019
- "dmHistoryLimit": {
2020
- "type": "integer",
2021
- "minimum": 0,
2022
- "maximum": 9007199254740991
2023
- },
2024
- "dms": {
2025
- "type": "object",
2026
- "propertyNames": {
2027
- "type": "string"
2028
- },
2029
- "additionalProperties": {
2030
- "type": "object",
2031
- "properties": {
2032
- "historyLimit": {
2033
- "type": "integer",
2034
- "minimum": 0,
2035
- "maximum": 9007199254740991
2036
- }
2037
- },
2038
- "additionalProperties": false
2039
- }
2040
- },
2041
- "textChunkLimit": {
2042
- "type": "integer",
2043
- "exclusiveMinimum": 0,
2044
- "maximum": 9007199254740991
2045
- },
2046
- "unfurlLinks": {
2047
- "type": "boolean"
2048
- },
2049
- "unfurlMedia": {
2050
- "type": "boolean"
2051
- },
2052
- "streaming": {
2053
- "type": "object",
2054
- "properties": {
2055
- "mode": {
2056
- "type": "string",
2057
- "enum": [
2058
- "off",
2059
- "partial",
2060
- "block",
2061
- "progress"
2062
- ]
2063
- },
2064
- "chunkMode": {
2065
- "type": "string",
2066
- "enum": [
2067
- "length",
2068
- "newline"
2069
- ]
2070
- },
2071
- "preview": {
2072
- "type": "object",
2073
- "properties": {
2074
- "chunk": {
2075
- "type": "object",
2076
- "properties": {
2077
- "minChars": {
2078
- "type": "integer",
2079
- "exclusiveMinimum": 0,
2080
- "maximum": 9007199254740991
2081
- },
2082
- "maxChars": {
2083
- "type": "integer",
2084
- "exclusiveMinimum": 0,
2085
- "maximum": 9007199254740991
2086
- },
2087
- "breakPreference": {
2088
- "anyOf": [
2089
- {
2090
- "type": "string",
2091
- "const": "paragraph"
2092
- },
2093
- {
2094
- "type": "string",
2095
- "const": "newline"
2096
- },
2097
- {
2098
- "type": "string",
2099
- "const": "sentence"
2100
- }
2101
- ]
2102
- }
2103
- },
2104
- "additionalProperties": false
2105
- },
2106
- "toolProgress": {
2107
- "type": "boolean"
2108
- },
2109
- "commandText": {
2110
- "type": "string",
2111
- "enum": [
2112
- "raw",
2113
- "status"
2114
- ]
2115
- }
2116
- },
2117
- "additionalProperties": false
2118
- },
2119
- "progress": {
2120
- "type": "object",
2121
- "properties": {
2122
- "label": {
2123
- "anyOf": [
2124
- {
2125
- "type": "string"
2126
- },
2127
- {
2128
- "type": "boolean",
2129
- "const": false
2130
- }
2131
- ]
2132
- },
2133
- "labels": {
2134
- "type": "array",
2135
- "items": {
2136
- "type": "string"
2137
- }
2138
- },
2139
- "maxLines": {
2140
- "type": "integer",
2141
- "exclusiveMinimum": 0,
2142
- "maximum": 9007199254740991
2143
- },
2144
- "maxLineChars": {
2145
- "type": "integer",
2146
- "exclusiveMinimum": 0,
2147
- "maximum": 9007199254740991
2148
- },
2149
- "render": {
2150
- "type": "string",
2151
- "enum": [
2152
- "text",
2153
- "rich"
2154
- ]
2155
- },
2156
- "toolProgress": {
2157
- "type": "boolean"
2158
- },
2159
- "commandText": {
2160
- "type": "string",
2161
- "enum": [
2162
- "raw",
2163
- "status"
2164
- ]
2165
- },
2166
- "commentary": {
2167
- "type": "boolean"
2168
- },
2169
- "narration": {
2170
- "type": "boolean"
2171
- },
2172
- "nativeTaskCards": {
2173
- "type": "boolean"
2174
- }
2175
- },
2176
- "additionalProperties": false
2210
+ "maximum": 9007199254740991
2177
2211
  },
2178
- "block": {
2179
- "type": "object",
2180
- "properties": {
2181
- "enabled": {
2182
- "type": "boolean"
2183
- },
2184
- "coalesce": {
2185
- "type": "object",
2186
- "properties": {
2187
- "minChars": {
2188
- "type": "integer",
2189
- "exclusiveMinimum": 0,
2190
- "maximum": 9007199254740991
2191
- },
2192
- "maxChars": {
2193
- "type": "integer",
2194
- "exclusiveMinimum": 0,
2195
- "maximum": 9007199254740991
2196
- },
2197
- "idleMs": {
2198
- "type": "integer",
2199
- "minimum": 0,
2200
- "maximum": 9007199254740991
2201
- }
2202
- },
2203
- "additionalProperties": false
2204
- }
2205
- },
2206
- "additionalProperties": false
2212
+ "windowSeconds": {
2213
+ "type": "integer",
2214
+ "exclusiveMinimum": 0,
2215
+ "maximum": 9007199254740991
2207
2216
  },
2208
- "nativeTransport": {
2217
+ "cooldownSeconds": {
2218
+ "type": "integer",
2219
+ "exclusiveMinimum": 0,
2220
+ "maximum": 9007199254740991
2221
+ }
2222
+ },
2223
+ "additionalProperties": false
2224
+ },
2225
+ "dangerouslyAllowNameMatching": {
2226
+ "type": "boolean"
2227
+ },
2228
+ "requireMention": {
2229
+ "type": "boolean"
2230
+ },
2231
+ "implicitMentions": {
2232
+ "type": "object",
2233
+ "properties": {
2234
+ "replyToBot": {
2235
+ "type": "boolean"
2236
+ },
2237
+ "quotedBot": {
2238
+ "type": "boolean"
2239
+ },
2240
+ "threadParticipation": {
2209
2241
  "type": "boolean"
2210
2242
  }
2211
2243
  },
2212
2244
  "additionalProperties": false
2213
2245
  },
2214
- "mediaMaxMb": {
2215
- "type": "number",
2216
- "exclusiveMinimum": 0
2246
+ "unfurlLinks": {
2247
+ "type": "boolean"
2248
+ },
2249
+ "unfurlMedia": {
2250
+ "type": "boolean"
2217
2251
  },
2218
2252
  "reactionNotifications": {
2219
2253
  "type": "string",
@@ -2237,25 +2271,8 @@
2237
2271
  ]
2238
2272
  }
2239
2273
  },
2240
- "replyToMode": {
2241
- "anyOf": [
2242
- {
2243
- "type": "string",
2244
- "const": "off"
2245
- },
2246
- {
2247
- "type": "string",
2248
- "const": "first"
2249
- },
2250
- {
2251
- "type": "string",
2252
- "const": "all"
2253
- },
2254
- {
2255
- "type": "string",
2256
- "const": "batched"
2257
- }
2258
- ]
2274
+ "ackReaction": {
2275
+ "type": "string"
2259
2276
  },
2260
2277
  "replyToModeByChatType": {
2261
2278
  "type": "object",
@@ -2340,9 +2357,6 @@
2340
2357
  "type": "integer",
2341
2358
  "minimum": 0,
2342
2359
  "maximum": 9007199254740991
2343
- },
2344
- "requireExplicitMention": {
2345
- "type": "boolean"
2346
2360
  }
2347
2361
  },
2348
2362
  "additionalProperties": false
@@ -2409,59 +2423,12 @@
2409
2423
  },
2410
2424
  "additionalProperties": false
2411
2425
  },
2412
- "dmPolicy": {
2413
- "type": "string",
2414
- "enum": [
2415
- "pairing",
2416
- "allowlist",
2417
- "open",
2418
- "disabled"
2419
- ]
2420
- },
2421
- "allowFrom": {
2422
- "type": "array",
2423
- "items": {
2424
- "anyOf": [
2425
- {
2426
- "type": "string"
2427
- },
2428
- {
2429
- "type": "number"
2430
- }
2431
- ]
2432
- }
2433
- },
2434
- "defaultTo": {
2435
- "type": "string"
2436
- },
2437
2426
  "dm": {
2438
2427
  "type": "object",
2439
2428
  "properties": {
2440
2429
  "enabled": {
2441
2430
  "type": "boolean"
2442
2431
  },
2443
- "policy": {
2444
- "type": "string",
2445
- "enum": [
2446
- "pairing",
2447
- "allowlist",
2448
- "open",
2449
- "disabled"
2450
- ]
2451
- },
2452
- "allowFrom": {
2453
- "type": "array",
2454
- "items": {
2455
- "anyOf": [
2456
- {
2457
- "type": "string"
2458
- },
2459
- {
2460
- "type": "number"
2461
- }
2462
- ]
2463
- }
2464
- },
2465
2432
  "groupEnabled": {
2466
2433
  "type": "boolean"
2467
2434
  },
@@ -2477,26 +2444,6 @@
2477
2444
  }
2478
2445
  ]
2479
2446
  }
2480
- },
2481
- "replyToMode": {
2482
- "anyOf": [
2483
- {
2484
- "type": "string",
2485
- "const": "off"
2486
- },
2487
- {
2488
- "type": "string",
2489
- "const": "first"
2490
- },
2491
- {
2492
- "type": "string",
2493
- "const": "all"
2494
- },
2495
- {
2496
- "type": "string",
2497
- "const": "batched"
2498
- }
2499
- ]
2500
2447
  }
2501
2448
  },
2502
2449
  "additionalProperties": false
@@ -2509,35 +2456,9 @@
2509
2456
  "additionalProperties": {
2510
2457
  "type": "object",
2511
2458
  "properties": {
2512
- "enabled": {
2513
- "type": "boolean"
2514
- },
2515
2459
  "requireMention": {
2516
2460
  "type": "boolean"
2517
2461
  },
2518
- "ignoreOtherMentions": {
2519
- "type": "boolean"
2520
- },
2521
- "replyToMode": {
2522
- "anyOf": [
2523
- {
2524
- "type": "string",
2525
- "const": "off"
2526
- },
2527
- {
2528
- "type": "string",
2529
- "const": "first"
2530
- },
2531
- {
2532
- "type": "string",
2533
- "const": "all"
2534
- },
2535
- {
2536
- "type": "string",
2537
- "const": "batched"
2538
- }
2539
- ]
2540
- },
2541
2462
  "tools": {
2542
2463
  "type": "object",
2543
2464
  "properties": {
@@ -2592,6 +2513,41 @@
2592
2513
  "additionalProperties": false
2593
2514
  }
2594
2515
  },
2516
+ "skills": {
2517
+ "type": "array",
2518
+ "items": {
2519
+ "type": "string"
2520
+ }
2521
+ },
2522
+ "enabled": {
2523
+ "type": "boolean"
2524
+ },
2525
+ "systemPrompt": {
2526
+ "type": "string"
2527
+ },
2528
+ "ignoreOtherMentions": {
2529
+ "type": "boolean"
2530
+ },
2531
+ "replyToMode": {
2532
+ "anyOf": [
2533
+ {
2534
+ "type": "string",
2535
+ "const": "off"
2536
+ },
2537
+ {
2538
+ "type": "string",
2539
+ "const": "first"
2540
+ },
2541
+ {
2542
+ "type": "string",
2543
+ "const": "all"
2544
+ },
2545
+ {
2546
+ "type": "string",
2547
+ "const": "batched"
2548
+ }
2549
+ ]
2550
+ },
2595
2551
  "allowBots": {
2596
2552
  "anyOf": [
2597
2553
  {
@@ -2640,15 +2596,6 @@
2640
2596
  ]
2641
2597
  }
2642
2598
  },
2643
- "skills": {
2644
- "type": "array",
2645
- "items": {
2646
- "type": "string"
2647
- }
2648
- },
2649
- "systemPrompt": {
2650
- "type": "string"
2651
- },
2652
2599
  "presenceEvents": {
2653
2600
  "type": "object",
2654
2601
  "properties": {
@@ -2667,36 +2614,6 @@
2667
2614
  "additionalProperties": false
2668
2615
  }
2669
2616
  },
2670
- "heartbeat": {
2671
- "type": "object",
2672
- "properties": {
2673
- "showOk": {
2674
- "type": "boolean"
2675
- },
2676
- "showAlerts": {
2677
- "type": "boolean"
2678
- },
2679
- "useIndicator": {
2680
- "type": "boolean"
2681
- }
2682
- },
2683
- "additionalProperties": false
2684
- },
2685
- "healthMonitor": {
2686
- "type": "object",
2687
- "properties": {
2688
- "enabled": {
2689
- "type": "boolean"
2690
- }
2691
- },
2692
- "additionalProperties": false
2693
- },
2694
- "responsePrefix": {
2695
- "type": "string"
2696
- },
2697
- "ackReaction": {
2698
- "type": "string"
2699
- },
2700
2617
  "typingReaction": {
2701
2618
  "type": "string"
2702
2619
  }
@@ -2712,10 +2629,11 @@
2712
2629
  }
2713
2630
  },
2714
2631
  "required": [
2632
+ "groupPolicy",
2633
+ "postAs",
2715
2634
  "mode",
2716
2635
  "webhookPath",
2717
- "userTokenReadOnly",
2718
- "groupPolicy"
2636
+ "userTokenReadOnly"
2719
2637
  ],
2720
2638
  "additionalProperties": false
2721
2639
  },
@@ -2730,9 +2648,9 @@
2730
2648
  "label": "Slack Enterprise Grid Org Install",
2731
2649
  "help": "Enable only for an Enterprise Grid org-wide bot installation. OpenClaw verifies the token with Slack auth.test at startup; DMs must be disabled or use dmPolicy=\"open\" with allowFrom=[\"*\"]."
2732
2650
  },
2733
- "dm.policy": {
2734
- "label": "Slack DM Policy",
2735
- "help": "Direct message access control (\"pairing\" recommended). \"open\" requires channels.slack.allowFrom=[\"*\"] (legacy: channels.slack.dm.allowFrom)."
2651
+ "postAs": {
2652
+ "label": "Slack Identity",
2653
+ "help": "Select \"bot\" (default) for the classic Slack app/bot identity or \"user\" to post as the authorizing human through a user token while the app carries event transport."
2736
2654
  },
2737
2655
  "dmPolicy": {
2738
2656
  "label": "Slack DM Policy",
@@ -2766,6 +2684,22 @@
2766
2684
  "label": "Slack Native Skill Commands",
2767
2685
  "help": "Override native skill commands for Slack (bool or \"auto\")."
2768
2686
  },
2687
+ "implicitMentions": {
2688
+ "label": "Slack Implicit Mentions",
2689
+ "help": "Control which Slack reply, quote, and thread-participation signals count as mentions. Unset flags preserve the channel defaults."
2690
+ },
2691
+ "implicitMentions.replyToBot": {
2692
+ "label": "Slack Replies to Bot",
2693
+ "help": "Treat replies to the bot's own messages as implicit mentions when the channel reports that signal."
2694
+ },
2695
+ "implicitMentions.quotedBot": {
2696
+ "label": "Slack Quoted Bot Messages",
2697
+ "help": "Treat messages quoting the bot as implicit mentions when the channel reports that signal."
2698
+ },
2699
+ "implicitMentions.threadParticipation": {
2700
+ "label": "Slack Thread Participation",
2701
+ "help": "Treat follow-ups in threads where the bot participated as implicit mentions when the channel reports that signal."
2702
+ },
2769
2703
  "allowBots": {
2770
2704
  "label": "Slack Allow Bot Messages",
2771
2705
  "help": "Allow bot-authored messages to trigger Slack replies (default: false)."
@@ -2790,22 +2724,6 @@
2790
2724
  "label": "Slack Bot Loop Cooldown Seconds",
2791
2725
  "help": "How long to suppress the bot pair after it exceeds the budget. Default: 60."
2792
2726
  },
2793
- "socketMode": {
2794
- "label": "Slack Socket Mode Transport",
2795
- "help": "Slack Socket Mode transport tuning passed to the Slack SDK. Use only when investigating ping/pong timeout or stale websocket behavior."
2796
- },
2797
- "socketMode.clientPingTimeout": {
2798
- "label": "Slack Socket Mode Pong Timeout",
2799
- "help": "Milliseconds the Slack SDK waits for a pong after its client ping before treating the websocket as stale (OpenClaw default: 15000). Increase on hosts with event-loop starvation or slow network scheduling."
2800
- },
2801
- "socketMode.serverPingTimeout": {
2802
- "label": "Slack Socket Mode Server Ping Timeout",
2803
- "help": "Milliseconds the Slack SDK waits for Slack server pings before treating the websocket as stale."
2804
- },
2805
- "socketMode.pingPongLoggingEnabled": {
2806
- "label": "Slack Socket Mode Ping/Pong Logging",
2807
- "help": "Enable Slack SDK ping/pong transport logs while debugging Socket Mode websocket health."
2808
- },
2809
2727
  "relay": {
2810
2728
  "label": "Slack Relay Mode",
2811
2729
  "help": "Relay-delivered Slack events. Use with mode=\"relay\" when openclaw-slack-router owns the Slack Socket Mode connection."
@@ -2953,21 +2871,10 @@
2953
2871
  "thread.initialHistoryLimit": {
2954
2872
  "label": "Slack Thread Initial History Limit",
2955
2873
  "help": "Maximum number of existing Slack thread messages to fetch when starting a new thread session (default: 20, set to 0 to disable)."
2956
- },
2957
- "thread.requireExplicitMention": {
2958
- "label": "Slack Thread Require Explicit Mention",
2959
- "help": "If true, require an explicit @mention even inside threads where the bot has participated. Suppresses implicit thread mention behavior so the bot only responds to explicit @bot mentions in threads (default: false)."
2960
2874
  }
2961
2875
  }
2962
2876
  }
2963
2877
  },
2964
- "channelEnvVars": {
2965
- "slack": [
2966
- "SLACK_BOT_TOKEN",
2967
- "SLACK_APP_TOKEN",
2968
- "SLACK_USER_TOKEN"
2969
- ]
2970
- },
2971
2878
  "configSchema": {
2972
2879
  "type": "object",
2973
2880
  "additionalProperties": false,