@openclaw/slack 2026.8.1-beta.3 → 2026.9.1-beta.1

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 (233) hide show
  1. package/dist/account-configured-sUohAxZr.js +33 -0
  2. package/dist/account-inspect-CN2hBsim.js +87 -0
  3. package/dist/account-inspect-api.js +1 -1
  4. package/dist/{accounts-BlzxuYle.js → accounts-Dm_H77gH.js} +7 -10
  5. package/dist/{accounts.runtime-CbabBL8x.js → accounts.runtime-DRuEK6mL.js} +1 -1
  6. package/dist/{action-runtime-D6jg2CQd.js → action-runtime-BoSeX09X.js} +18 -21
  7. package/dist/action-runtime.runtime-Dpa16J87.js +2 -0
  8. package/dist/{actions-DFk0ANVB.js → actions-XdQyjG_p.js} +98 -66
  9. package/dist/api.js +12 -12
  10. package/dist/{approval-handler.runtime-BNvAoKdK.js → approval-handler.runtime-DxXfGX_Z.js} +53 -176
  11. package/dist/{channel-CA5w7qDF.js → channel-C_vnTgxo.js} +60 -54
  12. package/dist/channel-plugin-api.js +1 -1
  13. package/dist/{channel-type-CZWv55Wu.js → channel-type-j-2lalcC.js} +3 -3
  14. package/dist/{channel.setup-CpyYsEXH.js → channel.setup-aal8tokM.js} +33 -48
  15. package/dist/configured-state.js +34 -0
  16. package/dist/{directory-config-BGYyuzWh.js → directory-config-DqfQ42OV.js} +1 -1
  17. package/dist/directory-contract-api.js +1 -1
  18. package/dist/{directory-live-DjUJQLbq.js → directory-live-lC6X_Ru-.js} +2 -2
  19. package/dist/{group-policy-DyfB_ZIE.js → group-policy-CU1tEGpS.js} +536 -609
  20. package/dist/{message-tool-api-CqMr5Rmc.js → message-tool-api-CWosHSi5.js} +6 -5
  21. package/dist/message-tool-api.js +1 -1
  22. package/dist/{monitor-Chrecrb9.js → monitor-DrNCGneD.js} +3 -3
  23. package/dist/{outbound-adapter-DuRqAQXK.js → outbound-adapter-DkT2vUE9.js} +34 -13
  24. package/dist/{pipeline.runtime-Bbfd5VFW.js → pipeline.runtime-CRRng_Nw.js} +74 -137
  25. package/dist/{policy-BKXSxrIS.js → policy-BoP6t88v.js} +1 -1
  26. package/dist/{probe-BVA65leh.js → probe-4_aHtVT3.js} +2 -21
  27. package/dist/{provider-CUUiwsg2.js → provider-D4nDgxCh.js} +187 -63
  28. package/dist/{relay-source-mhpMMRG-.js → relay-source-CEmze11m.js} +1 -1
  29. package/dist/{replies-SnWyXcsL.js → replies-D9XMM_S0.js} +14 -4
  30. package/dist/{resolve-channels-BSpqC8jU.js → resolve-channels-DSamDgVs.js} +1 -1
  31. package/dist/{resolve-users-Dvz9pDe0.js → resolve-users-CIzwbaJR.js} +1 -1
  32. package/dist/runtime-api.js +11 -11
  33. package/dist/{scopes-BSk4GZvZ.js → scopes-BBrUzpBH.js} +1 -1
  34. package/dist/{send-CtnOxKCc.js → send-DtjEnlLh.js} +37 -29
  35. package/dist/{send.runtime-kYctMHSd.js → send.runtime-DQeNKa2J.js} +1 -1
  36. package/dist/setup-plugin-api.js +1 -1
  37. package/dist/{setup-surface-BPFfp6So.js → setup-surface-CsBCM4rP.js} +6 -6
  38. package/dist/{shared-DJBaslN7.js → shared-D9GeeR9K.js} +24 -6
  39. package/dist/{slack-client-kind-BXyOOICI.js → slack-client-kind-hSfjXyUM.js} +1 -1
  40. package/dist/{slash-dispatch.runtime-Cf2FTrnf.js → slash-dispatch.runtime-Chr3YHnT.js} +2 -2
  41. package/node_modules/@slack/bolt/node_modules/@types/node/README.md +1 -1
  42. package/node_modules/@slack/bolt/node_modules/@types/node/child_process.d.ts +0 -1
  43. package/node_modules/@slack/bolt/node_modules/@types/node/crypto.d.ts +6 -6
  44. package/node_modules/@slack/bolt/node_modules/@types/node/dns/promises.d.ts +5 -5
  45. package/node_modules/@slack/bolt/node_modules/@types/node/dns.d.ts +5 -5
  46. package/node_modules/@slack/bolt/node_modules/@types/node/fs.d.ts +7 -0
  47. package/node_modules/@slack/bolt/node_modules/@types/node/http.d.ts +30 -0
  48. package/node_modules/@slack/bolt/node_modules/@types/node/http2.d.ts +4 -4
  49. package/node_modules/@slack/bolt/node_modules/@types/node/os.d.ts +30 -30
  50. package/node_modules/@slack/bolt/node_modules/@types/node/package.json +2 -2
  51. package/node_modules/@slack/bolt/node_modules/@types/node/perf_hooks.d.ts +2 -1
  52. package/node_modules/@slack/bolt/node_modules/@types/node/process.d.ts +42 -43
  53. package/node_modules/@slack/bolt/node_modules/@types/node/quic.d.ts +1049 -84
  54. package/node_modules/@slack/bolt/node_modules/@types/node/sqlite.d.ts +14 -1
  55. package/node_modules/@slack/bolt/node_modules/@types/node/stream/iter.d.ts +3 -2
  56. package/node_modules/@slack/bolt/node_modules/@types/node/test.d.ts +61 -0
  57. package/node_modules/@slack/bolt/node_modules/@types/node/v8.d.ts +20 -23
  58. package/node_modules/@slack/bolt/node_modules/body-parser/node_modules/content-type/README.md +2 -0
  59. package/node_modules/@slack/bolt/node_modules/body-parser/node_modules/content-type/dist/index.d.ts +20 -0
  60. package/node_modules/@slack/bolt/node_modules/body-parser/node_modules/content-type/dist/index.js +20 -14
  61. package/node_modules/@slack/bolt/node_modules/body-parser/node_modules/content-type/dist/index.js.map +1 -1
  62. package/node_modules/@slack/bolt/node_modules/body-parser/node_modules/content-type/package.json +1 -1
  63. package/node_modules/@slack/bolt/node_modules/type-is/node_modules/content-type/README.md +2 -0
  64. package/node_modules/@slack/bolt/node_modules/type-is/node_modules/content-type/dist/index.d.ts +20 -0
  65. package/node_modules/@slack/bolt/node_modules/type-is/node_modules/content-type/dist/index.js +20 -14
  66. package/node_modules/@slack/bolt/node_modules/type-is/node_modules/content-type/dist/index.js.map +1 -1
  67. package/node_modules/@slack/bolt/node_modules/type-is/node_modules/content-type/package.json +1 -1
  68. package/node_modules/@slack/socket-mode/node_modules/@types/node/README.md +1 -1
  69. package/node_modules/@slack/socket-mode/node_modules/@types/node/child_process.d.ts +0 -1
  70. package/node_modules/@slack/socket-mode/node_modules/@types/node/crypto.d.ts +6 -6
  71. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns/promises.d.ts +5 -5
  72. package/node_modules/@slack/socket-mode/node_modules/@types/node/dns.d.ts +5 -5
  73. package/node_modules/@slack/socket-mode/node_modules/@types/node/fs.d.ts +7 -0
  74. package/node_modules/@slack/socket-mode/node_modules/@types/node/http.d.ts +30 -0
  75. package/node_modules/@slack/socket-mode/node_modules/@types/node/http2.d.ts +4 -4
  76. package/node_modules/@slack/socket-mode/node_modules/@types/node/os.d.ts +30 -30
  77. package/node_modules/@slack/socket-mode/node_modules/@types/node/package.json +2 -2
  78. package/node_modules/@slack/socket-mode/node_modules/@types/node/perf_hooks.d.ts +2 -1
  79. package/node_modules/@slack/socket-mode/node_modules/@types/node/process.d.ts +42 -43
  80. package/node_modules/@slack/socket-mode/node_modules/@types/node/quic.d.ts +1049 -84
  81. package/node_modules/@slack/socket-mode/node_modules/@types/node/sqlite.d.ts +14 -1
  82. package/node_modules/@slack/socket-mode/node_modules/@types/node/stream/iter.d.ts +3 -2
  83. package/node_modules/@slack/socket-mode/node_modules/@types/node/test.d.ts +61 -0
  84. package/node_modules/@slack/socket-mode/node_modules/@types/node/v8.d.ts +20 -23
  85. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  86. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -1
  87. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +6 -6
  88. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +5 -5
  89. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +5 -5
  90. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +7 -0
  91. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +30 -0
  92. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +4 -4
  93. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +30 -30
  94. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
  95. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +2 -1
  96. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +42 -43
  97. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +1049 -84
  98. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +14 -1
  99. package/node_modules/@slack/web-api/node_modules/@types/node/stream/iter.d.ts +3 -2
  100. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +61 -0
  101. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +20 -23
  102. package/node_modules/typebox/build/format/date.d.mts +1 -1
  103. package/node_modules/typebox/build/format/date.mjs +1 -1
  104. package/node_modules/typebox/build/format/date_time.d.mts +2 -2
  105. package/node_modules/typebox/build/format/date_time.mjs +3 -3
  106. package/node_modules/typebox/build/format/email.d.mts +1 -1
  107. package/node_modules/typebox/build/format/email.mjs +2 -2
  108. package/node_modules/typebox/build/format/hostname.mjs +2 -10
  109. package/node_modules/typebox/build/format/idn_email.d.mts +1 -1
  110. package/node_modules/typebox/build/format/idn_email.mjs +3 -3
  111. package/node_modules/typebox/build/format/idn_hostname.d.mts +1 -0
  112. package/node_modules/typebox/build/format/idn_hostname.mjs +3 -11
  113. package/node_modules/typebox/build/format/idna/format/bidi.d.mts +3 -0
  114. package/node_modules/typebox/build/format/idna/format/bidi.mjs +98 -0
  115. package/node_modules/typebox/build/format/idna/format/puny.d.mts +3 -0
  116. package/node_modules/typebox/build/format/idna/format/puny.mjs +144 -0
  117. package/node_modules/typebox/build/format/idna/hostname.d.mts +1 -0
  118. package/node_modules/typebox/build/format/idna/hostname.mjs +16 -0
  119. package/node_modules/typebox/build/format/idna/idn-hostname.d.mts +1 -0
  120. package/node_modules/typebox/build/format/idna/idn-hostname.mjs +23 -0
  121. package/node_modules/typebox/build/format/idna/index.d.mts +2 -0
  122. package/node_modules/typebox/build/format/idna/index.mjs +2 -0
  123. package/node_modules/typebox/build/format/idna/label/ascii.d.mts +1 -0
  124. package/node_modules/typebox/build/format/idna/label/ascii.mjs +9 -0
  125. package/node_modules/typebox/build/format/idna/label/puny.d.mts +1 -0
  126. package/node_modules/typebox/build/format/idna/label/puny.mjs +28 -0
  127. package/node_modules/typebox/build/format/idna/label/unicode.d.mts +1 -0
  128. package/node_modules/typebox/build/format/idna/label/unicode.mjs +106 -0
  129. package/node_modules/typebox/build/format/idna/pattern/pattern.d.mts +30 -0
  130. package/node_modules/typebox/build/format/idna/pattern/pattern.mjs +70 -0
  131. package/node_modules/typebox/build/format/ipv4.d.mts +0 -1
  132. package/node_modules/typebox/build/format/ipv4.mjs +2 -32
  133. package/node_modules/typebox/build/format/ipv6.mjs +2 -61
  134. package/node_modules/typebox/build/format/iri.d.mts +2 -2
  135. package/node_modules/typebox/build/format/iri.mjs +26 -8
  136. package/node_modules/typebox/build/format/iri_reference.d.mts +2 -2
  137. package/node_modules/typebox/build/format/iri_reference.mjs +9 -55
  138. package/node_modules/typebox/build/format/regex.d.mts +1 -2
  139. package/node_modules/typebox/build/format/regex.mjs +2 -6
  140. package/node_modules/typebox/build/format/time.d.mts +2 -2
  141. package/node_modules/typebox/build/format/time.mjs +19 -14
  142. package/node_modules/typebox/build/format/uri.d.mts +1 -1
  143. package/node_modules/typebox/build/format/uri.mjs +3 -130
  144. package/node_modules/typebox/build/format/uri_reference.d.mts +1 -1
  145. package/node_modules/typebox/build/format/uri_reference.mjs +2 -3
  146. package/node_modules/typebox/build/format/uri_template.d.mts +2 -3
  147. package/node_modules/typebox/build/format/uri_template.mjs +4 -5
  148. package/node_modules/typebox/build/format/url.d.mts +3 -3
  149. package/node_modules/typebox/build/format/url.mjs +4 -5
  150. package/node_modules/typebox/build/guard/emit.d.mts +3 -1
  151. package/node_modules/typebox/build/guard/emit.mjs +12 -5
  152. package/node_modules/typebox/build/guard/guard.d.mts +8 -2
  153. package/node_modules/typebox/build/guard/guard.mjs +25 -4
  154. package/node_modules/typebox/build/guard/string.d.mts +2 -2
  155. package/node_modules/typebox/build/guard/string.mjs +7 -7
  156. package/node_modules/typebox/build/schema/engine/_context.mjs +3 -3
  157. package/node_modules/typebox/build/schema/engine/_functions.mjs +1 -2
  158. package/node_modules/typebox/build/schema/engine/_regexp.d.mts +2 -0
  159. package/node_modules/typebox/build/schema/engine/_regexp.mjs +4 -0
  160. package/node_modules/typebox/build/schema/engine/_stack.mjs +12 -13
  161. package/node_modules/typebox/build/schema/engine/additionalItems.mjs +17 -7
  162. package/node_modules/typebox/build/schema/engine/additionalProperties.mjs +4 -3
  163. package/node_modules/typebox/build/schema/engine/contains.mjs +18 -6
  164. package/node_modules/typebox/build/schema/engine/enum.mjs +1 -1
  165. package/node_modules/typebox/build/schema/engine/items.mjs +26 -6
  166. package/node_modules/typebox/build/schema/engine/maxContains.mjs +3 -3
  167. package/node_modules/typebox/build/schema/engine/minContains.mjs +14 -4
  168. package/node_modules/typebox/build/schema/engine/not.mjs +4 -2
  169. package/node_modules/typebox/build/schema/engine/oneOf.mjs +7 -6
  170. package/node_modules/typebox/build/schema/engine/pattern.mjs +3 -2
  171. package/node_modules/typebox/build/schema/engine/patternProperties.mjs +4 -3
  172. package/node_modules/typebox/build/schema/engine/ref.mjs +1 -7
  173. package/node_modules/typebox/build/schema/engine/schema.mjs +13 -4
  174. package/node_modules/typebox/build/schema/engine/type.mjs +1 -1
  175. package/node_modules/typebox/build/schema/resolve/resolve.d.mts +4 -1
  176. package/node_modules/typebox/build/schema/resolve/resolve.mjs +202 -1
  177. package/node_modules/typebox/build/schema/static/propertyNames.d.mts +5 -0
  178. package/node_modules/typebox/build/schema/static/propertyNames.mjs +3 -0
  179. package/node_modules/typebox/build/schema/static/schema.d.mts +3 -0
  180. package/node_modules/typebox/build/schema/types/index.d.mts +0 -2
  181. package/node_modules/typebox/build/schema/types/index.mjs +0 -2
  182. package/node_modules/typebox/build/system/memory/clone.mjs +14 -11
  183. package/node_modules/typebox/build/system/memory/discard.mjs +6 -5
  184. package/node_modules/typebox/build/system/settings/settings.d.mts +9 -0
  185. package/node_modules/typebox/build/system/settings/settings.mjs +2 -0
  186. package/node_modules/typebox/build/type/engine/call/distribute_arguments.d.mts +6 -1
  187. package/node_modules/typebox/build/type/engine/call/distribute_arguments.mjs +16 -3
  188. package/node_modules/typebox/build/type/engine/call/instantiate.mjs +34 -4
  189. package/node_modules/typebox/build/type/engine/evaluate/broaden.d.mts +5 -5
  190. package/node_modules/typebox/build/type/engine/evaluate/broaden.mjs +20 -26
  191. package/node_modules/typebox/build/type/engine/evaluate/compare.d.mts +6 -10
  192. package/node_modules/typebox/build/type/engine/evaluate/compare.mjs +9 -13
  193. package/node_modules/typebox/build/type/engine/evaluate/composite.d.mts +7 -4
  194. package/node_modules/typebox/build/type/engine/evaluate/composite.mjs +12 -19
  195. package/node_modules/typebox/build/type/engine/evaluate/distribute.d.mts +4 -20
  196. package/node_modules/typebox/build/type/engine/evaluate/distribute.mjs +8 -20
  197. package/node_modules/typebox/build/type/engine/evaluate/evaluate.d.mts +4 -4
  198. package/node_modules/typebox/build/type/engine/evaluate/evaluate.mjs +11 -8
  199. package/node_modules/typebox/build/type/engine/evaluate/flatten.d.mts +1 -1
  200. package/node_modules/typebox/build/type/engine/evaluate/flatten.mjs +3 -4
  201. package/node_modules/typebox/build/type/engine/evaluate/narrow.d.mts +17 -2
  202. package/node_modules/typebox/build/type/engine/evaluate/narrow.mjs +26 -6
  203. package/node_modules/typebox/build/type/engine/exclude/operation.mjs +3 -4
  204. package/node_modules/typebox/build/type/engine/extract/operation.d.mts +1 -1
  205. package/node_modules/typebox/build/type/engine/extract/operation.mjs +3 -4
  206. package/node_modules/typebox/build/type/engine/priority/priority.d.mts +2 -2
  207. package/node_modules/typebox/build/type/engine/priority/priority.mjs +3 -4
  208. package/node_modules/typebox/build/type/script/mapping.d.mts +32 -29
  209. package/node_modules/typebox/build/type/script/mapping.mjs +18 -25
  210. package/node_modules/typebox/build/type/script/parser.d.mts +19 -25
  211. package/node_modules/typebox/build/type/script/parser.mjs +27 -23
  212. package/node_modules/typebox/build/value/errors/errors.d.mts +2 -2
  213. package/node_modules/typebox/build/value/errors/errors.mjs +1 -1
  214. package/node_modules/typebox/package.json +27 -27
  215. package/node_modules/typebox/readme.md +79 -82
  216. package/node_modules/ws/lib/permessage-deflate.js +3 -1
  217. package/node_modules/ws/package.json +1 -1
  218. package/package.json +9 -7
  219. package/dist/account-configured-BwfXBo_F.js +0 -14
  220. package/dist/account-inspect-YJvFBbCR.js +0 -89
  221. package/dist/action-runtime.runtime-JtoOK9l5.js +0 -2
  222. package/dist/actions.runtime-CYLsYRai.js +0 -2
  223. package/dist/runtime-api-DBi7xc_g.js +0 -10
  224. package/node_modules/typebox/build/format/_idna.d.mts +0 -2
  225. package/node_modules/typebox/build/format/_idna.mjs +0 -246
  226. package/node_modules/typebox/build/format/_puny.d.mts +0 -1
  227. package/node_modules/typebox/build/format/_puny.mjs +0 -77
  228. package/node_modules/typebox/build/schema/resolve/ref.d.mts +0 -3
  229. package/node_modules/typebox/build/schema/resolve/ref.mjs +0 -146
  230. package/node_modules/typebox/build/schema/types/contentEncoding.d.mts +0 -9
  231. package/node_modules/typebox/build/schema/types/contentEncoding.mjs +0 -13
  232. package/node_modules/typebox/build/schema/types/contentMediaType.d.mts +0 -9
  233. package/node_modules/typebox/build/schema/types/contentMediaType.mjs +0 -13
@@ -1,8 +1,8 @@
1
- import { a as resolveSlackAccount, c as resolveSlackConfigAccessorAccount, i as resolveDefaultSlackAccountId, n as listSlackAccountIds } from "./accounts-BlzxuYle.js";
2
- import { t as inspectSlackAccount } from "./account-inspect-YJvFBbCR.js";
3
- import { t as isSlackPluginAccountConfigured } from "./account-configured-BwfXBo_F.js";
1
+ import { r as isSlackSetupAccountConfigured } from "./account-configured-sUohAxZr.js";
2
+ import { a as resolveSlackAccount, c as resolveSlackConfigAccessorAccount, i as resolveDefaultSlackAccountId, n as listSlackAccountIds } from "./accounts-Dm_H77gH.js";
3
+ import { t as inspectSlackAccount } from "./account-inspect-CN2hBsim.js";
4
4
  import { t as SlackChannelConfigSchema } from "./config-schema-CN3XZRX5.js";
5
- import { hasConfiguredSecretInput, normalizeSecretInputString } from "openclaw/plugin-sdk/secret-input";
5
+ import { normalizeSecretInputString } from "openclaw/plugin-sdk/secret-input";
6
6
  import { normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
7
7
  import { adaptScopedAccountAccessor, createScopedChannelConfigAdapter } from "openclaw/plugin-sdk/channel-config-helpers";
8
8
  import { formatAllowFromLowercase } from "openclaw/plugin-sdk/allow-from";
@@ -102,13 +102,13 @@ function buildSlackManifest(botName = "OpenClaw") {
102
102
  }
103
103
  function buildSlackSetupLines() {
104
104
  return [
105
- "1) Slack API -> Create App -> From scratch or From manifest (with the JSON below)",
106
- "2) Add Socket Mode + enable it to get the app-level token (xapp-...)",
107
- "3) Install App to workspace to get the xoxb- bot token",
108
- "4) Enable Event Subscriptions (socket) for message, App Home, and Agent View events",
109
- "5) App Home -> enable the Home tab, Messages tab for DMs, and Agent View",
110
- "Manifest JSON follows as plain text for copy/paste.",
111
- "Tip: set SLACK_BOT_TOKEN + SLACK_APP_TOKEN in your env.",
105
+ "1) Slack API -> Create App -> From scratch or a transport-specific manifest",
106
+ "2) Install App to workspace to get the xoxb- bot token",
107
+ "3) Socket Mode: enable it and create an app-level token (xapp-...)",
108
+ "4) HTTP: configure a public HTTPS Request URL and copy the app Signing Secret",
109
+ "5) Enable Event Subscriptions for message, App Home, and Agent View events",
110
+ "6) App Home -> enable the Home tab, Messages tab for DMs, and Agent View",
111
+ "Tip: Socket Mode can use SLACK_BOT_TOKEN + SLACK_APP_TOKEN in your env.",
112
112
  `Docs: ${formatDocsLink("/slack", "slack")}`
113
113
  ];
114
114
  }
@@ -121,17 +121,6 @@ function setSlackChannelAllowlist(cfg, accountId, channelKeys) {
121
121
  patch: { channels }
122
122
  });
123
123
  }
124
- function isSlackSetupAccountConfigured(account) {
125
- if (account.config.mode === "relay") return isSlackPluginAccountConfigured(account);
126
- const hasConfiguredUserToken = Boolean(account.userToken?.trim()) || hasConfiguredSecretInput(account.config.userToken);
127
- const hasConfiguredBotToken = Boolean(account.botToken?.trim()) || hasConfiguredSecretInput(account.config.botToken);
128
- const hasConfiguredAppToken = Boolean(account.appToken?.trim()) || hasConfiguredSecretInput(account.config.appToken);
129
- if (account.identity === "user") {
130
- const hasTransportCredential = account.config.mode === "http" ? hasConfiguredSecretInput(account.config.signingSecret) : hasConfiguredAppToken;
131
- return hasConfiguredUserToken && hasTransportCredential;
132
- }
133
- return hasConfiguredBotToken && hasConfiguredAppToken;
134
- }
135
124
  function describeSlackSetupAccount(account) {
136
125
  return describeAccountSnapshot({
137
126
  account,
@@ -229,12 +218,9 @@ function createSlackTokenCredential(params) {
229
218
  });
230
219
  }
231
220
  function hasSlackSetupCredentials(params) {
232
- if (params.identity !== "user") {
233
- const { input } = params;
234
- return Boolean(input.botToken && input.appToken);
235
- }
236
- if (params.mode === "http") return Boolean(params.input.userToken && params.input.signingSecret);
237
- return params.mode === "socket" && Boolean(params.input.userToken && params.input.appToken);
221
+ const identityToken = params.identity === "user" ? params.input.userToken : params.input.botToken;
222
+ const transportCredential = params.mode === "http" ? params.input.signingSecret : params.input.appToken;
223
+ return Boolean(identityToken && transportCredential);
238
224
  }
239
225
  const slackSetupAdapterBase = createPatchedAccountSetupAdapter({
240
226
  channelKey: SLACK_CHANNEL,
@@ -260,13 +246,13 @@ const slackSetupAdapterBase = createPatchedAccountSetupAdapter({
260
246
  mode
261
247
  })) return null;
262
248
  if (identity === "user") return mode === "http" ? "Slack user identity requires --user-token and --signing-secret." : "Slack user identity requires --user-token and --app-token.";
263
- return "Slack requires --bot-token and --app-token (or --use-env).";
249
+ return mode === "http" ? "Slack HTTP mode requires --bot-token and --signing-secret (or --use-env)." : "Slack requires --bot-token and --app-token (or --use-env).";
264
250
  },
265
251
  buildPatch: (input) => {
266
252
  const setupInput = input;
267
253
  return {
268
254
  ...setupInput.identity ? { postAs: setupInput.identity } : {},
269
- ...setupInput.identity === "user" && setupInput.mode ? { mode: setupInput.mode } : {},
255
+ ...setupInput.mode ? { mode: setupInput.mode } : {},
270
256
  ...setupInput.botToken ? { botToken: setupInput.botToken } : {},
271
257
  ...setupInput.appToken ? { appToken: setupInput.appToken } : {},
272
258
  ...setupInput.userToken ? { userToken: setupInput.userToken } : {},
@@ -421,23 +407,24 @@ function createSlackSetupWizardBase(handlers) {
421
407
  `Docs: ${formatDocsLink("/channels/slack#user-identity-post-as-a-real-person", "channels/slack")}`
422
408
  ].join("\n"), "Slack user identity");
423
409
  } else {
424
- await prompter.note(buildSlackSetupLines().join("\n"), t("wizard.slack.socketModeTokensTitle"));
425
- const manifest = buildSlackManifest();
426
- if (prompter.plain) await prompter.plain(manifest);
427
- else await prompter.note(manifest, "Slack manifest JSON");
410
+ await prompter.note(buildSlackSetupLines().join("\n"), t("wizard.channels.setupTitle"));
411
+ if (currentAccount.config.mode !== "http") {
412
+ const manifest = buildSlackManifest();
413
+ await (prompter.plain ? prompter.plain(manifest) : prompter.note(manifest, "Slack manifest JSON"));
414
+ }
428
415
  }
429
416
  return { cfg: next };
430
417
  },
431
418
  envShortcut: {
432
419
  prompt: t("wizard.slack.envPrompt"),
433
420
  preferredEnvVar: "SLACK_BOT_TOKEN",
434
- isAvailable: ({ cfg, accountId }) => accountId === DEFAULT_ACCOUNT_ID && (inspectSlackAccount({
435
- cfg,
436
- accountId
437
- }).config.postAs ?? "bot") === "bot" && Boolean(process.env.SLACK_BOT_TOKEN?.trim()) && Boolean(process.env.SLACK_APP_TOKEN?.trim()) && !inspectSlackAccount({
438
- cfg,
439
- accountId
440
- }).configured,
421
+ isAvailable: ({ cfg, accountId }) => {
422
+ const account = inspectSlackAccount({
423
+ cfg,
424
+ accountId
425
+ });
426
+ return accountId === DEFAULT_ACCOUNT_ID && (account.config.postAs ?? "bot") === "bot" && (account.config.mode ?? "socket") === "socket" && Boolean(process.env.SLACK_BOT_TOKEN?.trim()) && Boolean(process.env.SLACK_APP_TOKEN?.trim()) && !account.configured;
427
+ },
441
428
  apply: ({ cfg, accountId }) => enableSlackAccount(cfg, accountId)
442
429
  },
443
430
  credentials: [
@@ -473,11 +460,10 @@ function createSlackSetupWizardBase(handlers) {
473
460
  keepPrompt: t("wizard.slack.appTokenKeep"),
474
461
  inputPrompt: t("wizard.slack.appTokenInput"),
475
462
  shouldPrompt: ({ cfg, accountId }) => {
476
- const account = inspectSlackAccount({
463
+ return (inspectSlackAccount({
477
464
  cfg,
478
465
  accountId
479
- });
480
- return (account.config.postAs ?? "bot") === "bot" || (account.config.mode ?? "socket") === "socket";
466
+ }).config.mode ?? "socket") === "socket";
481
467
  }
482
468
  }),
483
469
  createSlackTokenCredential({
@@ -487,11 +473,10 @@ function createSlackSetupWizardBase(handlers) {
487
473
  keepPrompt: "Slack signing secret already configured. Keep it?",
488
474
  inputPrompt: "Enter Slack signing secret",
489
475
  shouldPrompt: ({ cfg, accountId }) => {
490
- const account = inspectSlackAccount({
476
+ return inspectSlackAccount({
491
477
  cfg,
492
478
  accountId
493
- });
494
- return account.config.postAs === "user" && account.config.mode === "http";
479
+ }).config.mode === "http";
495
480
  }
496
481
  })
497
482
  ],
@@ -570,7 +555,7 @@ const slackBaseConfigAdapter = createScopedChannelConfigAdapter({
570
555
  });
571
556
  //#endregion
572
557
  //#region extensions/slack/src/channel.setup.ts
573
- const slackSetupWizard = createSlackSetupWizardProxy(async () => ({ slackSetupWizard: (await import("./setup-surface-BPFfp6So.js")).slackSetupWizard }));
558
+ const slackSetupWizard = createSlackSetupWizardProxy(async () => ({ slackSetupWizard: (await import("./setup-surface-CsBCM4rP.js")).slackSetupWizard }));
574
559
  const slackSetupPlugin = {
575
560
  id: SLACK_CHANNEL,
576
561
  meta: {
@@ -0,0 +1,34 @@
1
+ import { t as hasSlackAccountCredentials } from "./account-configured-sUohAxZr.js";
2
+ import { DEFAULT_ACCOUNT_ID, hasConfiguredAccountValue, mergeAccountConfig } from "openclaw/plugin-sdk/account-core";
3
+ //#region extensions/slack/configured-state.ts
4
+ function hasConfiguredSlackAccount(account, env) {
5
+ const userIdentity = account?.postAs === "user";
6
+ return hasSlackAccountCredentials({
7
+ config: account ?? {},
8
+ identityTokenConfigured: hasConfiguredAccountValue(userIdentity ? account?.userToken : account?.botToken) || hasConfiguredAccountValue(userIdentity ? env.SLACK_USER_TOKEN : env.SLACK_BOT_TOKEN),
9
+ appTokenConfigured: hasConfiguredAccountValue(account?.appToken) || hasConfiguredAccountValue(env.SLACK_APP_TOKEN)
10
+ });
11
+ }
12
+ /** Resolve Slack activation through its account owner's real transport credential contract. */
13
+ function hasConfiguredSlackChannelState(params) {
14
+ const channel = params.cfg.channels?.slack;
15
+ if (channel?.enabled === false) return false;
16
+ const defaultAccount = channel?.accounts?.[DEFAULT_ACCOUNT_ID];
17
+ if (defaultAccount?.enabled !== false) {
18
+ if (hasConfiguredSlackAccount(defaultAccount ? mergeAccountConfig({
19
+ channelConfig: channel,
20
+ accountConfig: defaultAccount,
21
+ nestedObjectKeys: ["relay"]
22
+ }) : channel, params.env ?? process.env)) return true;
23
+ }
24
+ return Object.entries(channel?.accounts ?? {}).some(([accountId, account]) => {
25
+ if (accountId === DEFAULT_ACCOUNT_ID || account.enabled === false) return false;
26
+ return hasConfiguredSlackAccount(mergeAccountConfig({
27
+ channelConfig: channel,
28
+ accountConfig: account,
29
+ nestedObjectKeys: ["relay"]
30
+ }), {});
31
+ });
32
+ }
33
+ //#endregion
34
+ export { hasConfiguredSlackChannelState };
@@ -1,5 +1,5 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-8H4AJuhK.js";
2
- import { i as resolveDefaultSlackAccountId, o as resolveSlackAccountAllowFrom, r as mergeSlackAccountConfig } from "./accounts-BlzxuYle.js";
2
+ import { i as resolveDefaultSlackAccountId, o as resolveSlackAccountAllowFrom, r as mergeSlackAccountConfig } from "./accounts-Dm_H77gH.js";
3
3
  import { a as parseSlackTarget } from "./target-parsing-BnMD2ZqZ.js";
4
4
  import "./targets-Cx5W_n3W.js";
5
5
  import { normalizeAccountId } from "openclaw/plugin-sdk/account-resolution";
@@ -1,2 +1,2 @@
1
- import { n as listSlackDirectoryGroupsFromConfig, r as listSlackDirectoryPeersFromConfig } from "./directory-config-BGYyuzWh.js";
1
+ import { n as listSlackDirectoryGroupsFromConfig, r as listSlackDirectoryPeersFromConfig } from "./directory-config-DqfQ42OV.js";
2
2
  export { listSlackDirectoryGroupsFromConfig, listSlackDirectoryPeersFromConfig };
@@ -1,6 +1,6 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-8H4AJuhK.js";
2
- import { a as resolveSlackAccount } from "./accounts-BlzxuYle.js";
3
- import { i as createSlackLookupClient } from "./probe-BVA65leh.js";
2
+ import { a as resolveSlackAccount } from "./accounts-Dm_H77gH.js";
3
+ import { i as createSlackLookupClient } from "./probe-4_aHtVT3.js";
4
4
  import { t as collectSlackCursorPages } from "./cursor-pages-eX7p8Wwt.js";
5
5
  import { normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString, normalizeOptionalString } from "openclaw/plugin-sdk/string-coerce-runtime";
6
6
  //#region extensions/slack/src/directory-live.ts