@openclaw/slack 2026.7.1-beta.1 → 2026.7.1-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 (605) hide show
  1. package/dist/{account-inspect-DOtQbKkB.js → account-inspect-Di7ditqZ.js} +1 -1
  2. package/dist/account-inspect-api.js +1 -1
  3. package/dist/{accounts-BPCiCe8y.js → accounts-BOJJiHSr.js} +14 -1
  4. package/dist/accounts.runtime-DWvaCb-X.js +2 -0
  5. package/dist/{action-runtime-BLu039dd.js → action-runtime-DoQGk_8D.js} +37 -40
  6. package/dist/action-runtime.runtime-BABj3aM-.js +2 -0
  7. package/dist/{actions-CqRHPciJ.js → actions-DMpDmKEA.js} +211 -57
  8. package/dist/actions.runtime-C103_BPW.js +2 -0
  9. package/dist/api.js +13 -13
  10. package/dist/{approval-handler.runtime-BqNO_HC_.js → approval-handler.runtime-CIUbOt5T.js} +2 -2
  11. package/dist/{channel-DjNY4ik7.js → channel-CG29WLVd.js} +198 -111
  12. package/dist/channel-plugin-api.js +1 -1
  13. package/dist/{channel.setup-CDOZ8V3p.js → channel.setup-Dq6syTNU.js} +3 -3
  14. package/dist/{client-DG9cyk55.js → client-DGxwSL7f.js} +0 -1
  15. package/dist/{directory-config-DDVHDmrN.js → directory-config-BZuS8141.js} +1 -1
  16. package/dist/directory-contract-api.js +1 -1
  17. package/dist/{directory-live-DC-YA5SQ.js → directory-live-BNsxCgqP.js} +2 -2
  18. package/dist/format-YCNoNkM2.js +107 -0
  19. package/dist/http-routes-api.js +1 -1
  20. package/dist/index.js +1 -1
  21. package/dist/{interactive-replies-D-22gTp3.js → interactive-replies-CXpT-vA_.js} +13 -2
  22. package/dist/interactive-replies-api.js +1 -1
  23. package/dist/{message-tool-api--zYyTqrR.js → message-tool-api-BgWKyu2r.js} +11 -4
  24. package/dist/message-tool-api.js +1 -1
  25. package/dist/{monitor-Cf50drfK.js → monitor-D6Km2CFH.js} +3 -3
  26. package/dist/outbound-adapter-DVoBfBW5.js +272 -0
  27. package/dist/{pipeline.runtime-BKICBY52.js → pipeline.runtime-0wEFX2CS.js} +185 -268
  28. package/dist/{plugin-routes-B9PvcDQJ.js → plugin-routes-CLp4obpN.js} +1 -1
  29. package/dist/{policy-DAE6BTN3.js → policy-Dj-puVPb.js} +10 -4
  30. package/dist/{probe-DFKt9Ute.js → probe-CuwRDE5j.js} +10 -4
  31. package/dist/{provider-DOZHzRWi.js → provider-Cot8h818.js} +199 -154
  32. package/dist/{relay-source-BpBIUaF8.js → relay-source-CU1LhyBj.js} +2 -2
  33. package/dist/{replies-CMZq3Lcb.js → replies-Bbx6pG_B.js} +4 -3
  34. package/dist/{reply-blocks-CfJqf7eq.js → reply-blocks-BGQ6zSqM.js} +184 -36
  35. package/dist/{resolve-channels-eniB45fy.js → resolve-channels-CstkChBE.js} +1 -1
  36. package/dist/{resolve-users-DDKzl37a.js → resolve-users-C3NP2c-Q.js} +1 -1
  37. package/dist/{runtime-api-DHJ8ntLr.js → runtime-api-CEmqYxR-.js} +1 -1
  38. package/dist/runtime-api.js +12 -12
  39. package/dist/{scopes-BdVdJxFf.js → scopes-DCWVD5-8.js} +2 -2
  40. package/dist/{send-Dg6U9K7_.js → send-DKDXoeoV.js} +392 -225
  41. package/dist/send.runtime-GPRa63l1.js +2 -0
  42. package/dist/{setup-core-BCGzyZhx.js → setup-core-fGd6Gquy.js} +4 -3
  43. package/dist/setup-entry.js +1 -1
  44. package/dist/setup-plugin-api.js +1 -1
  45. package/dist/{setup-surface-D7xdZLxB.js → setup-surface-Dv2fIJNB.js} +5 -5
  46. package/dist/{shared-iMaNxOIL.js → shared-CosfcFri.js} +5 -5
  47. package/dist/{slash-dispatch.runtime-C-1pDqWi.js → slash-dispatch.runtime-Ccm3quU1.js} +1 -1
  48. package/node_modules/@slack/web-api/dist/chat-stream.d.ts +6 -0
  49. package/node_modules/@slack/web-api/dist/chat-stream.d.ts.map +1 -1
  50. package/node_modules/@slack/web-api/dist/chat-stream.js +8 -0
  51. package/node_modules/@slack/web-api/dist/chat-stream.js.map +1 -1
  52. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +1 -1
  53. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  54. package/node_modules/@slack/web-api/package.json +1 -1
  55. package/node_modules/@types/node/README.md +1 -1
  56. package/node_modules/@types/node/assert/strict.d.ts +10 -1
  57. package/node_modules/@types/node/assert.d.ts +144 -17
  58. package/node_modules/@types/node/async_hooks.d.ts +9 -9
  59. package/node_modules/@types/node/buffer.d.ts +64 -30
  60. package/node_modules/@types/node/child_process.d.ts +17 -21
  61. package/node_modules/@types/node/cluster.d.ts +13 -13
  62. package/node_modules/@types/node/console.d.ts +1 -1
  63. package/node_modules/@types/node/crypto.d.ts +471 -575
  64. package/node_modules/@types/node/diagnostics_channel.d.ts +274 -32
  65. package/node_modules/@types/node/dns.d.ts +15 -15
  66. package/node_modules/@types/node/events.d.ts +3 -3
  67. package/node_modules/@types/node/ffi.d.ts +486 -0
  68. package/node_modules/@types/node/fs/promises.d.ts +7 -4
  69. package/node_modules/@types/node/fs.d.ts +24 -18
  70. package/node_modules/@types/node/globals.d.ts +4 -4
  71. package/node_modules/@types/node/http.d.ts +30 -5
  72. package/node_modules/@types/node/http2.d.ts +2 -1
  73. package/node_modules/@types/node/index.d.ts +1 -3
  74. package/node_modules/@types/node/inspector.d.ts +1 -1
  75. package/node_modules/@types/node/module.d.ts +16 -45
  76. package/node_modules/@types/node/net.d.ts +1 -1
  77. package/node_modules/@types/node/os.d.ts +2 -2
  78. package/node_modules/@types/node/package.json +4 -4
  79. package/node_modules/@types/node/perf_hooks.d.ts +1 -9
  80. package/node_modules/@types/node/process.d.ts +25 -12
  81. package/node_modules/@types/node/quic.d.ts +92 -11
  82. package/node_modules/@types/node/readline.d.ts +12 -11
  83. package/node_modules/@types/node/repl.d.ts +10 -10
  84. package/node_modules/@types/node/sqlite.d.ts +56 -1
  85. package/node_modules/@types/node/stream/iter.d.ts +150 -0
  86. package/node_modules/@types/node/stream/promises.d.ts +2 -2
  87. package/node_modules/@types/node/stream/web.d.ts +1 -1
  88. package/node_modules/@types/node/stream.d.ts +37 -5
  89. package/node_modules/@types/node/test/reporters.d.ts +1 -1
  90. package/node_modules/@types/node/test.d.ts +120 -10
  91. package/node_modules/@types/node/tls.d.ts +1 -1
  92. package/node_modules/@types/node/ts5.6/index.d.ts +2 -4
  93. package/node_modules/@types/node/ts5.7/index.d.ts +1 -3
  94. package/node_modules/@types/node/url.d.ts +3 -3
  95. package/node_modules/@types/node/util/types.d.ts +1 -1
  96. package/node_modules/@types/node/util.d.ts +22 -22
  97. package/node_modules/@types/node/v8.d.ts +85 -3
  98. package/node_modules/@types/node/vm.d.ts +9 -9
  99. package/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  100. package/node_modules/@types/node/worker_threads.d.ts +10 -12
  101. package/node_modules/@types/node/zlib.d.ts +3 -3
  102. package/node_modules/body-parser/README.md +16 -1
  103. package/node_modules/body-parser/index.js +4 -20
  104. package/node_modules/body-parser/lib/read.js +17 -17
  105. package/node_modules/body-parser/lib/types/json.js +60 -32
  106. package/node_modules/body-parser/lib/types/raw.js +3 -3
  107. package/node_modules/body-parser/lib/types/text.js +3 -3
  108. package/node_modules/body-parser/lib/types/urlencoded.js +16 -20
  109. package/node_modules/body-parser/lib/utils.js +18 -16
  110. package/node_modules/body-parser/node_modules/content-type/LICENSE +22 -0
  111. package/node_modules/body-parser/node_modules/content-type/README.md +69 -0
  112. package/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +26 -0
  113. package/node_modules/body-parser/node_modules/content-type/dist/index.js +170 -0
  114. package/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -0
  115. package/node_modules/body-parser/node_modules/content-type/package.json +52 -0
  116. package/node_modules/body-parser/package.json +23 -10
  117. package/node_modules/range-parser/README.md +13 -12
  118. package/node_modules/range-parser/index.js +27 -8
  119. package/node_modules/range-parser/package.json +12 -8
  120. package/node_modules/semver/classes/range.js +6 -2
  121. package/node_modules/semver/package.json +1 -1
  122. package/node_modules/side-channel/CHANGELOG.md +10 -0
  123. package/node_modules/side-channel/README.md +1 -1
  124. package/node_modules/side-channel/index.js +5 -2
  125. package/node_modules/side-channel/package.json +10 -10
  126. package/node_modules/side-channel/test/index.js +16 -0
  127. package/node_modules/typebox/build/compile/validator.d.mts +2 -7
  128. package/node_modules/typebox/build/compile/validator.mjs +6 -36
  129. package/node_modules/typebox/build/error/errors.d.mts +1 -7
  130. package/node_modules/typebox/build/format/_idna.mjs +36 -6
  131. package/node_modules/typebox/build/format/_puny.mjs +4 -1
  132. package/node_modules/typebox/build/format/uuid.d.mts +2 -2
  133. package/node_modules/typebox/build/format/uuid.mjs +3 -3
  134. package/node_modules/typebox/build/guard/emit.d.mts +0 -4
  135. package/node_modules/typebox/build/guard/emit.mjs +0 -8
  136. package/node_modules/typebox/build/guard/guard.d.mts +4 -8
  137. package/node_modules/typebox/build/guard/guard.mjs +5 -13
  138. package/node_modules/typebox/build/schema/engine/boolean.d.mts +3 -3
  139. package/node_modules/typebox/build/schema/engine/boolean.mjs +4 -4
  140. package/node_modules/typebox/build/schema/engine/index.d.mts +0 -1
  141. package/node_modules/typebox/build/schema/engine/index.mjs +0 -1
  142. package/node_modules/typebox/build/schema/engine/schema.mjs +5 -10
  143. package/node_modules/typebox/build/schema/engine/type.mjs +14 -18
  144. package/node_modules/typebox/build/schema/types/dependencies.mjs +1 -1
  145. package/node_modules/typebox/build/schema/types/index.d.mts +0 -1
  146. package/node_modules/typebox/build/schema/types/index.mjs +0 -1
  147. package/node_modules/typebox/build/schema/types/schema.d.mts +1 -1
  148. package/node_modules/typebox/build/schema/types/schema.mjs +2 -2
  149. package/node_modules/typebox/build/system/locale/ar_001.mjs +0 -1
  150. package/node_modules/typebox/build/system/locale/bn_BD.mjs +0 -1
  151. package/node_modules/typebox/build/system/locale/cs_CZ.mjs +0 -1
  152. package/node_modules/typebox/build/system/locale/de_DE.mjs +0 -1
  153. package/node_modules/typebox/build/system/locale/el_GR.mjs +0 -1
  154. package/node_modules/typebox/build/system/locale/en_US.mjs +0 -1
  155. package/node_modules/typebox/build/system/locale/es_419.mjs +0 -1
  156. package/node_modules/typebox/build/system/locale/es_AR.mjs +0 -1
  157. package/node_modules/typebox/build/system/locale/es_ES.mjs +0 -1
  158. package/node_modules/typebox/build/system/locale/es_MX.mjs +0 -1
  159. package/node_modules/typebox/build/system/locale/fa_IR.mjs +0 -1
  160. package/node_modules/typebox/build/system/locale/fil_PH.mjs +0 -1
  161. package/node_modules/typebox/build/system/locale/fr_CA.mjs +0 -1
  162. package/node_modules/typebox/build/system/locale/fr_FR.mjs +0 -1
  163. package/node_modules/typebox/build/system/locale/ha_NG.mjs +0 -1
  164. package/node_modules/typebox/build/system/locale/hi_IN.mjs +0 -1
  165. package/node_modules/typebox/build/system/locale/hu_HU.mjs +0 -1
  166. package/node_modules/typebox/build/system/locale/id_ID.mjs +0 -1
  167. package/node_modules/typebox/build/system/locale/it_IT.mjs +0 -1
  168. package/node_modules/typebox/build/system/locale/ja_JP.mjs +0 -1
  169. package/node_modules/typebox/build/system/locale/ko_KR.mjs +0 -1
  170. package/node_modules/typebox/build/system/locale/ms_MY.mjs +0 -1
  171. package/node_modules/typebox/build/system/locale/nl_NL.mjs +0 -1
  172. package/node_modules/typebox/build/system/locale/pl_PL.mjs +0 -1
  173. package/node_modules/typebox/build/system/locale/pt_BR.mjs +0 -1
  174. package/node_modules/typebox/build/system/locale/pt_PT.mjs +0 -1
  175. package/node_modules/typebox/build/system/locale/ro_RO.mjs +0 -1
  176. package/node_modules/typebox/build/system/locale/ru_RU.mjs +0 -1
  177. package/node_modules/typebox/build/system/locale/sv_SE.mjs +0 -1
  178. package/node_modules/typebox/build/system/locale/sw_TZ.mjs +0 -1
  179. package/node_modules/typebox/build/system/locale/th_TH.mjs +0 -1
  180. package/node_modules/typebox/build/system/locale/tr_TR.mjs +0 -1
  181. package/node_modules/typebox/build/system/locale/uk_UA.mjs +0 -1
  182. package/node_modules/typebox/build/system/locale/ur_PK.mjs +0 -1
  183. package/node_modules/typebox/build/system/locale/vi_VN.mjs +0 -1
  184. package/node_modules/typebox/build/system/locale/yo_NG.mjs +0 -1
  185. package/node_modules/typebox/build/system/locale/zh_Hans.mjs +0 -1
  186. package/node_modules/typebox/build/system/locale/zh_Hant.mjs +0 -1
  187. package/node_modules/typebox/build/system/memory/clone.d.mts +2 -3
  188. package/node_modules/typebox/build/system/memory/clone.mjs +73 -26
  189. package/node_modules/typebox/build/system/settings/settings.d.mts +15 -0
  190. package/node_modules/typebox/build/system/settings/settings.mjs +3 -1
  191. package/node_modules/typebox/build/type/action/_add_immutable.d.mts +11 -0
  192. package/node_modules/typebox/build/type/action/_add_immutable.mjs +11 -0
  193. package/node_modules/typebox/build/type/action/_add_optional.d.mts +11 -0
  194. package/node_modules/typebox/build/type/action/_add_optional.mjs +11 -0
  195. package/node_modules/typebox/build/type/action/_add_readonly.d.mts +11 -0
  196. package/node_modules/typebox/build/type/action/_add_readonly.mjs +11 -0
  197. package/node_modules/typebox/build/type/action/_remove_immutable.d.mts +11 -0
  198. package/node_modules/typebox/build/type/action/_remove_immutable.mjs +11 -0
  199. package/node_modules/typebox/build/type/action/_remove_optional.d.mts +11 -0
  200. package/node_modules/typebox/build/type/action/_remove_optional.mjs +11 -0
  201. package/node_modules/typebox/build/type/action/_remove_readonly.d.mts +11 -0
  202. package/node_modules/typebox/build/type/action/_remove_readonly.mjs +11 -0
  203. package/node_modules/typebox/build/type/action/conditional.d.mts +2 -3
  204. package/node_modules/typebox/build/type/action/conditional.mjs +2 -1
  205. package/node_modules/typebox/build/type/action/index.d.mts +7 -4
  206. package/node_modules/typebox/build/type/action/index.mjs +7 -4
  207. package/node_modules/typebox/build/type/action/mapped.d.mts +2 -3
  208. package/node_modules/typebox/build/type/action/mapped.mjs +2 -1
  209. package/node_modules/typebox/build/type/action/module.d.mts +8 -7
  210. package/node_modules/typebox/build/type/action/module.mjs +7 -6
  211. package/node_modules/typebox/build/type/action/readonly_object.d.mts +0 -5
  212. package/node_modules/typebox/build/type/action/readonly_object.mjs +0 -5
  213. package/node_modules/typebox/build/type/action/with.d.mts +11 -0
  214. package/node_modules/typebox/build/type/action/with.mjs +11 -0
  215. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +1 -1
  216. package/node_modules/typebox/build/type/engine/call/instantiate.d.mts +1 -3
  217. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +3 -2
  218. package/node_modules/typebox/build/type/engine/call/resolve_arguments.mjs +2 -2
  219. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.d.mts +3 -4
  220. package/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.mjs +2 -1
  221. package/node_modules/typebox/build/type/engine/cyclic/candidates.d.mts +2 -3
  222. package/node_modules/typebox/build/type/engine/cyclic/candidates.mjs +3 -6
  223. package/node_modules/typebox/build/type/engine/cyclic/check.d.mts +6 -9
  224. package/node_modules/typebox/build/type/engine/cyclic/check.mjs +10 -16
  225. package/node_modules/typebox/build/type/engine/cyclic/dependencies.d.mts +1 -4
  226. package/node_modules/typebox/build/type/engine/cyclic/dependencies.mjs +9 -15
  227. package/node_modules/typebox/build/type/engine/cyclic/extends.d.mts +1 -4
  228. package/node_modules/typebox/build/type/engine/cyclic/extends.mjs +8 -14
  229. package/node_modules/typebox/build/type/engine/cyclic/instantiate.d.mts +2 -5
  230. package/node_modules/typebox/build/type/engine/cyclic/instantiate.mjs +3 -2
  231. package/node_modules/typebox/build/type/engine/enum/index.d.mts +0 -1
  232. package/node_modules/typebox/build/type/engine/enum/index.mjs +0 -1
  233. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +1 -2
  234. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +2 -6
  235. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +10 -6
  236. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +10 -6
  237. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +2 -1
  238. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +3 -3
  239. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +17 -5
  240. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +34 -8
  241. package/node_modules/typebox/build/type/engine/exclude/operation.d.mts +5 -6
  242. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +11 -12
  243. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +5 -6
  244. package/node_modules/typebox/build/type/engine/extract/operation.mjs +11 -12
  245. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.d.mts +10 -0
  246. package/node_modules/typebox/build/type/engine/immutable/instantiate_add.mjs +14 -0
  247. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.d.mts +10 -0
  248. package/node_modules/typebox/build/type/engine/immutable/instantiate_remove.mjs +14 -0
  249. package/node_modules/typebox/build/type/engine/index.d.mts +2 -2
  250. package/node_modules/typebox/build/type/engine/index.mjs +2 -2
  251. package/node_modules/typebox/build/type/engine/indexable/from_dependent.d.mts +5 -0
  252. package/node_modules/typebox/build/type/engine/indexable/from_dependent.mjs +8 -0
  253. package/node_modules/typebox/build/type/engine/indexable/from_enum.d.mts +3 -3
  254. package/node_modules/typebox/build/type/engine/indexable/from_enum.mjs +4 -4
  255. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.d.mts +2 -2
  256. package/node_modules/typebox/build/type/engine/indexable/from_template_literal.mjs +3 -3
  257. package/node_modules/typebox/build/type/engine/indexable/from_type.d.mts +3 -1
  258. package/node_modules/typebox/build/type/engine/indexable/from_type.mjs +9 -6
  259. package/node_modules/typebox/build/type/engine/indexed/instantiate.d.mts +2 -1
  260. package/node_modules/typebox/build/type/engine/indexed/instantiate.mjs +5 -2
  261. package/node_modules/typebox/build/type/engine/instantiate.d.mts +44 -31
  262. package/node_modules/typebox/build/type/engine/instantiate.mjs +82 -83
  263. package/node_modules/typebox/build/type/engine/interface/instantiate.d.mts +3 -6
  264. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.d.mts +2 -2
  265. package/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.mjs +3 -3
  266. package/node_modules/typebox/build/type/engine/keyof/instantiate.d.mts +2 -1
  267. package/node_modules/typebox/build/type/engine/keyof/instantiate.mjs +5 -1
  268. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.d.mts +4 -4
  269. package/node_modules/typebox/build/type/engine/mapped/mapped_operation.mjs +3 -3
  270. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.d.mts +5 -4
  271. package/node_modules/typebox/build/type/engine/mapped/mapped_variants.mjs +10 -5
  272. package/node_modules/typebox/build/type/engine/module/instantiate.d.mts +7 -9
  273. package/node_modules/typebox/build/type/engine/module/instantiate.mjs +17 -15
  274. package/node_modules/typebox/build/type/engine/object/from_dependent.d.mts +5 -0
  275. package/node_modules/typebox/build/type/engine/object/from_dependent.mjs +8 -0
  276. package/node_modules/typebox/build/type/engine/object/from_type.d.mts +3 -1
  277. package/node_modules/typebox/build/type/engine/object/from_type.mjs +8 -5
  278. package/node_modules/typebox/build/type/engine/object/from_union.mjs +2 -2
  279. package/node_modules/typebox/build/type/engine/optional/instantiate_add.d.mts +10 -0
  280. package/node_modules/typebox/build/type/engine/optional/instantiate_add.mjs +14 -0
  281. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.d.mts +10 -0
  282. package/node_modules/typebox/build/type/engine/optional/instantiate_remove.mjs +14 -0
  283. package/node_modules/typebox/build/type/engine/parameters/instantiate.d.mts +3 -4
  284. package/node_modules/typebox/build/type/engine/parameters/instantiate.mjs +2 -1
  285. package/node_modules/typebox/build/type/engine/partial/from_dependent.d.mts +5 -0
  286. package/node_modules/typebox/build/type/engine/partial/from_dependent.mjs +8 -0
  287. package/node_modules/typebox/build/type/engine/partial/from_intersect.d.mts +1 -1
  288. package/node_modules/typebox/build/type/engine/partial/from_intersect.mjs +3 -2
  289. package/node_modules/typebox/build/type/engine/partial/from_object.d.mts +2 -2
  290. package/node_modules/typebox/build/type/engine/partial/from_object.mjs +2 -2
  291. package/node_modules/typebox/build/type/engine/partial/from_type.d.mts +3 -1
  292. package/node_modules/typebox/build/type/engine/partial/from_type.mjs +7 -4
  293. package/node_modules/typebox/build/type/engine/priority/index.d.mts +1 -0
  294. package/node_modules/typebox/build/type/engine/priority/index.mjs +1 -0
  295. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +20 -0
  296. package/node_modules/typebox/build/type/engine/priority/priority.mjs +28 -0
  297. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.d.mts +10 -0
  298. package/node_modules/typebox/build/type/engine/readonly/instantiate_add.mjs +14 -0
  299. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.d.mts +10 -0
  300. package/node_modules/typebox/build/type/engine/readonly/instantiate_remove.mjs +14 -0
  301. package/node_modules/typebox/build/type/engine/readonly_object/from_array.d.mts +2 -2
  302. package/node_modules/typebox/build/type/engine/readonly_object/from_array.mjs +2 -2
  303. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.d.mts +5 -0
  304. package/node_modules/typebox/build/type/engine/readonly_object/from_dependent.mjs +8 -0
  305. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.d.mts +1 -1
  306. package/node_modules/typebox/build/type/engine/readonly_object/from_intersect.mjs +3 -2
  307. package/node_modules/typebox/build/type/engine/readonly_object/from_object.d.mts +2 -2
  308. package/node_modules/typebox/build/type/engine/readonly_object/from_object.mjs +2 -2
  309. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.d.mts +2 -2
  310. package/node_modules/typebox/build/type/engine/readonly_object/from_tuple.mjs +2 -2
  311. package/node_modules/typebox/build/type/engine/readonly_object/from_type.d.mts +3 -1
  312. package/node_modules/typebox/build/type/engine/readonly_object/from_type.mjs +8 -5
  313. package/node_modules/typebox/build/type/engine/record/from_key_enum.d.mts +2 -2
  314. package/node_modules/typebox/build/type/engine/record/from_key_enum.mjs +2 -2
  315. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.d.mts +2 -2
  316. package/node_modules/typebox/build/type/engine/record/from_key_template_literal.mjs +2 -2
  317. package/node_modules/typebox/build/type/engine/ref/instantiate.d.mts +3 -3
  318. package/node_modules/typebox/build/type/engine/ref/instantiate.mjs +6 -6
  319. package/node_modules/typebox/build/type/engine/required/from_dependent.d.mts +5 -0
  320. package/node_modules/typebox/build/type/engine/required/from_dependent.mjs +8 -0
  321. package/node_modules/typebox/build/type/engine/required/from_intersect.d.mts +1 -1
  322. package/node_modules/typebox/build/type/engine/required/from_intersect.mjs +3 -2
  323. package/node_modules/typebox/build/type/engine/required/from_object.d.mts +2 -2
  324. package/node_modules/typebox/build/type/engine/required/from_object.mjs +2 -2
  325. package/node_modules/typebox/build/type/engine/required/from_type.d.mts +3 -1
  326. package/node_modules/typebox/build/type/engine/required/from_type.mjs +7 -4
  327. package/node_modules/typebox/build/type/engine/template_literal/decode.mjs +3 -3
  328. package/node_modules/typebox/build/type/engine/template_literal/encode.d.mts +2 -2
  329. package/node_modules/typebox/build/type/engine/template_literal/encode.mjs +6 -6
  330. package/node_modules/typebox/build/type/engine/template_literal/is_finite.mjs +1 -1
  331. package/node_modules/typebox/build/type/engine/template_literal/is_pattern.mjs +1 -0
  332. package/node_modules/typebox/build/type/engine/this/expand_this.d.mts +1 -4
  333. package/node_modules/typebox/build/type/engine/this/expand_this.mjs +7 -13
  334. package/node_modules/typebox/build/type/engine/with/instantiate.d.mts +8 -0
  335. package/node_modules/typebox/build/type/engine/{options → with}/instantiate.mjs +5 -5
  336. package/node_modules/typebox/build/type/extends/dependent.d.mts +6 -0
  337. package/node_modules/typebox/build/type/extends/dependent.mjs +6 -0
  338. package/node_modules/typebox/build/type/extends/enum.d.mts +4 -4
  339. package/node_modules/typebox/build/type/extends/enum.mjs +3 -2
  340. package/node_modules/typebox/build/type/extends/extends_left.d.mts +5 -7
  341. package/node_modules/typebox/build/type/extends/extends_left.mjs +24 -27
  342. package/node_modules/typebox/build/type/extends/extends_right.d.mts +7 -5
  343. package/node_modules/typebox/build/type/extends/extends_right.mjs +20 -15
  344. package/node_modules/typebox/build/type/extends/inference.mjs +1 -1
  345. package/node_modules/typebox/build/type/extends/object.d.mts +8 -1
  346. package/node_modules/typebox/build/type/extends/object.mjs +25 -3
  347. package/node_modules/typebox/build/type/extends/parameters.mjs +2 -2
  348. package/node_modules/typebox/build/type/extends/record.d.mts +13 -0
  349. package/node_modules/typebox/build/type/extends/record.mjs +23 -0
  350. package/node_modules/typebox/build/type/extends/template_literal.d.mts +3 -3
  351. package/node_modules/typebox/build/type/extends/template_literal.mjs +3 -3
  352. package/node_modules/typebox/build/type/extends/tuple.d.mts +3 -6
  353. package/node_modules/typebox/build/type/extends/tuple.mjs +6 -5
  354. package/node_modules/typebox/build/type/extends/union.mjs +2 -2
  355. package/node_modules/typebox/build/type/script/mapping.d.mts +84 -99
  356. package/node_modules/typebox/build/type/script/mapping.mjs +81 -85
  357. package/node_modules/typebox/build/type/script/parser.d.mts +40 -40
  358. package/node_modules/typebox/build/type/script/parser.mjs +22 -22
  359. package/node_modules/typebox/build/type/script/script.d.mts +3 -4
  360. package/node_modules/typebox/build/type/script/script.mjs +3 -2
  361. package/node_modules/typebox/build/type/script/token/internal/guard.d.mts +1 -1
  362. package/node_modules/typebox/build/type/script/token/internal/guard.mjs +1 -1
  363. package/node_modules/typebox/build/type/script/token/internal/take.mjs +1 -1
  364. package/node_modules/typebox/build/type/script/token/until.mjs +2 -2
  365. package/node_modules/typebox/build/type/types/_codec.d.mts +12 -12
  366. package/node_modules/typebox/build/type/types/_codec.mjs +0 -1
  367. package/node_modules/typebox/build/type/types/_immutable.d.mts +2 -9
  368. package/node_modules/typebox/build/type/types/_immutable.mjs +2 -10
  369. package/node_modules/typebox/build/type/types/_optional.d.mts +2 -9
  370. package/node_modules/typebox/build/type/types/_optional.mjs +2 -11
  371. package/node_modules/typebox/build/type/types/_readonly.d.mts +2 -9
  372. package/node_modules/typebox/build/type/types/_readonly.mjs +2 -10
  373. package/node_modules/typebox/build/type/types/_refine.d.mts +8 -10
  374. package/node_modules/typebox/build/type/types/_refine.mjs +1 -2
  375. package/node_modules/typebox/build/type/types/call.d.mts +3 -3
  376. package/node_modules/typebox/build/type/types/call.mjs +3 -2
  377. package/node_modules/typebox/build/type/types/deferred.d.mts +1 -0
  378. package/node_modules/typebox/build/type/types/deferred.mjs +1 -1
  379. package/node_modules/typebox/build/type/types/dependent.d.mts +17 -0
  380. package/node_modules/typebox/build/type/types/dependent.mjs +24 -0
  381. package/node_modules/typebox/build/type/types/enum.d.mts +3 -1
  382. package/node_modules/typebox/build/type/types/enum.mjs +5 -0
  383. package/node_modules/typebox/build/type/types/index.d.mts +1 -4
  384. package/node_modules/typebox/build/type/types/index.mjs +1 -4
  385. package/node_modules/typebox/build/type/types/number.d.mts +1 -1
  386. package/node_modules/typebox/build/type/types/number.mjs +1 -1
  387. package/node_modules/typebox/build/type/types/record.d.mts +13 -7
  388. package/node_modules/typebox/build/type/types/record.mjs +15 -9
  389. package/node_modules/typebox/build/type/types/static.d.mts +2 -5
  390. package/node_modules/typebox/build/typebox.d.mts +4 -8
  391. package/node_modules/typebox/build/typebox.mjs +4 -8
  392. package/node_modules/typebox/build/value/clean/clean.mjs +4 -2
  393. package/node_modules/typebox/build/value/clean/from_intersect.mjs +2 -2
  394. package/node_modules/typebox/build/value/clean/from_type.mjs +8 -10
  395. package/node_modules/typebox/build/value/clean/from_union.d.mts +1 -1
  396. package/node_modules/typebox/build/value/clean/from_union.mjs +1 -2
  397. package/node_modules/typebox/build/value/clone/clone.mjs +2 -73
  398. package/node_modules/typebox/build/value/codec/decode.mjs +4 -2
  399. package/node_modules/typebox/build/value/codec/encode.mjs +4 -2
  400. package/node_modules/typebox/build/value/codec/from_array.mjs +1 -4
  401. package/node_modules/typebox/build/value/codec/from_object.mjs +1 -4
  402. package/node_modules/typebox/build/value/codec/from_record.mjs +2 -7
  403. package/node_modules/typebox/build/value/codec/from_tuple.mjs +1 -4
  404. package/node_modules/typebox/build/value/codec/from_union.mjs +2 -3
  405. package/node_modules/typebox/build/value/convert/from_enum.mjs +3 -4
  406. package/node_modules/typebox/build/value/convert/from_template_literal.d.mts +1 -1
  407. package/node_modules/typebox/build/value/convert/from_template_literal.mjs +2 -3
  408. package/node_modules/typebox/build/value/convert/from_type.mjs +19 -21
  409. package/node_modules/typebox/build/value/create/from_enum.mjs +2 -2
  410. package/node_modules/typebox/build/value/create/from_type.mjs +23 -31
  411. package/node_modules/typebox/build/value/default/from_object.mjs +1 -1
  412. package/node_modules/typebox/build/value/default/from_type.mjs +8 -10
  413. package/node_modules/typebox/build/value/index.d.mts +0 -1
  414. package/node_modules/typebox/build/value/index.mjs +0 -1
  415. package/node_modules/typebox/build/value/repair/from_enum.mjs +2 -3
  416. package/node_modules/typebox/build/value/repair/from_type.mjs +24 -22
  417. package/node_modules/typebox/build/value/shared/union_priority_sort.d.mts +6 -2
  418. package/node_modules/typebox/build/value/shared/union_priority_sort.mjs +62 -26
  419. package/node_modules/typebox/build/value/value.d.mts +0 -1
  420. package/node_modules/typebox/build/value/value.mjs +0 -1
  421. package/node_modules/typebox/package.json +25 -25
  422. package/node_modules/typebox/readme.md +97 -80
  423. package/node_modules/undici-types/agent.d.ts +0 -2
  424. package/node_modules/undici-types/client.d.ts +25 -19
  425. package/node_modules/undici-types/dispatcher.d.ts +7 -33
  426. package/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  427. package/node_modules/undici-types/fetch.d.ts +24 -4
  428. package/node_modules/undici-types/h2c-client.d.ts +6 -6
  429. package/node_modules/undici-types/handlers.d.ts +1 -2
  430. package/node_modules/undici-types/header.d.ts +5 -0
  431. package/node_modules/undici-types/index.d.ts +3 -1
  432. package/node_modules/undici-types/interceptors.d.ts +1 -1
  433. package/node_modules/undici-types/package.json +1 -1
  434. package/node_modules/undici-types/pool.d.ts +0 -2
  435. package/node_modules/undici-types/proxy-agent.d.ts +2 -2
  436. package/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  437. package/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  438. package/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  439. package/node_modules/undici-types/webidl.d.ts +0 -1
  440. package/npm-shrinkwrap.json +55 -47
  441. package/openclaw.plugin.json +46 -0
  442. package/package.json +6 -6
  443. package/dist/accounts.runtime-CgWgzjLX.js +0 -2
  444. package/dist/action-runtime.runtime-Pwl_ixsr.js +0 -2
  445. package/dist/actions.runtime-Dl6AfO_g.js +0 -2
  446. package/dist/errors-CZtmv-h0.js +0 -107
  447. package/dist/outbound-adapter-WHn1M1t4.js +0 -191
  448. package/dist/send.runtime-a-O4PP2B.js +0 -2
  449. package/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  450. package/node_modules/@types/ws/node_modules/@types/node/LICENSE +0 -21
  451. package/node_modules/@types/ws/node_modules/@types/node/README.md +0 -15
  452. package/node_modules/@types/ws/node_modules/@types/node/assert/strict.d.ts +0 -59
  453. package/node_modules/@types/ws/node_modules/@types/node/assert.d.ts +0 -950
  454. package/node_modules/@types/ws/node_modules/@types/node/async_hooks.d.ts +0 -711
  455. package/node_modules/@types/ws/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  456. package/node_modules/@types/ws/node_modules/@types/node/buffer.d.ts +0 -1765
  457. package/node_modules/@types/ws/node_modules/@types/node/child_process.d.ts +0 -1366
  458. package/node_modules/@types/ws/node_modules/@types/node/cluster.d.ts +0 -432
  459. package/node_modules/@types/ws/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  460. package/node_modules/@types/ws/node_modules/@types/node/console.d.ts +0 -93
  461. package/node_modules/@types/ws/node_modules/@types/node/constants.d.ts +0 -14
  462. package/node_modules/@types/ws/node_modules/@types/node/crypto.d.ts +0 -4058
  463. package/node_modules/@types/ws/node_modules/@types/node/dgram.d.ts +0 -537
  464. package/node_modules/@types/ws/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  465. package/node_modules/@types/ws/node_modules/@types/node/dns/promises.d.ts +0 -497
  466. package/node_modules/@types/ws/node_modules/@types/node/dns.d.ts +0 -876
  467. package/node_modules/@types/ws/node_modules/@types/node/domain.d.ts +0 -150
  468. package/node_modules/@types/ws/node_modules/@types/node/events.d.ts +0 -1008
  469. package/node_modules/@types/ws/node_modules/@types/node/fs/promises.d.ts +0 -1468
  470. package/node_modules/@types/ws/node_modules/@types/node/fs.d.ts +0 -4780
  471. package/node_modules/@types/ws/node_modules/@types/node/globals.d.ts +0 -150
  472. package/node_modules/@types/ws/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  473. package/node_modules/@types/ws/node_modules/@types/node/http.d.ts +0 -2147
  474. package/node_modules/@types/ws/node_modules/@types/node/http2.d.ts +0 -2485
  475. package/node_modules/@types/ws/node_modules/@types/node/https.d.ts +0 -400
  476. package/node_modules/@types/ws/node_modules/@types/node/index.d.ts +0 -117
  477. package/node_modules/@types/ws/node_modules/@types/node/inspector/promises.d.ts +0 -35
  478. package/node_modules/@types/ws/node_modules/@types/node/inspector.d.ts +0 -264
  479. package/node_modules/@types/ws/node_modules/@types/node/inspector.generated.d.ts +0 -4406
  480. package/node_modules/@types/ws/node_modules/@types/node/module.d.ts +0 -755
  481. package/node_modules/@types/ws/node_modules/@types/node/net.d.ts +0 -970
  482. package/node_modules/@types/ws/node_modules/@types/node/os.d.ts +0 -498
  483. package/node_modules/@types/ws/node_modules/@types/node/package.json +0 -155
  484. package/node_modules/@types/ws/node_modules/@types/node/path/posix.d.ts +0 -8
  485. package/node_modules/@types/ws/node_modules/@types/node/path/win32.d.ts +0 -8
  486. package/node_modules/@types/ws/node_modules/@types/node/path.d.ts +0 -178
  487. package/node_modules/@types/ws/node_modules/@types/node/perf_hooks.d.ts +0 -612
  488. package/node_modules/@types/ws/node_modules/@types/node/process.d.ts +0 -2204
  489. package/node_modules/@types/ws/node_modules/@types/node/punycode.d.ts +0 -89
  490. package/node_modules/@types/ws/node_modules/@types/node/querystring.d.ts +0 -139
  491. package/node_modules/@types/ws/node_modules/@types/node/quic.d.ts +0 -897
  492. package/node_modules/@types/ws/node_modules/@types/node/readline/promises.d.ts +0 -158
  493. package/node_modules/@types/ws/node_modules/@types/node/readline.d.ts +0 -507
  494. package/node_modules/@types/ws/node_modules/@types/node/repl.d.ts +0 -420
  495. package/node_modules/@types/ws/node_modules/@types/node/sea.d.ts +0 -47
  496. package/node_modules/@types/ws/node_modules/@types/node/sqlite.d.ts +0 -1068
  497. package/node_modules/@types/ws/node_modules/@types/node/stream/consumers.d.ts +0 -114
  498. package/node_modules/@types/ws/node_modules/@types/node/stream/iter.d.ts +0 -301
  499. package/node_modules/@types/ws/node_modules/@types/node/stream/promises.d.ts +0 -211
  500. package/node_modules/@types/ws/node_modules/@types/node/stream/web.d.ts +0 -300
  501. package/node_modules/@types/ws/node_modules/@types/node/stream.d.ts +0 -1774
  502. package/node_modules/@types/ws/node_modules/@types/node/string_decoder.d.ts +0 -27
  503. package/node_modules/@types/ws/node_modules/@types/node/test/reporters.d.ts +0 -59
  504. package/node_modules/@types/ws/node_modules/@types/node/test.d.ts +0 -2279
  505. package/node_modules/@types/ws/node_modules/@types/node/timers/promises.d.ts +0 -93
  506. package/node_modules/@types/ws/node_modules/@types/node/timers.d.ts +0 -149
  507. package/node_modules/@types/ws/node_modules/@types/node/tls.d.ts +0 -1193
  508. package/node_modules/@types/ws/node_modules/@types/node/trace_events.d.ts +0 -103
  509. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  510. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  511. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  512. package/node_modules/@types/ws/node_modules/@types/node/ts5.6/index.d.ts +0 -119
  513. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  514. package/node_modules/@types/ws/node_modules/@types/node/ts5.7/index.d.ts +0 -119
  515. package/node_modules/@types/ws/node_modules/@types/node/tty.d.ts +0 -225
  516. package/node_modules/@types/ws/node_modules/@types/node/url.d.ts +0 -556
  517. package/node_modules/@types/ws/node_modules/@types/node/util/types.d.ts +0 -558
  518. package/node_modules/@types/ws/node_modules/@types/node/util.d.ts +0 -1677
  519. package/node_modules/@types/ws/node_modules/@types/node/v8.d.ts +0 -980
  520. package/node_modules/@types/ws/node_modules/@types/node/vm.d.ts +0 -1136
  521. package/node_modules/@types/ws/node_modules/@types/node/wasi.d.ts +0 -131
  522. package/node_modules/@types/ws/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  523. package/node_modules/@types/ws/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  524. package/node_modules/@types/ws/node_modules/@types/node/web-globals/console.d.ts +0 -9
  525. package/node_modules/@types/ws/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  526. package/node_modules/@types/ws/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  527. package/node_modules/@types/ws/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  528. package/node_modules/@types/ws/node_modules/@types/node/web-globals/events.d.ts +0 -106
  529. package/node_modules/@types/ws/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  530. package/node_modules/@types/ws/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  531. package/node_modules/@types/ws/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  532. package/node_modules/@types/ws/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  533. package/node_modules/@types/ws/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  534. package/node_modules/@types/ws/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  535. package/node_modules/@types/ws/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  536. package/node_modules/@types/ws/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  537. package/node_modules/@types/ws/node_modules/@types/node/web-globals/url.d.ts +0 -24
  538. package/node_modules/@types/ws/node_modules/@types/node/worker_threads.d.ts +0 -671
  539. package/node_modules/@types/ws/node_modules/@types/node/zlib/iter.d.ts +0 -131
  540. package/node_modules/@types/ws/node_modules/@types/node/zlib.d.ts +0 -589
  541. package/node_modules/typebox/build/schema/engine/_guard.d.mts +0 -6
  542. package/node_modules/typebox/build/schema/engine/_guard.mjs +0 -26
  543. package/node_modules/typebox/build/schema/types/_guard.d.mts +0 -10
  544. package/node_modules/typebox/build/schema/types/_guard.mjs +0 -16
  545. package/node_modules/typebox/build/type/action/_optional.d.mts +0 -19
  546. package/node_modules/typebox/build/type/action/_optional.mjs +0 -40
  547. package/node_modules/typebox/build/type/action/_readonly.d.mts +0 -19
  548. package/node_modules/typebox/build/type/action/_readonly.mjs +0 -40
  549. package/node_modules/typebox/build/type/action/awaited.d.mts +0 -15
  550. package/node_modules/typebox/build/type/action/awaited.mjs +0 -15
  551. package/node_modules/typebox/build/type/action/options.d.mts +0 -11
  552. package/node_modules/typebox/build/type/action/options.mjs +0 -11
  553. package/node_modules/typebox/build/type/engine/awaited/instantiate.d.mts +0 -11
  554. package/node_modules/typebox/build/type/engine/awaited/instantiate.mjs +0 -20
  555. package/node_modules/typebox/build/type/engine/enum/enum_to_union.d.mts +0 -14
  556. package/node_modules/typebox/build/type/engine/enum/enum_to_union.mjs +0 -24
  557. package/node_modules/typebox/build/type/engine/options/index.d.mts +0 -1
  558. package/node_modules/typebox/build/type/engine/options/index.mjs +0 -1
  559. package/node_modules/typebox/build/type/engine/options/instantiate.d.mts +0 -8
  560. package/node_modules/typebox/build/type/extends/async_iterator.d.mts +0 -7
  561. package/node_modules/typebox/build/type/extends/async_iterator.mjs +0 -9
  562. package/node_modules/typebox/build/type/extends/iterator.d.mts +0 -7
  563. package/node_modules/typebox/build/type/extends/iterator.mjs +0 -9
  564. package/node_modules/typebox/build/type/extends/promise.d.mts +0 -7
  565. package/node_modules/typebox/build/type/extends/promise.mjs +0 -9
  566. package/node_modules/typebox/build/type/types/async_iterator.d.mts +0 -20
  567. package/node_modules/typebox/build/type/types/async_iterator.mjs +0 -28
  568. package/node_modules/typebox/build/type/types/base.d.mts +0 -50
  569. package/node_modules/typebox/build/type/types/base.mjs +0 -84
  570. package/node_modules/typebox/build/type/types/iterator.d.mts +0 -20
  571. package/node_modules/typebox/build/type/types/iterator.mjs +0 -28
  572. package/node_modules/typebox/build/type/types/promise.d.mts +0 -21
  573. package/node_modules/typebox/build/type/types/promise.mjs +0 -29
  574. package/node_modules/typebox/build/value/clean/from_base.d.mts +0 -2
  575. package/node_modules/typebox/build/value/clean/from_base.mjs +0 -4
  576. package/node_modules/typebox/build/value/convert/from_base.d.mts +0 -2
  577. package/node_modules/typebox/build/value/convert/from_base.mjs +0 -4
  578. package/node_modules/typebox/build/value/create/from_async_iterator.d.mts +0 -2
  579. package/node_modules/typebox/build/value/create/from_async_iterator.mjs +0 -5
  580. package/node_modules/typebox/build/value/create/from_base.d.mts +0 -2
  581. package/node_modules/typebox/build/value/create/from_base.mjs +0 -4
  582. package/node_modules/typebox/build/value/create/from_iterator.d.mts +0 -2
  583. package/node_modules/typebox/build/value/create/from_iterator.mjs +0 -5
  584. package/node_modules/typebox/build/value/create/from_promise.d.mts +0 -2
  585. package/node_modules/typebox/build/value/create/from_promise.mjs +0 -5
  586. package/node_modules/typebox/build/value/default/from_base.d.mts +0 -2
  587. package/node_modules/typebox/build/value/default/from_base.mjs +0 -5
  588. package/node_modules/typebox/build/value/mutate/error.d.mts +0 -3
  589. package/node_modules/typebox/build/value/mutate/error.mjs +0 -6
  590. package/node_modules/typebox/build/value/mutate/from_array.d.mts +0 -2
  591. package/node_modules/typebox/build/value/mutate/from_array.mjs +0 -16
  592. package/node_modules/typebox/build/value/mutate/from_object.d.mts +0 -2
  593. package/node_modules/typebox/build/value/mutate/from_object.mjs +0 -40
  594. package/node_modules/typebox/build/value/mutate/from_unknown.d.mts +0 -2
  595. package/node_modules/typebox/build/value/mutate/from_unknown.mjs +0 -7
  596. package/node_modules/typebox/build/value/mutate/from_value.d.mts +0 -2
  597. package/node_modules/typebox/build/value/mutate/from_value.mjs +0 -12
  598. package/node_modules/typebox/build/value/mutate/index.d.mts +0 -1
  599. package/node_modules/typebox/build/value/mutate/index.mjs +0 -1
  600. package/node_modules/typebox/build/value/mutate/mutate.d.mts +0 -11
  601. package/node_modules/typebox/build/value/mutate/mutate.mjs +0 -41
  602. package/node_modules/typebox/build/value/repair/from_base.d.mts +0 -2
  603. package/node_modules/typebox/build/value/repair/from_base.mjs +0 -8
  604. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.d.mts +0 -0
  605. /package/node_modules/typebox/build/type/engine/{awaited → with}/index.mjs +0 -0
@@ -1,29 +1,29 @@
1
1
  import { n as registerSlackHttpHandler, r as normalizeSlackWebhookPath } from "./registry-bbjH7IHX.js";
2
- import { a as resolveSlackAccount, d as resolveSlackBotToken, o as resolveSlackAccountAllowFrom, s as resolveSlackAccountDmPolicy, u as resolveSlackAppToken } from "./accounts-BPCiCe8y.js";
3
- import { F as isSlackExecApprovalAuthorizedSender, N as isSlackApprovalAuthorizedSender, S as isSlackAnyNativeApprovalClientEnabled, a as SLACK_TEXT_LIMIT, c as allowListMatches, d as normalizeSlackAllowOwnerEntry, f as normalizeSlackSlug, l as normalizeAllowList, p as resolveSlackAllowListMatch, u as normalizeAllowListLower, v as truncateSlackText } from "./reply-blocks-CfJqf7eq.js";
4
- import { n as isSlackInteractiveRepliesEnabled, t as compileSlackInteractiveReplies } from "./interactive-replies-D-22gTp3.js";
5
- import { c as resolveSlackWebClientOptions } from "./client-DG9cyk55.js";
2
+ import { a as resolveSlackAccount, d as formatSlackBotTokenIdentityWarning, f as resolveSlackAppToken, o as resolveSlackAccountAllowFrom, p as resolveSlackBotToken, s as resolveSlackAccountDmPolicy } from "./accounts-BOJJiHSr.js";
3
+ import { B as isSlackExecApprovalAuthorizedSender, D as isSlackAnyNativeApprovalClientEnabled, R as isSlackApprovalAuthorizedSender, a as SLACK_TEXT_LIMIT, b as truncateSlackText, c as formatSlackError, d as normalizeAllowListLower, f as normalizeSlackAllowOwnerEntry, l as allowListMatches, m as resolveSlackAllowListMatch, p as normalizeSlackSlug, u as normalizeAllowList } from "./reply-blocks-BGQ6zSqM.js";
4
+ import { n as isSlackInteractiveRepliesEnabled, t as compileSlackInteractiveReplies } from "./interactive-replies-CXpT-vA_.js";
5
+ import { c as resolveSlackWebClientOptions } from "./client-DGxwSL7f.js";
6
6
  import { t as getOptionalSlackRuntime } from "./runtime-BOk7xkOl.js";
7
- import { n as setSlackDefaultSendIdentity } from "./send-Dg6U9K7_.js";
8
- import { t as formatSlackError } from "./errors-CZtmv-h0.js";
9
- import { t as resolveSlackChannelAllowlist } from "./resolve-channels-eniB45fy.js";
10
- import { t as resolveSlackUserAllowlist } from "./resolve-users-DDKzl37a.js";
11
- import { n as resolveSlackChannelConfig, r as resolveSlackChannelLabel, t as isSlackChannelAllowedByPolicy } from "./policy-DAE6BTN3.js";
7
+ import { i as setSlackDefaultSendIdentity } from "./send-DKDXoeoV.js";
8
+ import { t as resolveSlackChannelAllowlist } from "./resolve-channels-CstkChBE.js";
9
+ import { t as resolveSlackUserAllowlist } from "./resolve-users-C3NP2c-Q.js";
10
+ import { n as resolveSlackChannelConfig, r as resolveSlackChannelLabel, t as isSlackChannelAllowedByPolicy } from "./policy-Dj-puVPb.js";
12
11
  import { normalizeResolvedSecretInputString } from "openclaw/plugin-sdk/secret-input";
13
- import { asOptionalRecord, normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, normalizeStringEntries, normalizeStringEntriesLower, normalizeUniqueTrimmedStringList } from "openclaw/plugin-sdk/string-coerce-runtime";
12
+ import { asOptionalRecord, isRecord, normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString, normalizeStringEntries, normalizeStringEntriesLower, normalizeUniqueTrimmedStringList } from "openclaw/plugin-sdk/string-coerce-runtime";
14
13
  import { normalizeAccountId, normalizeMainKey, resolveAgentRoute, resolveThreadSessionKeys } from "openclaw/plugin-sdk/routing";
15
14
  import { createChannelMessageReplyPipeline } from "openclaw/plugin-sdk/channel-outbound";
16
15
  import { createChannelPairingChallengeIssuer } from "openclaw/plugin-sdk/channel-pairing";
16
+ import { createLazyRuntimeModule } from "openclaw/plugin-sdk/lazy-runtime";
17
+ import { computeBackoff, createNonExitingRuntime, createSubsystemLogger, danger, getChildLogger, logVerbose, shouldLogVerbose, sleepWithAbort, warn } from "openclaw/plugin-sdk/runtime-env";
17
18
  import { chunkItems } from "openclaw/plugin-sdk/text-chunking";
18
19
  import { CHANNEL_APPROVAL_NATIVE_RUNTIME_CONTEXT_CAPABILITY } from "openclaw/plugin-sdk/approval-handler-adapter-runtime";
19
20
  import { parseExecApprovalCommandText } from "openclaw/plugin-sdk/approval-reply-runtime";
20
- import { addAllowlistUserEntriesFromConfigEntry, buildAllowlistResolutionSummary, formatAllowlistMatchMeta, mergeAllowlist, patchAllowlistUsersInConfigEntries, summarizeMapping } from "openclaw/plugin-sdk/allow-from";
21
- import { computeBackoff, createNonExitingRuntime, createSubsystemLogger, danger, getChildLogger, logVerbose, shouldLogVerbose, sleepWithAbort, warn } from "openclaw/plugin-sdk/runtime-env";
22
- import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
23
21
  import { pruneMapToMaxSize } from "openclaw/plugin-sdk/collection-runtime";
22
+ import { addAllowlistUserEntriesFromConfigEntry, buildAllowlistResolutionSummary, formatAllowlistMatchMeta, mergeAllowlist, patchAllowlistUsersInConfigEntries, summarizeMapping } from "openclaw/plugin-sdk/allow-from";
23
+ import { collectErrorGraphCandidates, formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
24
24
  import { asDateTimestampMs, parseFiniteNumber, parseStrictFiniteNumber, resolveExpiresAtMsFromDurationMs, timestampMsToIsoString } from "openclaw/plugin-sdk/number-runtime";
25
25
  import { resolveTextChunkLimit } from "openclaw/plugin-sdk/reply-chunking";
26
- import { createDedupeCache, resolveGlobalDedupeCache } from "openclaw/plugin-sdk/dedupe-runtime";
26
+ import { createDedupeCache, createPersistentDedupeCache } from "openclaw/plugin-sdk/dedupe-runtime";
27
27
  import { buildPluginBindingResolvedText, parsePluginBindingApprovalCustomId, recordInboundSession, resolveConversationLabel as resolveConversationLabel$1, resolvePluginConversationBindingApproval, resolveRuntimeConversationBindingRoute, upsertChannelPairingRequest } from "openclaw/plugin-sdk/conversation-runtime";
28
28
  import { resolveNativeCommandsEnabled, resolveNativeSkillsEnabled } from "openclaw/plugin-sdk/native-command-config-runtime";
29
29
  import { registerChannelRuntimeContext } from "openclaw/plugin-sdk/channel-runtime-context";
@@ -109,7 +109,7 @@ function buildSlackAssistantThreadMetadata(context) {
109
109
  function parseSlackAssistantThreadMetadata(value) {
110
110
  if (!value || typeof value !== "object" || Array.isArray(value)) return;
111
111
  const metadata = value;
112
- if (metadata.event_type !== "assistant_thread_context") return;
112
+ if (metadata.event_type !== SLACK_ASSISTANT_THREAD_CONTEXT_METADATA_EVENT) return;
113
113
  const payload = metadata.event_payload;
114
114
  if (!payload || typeof payload !== "object" || Array.isArray(payload)) return;
115
115
  const record = payload;
@@ -282,7 +282,8 @@ function createSlackMonitorContext(params) {
282
282
  token: params.botToken,
283
283
  channel_id: p.channelId,
284
284
  thread_ts: p.threadTs,
285
- status: p.status
285
+ status: p.status,
286
+ ...p.loadingMessages?.length ? { loading_messages: p.loadingMessages.slice(0, 10) } : {}
286
287
  });
287
288
  } catch (err) {
288
289
  logVerbose(`slack status update failed for channel ${p.channelId}: ${formatSlackError(err)}`);
@@ -636,10 +637,11 @@ function registerSlackChannelEvents(params) {
636
637
  trackEvent?.();
637
638
  const payload = event;
638
639
  const channelId = payload.channel?.id;
640
+ const channelName = payload.channel?.name_normalized ?? payload.channel?.name;
639
641
  enqueueChannelSystemEvent({
640
642
  kind: "renamed",
641
643
  channelId,
642
- channelName: payload.channel?.name_normalized ?? payload.channel?.name
644
+ channelName
643
645
  });
644
646
  } catch (err) {
645
647
  ctx.runtime.error?.(danger(`slack channel rename handler failed: ${formatErrorMessage(err)}`));
@@ -1271,6 +1273,11 @@ function buildSlackPluginInteractionData(params) {
1271
1273
  function isSlackReplyActionId(actionId) {
1272
1274
  return actionId === "openclaw:reply_button" || actionId === "openclaw:reply_select" || actionId.startsWith(`openclaw:reply_button:`) || actionId.startsWith(`openclaw:reply_select:`);
1273
1275
  }
1276
+ function isSlackReplyLinkAction(parsed) {
1277
+ if (parsed.actionId === "openclaw:reply_link" || parsed.actionId.startsWith(`openclaw:reply_link:`)) return true;
1278
+ const legacyUrl = normalizeOptionalString(parsed.typedAction.url);
1279
+ return Boolean(legacyUrl && isSlackReplyActionId(parsed.actionId));
1280
+ }
1274
1281
  function buildSlackPluginInteractionId(params) {
1275
1282
  const primaryValue = normalizeOptionalString(params.summary.value) || params.summary.selectedValues?.map((value) => normalizeOptionalString(value)).find(Boolean) || "";
1276
1283
  return [
@@ -1299,7 +1306,7 @@ function parseSlackBlockAction(params) {
1299
1306
  userId: typedBody.user?.id ?? "unknown",
1300
1307
  channelId: typedBody.channel?.id ?? typedBody.container?.channel_id,
1301
1308
  messageTs: typedBody.message?.ts ?? typedBody.container?.message_ts,
1302
- threadTs: typedBody.container?.thread_ts,
1309
+ threadTs: typedBody.container?.thread_ts ?? typedBody.message?.thread_ts,
1303
1310
  actionSummary: summarizeAction(typedAction)
1304
1311
  };
1305
1312
  }
@@ -1622,6 +1629,7 @@ async function handleSlackBlockAction(params) {
1622
1629
  log: params.ctx.runtime.log
1623
1630
  });
1624
1631
  if (!parsed) return;
1632
+ if (isSlackReplyLinkAction(parsed)) return;
1625
1633
  params.trackEvent?.();
1626
1634
  const pluginInteractionData = buildSlackPluginInteractionData({
1627
1635
  actionId: parsed.actionId,
@@ -2065,7 +2073,7 @@ const SLACK_INTERACTION_EVENT_MAX_CHARS = 2400;
2065
2073
  const SLACK_INTERACTION_STRING_MAX_CHARS = 160;
2066
2074
  const SLACK_INTERACTION_ARRAY_MAX_ITEMS = 64;
2067
2075
  const SLACK_INTERACTION_COMPACT_INPUTS_MAX_ITEMS = 3;
2068
- const SLACK_INTERACTION_REDACTED_KEYS = new Set([
2076
+ const SLACK_INTERACTION_REDACTED_KEYS = /* @__PURE__ */ new Set([
2069
2077
  "triggerId",
2070
2078
  "responseUrl",
2071
2079
  "workflowTriggerUrl",
@@ -2614,75 +2622,30 @@ function registerSlackMonitorEvents(params) {
2614
2622
  }
2615
2623
  //#endregion
2616
2624
  //#region extensions/slack/src/monitor/inbound-delivery-state.ts
2617
- const TTL_MS = 1440 * 60 * 1e3;
2618
- const MAX_ENTRIES = 2e4;
2619
- const PERSISTENT_MAX_ENTRIES = 2e4;
2620
- const PERSISTENT_NAMESPACE = "slack.inbound-deliveries";
2621
- const deliveredMessages = resolveGlobalDedupeCache(Symbol.for("openclaw.slackInboundDeliveries"), {
2622
- ttlMs: TTL_MS,
2623
- maxSize: MAX_ENTRIES
2625
+ const deliveredMessages = createPersistentDedupeCache({
2626
+ globalKey: Symbol.for("openclaw.slackInboundDeliveries"),
2627
+ ttlMs: 1440 * 60 * 1e3,
2628
+ maxSize: 2e4,
2629
+ persistent: {
2630
+ namespace: "slack.inbound-deliveries",
2631
+ maxEntries: 2e4,
2632
+ openStore: (options) => getOptionalSlackRuntime()?.state.openKeyedStore(options),
2633
+ logError: (error) => {
2634
+ try {
2635
+ getOptionalSlackRuntime()?.logging.getChildLogger({
2636
+ plugin: "slack",
2637
+ feature: "inbound-delivery-state"
2638
+ }).warn("Slack persistent inbound delivery state failed", { error: String(error) });
2639
+ } catch {}
2640
+ }
2641
+ }
2624
2642
  });
2625
- let persistentStore;
2626
- let persistentStoreDisabled = false;
2627
2643
  function makeKey(accountId, channelId, ts) {
2628
2644
  return `${accountId}:${channelId}:${ts}`;
2629
2645
  }
2630
- function reportPersistentInboundDeliveryError(error) {
2631
- try {
2632
- getOptionalSlackRuntime()?.logging.getChildLogger({
2633
- plugin: "slack",
2634
- feature: "inbound-delivery-state"
2635
- }).warn("Slack persistent inbound delivery state failed", { error: String(error) });
2636
- } catch {}
2637
- }
2638
- function disablePersistentInboundDelivery(error) {
2639
- persistentStoreDisabled = true;
2640
- persistentStore = void 0;
2641
- reportPersistentInboundDeliveryError(error);
2642
- }
2643
- function getPersistentInboundDeliveryStore() {
2644
- if (persistentStoreDisabled) return;
2645
- if (persistentStore) return persistentStore;
2646
- const runtime = getOptionalSlackRuntime();
2647
- if (!runtime) return;
2648
- try {
2649
- persistentStore = runtime.state.openKeyedStore({
2650
- namespace: PERSISTENT_NAMESPACE,
2651
- maxEntries: PERSISTENT_MAX_ENTRIES,
2652
- defaultTtlMs: TTL_MS
2653
- });
2654
- return persistentStore;
2655
- } catch (error) {
2656
- disablePersistentInboundDelivery(error);
2657
- return;
2658
- }
2659
- }
2660
- async function lookupPersistentInboundDelivery(key) {
2661
- const store = getPersistentInboundDeliveryStore();
2662
- if (!store) return false;
2663
- try {
2664
- return Boolean(await store.lookup(key));
2665
- } catch (error) {
2666
- disablePersistentInboundDelivery(error);
2667
- return false;
2668
- }
2669
- }
2670
- async function rememberPersistentInboundDelivery(key, deliveredAt) {
2671
- const store = getPersistentInboundDeliveryStore();
2672
- if (!store) return;
2673
- try {
2674
- await store.register(key, { deliveredAt });
2675
- } catch (error) {
2676
- disablePersistentInboundDelivery(error);
2677
- }
2678
- }
2679
2646
  async function hasSlackInboundMessageDelivery(params) {
2680
2647
  if (!params.accountId || !params.channelId || !params.ts) return false;
2681
- const key = makeKey(params.accountId, params.channelId, params.ts);
2682
- if (deliveredMessages.peek(key)) return true;
2683
- const found = await lookupPersistentInboundDelivery(key);
2684
- if (found) deliveredMessages.check(key);
2685
- return found;
2648
+ return await deliveredMessages.lookup(makeKey(params.accountId, params.channelId, params.ts));
2686
2649
  }
2687
2650
  async function recordSlackInboundMessageDeliveries(params) {
2688
2651
  if (!params.accountId || params.messages.length === 0) return;
@@ -2692,9 +2655,7 @@ async function recordSlackInboundMessageDeliveries(params) {
2692
2655
  if (!message.channel || !message.ts) continue;
2693
2656
  keys.add(makeKey(params.accountId, message.channel, message.ts));
2694
2657
  }
2695
- if (keys.size === 0) return;
2696
- for (const key of keys) deliveredMessages.check(key, deliveredAt);
2697
- await Promise.all(Array.from(keys, (key) => rememberPersistentInboundDelivery(key, deliveredAt)));
2658
+ await Promise.all(Array.from(keys, (key) => deliveredMessages.register(key, { deliveredAt }, { at: deliveredAt })));
2698
2659
  }
2699
2660
  //#endregion
2700
2661
  //#region extensions/slack/src/monitor/message-handler/debounce-key.ts
@@ -2740,7 +2701,8 @@ async function resolveThreadTsFromHistory(params) {
2740
2701
  inclusive: true,
2741
2702
  limit: 1
2742
2703
  });
2743
- return normalizeThreadTs((response.messages?.find((entry) => entry.ts === params.messageTs) ?? response.messages?.[0])?.thread_ts);
2704
+ const message = response.messages?.find((entry) => entry.ts === params.messageTs) ?? response.messages?.[0];
2705
+ return normalizeThreadTs(message?.thread_ts);
2744
2706
  } catch (err) {
2745
2707
  if (shouldLogVerbose()) logVerbose(`slack inbound: failed to resolve thread_ts via conversations.history for channel=${params.channelId} ts=${params.messageTs}: ${formatSlackError(err)}`);
2746
2708
  return;
@@ -2820,11 +2782,7 @@ function createSlackThreadTsResolver(params) {
2820
2782
  }
2821
2783
  //#endregion
2822
2784
  //#region extensions/slack/src/monitor/message-handler.ts
2823
- let slackMessagePipelinePromise;
2824
- function loadSlackMessagePipeline() {
2825
- slackMessagePipelinePromise ??= import("./pipeline.runtime-BKICBY52.js");
2826
- return slackMessagePipelinePromise;
2827
- }
2785
+ const loadSlackMessagePipeline = createLazyRuntimeModule(() => import("./pipeline.runtime-0wEFX2CS.js"));
2828
2786
  function createSlackDispatchCompletion() {
2829
2787
  let resolve;
2830
2788
  let reject;
@@ -2838,12 +2796,19 @@ function createSlackDispatchCompletion() {
2838
2796
  };
2839
2797
  }
2840
2798
  const APP_MENTION_RETRY_TTL_MS = 6e4;
2799
+ const RETRYABLE_FLUSH_MAX_ATTEMPTS = 3;
2800
+ const RETRYABLE_FLUSH_RETRY_DELAY_MS = 1e3;
2801
+ const REPLY_SESSION_INIT_CONFLICT_MESSAGE_RE = /reply session initialization conflicted for \S+/u;
2841
2802
  var SlackRetryableInboundError = class extends Error {
2842
2803
  constructor(message, options) {
2843
2804
  super(message, options);
2844
2805
  this.name = "SlackRetryableInboundError";
2845
2806
  }
2846
2807
  };
2808
+ function isRetryableSlackInboundError(error) {
2809
+ if (error instanceof SlackRetryableInboundError) return true;
2810
+ return collectErrorGraphCandidates(error, (current) => [current.cause, current.error]).some((candidate) => REPLY_SESSION_INIT_CONFLICT_MESSAGE_RE.test(formatErrorMessage(candidate)));
2811
+ }
2847
2812
  function shouldDebounceSlackMessage(message, cfg) {
2848
2813
  return shouldDebounceTextInbound({
2849
2814
  text: stripSlackMentionsForCommandDetection(message.text ?? ""),
@@ -2863,6 +2828,29 @@ function createSlackMessageHandler(params) {
2863
2828
  buildKey: (entry) => buildSlackDebounceKey(entry.message, ctx.accountId),
2864
2829
  shouldDebounce: (entry) => shouldDebounceSlackMessage(entry.message, ctx.cfg),
2865
2830
  onFlush: async (entries) => {
2831
+ const retryEntries = (sourceError) => {
2832
+ if (!isRetryableSlackInboundError(sourceError)) return false;
2833
+ const nextEntries = entries.map((entry) => {
2834
+ if (entry.opts.dispatchCompletion) return null;
2835
+ const retryAttempt = entry.opts.retryAttempt ?? 0;
2836
+ if (retryAttempt >= RETRYABLE_FLUSH_MAX_ATTEMPTS) return null;
2837
+ const { dispatchCompletion: _dispatchCompletion, ...retryOpts } = entry.opts;
2838
+ return {
2839
+ ...entry,
2840
+ opts: {
2841
+ ...retryOpts,
2842
+ retryAttempt: retryAttempt + 1
2843
+ }
2844
+ };
2845
+ }).filter((entry) => entry !== null);
2846
+ if (nextEntries.length === 0) return false;
2847
+ setTimeout(() => {
2848
+ for (const entry of nextEntries) enqueueSlackMessage(entry.message, entry.opts).catch((err) => {
2849
+ ctx.runtime.error?.(`slack inbound retry enqueue failed: ${formatErrorMessage(err)}`);
2850
+ });
2851
+ }, RETRYABLE_FLUSH_RETRY_DELAY_MS).unref?.();
2852
+ return true;
2853
+ };
2866
2854
  const completions = entries.map((entry) => entry.opts.dispatchCompletion).filter((completion) => completion !== void 0);
2867
2855
  try {
2868
2856
  await (async () => {
@@ -2887,26 +2875,36 @@ function createSlackMessageHandler(params) {
2887
2875
  try {
2888
2876
  const { prepareSlackMessage, dispatchPreparedSlackMessage } = await loadSlackMessagePipeline();
2889
2877
  const { dispatchCompletion: _completion, awaitDispatch: _awaitDispatch, ...lastOpts } = last.opts;
2890
- const prepared = await prepareSlackMessage({
2891
- ctx,
2892
- account,
2893
- message: syntheticMessage,
2894
- opts: {
2895
- ...lastOpts,
2896
- wasMentioned: combinedMentioned || last.opts.wasMentioned
2878
+ const appMentionRetryKey = seenMessageKey && lastOpts.source === "app_mention" && !ctx.botUserId ? seenMessageKey : void 0;
2879
+ if (appMentionRetryKey) appMentionPreparingKeys.add(appMentionRetryKey);
2880
+ const prepared = await (async () => {
2881
+ try {
2882
+ const result = await prepareSlackMessage({
2883
+ ctx,
2884
+ account,
2885
+ message: syntheticMessage,
2886
+ opts: {
2887
+ ...lastOpts,
2888
+ wasMentioned: combinedMentioned || last.opts.wasMentioned,
2889
+ ...seenMessageKey && lastOpts.source === "message" ? { shouldRecordDroppedHistory: () => !appMentionPreparingKeys.has(seenMessageKey) && !appMentionDispatchedKeys.has(seenMessageKey) } : {}
2890
+ }
2891
+ });
2892
+ if (result && seenMessageKey) {
2893
+ pruneAppMentionRetryKeys(Date.now());
2894
+ if (last.opts.source === "app_mention") rememberExpiringAppMentionKey(appMentionDispatchedKeys, seenMessageKey);
2895
+ else if (last.opts.source === "message" && appMentionDispatchedKeys.has(seenMessageKey)) {
2896
+ appMentionDispatchedKeys.delete(seenMessageKey);
2897
+ appMentionRetryKeys.delete(seenMessageKey);
2898
+ return null;
2899
+ }
2900
+ appMentionRetryKeys.delete(seenMessageKey);
2901
+ }
2902
+ return result;
2903
+ } finally {
2904
+ if (appMentionRetryKey) appMentionPreparingKeys.delete(appMentionRetryKey);
2897
2905
  }
2898
- });
2906
+ })();
2899
2907
  if (!prepared) return;
2900
- if (seenMessageKey) {
2901
- pruneAppMentionRetryKeys(Date.now());
2902
- if (last.opts.source === "app_mention") rememberExpiringAppMentionKey(appMentionDispatchedKeys, seenMessageKey);
2903
- else if (last.opts.source === "message" && appMentionDispatchedKeys.has(seenMessageKey)) {
2904
- appMentionDispatchedKeys.delete(seenMessageKey);
2905
- appMentionRetryKeys.delete(seenMessageKey);
2906
- return;
2907
- }
2908
- appMentionRetryKeys.delete(seenMessageKey);
2909
- }
2910
2908
  if (entries.length > 1) {
2911
2909
  const ids = entries.map((entry) => entry.message.ts).filter(Boolean);
2912
2910
  if (ids.length > 0) {
@@ -2922,22 +2920,24 @@ function createSlackMessageHandler(params) {
2922
2920
  messages: entries.map((entry) => entry.message)
2923
2921
  });
2924
2922
  } catch (error) {
2925
- if (!(error instanceof SlackRetryableInboundError)) await recordSlackInboundMessageDeliveries({
2923
+ if (!isRetryableSlackInboundError(error)) await recordSlackInboundMessageDeliveries({
2926
2924
  accountId: ctx.accountId,
2927
2925
  messages: entries.map((entry) => entry.message)
2928
2926
  });
2929
2927
  throw error;
2930
2928
  }
2931
2929
  } catch (error) {
2932
- if (error instanceof SlackRetryableInboundError) {
2933
- if (seenMessageKey) appMentionDispatchedKeys.delete(seenMessageKey);
2934
- ctx.releaseSeenMessage(last.message.channel, last.message.ts);
2930
+ if (isRetryableSlackInboundError(error)) for (const entry of entries) {
2931
+ const entrySeenKey = buildSeenMessageKey(entry.message.channel, entry.message.ts);
2932
+ if (entrySeenKey) appMentionDispatchedKeys.delete(entrySeenKey);
2933
+ ctx.releaseSeenMessage(entry.message.channel, entry.message.ts);
2935
2934
  }
2936
2935
  throw error;
2937
2936
  }
2938
2937
  })();
2939
2938
  for (const completion of completions) completion.resolve();
2940
2939
  } catch (error) {
2940
+ retryEntries(error);
2941
2941
  for (const completion of completions) completion.reject(error);
2942
2942
  throw error;
2943
2943
  }
@@ -2949,6 +2949,7 @@ function createSlackMessageHandler(params) {
2949
2949
  const threadTsResolver = createSlackThreadTsResolver({ client: ctx.app.client });
2950
2950
  const pendingTopLevelDebounceKeys = /* @__PURE__ */ new Map();
2951
2951
  const appMentionRetryKeys = /* @__PURE__ */ new Map();
2952
+ const appMentionPreparingKeys = /* @__PURE__ */ new Set();
2952
2953
  const appMentionDispatchedKeys = /* @__PURE__ */ new Map();
2953
2954
  const pruneAppMentionRetryKeys = (rawNow) => {
2954
2955
  const now = asDateTimestampMs(rawNow);
@@ -2976,7 +2977,7 @@ function createSlackMessageHandler(params) {
2976
2977
  appMentionRetryKeys.delete(key);
2977
2978
  return true;
2978
2979
  };
2979
- return async (message, opts) => {
2980
+ async function enqueueSlackMessage(message, opts) {
2980
2981
  if (opts.source === "message" && message.type !== "message") return;
2981
2982
  if (opts.source === "message" && message.subtype && message.subtype !== "file_share" && message.subtype !== "bot_message" && message.subtype !== "thread_broadcast") return;
2982
2983
  const seenMessageKey = buildSeenMessageKey(message.channel, message.ts);
@@ -3021,7 +3022,10 @@ function createSlackMessageHandler(params) {
3021
3022
  } } : {}
3022
3023
  }
3023
3024
  });
3024
- await dispatchCompletion?.promise;
3025
+ return dispatchCompletion;
3026
+ }
3027
+ return async (message, opts) => {
3028
+ await (await enqueueSlackMessage(message, opts))?.promise;
3025
3029
  };
3026
3030
  }
3027
3031
  //#endregion
@@ -3034,6 +3038,8 @@ const SLACK_SOCKET_RECONNECT_POLICY = {
3034
3038
  factor: 1.8,
3035
3039
  jitter: .25
3036
3040
  };
3041
+ const SLACK_SOCKET_SHARED_CONNECTION_DOCS_URL = "https://docs.slack.dev/apis/events-api/using-socket-mode#using-multiple-connections";
3042
+ const SLACK_SOCKET_HELLO_MARKER = Buffer.from("\"hello\"");
3037
3043
  function getSocketEmitter(app) {
3038
3044
  const receiver = app.receiver;
3039
3045
  const client = receiver && typeof receiver === "object" ? receiver.client : void 0;
@@ -3046,6 +3052,45 @@ function getSocketEmitter(app) {
3046
3052
  off: (event, listener) => off.call(client, event, listener)
3047
3053
  };
3048
3054
  }
3055
+ function isBufferArray(value) {
3056
+ return Array.isArray(value) && value.every((entry) => Buffer.isBuffer(entry));
3057
+ }
3058
+ function resolveSlackSocketModeConnectionCount(message) {
3059
+ const buffer = Buffer.isBuffer(message) ? message : message instanceof ArrayBuffer ? Buffer.from(message) : isBufferArray(message) ? Buffer.concat(message) : void 0;
3060
+ if (!buffer?.includes(SLACK_SOCKET_HELLO_MARKER)) return;
3061
+ let payload;
3062
+ try {
3063
+ payload = JSON.parse(buffer.toString("utf8"));
3064
+ } catch {
3065
+ return;
3066
+ }
3067
+ const count = isRecord(payload) && payload.type === "hello" ? payload.num_connections : void 0;
3068
+ return typeof count === "number" && Number.isSafeInteger(count) && count >= 0 ? count : void 0;
3069
+ }
3070
+ function formatSlackSocketModeSharedConnectionWarning(activeConnections) {
3071
+ return [
3072
+ `slack socket mode reports ${activeConnections} active connections for this Slack app`,
3073
+ "Slack may deliver each event to any one connection",
3074
+ "ensure every OpenClaw gateway sharing this app has equivalent routing and authorization, or use a separate Slack app per gateway, one relay ingress, or HTTP Request URLs behind a load balancer",
3075
+ `See ${SLACK_SOCKET_SHARED_CONNECTION_DOCS_URL}`
3076
+ ].join("; ");
3077
+ }
3078
+ function registerSlackSocketModeConnectionDiagnostics(params) {
3079
+ const emitter = getSocketEmitter(params.app);
3080
+ if (!emitter) return () => {};
3081
+ let hasWarned = false;
3082
+ const listener = (message, isBinary) => {
3083
+ if (isBinary === true || hasWarned) return;
3084
+ const activeConnections = resolveSlackSocketModeConnectionCount(message);
3085
+ if (activeConnections === void 0 || activeConnections <= 1) return;
3086
+ hasWarned = true;
3087
+ params.onSharedConnection(activeConnections);
3088
+ };
3089
+ emitter.on("ws_message", listener);
3090
+ return () => {
3091
+ emitter.off("ws_message", listener);
3092
+ };
3093
+ }
3049
3094
  function waitForSlackSocketDisconnect(app, abortSignal) {
3050
3095
  return new Promise((resolve) => {
3051
3096
  const emitter = getSocketEmitter(app);
@@ -3242,7 +3287,7 @@ function shouldSkipOpenClawSlackSelfEvent(args) {
3242
3287
  if (message?.subtype === "bot_message" && botId && message.bot_id === botId) return true;
3243
3288
  const event = asOptionalRecord(args.event);
3244
3289
  if (event?.type === "message" && event.subtype === "message_changed" && event.user === botUserId) return false;
3245
- const eventsWhichShouldBeKept = new Set(["member_joined_channel", "member_left_channel"]);
3290
+ const eventsWhichShouldBeKept = /* @__PURE__ */ new Set(["member_joined_channel", "member_left_channel"]);
3246
3291
  return Boolean(botUserId && event && event.user === botUserId && typeof event.type === "string" && !eventsWhichShouldBeKept.has(event.type));
3247
3292
  }
3248
3293
  function createSlackBoltApp(params) {
@@ -3392,6 +3437,7 @@ async function authorizeSlackDirectMessage(params) {
3392
3437
  if (params.ctx.dmPolicy === "pairing") {
3393
3438
  await createChannelPairingChallengeIssuer({
3394
3439
  channel: "slack",
3440
+ accountId: params.accountId,
3395
3441
  upsertPairingRequest: async ({ id, meta }) => await upsertChannelPairingRequest({
3396
3442
  channel: "slack",
3397
3443
  id,
@@ -3494,26 +3540,10 @@ const SLACK_COMMAND_ARG_BUTTON_VALUE_MAX = 2e3;
3494
3540
  const SLACK_COMMAND_ARG_CONFIRM_TEXT_MAX = 300;
3495
3541
  const SLACK_HEADER_TEXT_MAX = 150;
3496
3542
  const SLACK_COMMAND_ARG_ACTION_BLOCKS_MAX = 47;
3497
- let slashCommandsRuntimePromise = null;
3498
- let slashDispatchRuntimePromise = null;
3499
- let slackPluginCommandsRuntimePromise = null;
3500
- let slashSkillCommandsRuntimePromise = null;
3501
- function loadSlashCommandsRuntime() {
3502
- slashCommandsRuntimePromise ??= import("./slash-commands.runtime-BTTMlmwy.js");
3503
- return slashCommandsRuntimePromise;
3504
- }
3505
- function loadSlashDispatchRuntime() {
3506
- slashDispatchRuntimePromise ??= import("./slash-dispatch.runtime-C-1pDqWi.js");
3507
- return slashDispatchRuntimePromise;
3508
- }
3509
- function loadSlackPluginCommandsRuntime() {
3510
- slackPluginCommandsRuntimePromise ??= import("./slash-plugin-commands.runtime-Dosfcx3X.js");
3511
- return slackPluginCommandsRuntimePromise;
3512
- }
3513
- function loadSlashSkillCommandsRuntime() {
3514
- slashSkillCommandsRuntimePromise ??= import("./slash-skill-commands.runtime-CD1J2ODY.js");
3515
- return slashSkillCommandsRuntimePromise;
3516
- }
3543
+ const loadSlashCommandsRuntime = createLazyRuntimeModule(() => import("./slash-commands.runtime-BTTMlmwy.js"));
3544
+ const loadSlashDispatchRuntime = createLazyRuntimeModule(() => import("./slash-dispatch.runtime-Ccm3quU1.js"));
3545
+ const loadSlackPluginCommandsRuntime = createLazyRuntimeModule(() => import("./slash-plugin-commands.runtime-Dosfcx3X.js"));
3546
+ const loadSlashSkillCommandsRuntime = createLazyRuntimeModule(() => import("./slash-skill-commands.runtime-CD1J2ODY.js"));
3517
3547
  function resolveSlackCommandMenuModelContext(params) {
3518
3548
  if (!params.sessionKey.trim()) return {};
3519
3549
  try {
@@ -3892,7 +3922,10 @@ async function registerSlackMonitorSlashCommands(params) {
3892
3922
  agentId: menuRoute.agentId,
3893
3923
  sessionKey: menuRoute.sessionKey
3894
3924
  }) : {};
3895
- const menuModelCatalog = commandDefinition.key === "think" && menuNeedsModelContext ? await loadModelCatalog({ config: cfg }) : void 0;
3925
+ const menuModelCatalog = commandDefinition.key === "think" && menuNeedsModelContext ? await loadModelCatalog({
3926
+ config: cfg,
3927
+ readOnly: true
3928
+ }) : void 0;
3896
3929
  const menu = resolveCommandArgMenu({
3897
3930
  command: commandDefinition,
3898
3931
  args: commandArgs,
@@ -4083,12 +4116,13 @@ async function registerSlackMonitorSlashCommands(params) {
4083
4116
  const commandDefinition = slashCommandsRuntime.findCommandByNativeName(command.name, "slack");
4084
4117
  const rawText = cmd.text?.trim() ?? "";
4085
4118
  const commandArgs = commandDefinition ? slashCommandsRuntime.parseCommandArgs(commandDefinition, rawText) : rawText ? { raw: rawText } : void 0;
4119
+ const prompt = commandDefinition ? slashCommandsRuntime.buildCommandTextFromArgs(commandDefinition, commandArgs) : rawText ? `/${command.name} ${rawText}` : `/${command.name}`;
4086
4120
  await handleSlashCommand({
4087
4121
  command: cmd,
4088
4122
  ack,
4089
4123
  respond,
4090
4124
  body,
4091
- prompt: commandDefinition ? slashCommandsRuntime.buildCommandTextFromArgs(commandDefinition, commandArgs) : rawText ? `/${command.name} ${rawText}` : `/${command.name}`,
4125
+ prompt,
4092
4126
  commandArgs,
4093
4127
  commandDefinition: commandDefinition ?? void 0
4094
4128
  });
@@ -4188,14 +4222,15 @@ async function registerSlackMonitorSlashCommands(params) {
4188
4222
  const user = body.user;
4189
4223
  const userName = user && "name" in user && user.name ? user.name : user && "username" in user && user.username ? user.username : user?.id ?? "";
4190
4224
  const triggerId = "trigger_id" in body ? body.trigger_id : void 0;
4225
+ const commandPayload = {
4226
+ user_id: user?.id ?? "",
4227
+ user_name: userName,
4228
+ channel_id: body.channel?.id ?? "",
4229
+ channel_name: body.channel?.name ?? body.channel?.id ?? "",
4230
+ trigger_id: triggerId
4231
+ };
4191
4232
  await handleSlashCommand({
4192
- command: {
4193
- user_id: user?.id ?? "",
4194
- user_name: userName,
4195
- channel_id: body.channel?.id ?? "",
4196
- channel_name: body.channel?.name ?? body.channel?.id ?? "",
4197
- trigger_id: triggerId
4198
- },
4233
+ command: commandPayload,
4199
4234
  ack: async () => {},
4200
4235
  respond: respondFn,
4201
4236
  body,
@@ -4210,7 +4245,6 @@ async function registerSlackMonitorSlashCommands(params) {
4210
4245
  //#endregion
4211
4246
  //#region extensions/slack/src/monitor/provider.ts
4212
4247
  let slackBoltInterop;
4213
- let slackRelaySourcePromise;
4214
4248
  async function getSlackBoltInterop() {
4215
4249
  if (!slackBoltInterop) {
4216
4250
  const slackBoltModule = await import("@slack/bolt");
@@ -4221,10 +4255,7 @@ async function getSlackBoltInterop() {
4221
4255
  }
4222
4256
  return slackBoltInterop;
4223
4257
  }
4224
- function loadSlackRelaySource() {
4225
- slackRelaySourcePromise ??= import("./relay-source-BpBIUaF8.js");
4226
- return slackRelaySourcePromise;
4227
- }
4258
+ const loadSlackRelaySource = createLazyRuntimeModule(() => import("./relay-source-CU1LhyBj.js"));
4228
4259
  const SLACK_WEBHOOK_MAX_BODY_BYTES = 1024 * 1024;
4229
4260
  const SLACK_WEBHOOK_BODY_TIMEOUT_MS = 3e4;
4230
4261
  function resolveStableSlackUserIdEntry(raw) {
@@ -4386,6 +4417,12 @@ async function monitorSlackProvider(opts = {}) {
4386
4417
  }
4387
4418
  } : null;
4388
4419
  let unregisterHttpHandler = null;
4420
+ const unregisterSocketModeConnectionDiagnostics = slackMode === "socket" ? registerSlackSocketModeConnectionDiagnostics({
4421
+ app,
4422
+ onSharedConnection: (activeConnections) => {
4423
+ runtime.log?.(warn(formatSlackSocketModeSharedConnectionWarning(activeConnections)));
4424
+ }
4425
+ }) : () => {};
4389
4426
  let botUserId = "";
4390
4427
  let botId = "";
4391
4428
  let teamId = "";
@@ -4393,13 +4430,19 @@ async function monitorSlackProvider(opts = {}) {
4393
4430
  const expectedApiAppIdFromAppToken = slackMode === "socket" ? parseApiAppIdFromAppToken(appToken) : void 0;
4394
4431
  let authTestFailed = false;
4395
4432
  let authTestError;
4433
+ let authIdentityWarning;
4396
4434
  try {
4397
4435
  const auth = await app.client.auth.test();
4398
- botUserId = auth.user_id ?? "";
4399
- botId = auth.bot_id ?? "";
4436
+ const authUserId = normalizeOptionalString(auth.user_id) ?? "";
4437
+ botId = normalizeOptionalString(auth.bot_id) ?? "";
4438
+ botUserId = botId ? authUserId : "";
4400
4439
  teamId = auth.team_id ?? "";
4401
4440
  apiAppId = auth.api_app_id ?? "";
4402
- if (!botUserId) {
4441
+ authIdentityWarning = formatSlackBotTokenIdentityWarning({
4442
+ auth,
4443
+ accountId: account.accountId
4444
+ });
4445
+ if (!authUserId) {
4403
4446
  authTestFailed = true;
4404
4447
  authTestError = "auth.test returned no user_id";
4405
4448
  }
@@ -4407,7 +4450,8 @@ async function monitorSlackProvider(opts = {}) {
4407
4450
  authTestFailed = true;
4408
4451
  authTestError = err instanceof Error ? err.message : String(err);
4409
4452
  }
4410
- if (authTestFailed) runtime.log?.(warn(`[${account.accountId}] slack auth.test failed at boot (${authTestError ?? "unknown error"}); explicit bot-mention detection will be disabled until restart with a valid bot token`));
4453
+ if (authTestFailed) runtime.log?.(warn(`[${account.accountId}] slack auth.test failed at boot (${authTestError ?? "unknown error"}); explicit bot-mention detection will be disabled until restart with a valid bot token; required-mention channels will fail closed without another trusted activation signal`));
4454
+ if (authIdentityWarning) runtime.log?.(warn(authIdentityWarning));
4411
4455
  if (apiAppId && expectedApiAppIdFromAppToken && apiAppId !== expectedApiAppIdFromAppToken) runtime.error?.(`slack token mismatch: bot token api_app_id=${apiAppId} but app token looks like api_app_id=${expectedApiAppIdFromAppToken}`);
4412
4456
  const ctx = createSlackMonitorContext({
4413
4457
  cfg,
@@ -4663,6 +4707,7 @@ async function monitorSlackProvider(opts = {}) {
4663
4707
  } finally {
4664
4708
  if (slackMode === "relay") setSlackDefaultSendIdentity(account.accountId, void 0);
4665
4709
  opts.abortSignal?.removeEventListener("abort", stopOnAbort);
4710
+ unregisterSocketModeConnectionDiagnostics();
4666
4711
  unregisterHttpHandler?.();
4667
4712
  await gracefulStop();
4668
4713
  }
@@ -1,11 +1,11 @@
1
- import { a as SLACK_SOCKET_RECONNECT_POLICY, o as formatUnknownError } from "./provider-DOZHzRWi.js";
1
+ import { a as SLACK_SOCKET_RECONNECT_POLICY, o as formatUnknownError } from "./provider-Cot8h818.js";
2
2
  import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
3
3
  import { computeBackoff, sleepWithAbort, warn } from "openclaw/plugin-sdk/runtime-env";
4
4
  import { Buffer } from "node:buffer";
5
5
  import { isIP } from "node:net";
6
6
  import WebSocket from "ws";
7
7
  //#region extensions/slack/src/monitor/relay-source.ts
8
- const SLACK_RELAY_ROUTE_KINDS = new Set([
8
+ const SLACK_RELAY_ROUTE_KINDS = /* @__PURE__ */ new Set([
9
9
  "user_group",
10
10
  "thread_affinity",
11
11
  "channel_default"
@@ -1,6 +1,7 @@
1
- import { a as SLACK_TEXT_LIMIT, t as resolveSlackReplyBlocks } from "./reply-blocks-CfJqf7eq.js";
2
- import { s as markdownToSlackMrkdwnChunks, t as sendMessageSlack } from "./send-Dg6U9K7_.js";
3
- import "./provider-DOZHzRWi.js";
1
+ import { a as SLACK_TEXT_LIMIT, t as resolveSlackReplyBlocks } from "./reply-blocks-BGQ6zSqM.js";
2
+ import { r as sendMessageSlack } from "./send-DKDXoeoV.js";
3
+ import { t as markdownToSlackMrkdwnChunks } from "./format-YCNoNkM2.js";
4
+ import "./provider-Cot8h818.js";
4
5
  import { createReplyReferencePlanner } from "openclaw/plugin-sdk/reply-reference";
5
6
  import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
6
7
  import { SILENT_REPLY_TOKEN, chunkMarkdownTextWithMode, isSilentReplyText } from "openclaw/plugin-sdk/reply-chunking";