@fased/fased 0.1.46 → 0.1.48

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 (517) hide show
  1. package/dist/acp/control-plane/spawn.js +1 -1
  2. package/dist/agents/acp-spawn-parent-stream.js +2 -2
  3. package/dist/agents/acp-spawn.js +3 -3
  4. package/dist/agents/bash-tools.exec-approval-request.js +1 -1
  5. package/dist/agents/bash-tools.exec-host-node.js +1 -1
  6. package/dist/agents/bash-tools.exec-runtime.js +1 -1
  7. package/dist/agents/bash-tools.exec.js +1 -1
  8. package/dist/agents/current-model-catalog.js +21 -3
  9. package/dist/agents/defaults.js +1 -1
  10. package/dist/agents/fased-tools.js +4 -4
  11. package/dist/agents/identity-avatar.js +1 -1
  12. package/dist/agents/pi-embedded-runner/compact.js +4 -4
  13. package/dist/agents/pi-embedded-runner/run/attempt.js +5 -5
  14. package/dist/agents/pi-embedded-runner/run/images.js +1 -1
  15. package/dist/agents/pi-embedded-runner/run.js +2 -2
  16. package/dist/agents/pi-embedded-runner/system-prompt.js +1 -1
  17. package/dist/agents/pi-embedded-subscribe.handlers.compaction.js +1 -1
  18. package/dist/agents/pi-embedded-subscribe.handlers.messages.js +1 -1
  19. package/dist/agents/pi-embedded-subscribe.js +2 -2
  20. package/dist/agents/pi-embedded-subscribe.tools.js +1 -1
  21. package/dist/agents/pi-tools.js +2 -2
  22. package/dist/agents/pi-tools.read.js +1 -1
  23. package/dist/agents/sandbox/browser.js +2 -2
  24. package/dist/agents/sandbox/context.js +2 -2
  25. package/dist/agents/sandbox/docker.js +1 -1
  26. package/dist/agents/sandbox/manage.js +2 -2
  27. package/dist/agents/sandbox/prune.js +2 -2
  28. package/dist/agents/subagent-announce-output.js +3 -3
  29. package/dist/agents/subagent-announce.js +6 -6
  30. package/dist/agents/subagent-announce.runtime.js +1 -1
  31. package/dist/agents/subagent-registry.js +3 -3
  32. package/dist/agents/subagent-spawn.js +2 -2
  33. package/dist/agents/system-prompt-params.js +1 -1
  34. package/dist/agents/tool-images.js +1 -1
  35. package/dist/agents/tools/canvas-tool.js +2 -2
  36. package/dist/agents/tools/cron-tool.js +1 -1
  37. package/dist/agents/tools/diff-view-tool.js +1 -1
  38. package/dist/agents/tools/discord-actions-messaging.js +1 -1
  39. package/dist/agents/tools/gateway-tool.js +1 -1
  40. package/dist/agents/tools/gateway.js +1 -1
  41. package/dist/agents/tools/marketplace-offer-draft-tool.js +3 -3
  42. package/dist/agents/tools/message-tool.js +5 -5
  43. package/dist/agents/tools/mining-tool.js +1 -1
  44. package/dist/agents/tools/nodes-tool.js +1 -1
  45. package/dist/agents/tools/session-status-tool.js +3 -3
  46. package/dist/agents/tools/sessions-history-tool.js +1 -1
  47. package/dist/agents/tools/sessions-list-tool.js +1 -1
  48. package/dist/agents/tools/sessions-send-tool.a2a.js +1 -1
  49. package/dist/agents/tools/sessions-send-tool.js +1 -1
  50. package/dist/agents/tools/slack-actions.js +1 -1
  51. package/dist/agents/tools/subagents-tool.js +3 -3
  52. package/dist/agents/tools/telegram-actions.js +1 -1
  53. package/dist/agents/tools/tts-tool.js +1 -1
  54. package/dist/agents/tools/wallet-action-tool.js +4 -4
  55. package/dist/agents/tools/wallet-tool.js +7 -7
  56. package/dist/agents/tools/web-fetch.js +1 -1
  57. package/dist/auto-reply/chunk.js +1 -1
  58. package/dist/auto-reply/envelope.js +1 -1
  59. package/dist/auto-reply/reply/abort.js +2 -2
  60. package/dist/auto-reply/reply/agent-runner-execution.js +2 -2
  61. package/dist/auto-reply/reply/agent-runner-memory.js +2 -2
  62. package/dist/auto-reply/reply/agent-runner-payloads.js +1 -1
  63. package/dist/auto-reply/reply/agent-runner.js +6 -6
  64. package/dist/auto-reply/reply/bash-command.js +1 -1
  65. package/dist/auto-reply/reply/commands-acp/diagnostics.js +1 -1
  66. package/dist/auto-reply/reply/commands-acp/lifecycle.js +2 -2
  67. package/dist/auto-reply/reply/commands-acp/shared.js +1 -1
  68. package/dist/auto-reply/reply/commands-compact.js +2 -2
  69. package/dist/auto-reply/reply/commands-control.js +1 -1
  70. package/dist/auto-reply/reply/commands-models.js +1 -1
  71. package/dist/auto-reply/reply/commands-session-abort.js +2 -2
  72. package/dist/auto-reply/reply/commands-status.js +2 -2
  73. package/dist/auto-reply/reply/commands-subagents/action-focus.js +1 -1
  74. package/dist/auto-reply/reply/commands-subagents/action-kill.js +2 -2
  75. package/dist/auto-reply/reply/commands-subagents/action-send.js +1 -1
  76. package/dist/auto-reply/reply/commands-subagents/shared.js +1 -1
  77. package/dist/auto-reply/reply/dispatch-acp.js +5 -5
  78. package/dist/auto-reply/reply/dispatch-from-config.js +2 -2
  79. package/dist/auto-reply/reply/followup-runner.js +4 -4
  80. package/dist/auto-reply/reply/get-reply-directives.js +2 -2
  81. package/dist/auto-reply/reply/get-reply-inline-actions.js +2 -2
  82. package/dist/auto-reply/reply/get-reply-run.js +4 -4
  83. package/dist/auto-reply/reply/model-selection.js +2 -2
  84. package/dist/auto-reply/reply/queue/cleanup.js +1 -1
  85. package/dist/auto-reply/reply/reply-delivery.js +1 -1
  86. package/dist/auto-reply/reply/reply-directives.js +1 -1
  87. package/dist/auto-reply/reply/route-reply.js +1 -1
  88. package/dist/auto-reply/reply/session-reset-model.js +1 -1
  89. package/dist/auto-reply/reply/session-updates.js +1 -1
  90. package/dist/auto-reply/reply/streaming-directives.js +1 -1
  91. package/dist/auto-reply/reply.js +1 -1
  92. package/dist/auto-reply/status.js +3 -3
  93. package/dist/brand.js +1 -1
  94. package/dist/build-info.json +3 -3
  95. package/dist/bundled/session-memory/handler.js +1 -1
  96. package/dist/canvas-host/a2ui/.bundle.hash +1 -1
  97. package/dist/canvas-host/a2ui.js +1 -1
  98. package/dist/canvas-host/server.js +1 -1
  99. package/dist/channel-web.js +1 -1
  100. package/dist/channels/plugins/actions/signal.js +1 -1
  101. package/dist/channels/plugins/actions/telegram.js +2 -2
  102. package/dist/channels/plugins/onboarding/discord.js +1 -1
  103. package/dist/channels/plugins/onboarding/imessage.js +1 -1
  104. package/dist/cli/browser-cli-extension.js +1 -1
  105. package/dist/cli/components-cli.js +1 -1
  106. package/dist/cli/cron-cli/shared.js +1 -1
  107. package/dist/cli/daemon-cli/install.js +2 -2
  108. package/dist/cli/daemon-cli/status.gather.js +1 -1
  109. package/dist/cli/daemon-cli/status.print.js +1 -1
  110. package/dist/cli/directory-cli.js +1 -1
  111. package/dist/cli/exec-approvals-cli.js +2 -2
  112. package/dist/cli/federation-cli.js +3 -3
  113. package/dist/cli/gateway-cli/register.js +3 -3
  114. package/dist/cli/gateway-cli/run.js +1 -1
  115. package/dist/cli/hooks-cli.js +1 -1
  116. package/dist/cli/node-cli/daemon.js +1 -1
  117. package/dist/cli/nodes-cli/register.status.js +1 -1
  118. package/dist/cli/nodes-cli/rpc.js +1 -1
  119. package/dist/cli/plugins-cli.js +1 -1
  120. package/dist/cli/program/message/helpers.js +1 -1
  121. package/dist/cli/program/register.agent.js +1 -1
  122. package/dist/cli/program/register.status-health-sessions.js +1 -1
  123. package/dist/cli/program/register.wallet.js +1 -1
  124. package/dist/cli/run-main.js +1 -1
  125. package/dist/cli/tui-cli.js +1 -1
  126. package/dist/cli/update-cli/status.js +1 -1
  127. package/dist/cli/update-cli/update-command.js +3 -3
  128. package/dist/commands/agent/attempt.js +1 -1
  129. package/dist/commands/agent/delivery.js +2 -2
  130. package/dist/commands/agent.js +9 -9
  131. package/dist/commands/agents.commands.add.js +1 -1
  132. package/dist/commands/agents.commands.delete.js +1 -1
  133. package/dist/commands/channels/add.js +2 -2
  134. package/dist/commands/channels/list.js +2 -2
  135. package/dist/commands/channels/status.js +1 -1
  136. package/dist/commands/configure.daemon.js +1 -1
  137. package/dist/commands/configure.wizard.js +1 -1
  138. package/dist/commands/dashboard.js +2 -2
  139. package/dist/commands/docs.js +1 -1
  140. package/dist/commands/doctor-config-flow.js +2 -2
  141. package/dist/commands/doctor-format.js +1 -1
  142. package/dist/commands/doctor-gateway-daemon-flow.js +5 -5
  143. package/dist/commands/doctor-gateway-services.js +2 -2
  144. package/dist/commands/doctor-security.js +1 -1
  145. package/dist/commands/doctor.js +1 -1
  146. package/dist/commands/gateway-status.js +2 -2
  147. package/dist/commands/hosted-dashboard-probe.js +2 -2
  148. package/dist/commands/message.js +1 -1
  149. package/dist/commands/models/list.probe.js +3 -3
  150. package/dist/commands/models/list.status-command.js +3 -3
  151. package/dist/commands/onboard-channels.js +1 -1
  152. package/dist/commands/onboard-helpers.js +1 -1
  153. package/dist/commands/onboard-non-interactive/local/daemon-install.js +2 -2
  154. package/dist/commands/onboard-non-interactive/local.js +1 -1
  155. package/dist/commands/onboard-skills.js +1 -1
  156. package/dist/commands/onboarding/plugin-install.js +1 -1
  157. package/dist/commands/openai-model-default.js +1 -1
  158. package/dist/commands/status-all/channels.js +1 -1
  159. package/dist/commands/status-all/diagnosis.js +1 -1
  160. package/dist/commands/status-all/format.js +1 -1
  161. package/dist/commands/status-all.js +8 -8
  162. package/dist/commands/status.command.js +4 -4
  163. package/dist/commands/status.gateway-probe.js +1 -1
  164. package/dist/commands/status.scan.js +3 -3
  165. package/dist/commands/status.summary.js +1 -1
  166. package/dist/commands/wallet.js +4 -3
  167. package/dist/control-ui/assets/{app-JBrTSsNu.js → app-CHqTx3P_.js} +4 -4
  168. package/dist/control-ui/assets/chat-model-ref-BbrdMKjQ.js +2 -0
  169. package/dist/control-ui/assets/{index-H-2DWAnH.js → index-CFHfNlLv.js} +3 -3
  170. package/dist/control-ui/assets/{providers-C9hLw4o6.js → providers-DqFL6WrJ.js} +2 -2
  171. package/dist/control-ui/index.html +1 -1
  172. package/dist/cron/isolated-agent/delivery-dispatch.js +2 -2
  173. package/dist/cron/isolated-agent/delivery-target.js +1 -1
  174. package/dist/cron/isolated-agent/run.js +5 -5
  175. package/dist/daemon/service-audit.js +2 -2
  176. package/dist/discord/monitor/agent-components.js +9 -9
  177. package/dist/discord/monitor/gateway-plugin.js +1 -1
  178. package/dist/discord/monitor/listeners.js +2 -2
  179. package/dist/discord/monitor/message-handler.js +1 -1
  180. package/dist/discord/monitor/message-handler.preflight.js +8 -8
  181. package/dist/discord/monitor/message-handler.process.js +5 -5
  182. package/dist/discord/monitor/native-command.js +9 -9
  183. package/dist/discord/monitor/provider.js +2 -2
  184. package/dist/discord/monitor/reply-delivery.js +1 -1
  185. package/dist/discord/send.outbound.js +1 -1
  186. package/dist/discord/voice/command.js +1 -1
  187. package/dist/extensionAPI.js +1 -1
  188. package/dist/extensions/sat-mining/src/protocol-contract.js +63 -0
  189. package/dist/extensions/sat-mining/src/rpc-read.js +7 -3
  190. package/dist/extensions/sat-mining/src/solana-submit.js +5 -54
  191. package/dist/federation/auto-connect.js +1 -1
  192. package/dist/federation/marketplace-capability-adapter.js +1 -1
  193. package/dist/federation/marketplace-delivery.js +1 -1
  194. package/dist/federation/marketplace-direct-payment.js +1 -1
  195. package/dist/federation/marketplace-escrow.js +2 -2
  196. package/dist/federation/settlement-evidence.js +1 -1
  197. package/dist/gateway/a2a-http.js +1 -1
  198. package/dist/gateway/call.js +2 -2
  199. package/dist/gateway/client.js +3 -3
  200. package/dist/gateway/control-ui-boot-check.js +1 -1
  201. package/dist/gateway/control-ui.js +1 -1
  202. package/dist/gateway/federation-http.js +3 -3
  203. package/dist/gateway/federation-marketplace.js +1 -1
  204. package/dist/gateway/hooks.js +1 -1
  205. package/dist/gateway/openai-http.js +1 -1
  206. package/dist/gateway/openresponses-http.js +1 -1
  207. package/dist/gateway/server/health-state.js +1 -1
  208. package/dist/gateway/server/hooks.js +2 -2
  209. package/dist/gateway/server/ws-connection/message-handler.js +6 -6
  210. package/dist/gateway/server-channels.js +1 -1
  211. package/dist/gateway/server-cron.js +3 -3
  212. package/dist/gateway/server-http.js +13 -13
  213. package/dist/gateway/server-methods/agent.js +4 -4
  214. package/dist/gateway/server-methods/agents.js +1 -1
  215. package/dist/gateway/server-methods/channels.js +1 -1
  216. package/dist/gateway/server-methods/commands.js +1 -1
  217. package/dist/gateway/server-methods/devices.js +1 -1
  218. package/dist/gateway/server-methods/doctor.js +2 -2
  219. package/dist/gateway/server-methods/hooks.js +1 -1
  220. package/dist/gateway/server-methods/models.js +1 -1
  221. package/dist/gateway/server-methods/nodes.js +2 -2
  222. package/dist/gateway/server-methods/send.js +4 -4
  223. package/dist/gateway/server-methods/services.js +1 -1
  224. package/dist/gateway/server-methods/sessions.js +6 -6
  225. package/dist/gateway/server-methods/skills.js +2 -2
  226. package/dist/gateway/server-methods/system.js +1 -1
  227. package/dist/gateway/server-methods/tts.js +2 -2
  228. package/dist/gateway/server-node-events.js +5 -5
  229. package/dist/gateway/server-reload-handlers.js +3 -3
  230. package/dist/gateway/server-restart-sentinel.js +3 -3
  231. package/dist/gateway/server.impl.js +16 -16
  232. package/dist/gateway/sessions-patch.js +2 -2
  233. package/dist/gateway/tools-invoke-http.js +2 -2
  234. package/dist/hooks/loader.js +1 -1
  235. package/dist/imessage/monitor/deliver.js +1 -1
  236. package/dist/imessage/monitor/inbound-processing.js +4 -4
  237. package/dist/imessage/monitor/monitor-provider.js +2 -2
  238. package/dist/imessage/send.js +2 -2
  239. package/dist/index.js +1 -1
  240. package/dist/infra/exec-approvals.js +1 -1
  241. package/dist/infra/heartbeat-runner.js +8 -8
  242. package/dist/infra/outbound/channel-resolution.js +1 -1
  243. package/dist/infra/outbound/deliver.js +3 -3
  244. package/dist/infra/outbound/message-action-params.js +2 -2
  245. package/dist/infra/outbound/message-action-runner.js +4 -4
  246. package/dist/infra/outbound/message.js +3 -3
  247. package/dist/infra/outbound/outbound-session.js +1 -1
  248. package/dist/infra/outbound/payloads.js +1 -1
  249. package/dist/infra/session-maintenance-warning.js +1 -1
  250. package/dist/infra/skills-remote.js +1 -1
  251. package/dist/infra/update-runner.js +1 -1
  252. package/dist/light-update-status.js +11 -11
  253. package/dist/line/bot-handlers.js +2 -2
  254. package/dist/line/bot-message-context.js +2 -2
  255. package/dist/line/download.js +1 -1
  256. package/dist/line/monitor.js +3 -3
  257. package/dist/line/webhook-node.js +1 -1
  258. package/dist/llm-slug-generator.js +1 -1
  259. package/dist/media/fetch.js +1 -1
  260. package/dist/media/input-files.js +2 -2
  261. package/dist/media/store.js +1 -1
  262. package/dist/media-understanding/attachments.js +4 -4
  263. package/dist/media-understanding/providers/google/inline-data.js +1 -1
  264. package/dist/media-understanding/providers/shared.js +1 -1
  265. package/dist/memory/inventory.js +25 -4
  266. package/dist/mining/mainnet-sync.js +70 -26
  267. package/dist/node-host/runner.js +2 -2
  268. package/dist/plugin-sdk/{accounts-DoZdNyoY.js → accounts-DI5226U8.js} +1 -1
  269. package/dist/plugin-sdk/{actions-Cuc5luN8.js → actions-CEj4gOU2.js} +4 -4
  270. package/dist/plugin-sdk/{active-listener-Bj8f1upQ.js → active-listener-Ss4UKXZb.js} +1 -1
  271. package/dist/plugin-sdk/{allow-list-yqasgPpz.js → allow-list-BYeKk0Sy.js} +2 -2
  272. package/dist/plugin-sdk/{audio-preflight-02OYHVMR.js → audio-preflight-Cu4alGjb.js} +51 -49
  273. package/dist/plugin-sdk/{audit-D_Kb-kIQ.js → audit-BTskqjJ_.js} +1 -1
  274. package/dist/plugin-sdk/{channel-access-I3pe5AGo.js → channel-access-B1KciKmw.js} +1 -1
  275. package/dist/plugin-sdk/{channel-access-configure-CgPf_K08.js → channel-access-configure-Y91FLOJc.js} +1 -1
  276. package/dist/plugin-sdk/{channel-adapters.discord-g8Do3f5N.js → channel-adapters.discord-IOZP8Cv5.js} +1 -1
  277. package/dist/plugin-sdk/channel-plugin-common.js +8 -8
  278. package/dist/plugin-sdk/{chunk-BezNQ2ms.js → chunk-CSUjIQSx.js} +1 -1
  279. package/dist/plugin-sdk/{chunk-items-CfOSVg-A.js → chunk-items-Q8HhMuSe.js} +1 -1
  280. package/dist/plugin-sdk/command-status.js +51 -49
  281. package/dist/plugin-sdk/{commands-registry-CFhJ8pUg.js → commands-registry-DJ0pfCcY.js} +2 -2
  282. package/dist/plugin-sdk/{common-DBwy4zpd.js → common-Cjm8psuW.js} +1 -1
  283. package/dist/plugin-sdk/{config-DHDPT24D.js → config-DutIeFge.js} +81 -9
  284. package/dist/plugin-sdk/{pi-embedded-runner-r_J_Xhv9.js → config-schema-Cg6PYSHR.js} +4843 -449
  285. package/dist/plugin-sdk/device-pair.js +3 -3
  286. package/dist/plugin-sdk/{device-pairing-J1IH1jFl.js → device-pairing-D2Yq-_U6.js} +1 -1
  287. package/dist/plugin-sdk/{diagnostic-C16gioN6.js → diagnostic-Dfn1iERm.js} +4 -4
  288. package/dist/plugin-sdk/{directory-live-DK_83362.js → directory-live-ClwN5KKq.js} +1 -1
  289. package/dist/plugin-sdk/{directory-live-G7AN8y8N.js → directory-live-DatqU-eS.js} +1 -1
  290. package/dist/plugin-sdk/discord.d.ts +1 -1
  291. package/dist/plugin-sdk/discord.js +36 -37
  292. package/dist/plugin-sdk/{draft-stream-controls-DGYBMJYc.js → draft-stream-controls-D4Tb_iS_.js} +1 -1
  293. package/dist/plugin-sdk/{fetch-RV7QDF43.js → fetch-Cu-ahkie.js} +2 -2
  294. package/dist/plugin-sdk/{fetch-guard-CxXvFYq5.js → fetch-guard-BuYrl6q2.js} +3 -3
  295. package/dist/plugin-sdk/{filesystem-manager-CeSmCA_A.js → filesystem-manager-B9DDPgfU.js} +2 -2
  296. package/dist/plugin-sdk/{fs-safe-DztQeyQe.js → fs-safe-BG-VzVkL.js} +1 -1
  297. package/dist/plugin-sdk/{guilds-n7MMnX1c.js → guilds-BeT3iHHJ.js} +1 -1
  298. package/dist/plugin-sdk/{handle-action-De9_BMM9.js → handle-action-Dp2741iu.js} +29 -29
  299. package/dist/plugin-sdk/{helpers-BEIzSOp1.js → helpers-BCZ9d3fl.js} +74 -2
  300. package/dist/plugin-sdk/{image-ops-Dj5U2UMr.js → image-ops-B-QR_M9Z.js} +1 -1
  301. package/dist/plugin-sdk/index.d.ts +6 -2
  302. package/dist/plugin-sdk/index.js +63 -4294
  303. package/dist/plugin-sdk/{internal-CC6TMTtc.js → internal-qo16nNU1.js} +1 -1
  304. package/dist/plugin-sdk/{login-DXqhYXdm.js → login-BFvQxf9o.js} +3 -3
  305. package/dist/plugin-sdk/{login-qr-3320RF3u.js → login-qr-CERTe_nD.js} +6 -6
  306. package/dist/plugin-sdk/{manager-gssr8OXa.js → manager-Dhq3SXpO.js} +11 -11
  307. package/dist/plugin-sdk/{markdown-tables-BWPlKBlJ.js → markdown-tables-B1Tx7c77.js} +1 -1
  308. package/dist/plugin-sdk/{media-DkIzq3KV.js → media-BwsqooWC.js} +4 -4
  309. package/dist/plugin-sdk/{monitor-CUy-o-xZ.js → monitor-BYzN5Qr4.js} +67 -67
  310. package/dist/plugin-sdk/{monitor-DEWXcOl0.js → monitor-CJiacqtR.js} +59 -57
  311. package/dist/plugin-sdk/{openresponses-http-Cd3mZSdn.js → openresponses-http-VLSSqCZZ.js} +51 -49
  312. package/dist/plugin-sdk/{optional-runtime-dependency-DRIuSMGn.js → optional-runtime-dependency-BEBP4VFJ.js} +1 -1
  313. package/dist/plugin-sdk/{outbound-Dzyqev2x.js → outbound-BqWgaC5M.js} +9 -9
  314. package/dist/plugin-sdk/{outbound-attachment-DaAFYQmc.js → outbound-attachment-L1q40kiu.js} +2 -2
  315. package/dist/plugin-sdk/{pairing-message-Cma7gg4r.js → pairing-message-CZBahREg.js} +1 -1
  316. package/dist/plugin-sdk/{pairing-store-Xfn7m8FO.js → pairing-store-D7I1Qmiw.js} +2 -2
  317. package/dist/plugin-sdk/{pi-model-discovery-CyBJpoHh.js → pi-model-discovery-C5klknQZ.js} +1 -1
  318. package/dist/plugin-sdk/{pi-model-discovery-runtime-BI9BIUxX.js → pi-model-discovery-runtime-DIEMhCZ5.js} +5 -5
  319. package/dist/plugin-sdk/{probe-CJ6lN-jD.js → probe-Cyb-DGA3.js} +3 -3
  320. package/dist/plugin-sdk/{probe-CvXWxzag.js → probe-D8JAILir.js} +2 -2
  321. package/dist/plugin-sdk/{probe-DO4M1Qd1.js → probe-Dlk0Jxpw.js} +2 -2
  322. package/dist/plugin-sdk/{pw-ai-BN0M5PNa.js → pw-ai-Bv-q25gY.js} +11 -11
  323. package/dist/plugin-sdk/{qmd-manager-D2LMB27z.js → qmd-manager-DCUE21Kj.js} +5 -5
  324. package/dist/plugin-sdk/{query-expansion-BM7lmqaP.js → query-expansion-Zr9qQixm.js} +3 -3
  325. package/dist/plugin-sdk/{redact-sensitive-url-B0RJQqO7.js → redact-sensitive-url-dPvnFFsK.js} +1 -0
  326. package/dist/plugin-sdk/{replies-CWZ8Wh3v.js → replies-Bd9ktEkq.js} +4 -4
  327. package/dist/plugin-sdk/{resolve-channels-sscr14hU.js → resolve-channels-ChWKWtA9.js} +2 -2
  328. package/dist/plugin-sdk/{probe-DbhD54Aw.js → resolve-channels-zEnvugag.js} +4 -3
  329. package/dist/plugin-sdk/{resolve-outbound-target-XUMvbg29.js → resolve-outbound-target-CCIyBb5H.js} +2 -2
  330. package/dist/plugin-sdk/{resolve-route-DaIOKVVx.js → resolve-route-B7vZ3nKp.js} +1 -1
  331. package/dist/plugin-sdk/{resolve-users-C1sjzEsV.js → resolve-users-BTvjQuui.js} +1 -1
  332. package/dist/plugin-sdk/{resolve-users-B63RqPIO.js → resolve-users-CTzoruIZ.js} +2 -2
  333. package/dist/plugin-sdk/{retry-policy-CHtx8LYv.js → retry-policy-ChC3G4lv.js} +2 -2
  334. package/dist/plugin-sdk/{runtime-ptM6yJKi.js → runtime-BLknHFGz.js} +5 -5
  335. package/dist/plugin-sdk/{runtime-dependency-BoJ6eFyY.js → runtime-dependency-C5rJfC0u.js} +5 -5
  336. package/dist/plugin-sdk/{sandbox-paths-fc-HFGJr.js → sandbox-paths-lj7_EVuA.js} +1 -1
  337. package/dist/plugin-sdk/sat-runtime.d.ts +1 -0
  338. package/dist/plugin-sdk/sat-runtime.js +14 -14
  339. package/dist/plugin-sdk/{send-BMVtOmUX.js → send-Bd3Z-jAd.js} +9 -9
  340. package/dist/plugin-sdk/{send-bQfJLpNY.js → send-Bmtz9ICm.js} +10 -10
  341. package/dist/plugin-sdk/{send-Bbmuq5OU.js → send-CMoWt-EX.js} +14 -14
  342. package/dist/plugin-sdk/{send-C_vcGOCA.js → send-CUGEhiUa.js} +6 -6
  343. package/dist/plugin-sdk/{send-CjwgOMFS.js → send-mkyZzhCO.js} +9 -9
  344. package/dist/plugin-sdk/{session-D-JrYrAm.js → session-D2zmelOL.js} +4 -4
  345. package/dist/plugin-sdk/{skill-commands-Dqr7X9q3.js → skill-commands-BybEjJ1_.js} +4 -4
  346. package/dist/plugin-sdk/{slack-BK4sFHMP.js → slack-DogXvGG3.js} +72 -71
  347. package/dist/plugin-sdk/{slack-actions-C97ocE17.js → slack-actions-uXb55QWW.js} +25 -25
  348. package/dist/plugin-sdk/slack.d.ts +1 -1
  349. package/dist/plugin-sdk/slack.js +17 -18
  350. package/dist/plugin-sdk/{ssrf-D_4q0mKh.js → ssrf-BZG8Ztod.js} +1 -1
  351. package/dist/plugin-sdk/{sticker-cache-oLmDP9zb.js → sticker-cache-BuPw7fTf.js} +4 -4
  352. package/dist/plugin-sdk/{tables-CeCs0Fx6.js → tables-CVDOT5dX.js} +2 -2
  353. package/dist/plugin-sdk/{targets-CI7i2tSK.js → targets-DskkhJAp.js} +2 -2
  354. package/dist/plugin-sdk/{telegram-actions-Dc3_LrTb.js → telegram-actions-_KQPbjpI.js} +56 -54
  355. package/dist/plugin-sdk/telegram.d.ts +1 -1
  356. package/dist/plugin-sdk/telegram.js +15 -16
  357. package/dist/plugin-sdk/{thread-bindings.lifecycle-BEiYGYlC.js → thread-bindings.lifecycle-CrhQXYEU.js} +3 -3
  358. package/dist/plugin-sdk/{thread-bindings.state-DFCnsoeW.js → thread-bindings.state-ssxdG7xV.js} +4 -4
  359. package/dist/plugin-sdk/{wallet-status-B9rwi_D9.js → wallet-status-CQI89c_6.js} +74 -32
  360. package/dist/plugin-sdk/{web-C9k3omL7.js → web-C8DwA0eO.js} +60 -58
  361. package/dist/plugin-sdk/{whatsapp-actions-DJgg1fZn.js → whatsapp-actions-DfvM-mlZ.js} +23 -23
  362. package/dist/plugin-sdk/{whatsapp-heartbeat-DU_VCZWM.js → whatsapp-heartbeat-DyJasLDB.js} +3 -3
  363. package/dist/plugin-sdk/whatsapp.js +18 -19
  364. package/dist/plugin-sdk/{ws-CxmRDbD9.js → ws-CocpWGhl.js} +1 -1
  365. package/dist/plugin-sdk/{wsl-DzFPHgJ6.js → wsl-JwmI6Zu8.js} +3 -3
  366. package/dist/plugin-sdk/{zod-schema.providers-core-BEbNizPe.d.ts → zod-schema.providers-core-BE_5DNhj.d.ts} +10 -10
  367. package/dist/plugins/providers.js +1 -1
  368. package/dist/plugins/runtime/index.js +12 -12
  369. package/dist/plugins/status.js +1 -1
  370. package/dist/plugins/tools.js +1 -1
  371. package/dist/plugins/web-search-providers.runtime.js +1 -1
  372. package/dist/process/command-queue.js +1 -1
  373. package/dist/providers/refresh.js +2 -2
  374. package/dist/providers/registry.js +53 -2
  375. package/dist/security/audit-channel.js +1 -1
  376. package/dist/security/audit-extra.async.js +3 -3
  377. package/dist/security/audit-extra.sync.js +2 -2
  378. package/dist/security/audit.js +4 -4
  379. package/dist/security/dm-policy-shared.js +1 -1
  380. package/dist/shared/model-thinking.js +4 -1
  381. package/dist/shared/net/redact-sensitive-url.js +1 -0
  382. package/dist/signal/client.js +1 -1
  383. package/dist/signal/index.js +1 -1
  384. package/dist/signal/monitor/access-policy.js +1 -1
  385. package/dist/signal/monitor/event-handler.js +6 -6
  386. package/dist/signal/monitor.js +4 -4
  387. package/dist/signal/send.js +3 -3
  388. package/dist/slack/monitor/auth.js +1 -1
  389. package/dist/slack/monitor/context.js +1 -1
  390. package/dist/slack/monitor/dm-auth.js +1 -1
  391. package/dist/slack/monitor/message-handler/prepare.js +4 -4
  392. package/dist/slack/monitor/provider.js +3 -3
  393. package/dist/slack/monitor/replies.js +1 -1
  394. package/dist/slack/monitor/slash.js +1 -1
  395. package/dist/slack/send.js +1 -1
  396. package/dist/telegram/bot/helpers.js +2 -2
  397. package/dist/telegram/bot-handlers.js +6 -6
  398. package/dist/telegram/bot-message-context.js +6 -6
  399. package/dist/telegram/bot-message-dispatch.js +2 -2
  400. package/dist/telegram/bot-native-commands.js +4 -4
  401. package/dist/telegram/bot.js +1 -1
  402. package/dist/telegram/dm-access.js +1 -1
  403. package/dist/telegram/group-access.js +1 -1
  404. package/dist/telegram/monitor.js +2 -2
  405. package/dist/telegram/send.js +2 -2
  406. package/dist/telegram/webhook.js +1 -1
  407. package/dist/tts/tts-core.js +1 -1
  408. package/dist/video-generation/dashscope-compatible.js +1 -1
  409. package/dist/wallet/local-socket-signer-broker.js +2 -2
  410. package/dist/wallet/providers/embedded-keystore-adapter.js +1 -1
  411. package/dist/wallet/providers/local-socket-signer-adapter.js +3 -3
  412. package/dist/wallet/wallet-canary.js +1 -1
  413. package/dist/wallet/wallet-custody.js +4 -4
  414. package/dist/wallet/wallet-inbound-events.js +2 -2
  415. package/dist/wallet/wallet-policy.js +2 -2
  416. package/dist/wallet/wallet-provider-resolver.js +1 -1
  417. package/dist/wallet/wallet-send-approvals.js +5 -5
  418. package/dist/wallet/wallet-status.js +2 -2
  419. package/dist/web/auto-reply/deliver-reply.js +2 -2
  420. package/dist/web/auto-reply/heartbeat-runner.js +3 -3
  421. package/dist/web/auto-reply/monitor/group-gating.js +1 -1
  422. package/dist/web/auto-reply/monitor/process-message.js +4 -4
  423. package/dist/web/auto-reply/monitor.js +4 -4
  424. package/dist/web/inbound/access-control.js +3 -3
  425. package/dist/web/inbound/monitor.js +2 -2
  426. package/dist/web/media.js +2 -2
  427. package/dist/web/outbound.js +3 -3
  428. package/dist/wizard/onboarding.federation.js +1 -1
  429. package/dist/wizard/onboarding.finalize.js +7 -7
  430. package/dist/wizard/onboarding.js +1 -1
  431. package/dist/wizard/onboarding.wallet.js +1 -1
  432. package/extensions/acpx/package.json +1 -1
  433. package/extensions/bluebubbles/package.json +1 -1
  434. package/extensions/copilot-proxy/package.json +1 -1
  435. package/extensions/diagnostics-otel/package.json +1 -1
  436. package/extensions/fased-federation/package.json +1 -1
  437. package/extensions/google-gemini-cli-auth/package.json +1 -1
  438. package/extensions/imessage/package.json +1 -1
  439. package/extensions/irc/package.json +1 -1
  440. package/extensions/line/package.json +1 -1
  441. package/extensions/llm-task/package.json +1 -1
  442. package/extensions/lobster/package.json +1 -1
  443. package/extensions/matrix/CHANGELOG.md +12 -0
  444. package/extensions/matrix/package.json +1 -1
  445. package/extensions/mattermost/package.json +1 -1
  446. package/extensions/memory-core/package.json +2 -2
  447. package/extensions/memory-lancedb/package.json +1 -1
  448. package/extensions/minimax-portal-auth/package.json +1 -1
  449. package/extensions/msteams/CHANGELOG.md +12 -0
  450. package/extensions/msteams/package.json +1 -1
  451. package/extensions/nextcloud-talk/package.json +1 -1
  452. package/extensions/nostr/CHANGELOG.md +12 -0
  453. package/extensions/nostr/package.json +1 -1
  454. package/extensions/open-prose/package.json +1 -1
  455. package/extensions/sat-mining/index.ts +14 -2
  456. package/extensions/sat-mining/package.json +1 -1
  457. package/extensions/sat-mining/src/epoch-service.ts +16 -0
  458. package/extensions/sat-mining/src/protocol-contract.ts +64 -0
  459. package/extensions/sat-mining/src/round-watcher.ts +27 -4
  460. package/extensions/sat-mining/src/rpc-read.ts +9 -2
  461. package/extensions/sat-mining/src/runtime.ts +5 -1
  462. package/extensions/sat-mining/src/solana-submit.ts +7 -53
  463. package/extensions/signal/package.json +1 -1
  464. package/extensions/synology-chat/package.json +1 -1
  465. package/extensions/tlon/package.json +1 -1
  466. package/extensions/twitch/CHANGELOG.md +12 -0
  467. package/extensions/twitch/package.json +1 -1
  468. package/extensions/voice-call/CHANGELOG.md +12 -0
  469. package/extensions/voice-call/package.json +1 -1
  470. package/extensions/zalo/CHANGELOG.md +12 -0
  471. package/extensions/zalo/package.json +1 -1
  472. package/extensions/zalouser/CHANGELOG.md +12 -0
  473. package/extensions/zalouser/package.json +1 -1
  474. package/package.json +1 -1
  475. package/dist/control-ui/assets/chat-model-ref-DV2P__mw.js +0 -2
  476. package/dist/plugin-sdk/links-D5ecKoG9.js +0 -74
  477. package/dist/plugin-sdk/media-payload-DpYEcV-X.js +0 -18
  478. package/dist/plugin-sdk/resolve-channels-B-dUtZYa.js +0 -4
  479. package/dist/plugin-sdk/resolve-utils-DrvLA82C.js +0 -136
  480. /package/dist/plugin-sdk/{blocks-input-DdQwSVtP.js → blocks-input-Dcitfh7h.js} +0 -0
  481. /package/dist/plugin-sdk/{channel-activity-B7MIaDei.js → channel-activity-Cg1xRoc2.js} +0 -0
  482. /package/dist/plugin-sdk/{channel-core-CMPoGCik.js → channel-core-BOkyXXLa.js} +0 -0
  483. /package/dist/plugin-sdk/{client-BTUzO_8g.js → client-D2N7hqVu.js} +0 -0
  484. /package/dist/plugin-sdk/{command-poll-backoff-CBq0jVRw.js → command-poll-backoff-NAePk3eL.js} +0 -0
  485. /package/dist/plugin-sdk/{date-time-Bbp5JvNw.js → date-time-CE3Uer3C.js} +0 -0
  486. /package/dist/plugin-sdk/{diagnostic-session-state-B-9PL5r7.js → diagnostic-session-state-HO94DMou.js} +0 -0
  487. /package/dist/plugin-sdk/{draft-stream-loop-DZ1OAyye.js → draft-stream-loop-CKyHn8IX.js} +0 -0
  488. /package/dist/plugin-sdk/{fetch-headers-DvXyXtoI.js → fetch-headers-my7hgV2G.js} +0 -0
  489. /package/dist/plugin-sdk/{fetch-timeout-jOIu9Xud.js → fetch-timeout-l_6RdoMw.js} +0 -0
  490. /package/dist/plugin-sdk/{gateway-registry-C-MTEdvG.js → gateway-registry-DFsoY6C0.js} +0 -0
  491. /package/dist/plugin-sdk/{github-copilot-token-Dgug856m.js → github-copilot-token-CUK__1s1.js} +0 -0
  492. /package/dist/plugin-sdk/{inbound-context-BNCTzgjG.js → inbound-context-BFnIdcqI.js} +0 -0
  493. /package/dist/plugin-sdk/{ip-BkeyFRJr.js → ip-C70a-YlD.js} +0 -0
  494. /package/dist/plugin-sdk/{memory-search-DHSeU4pJ.js → memory-search-C3C0bD2H.js} +0 -0
  495. /package/dist/plugin-sdk/{pairing-token-HQpaqod5.js → pairing-token-N_6Jbt1L.js} +0 -0
  496. /package/dist/plugin-sdk/{path-alias-guards-BlIJ0AmG.js → path-alias-guards-Dg3gU-MA.js} +0 -0
  497. /package/dist/plugin-sdk/{paths-B88DQEK8.js → paths-CTZ2RS_E.js} +0 -0
  498. /package/dist/plugin-sdk/{polls-Dy1NsYKT.js → polls-DQrR-qT3.js} +0 -0
  499. /package/dist/plugin-sdk/{proxy-R5TjOIFS.js → proxy-7xs_rsnV.js} +0 -0
  500. /package/dist/plugin-sdk/{qmd-scope-C9tRnohc.js → qmd-scope-D1sSG_Rx.js} +0 -0
  501. /package/dist/plugin-sdk/{redact-CwCz68Mi.js → redact-Bm8vu_ju.js} +0 -0
  502. /package/dist/plugin-sdk/{redact-identifier-CDvAeiFm.js → redact-identifier-Q3tkvxhm.js} +0 -0
  503. /package/dist/plugin-sdk/{render-K7NwXvVu.js → render-Bwu_WxwA.js} +0 -0
  504. /package/dist/plugin-sdk/{reply-prefix-CbPHNXlm.js → reply-prefix-Bqzm6DC1.js} +0 -0
  505. /package/dist/plugin-sdk/{reply-reference-CWEIswqw.js → reply-reference-BkbK_DWT.js} +0 -0
  506. /package/dist/plugin-sdk/{retry-DycQ4ymF.js → retry-DstNBhDW.js} +0 -0
  507. /package/dist/plugin-sdk/{run-with-concurrency-CLARJMM7.js → run-with-concurrency-BsDJWzgM.js} +0 -0
  508. /package/dist/plugin-sdk/{secure-random-C2EhANj2.js → secure-random-Bl-AVLVb.js} +0 -0
  509. /package/dist/plugin-sdk/{shared-V35XNAbz.js → shared-clhhbWN3.js} +0 -0
  510. /package/dist/plugin-sdk/{tailscale-status-BGBRraZW.js → tailscale-status-ClsquRGs.js} +0 -0
  511. /package/dist/plugin-sdk/{target-errors-C0yNDbGS.js → target-errors-C_SVKoEv.js} +0 -0
  512. /package/dist/plugin-sdk/{targets-CuTZl1mO.js → targets-BDvvnlph.js} +0 -0
  513. /package/dist/plugin-sdk/{tokens-Do_JU4Rh.js → tokens-BvtlOzVP.js} +0 -0
  514. /package/dist/plugin-sdk/{tool-loop-detection-P5u2k0_f.js → tool-loop-detection-CWphm1k_.js} +0 -0
  515. /package/dist/plugin-sdk/{transcript-events-NZiMKWBK.js → transcript-events-BJQWUdmU.js} +0 -0
  516. /package/dist/plugin-sdk/{ui-KGr1WRXC.js → ui-e020ouhJ.js} +0 -0
  517. /package/dist/plugin-sdk/{with-timeout-Dl513q34.js → with-timeout-BYrRAYFV.js} +0 -0
@@ -3,8 +3,8 @@ import "./globals-B_jjtAje.js";
3
3
  import "./paths-BEmvSyOV.js";
4
4
  import "./logger-BbFvCoKk.js";
5
5
  import "./exec-DQ8j4Fm3.js";
6
- import { n as resolveGatewayBindUrl, r as runPluginCommandWithTimeout, t as resolveTailnetHostWithRunner } from "./tailscale-status-BGBRraZW.js";
7
- import { r as listDevicePairing, t as approveDevicePairing } from "./device-pairing-J1IH1jFl.js";
8
- import "./pairing-token-HQpaqod5.js";
6
+ import { n as resolveGatewayBindUrl, r as runPluginCommandWithTimeout, t as resolveTailnetHostWithRunner } from "./tailscale-status-ClsquRGs.js";
7
+ import { r as listDevicePairing, t as approveDevicePairing } from "./device-pairing-D2Yq-_U6.js";
8
+ import "./pairing-token-N_6Jbt1L.js";
9
9
 
10
10
  export { approveDevicePairing, listDevicePairing, resolveGatewayBindUrl, resolveTailnetHostWithRunner, runPluginCommandWithTimeout };
@@ -1,4 +1,4 @@
1
- import { a as resolvePairingPaths, c as writeJsonAtomic, i as pruneExpiredPending, o as createAsyncLock, r as rejectPendingPairingRequest, s as readJsonFile, t as generatePairingToken } from "./pairing-token-HQpaqod5.js";
1
+ import { a as resolvePairingPaths, c as writeJsonAtomic, i as pruneExpiredPending, o as createAsyncLock, r as rejectPendingPairingRequest, s as readJsonFile, t as generatePairingToken } from "./pairing-token-N_6Jbt1L.js";
2
2
  import { randomUUID } from "node:crypto";
3
3
 
4
4
  //#region src/shared/device-auth.ts
@@ -1,8 +1,8 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
2
2
  import { t as createSubsystemLogger } from "./subsystem-DBPNbQDQ.js";
3
- import { n as redactSensitiveText } from "./redact-CwCz68Mi.js";
4
- import { i as pruneDiagnosticSessionStates, r as getDiagnosticSessionState, t as diagnosticSessionStates } from "./diagnostic-session-state-B-9PL5r7.js";
5
- import { t as redactIdentifier } from "./redact-identifier-CDvAeiFm.js";
3
+ import { n as redactSensitiveText } from "./redact-Bm8vu_ju.js";
4
+ import { i as pruneDiagnosticSessionStates, r as getDiagnosticSessionState, t as diagnosticSessionStates } from "./diagnostic-session-state-HO94DMou.js";
5
+ import { t as redactIdentifier } from "./redact-identifier-Q3tkvxhm.js";
6
6
 
7
7
  //#region src/infra/diagnostic-events.ts
8
8
  function getDiagnosticEventsState() {
@@ -254,7 +254,7 @@ function startDiagnosticHeartbeat() {
254
254
  waiting: waitingCount,
255
255
  queued: totalQueued
256
256
  });
257
- import("./command-poll-backoff-CBq0jVRw.js").then((n) => n.t).then(({ pruneStaleCommandPolls }) => {
257
+ import("./command-poll-backoff-NAePk3eL.js").then((n) => n.t).then(({ pruneStaleCommandPolls }) => {
258
258
  for (const [, state] of diagnosticSessionStates) pruneStaleCommandPolls(state);
259
259
  }).catch((err) => {
260
260
  diag.debug(`command-poll-backoff prune failed: ${formatDiagnosticErrorForLog(err)}`);
@@ -1,5 +1,5 @@
1
1
  import { i as resolveSlackAccount } from "./accounts-CuqIKU8X.js";
2
- import { n as createSlackWebClient } from "./client-BTUzO_8g.js";
2
+ import { n as createSlackWebClient } from "./client-D2N7hqVu.js";
3
3
 
4
4
  //#region src/slack/directory-live.ts
5
5
  function resolveReadToken(params) {
@@ -1,7 +1,7 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
2
2
  import { a as resolveDiscordAccount } from "./accounts-RHZyaB73.js";
3
3
  import { t as normalizeDiscordToken } from "./token-D4-H0ByG.js";
4
- import { _ as fetchDiscord, i as normalizeDiscordSlug } from "./allow-list-yqasgPpz.js";
4
+ import { _ as fetchDiscord, i as normalizeDiscordSlug } from "./allow-list-BYeKk0Sy.js";
5
5
 
6
6
  //#region src/discord/directory-live.ts
7
7
  var directory_live_exports = /* @__PURE__ */ __exportAll({
@@ -4,7 +4,7 @@ import { Bt as resolveDefaultGroupPolicy, Cn as readStringParam, Gt as listSlack
4
4
  import { D as normalizeE164 } from "./types-CJGVZX6j.js";
5
5
  import { a as buildChannelConfigSchema, c as emptyPluginConfigSchema, i as setAccountEnabledInConfigSection, n as formatPairingApproveHint, o as applyAccountNameToChannelSection, r as deleteAccountFromConfigSection, s as migrateBaseNameToDefaultAccount, t as PAIRING_APPROVED_MESSAGE } from "./pairing-message-DWXHX-jt.js";
6
6
  import { _ as buildTokenChannelStatusSummary, i as resolveDiscordGroupToolPolicy, r as resolveDiscordGroupRequireMention } from "./group-mentions-DLOOve8d.js";
7
- import { t as DiscordConfigSchema } from "./zod-schema.providers-core-BEbNizPe.js";
7
+ import { t as DiscordConfigSchema } from "./zod-schema.providers-core-BE_5DNhj.js";
8
8
 
9
9
  //#region src/discord/accounts.d.ts
10
10
  type ResolvedDiscordAccount = {
@@ -1,48 +1,47 @@
1
- import { Ht as resolveDiscordGroupRequireMention, Nn as getChatChannelMeta, Ut as resolveDiscordGroupToolPolicy, _t as listWhatsAppDirectoryPeersFromConfig, dt as listDiscordDirectoryPeersFromConfig, ft as listSlackDirectoryGroupsFromConfig, gt as listWhatsAppDirectoryGroupsFromConfig, ht as listTelegramDirectoryPeersFromConfig, mt as listTelegramDirectoryGroupsFromConfig, pt as listSlackDirectoryPeersFromConfig, ut as listDiscordDirectoryGroupsFromConfig } from "./runtime-ptM6yJKi.js";
1
+ import { Ht as resolveDiscordGroupRequireMention, Nn as getChatChannelMeta, Ut as resolveDiscordGroupToolPolicy, _t as listWhatsAppDirectoryPeersFromConfig, dt as listDiscordDirectoryPeersFromConfig, ft as listSlackDirectoryGroupsFromConfig, gt as listWhatsAppDirectoryGroupsFromConfig, ht as listTelegramDirectoryPeersFromConfig, mt as listTelegramDirectoryGroupsFromConfig, pt as listSlackDirectoryPeersFromConfig, ut as listDiscordDirectoryGroupsFromConfig } from "./runtime-BLknHFGz.js";
2
2
  import "./subsystem-DBPNbQDQ.js";
3
3
  import "./globals-B_jjtAje.js";
4
4
  import "./paths-BEmvSyOV.js";
5
5
  import { c as isRecord, d as normalizeE164 } from "./utils-CYk9EKoq.js";
6
- import { u as DiscordConfigSchema } from "./config-DHDPT24D.js";
6
+ import { u as DiscordConfigSchema } from "./config-DutIeFge.js";
7
7
  import "./agent-scope-BbgPlhtw.js";
8
8
  import { f as DEFAULT_ACCOUNT_ID, p as normalizeAccountId } from "./session-key-HSJ2KQTc.js";
9
9
  import { a as resolveDiscordAccount, i as resolveDefaultDiscordAccountId, n as listDiscordAccountIds } from "./accounts-RHZyaB73.js";
10
10
  import "./accounts-CuqIKU8X.js";
11
11
  import "./logger-BbFvCoKk.js";
12
12
  import "./exec-DQ8j4Fm3.js";
13
- import "./accounts-DoZdNyoY.js";
14
- import { i as normalizeDiscordSlug } from "./allow-list-yqasgPpz.js";
15
- import "./redact-CwCz68Mi.js";
16
- import "./github-copilot-token-Dgug856m.js";
17
- import "./retry-DycQ4ymF.js";
18
- import "./paths-B88DQEK8.js";
19
- import { a as deleteAccountFromConfigSection, c as formatPairingApproveHint, n as applyAccountNameToChannelSection, o as setAccountEnabledInConfigSection, r as migrateBaseNameToDefaultAccount, s as buildChannelConfigSchema, t as PAIRING_APPROVED_MESSAGE, u as emptyPluginConfigSchema } from "./pairing-message-Cma7gg4r.js";
20
- import "./ip-BkeyFRJr.js";
21
- import "./ssrf-D_4q0mKh.js";
22
- import "./fetch-guard-CxXvFYq5.js";
23
- import { a as resolveOpenProviderRuntimeGroupPolicy, i as resolveDefaultGroupPolicy, r as resolveAllowlistProviderRuntimeGroupPolicy, t as formatDocsLink } from "./links-D5ecKoG9.js";
24
- import "./chunk-BezNQ2ms.js";
25
- import "./optional-runtime-dependency-DRIuSMGn.js";
26
- import "./image-ops-Dj5U2UMr.js";
27
- import "./path-alias-guards-BlIJ0AmG.js";
28
- import "./fs-safe-DztQeyQe.js";
29
- import "./markdown-tables-BWPlKBlJ.js";
30
- import "./media-DkIzq3KV.js";
31
- import "./fetch-RV7QDF43.js";
32
- import "./thread-bindings.state-DFCnsoeW.js";
33
- import { d as readStringParam, n as createActionGate } from "./common-DBwy4zpd.js";
34
- import "./directory-live-G7AN8y8N.js";
35
- import { t as parseDiscordTarget } from "./targets-CI7i2tSK.js";
36
- import "./render-K7NwXvVu.js";
37
- import "./tables-CeCs0Fx6.js";
38
- import { _ as setAccountGroupPolicyForChannel, a as noteChannelLookupFailure, b as setOnboardingChannelEnabled, d as promptLegacyChannelAllowFrom, g as resolveOnboardingAccountId, h as resolveAccountIdForConfigure, l as patchChannelConfigForAccount, m as promptSingleChannelToken, n as applySingleTokenPromptResult, o as noteChannelLookupSummary, s as parseMentionOrPrefixedId, w as buildTokenChannelStatusSummary, y as setLegacyChannelDmPolicyWithAllowFrom } from "./helpers-BEIzSOp1.js";
39
- import { i as resolveEnabledConfiguredAccountId, n as asString, t as appendMatchMetadata } from "./shared-V35XNAbz.js";
40
- import "./channel-core-CMPoGCik.js";
41
- import "./send-bQfJLpNY.js";
42
- import "./retry-policy-CHtx8LYv.js";
43
- import { n as collectDiscordAuditChannelIds } from "./audit-D_Kb-kIQ.js";
44
- import { t as configureChannelAccessWithAllowlist } from "./channel-access-configure-CgPf_K08.js";
45
- import { a as unbindThreadBindingsBySessionKey, n as listThreadBindingsBySessionKey, t as autoBindSpawnedDiscordSubagent } from "./thread-bindings.lifecycle-BEiYGYlC.js";
13
+ import "./accounts-DI5226U8.js";
14
+ import { i as normalizeDiscordSlug } from "./allow-list-BYeKk0Sy.js";
15
+ import "./redact-Bm8vu_ju.js";
16
+ import "./github-copilot-token-CUK__1s1.js";
17
+ import "./retry-DstNBhDW.js";
18
+ import "./paths-CTZ2RS_E.js";
19
+ import { a as deleteAccountFromConfigSection, c as formatPairingApproveHint, n as applyAccountNameToChannelSection, o as setAccountEnabledInConfigSection, r as migrateBaseNameToDefaultAccount, s as buildChannelConfigSchema, t as PAIRING_APPROVED_MESSAGE, u as emptyPluginConfigSchema } from "./pairing-message-CZBahREg.js";
20
+ import "./ip-C70a-YlD.js";
21
+ import "./ssrf-BZG8Ztod.js";
22
+ import "./fetch-guard-BuYrl6q2.js";
23
+ import { A as resolveDefaultGroupPolicy, D as formatDocsLink, _ as setAccountGroupPolicyForChannel, a as noteChannelLookupFailure, b as setOnboardingChannelEnabled, d as promptLegacyChannelAllowFrom, g as resolveOnboardingAccountId, h as resolveAccountIdForConfigure, j as resolveOpenProviderRuntimeGroupPolicy, k as resolveAllowlistProviderRuntimeGroupPolicy, l as patchChannelConfigForAccount, m as promptSingleChannelToken, n as applySingleTokenPromptResult, o as noteChannelLookupSummary, s as parseMentionOrPrefixedId, w as buildTokenChannelStatusSummary, y as setLegacyChannelDmPolicyWithAllowFrom } from "./helpers-BCZ9d3fl.js";
24
+ import "./chunk-CSUjIQSx.js";
25
+ import "./optional-runtime-dependency-BEBP4VFJ.js";
26
+ import "./image-ops-B-QR_M9Z.js";
27
+ import "./path-alias-guards-Dg3gU-MA.js";
28
+ import "./fs-safe-BG-VzVkL.js";
29
+ import "./markdown-tables-B1Tx7c77.js";
30
+ import "./media-BwsqooWC.js";
31
+ import "./fetch-Cu-ahkie.js";
32
+ import "./thread-bindings.state-ssxdG7xV.js";
33
+ import { d as readStringParam, n as createActionGate } from "./common-Cjm8psuW.js";
34
+ import "./directory-live-DatqU-eS.js";
35
+ import { t as parseDiscordTarget } from "./targets-DskkhJAp.js";
36
+ import "./render-Bwu_WxwA.js";
37
+ import "./tables-CVDOT5dX.js";
38
+ import { i as resolveEnabledConfiguredAccountId, n as asString, t as appendMatchMetadata } from "./shared-clhhbWN3.js";
39
+ import "./channel-core-BOkyXXLa.js";
40
+ import "./send-Bmtz9ICm.js";
41
+ import "./retry-policy-ChC3G4lv.js";
42
+ import { n as collectDiscordAuditChannelIds } from "./audit-BTskqjJ_.js";
43
+ import { t as configureChannelAccessWithAllowlist } from "./channel-access-configure-Y91FLOJc.js";
44
+ import { a as unbindThreadBindingsBySessionKey, n as listThreadBindingsBySessionKey, t as autoBindSpawnedDiscordSubagent } from "./thread-bindings.lifecycle-CrhQXYEU.js";
46
45
 
47
46
  //#region src/channels/plugins/normalize/discord.ts
48
47
  function normalizeDiscordMessagingTarget(raw) {
@@ -147,7 +146,7 @@ async function promptDiscordAllowFrom(params) {
147
146
  parseId,
148
147
  invalidWithoutTokenNote: "Bot token missing; use numeric user ids (or mention form) only.",
149
148
  resolveEntries: async ({ token, entries }) => {
150
- const { resolveDiscordUserAllowlist } = await import("./resolve-users-B63RqPIO.js").then((n) => n.n);
149
+ const { resolveDiscordUserAllowlist } = await import("./resolve-users-CTzoruIZ.js").then((n) => n.n);
151
150
  return resolveDiscordUserAllowlist({
152
151
  token,
153
152
  entries
@@ -275,7 +274,7 @@ const discordOnboardingAdapter = {
275
274
  resolved: false
276
275
  }));
277
276
  if (accountWithTokens.token && entries.length > 0) try {
278
- const { resolveDiscordChannelAllowlist } = await import("./resolve-channels-sscr14hU.js").then((n) => n.n);
277
+ const { resolveDiscordChannelAllowlist } = await import("./resolve-channels-ChWKWtA9.js").then((n) => n.n);
279
278
  resolved = await resolveDiscordChannelAllowlist({
280
279
  token: accountWithTokens.token,
281
280
  entries
@@ -1,4 +1,4 @@
1
- import { t as createDraftStreamLoop } from "./draft-stream-loop-DZ1OAyye.js";
1
+ import { t as createDraftStreamLoop } from "./draft-stream-loop-CKyHn8IX.js";
2
2
 
3
3
  //#region src/channels/status-reactions.ts
4
4
  const DEFAULT_EMOJIS = {
@@ -1,5 +1,5 @@
1
- import { t as bindAbortRelay } from "./fetch-timeout-jOIu9Xud.js";
2
- import { t as normalizeRequestInitHeadersForFetch } from "./fetch-headers-DvXyXtoI.js";
1
+ import { t as bindAbortRelay } from "./fetch-timeout-l_6RdoMw.js";
2
+ import { t as normalizeRequestInitHeadersForFetch } from "./fetch-headers-my7hgV2G.js";
3
3
 
4
4
  //#region src/infra/fetch.ts
5
5
  const wrapFetchWithAbortSignalMarker = Symbol.for("fased.fetch.abort-signal-wrapped");
@@ -1,8 +1,8 @@
1
1
  import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
2
2
  import { i as logWarn } from "./logger-BbFvCoKk.js";
3
- import { t as bindAbortRelay } from "./fetch-timeout-jOIu9Xud.js";
4
- import { t as normalizeRequestInitHeadersForFetch } from "./fetch-headers-DvXyXtoI.js";
5
- import { n as closeDispatcher, r as createPinnedDispatcher, s as resolvePinnedHostnameWithPolicy, t as SsrFBlockedError } from "./ssrf-D_4q0mKh.js";
3
+ import { t as bindAbortRelay } from "./fetch-timeout-l_6RdoMw.js";
4
+ import { t as normalizeRequestInitHeadersForFetch } from "./fetch-headers-my7hgV2G.js";
5
+ import { n as closeDispatcher, r as createPinnedDispatcher, s as resolvePinnedHostnameWithPolicy, t as SsrFBlockedError } from "./ssrf-BZG8Ztod.js";
6
6
  import { EnvHttpProxyAgent } from "undici";
7
7
 
8
8
  //#region src/infra/net/fetch-guard.ts
@@ -5,8 +5,8 @@ import "./utils-CYk9EKoq.js";
5
5
  import { l as resolveAgentWorkspaceDir } from "./agent-scope-BbgPlhtw.js";
6
6
  import "./logger-BbFvCoKk.js";
7
7
  import "./exec-DQ8j4Fm3.js";
8
- import { t as resolveMemorySearchConfig } from "./memory-search-DHSeU4pJ.js";
9
- import { c as normalizeExtraMemoryPaths, l as normalizeRelPath, n as chunkMarkdown, o as isMemoryPath, s as listMemoryFiles, t as buildFileEntry } from "./internal-CC6TMTtc.js";
8
+ import { t as resolveMemorySearchConfig } from "./memory-search-C3C0bD2H.js";
9
+ import { c as normalizeExtraMemoryPaths, l as normalizeRelPath, n as chunkMarkdown, o as isMemoryPath, s as listMemoryFiles, t as buildFileEntry } from "./internal-qo16nNU1.js";
10
10
  import path from "node:path";
11
11
  import fs from "node:fs/promises";
12
12
 
@@ -1,5 +1,5 @@
1
1
  import { F as isNotFoundPathError, I as isPathInside, L as isSymlinkOpenError, j as sameFileIdentity } from "./agent-scope-BbgPlhtw.js";
2
- import { n as assertNoPathAliasEscape } from "./path-alias-guards-BlIJ0AmG.js";
2
+ import { n as assertNoPathAliasEscape } from "./path-alias-guards-Dg3gU-MA.js";
3
3
  import path from "node:path";
4
4
  import { constants } from "node:fs";
5
5
  import fs$1 from "node:fs/promises";
@@ -1,4 +1,4 @@
1
- import { _ as fetchDiscord, i as normalizeDiscordSlug } from "./allow-list-yqasgPpz.js";
1
+ import { _ as fetchDiscord, i as normalizeDiscordSlug } from "./allow-list-BYeKk0Sy.js";
2
2
 
3
3
  //#region src/discord/guilds.ts
4
4
  async function listGuilds(token, fetcher) {
@@ -1,41 +1,41 @@
1
- import "./runtime-ptM6yJKi.js";
1
+ import "./runtime-BLknHFGz.js";
2
2
  import "./subsystem-DBPNbQDQ.js";
3
3
  import "./globals-B_jjtAje.js";
4
4
  import "./paths-BEmvSyOV.js";
5
5
  import "./utils-CYk9EKoq.js";
6
- import "./config-DHDPT24D.js";
6
+ import "./config-DutIeFge.js";
7
7
  import "./agent-scope-BbgPlhtw.js";
8
8
  import { t as createDiscordActionGate } from "./accounts-RHZyaB73.js";
9
9
  import "./accounts-CuqIKU8X.js";
10
10
  import "./logger-BbFvCoKk.js";
11
11
  import "./exec-DQ8j4Fm3.js";
12
- import "./accounts-DoZdNyoY.js";
13
- import "./allow-list-yqasgPpz.js";
14
- import "./redact-CwCz68Mi.js";
15
- import "./github-copilot-token-Dgug856m.js";
16
- import "./retry-DycQ4ymF.js";
17
- import "./paths-B88DQEK8.js";
18
- import "./ip-BkeyFRJr.js";
19
- import "./ssrf-D_4q0mKh.js";
20
- import "./fetch-guard-CxXvFYq5.js";
21
- import "./chunk-BezNQ2ms.js";
22
- import "./optional-runtime-dependency-DRIuSMGn.js";
23
- import "./image-ops-Dj5U2UMr.js";
24
- import "./path-alias-guards-BlIJ0AmG.js";
25
- import "./fs-safe-DztQeyQe.js";
26
- import "./markdown-tables-BWPlKBlJ.js";
27
- import "./media-DkIzq3KV.js";
28
- import "./fetch-RV7QDF43.js";
29
- import { a as jsonResult, c as readReactionParams, d as readStringParam, l as readStringArrayParam, o as parseAvailableTags, s as readNumberParam } from "./common-DBwy4zpd.js";
30
- import "./directory-live-G7AN8y8N.js";
31
- import { n as resolveDiscordChannelId } from "./targets-CI7i2tSK.js";
32
- import { t as assertMediaNotDataUrl } from "./sandbox-paths-fc-HFGJr.js";
33
- import { i as withNormalizedTimestamp } from "./date-time-Bbp5JvNw.js";
34
- import "./render-K7NwXvVu.js";
35
- import "./tables-CeCs0Fx6.js";
36
- import { $ as fetchChannelPermissionsDiscord, A as unpinMessageDiscord, B as listScheduledEventsDiscord, C as editMessageDiscord, D as pinMessageDiscord, E as listThreadsDiscord, F as fetchMemberInfoDiscord, G as uploadStickerDiscord, H as timeoutMemberDiscord, I as fetchRoleInfoDiscord, J as editChannelDiscord, K as createChannelDiscord, L as fetchVoiceStatusDiscord, M as banMemberDiscord, N as createScheduledEventDiscord, O as readMessagesDiscord, P as fetchChannelInfoDiscord, R as kickMemberDiscord, S as deleteMessageDiscord, T as listPinsDiscord, U as listGuildEmojisDiscord, V as removeRoleDiscord, W as uploadEmojiDiscord, X as removeChannelPermissionDiscord, Y as moveChannelDiscord, Z as setChannelPermissionDiscord, _ as sendPollDiscord, a as removeReactionDiscord, et as hasAnyGuildPermissionDiscord, g as sendMessageDiscord, i as removeOwnReactionsDiscord, j as addRoleDiscord, k as searchMessagesDiscord, n as fetchReactionsDiscord, o as sendDiscordComponentMessage, p as readDiscordComponentSpec, q as deleteChannelDiscord, r as reactMessageDiscord, v as sendStickerDiscord, w as fetchMessageDiscord, x as createThreadDiscord, y as sendVoiceMessageDiscord, z as listGuildChannelsDiscord } from "./send-bQfJLpNY.js";
37
- import "./retry-policy-CHtx8LYv.js";
38
- import { i as getPresence, t as getGateway } from "./gateway-registry-C-MTEdvG.js";
12
+ import "./accounts-DI5226U8.js";
13
+ import "./allow-list-BYeKk0Sy.js";
14
+ import "./redact-Bm8vu_ju.js";
15
+ import "./github-copilot-token-CUK__1s1.js";
16
+ import "./retry-DstNBhDW.js";
17
+ import "./paths-CTZ2RS_E.js";
18
+ import "./ip-C70a-YlD.js";
19
+ import "./ssrf-BZG8Ztod.js";
20
+ import "./fetch-guard-BuYrl6q2.js";
21
+ import "./chunk-CSUjIQSx.js";
22
+ import "./optional-runtime-dependency-BEBP4VFJ.js";
23
+ import "./image-ops-B-QR_M9Z.js";
24
+ import "./path-alias-guards-Dg3gU-MA.js";
25
+ import "./fs-safe-BG-VzVkL.js";
26
+ import "./markdown-tables-B1Tx7c77.js";
27
+ import "./media-BwsqooWC.js";
28
+ import "./fetch-Cu-ahkie.js";
29
+ import { a as jsonResult, c as readReactionParams, d as readStringParam, l as readStringArrayParam, o as parseAvailableTags, s as readNumberParam } from "./common-Cjm8psuW.js";
30
+ import "./directory-live-DatqU-eS.js";
31
+ import { n as resolveDiscordChannelId } from "./targets-DskkhJAp.js";
32
+ import { t as assertMediaNotDataUrl } from "./sandbox-paths-lj7_EVuA.js";
33
+ import { i as withNormalizedTimestamp } from "./date-time-CE3Uer3C.js";
34
+ import "./render-Bwu_WxwA.js";
35
+ import "./tables-CVDOT5dX.js";
36
+ import { $ as fetchChannelPermissionsDiscord, A as unpinMessageDiscord, B as listScheduledEventsDiscord, C as editMessageDiscord, D as pinMessageDiscord, E as listThreadsDiscord, F as fetchMemberInfoDiscord, G as uploadStickerDiscord, H as timeoutMemberDiscord, I as fetchRoleInfoDiscord, J as editChannelDiscord, K as createChannelDiscord, L as fetchVoiceStatusDiscord, M as banMemberDiscord, N as createScheduledEventDiscord, O as readMessagesDiscord, P as fetchChannelInfoDiscord, R as kickMemberDiscord, S as deleteMessageDiscord, T as listPinsDiscord, U as listGuildEmojisDiscord, V as removeRoleDiscord, W as uploadEmojiDiscord, X as removeChannelPermissionDiscord, Y as moveChannelDiscord, Z as setChannelPermissionDiscord, _ as sendPollDiscord, a as removeReactionDiscord, et as hasAnyGuildPermissionDiscord, g as sendMessageDiscord, i as removeOwnReactionsDiscord, j as addRoleDiscord, k as searchMessagesDiscord, n as fetchReactionsDiscord, o as sendDiscordComponentMessage, p as readDiscordComponentSpec, q as deleteChannelDiscord, r as reactMessageDiscord, v as sendStickerDiscord, w as fetchMessageDiscord, x as createThreadDiscord, y as sendVoiceMessageDiscord, z as listGuildChannelsDiscord } from "./send-Bmtz9ICm.js";
37
+ import "./retry-policy-ChC3G4lv.js";
38
+ import { i as getPresence, t as getGateway } from "./gateway-registry-DFsoY6C0.js";
39
39
  import { PermissionFlagsBits } from "discord-api-types/v10";
40
40
 
41
41
  //#region src/agents/tools/discord-actions-guild.ts
@@ -1,6 +1,78 @@
1
+ import { s as formatTerminalLink } from "./utils-CYk9EKoq.js";
1
2
  import { f as DEFAULT_ACCOUNT_ID, p as normalizeAccountId } from "./session-key-HSJ2KQTc.js";
2
- import { i as moveSingleAccountChannelSectionToDefaultAccount } from "./pairing-message-Cma7gg4r.js";
3
+ import { i as moveSingleAccountChannelSectionToDefaultAccount } from "./pairing-message-CZBahREg.js";
3
4
 
5
+ //#region src/config/runtime-group-policy.ts
6
+ function resolveRuntimeGroupPolicy(params) {
7
+ const configuredFallbackPolicy = params.configuredFallbackPolicy ?? "open";
8
+ const missingProviderFallbackPolicy = params.missingProviderFallbackPolicy ?? "allowlist";
9
+ return {
10
+ groupPolicy: params.providerConfigPresent ? params.groupPolicy ?? params.defaultGroupPolicy ?? configuredFallbackPolicy : params.groupPolicy ?? missingProviderFallbackPolicy,
11
+ providerMissingFallbackApplied: !params.providerConfigPresent && params.groupPolicy === void 0
12
+ };
13
+ }
14
+ function resolveDefaultGroupPolicy(cfg) {
15
+ return cfg.channels?.defaults?.groupPolicy;
16
+ }
17
+ const GROUP_POLICY_BLOCKED_LABEL = {
18
+ group: "group messages",
19
+ guild: "guild messages",
20
+ room: "room messages",
21
+ channel: "channel messages",
22
+ space: "space messages"
23
+ };
24
+ /**
25
+ * Standard provider runtime policy:
26
+ * - configured provider fallback: open
27
+ * - missing provider fallback: allowlist (fail-closed)
28
+ */
29
+ function resolveOpenProviderRuntimeGroupPolicy(params) {
30
+ return resolveRuntimeGroupPolicy({
31
+ providerConfigPresent: params.providerConfigPresent,
32
+ groupPolicy: params.groupPolicy,
33
+ defaultGroupPolicy: params.defaultGroupPolicy,
34
+ configuredFallbackPolicy: "open",
35
+ missingProviderFallbackPolicy: "allowlist"
36
+ });
37
+ }
38
+ /**
39
+ * Strict provider runtime policy:
40
+ * - configured provider fallback: allowlist
41
+ * - missing provider fallback: allowlist (fail-closed)
42
+ */
43
+ function resolveAllowlistProviderRuntimeGroupPolicy(params) {
44
+ return resolveRuntimeGroupPolicy({
45
+ providerConfigPresent: params.providerConfigPresent,
46
+ groupPolicy: params.groupPolicy,
47
+ defaultGroupPolicy: params.defaultGroupPolicy,
48
+ configuredFallbackPolicy: "allowlist",
49
+ missingProviderFallbackPolicy: "allowlist"
50
+ });
51
+ }
52
+ const warnedMissingProviderGroupPolicy = /* @__PURE__ */ new Set();
53
+ function warnMissingProviderGroupPolicyFallbackOnce(params) {
54
+ if (!params.providerMissingFallbackApplied) return false;
55
+ const key = `${params.providerKey}:${params.accountId ?? "*"}`;
56
+ if (warnedMissingProviderGroupPolicy.has(key)) return false;
57
+ warnedMissingProviderGroupPolicy.add(key);
58
+ const blockedLabel = params.blockedLabel?.trim() || "group messages";
59
+ params.log(`${params.providerKey}: channels.${params.providerKey} is missing; defaulting groupPolicy to "allowlist" (${blockedLabel} blocked until explicitly configured).`);
60
+ return true;
61
+ }
62
+
63
+ //#endregion
64
+ //#region src/terminal/links.ts
65
+ const DOCS_ROOT = "https://docs.fased.ai";
66
+ function formatDocsLink(path, label, opts) {
67
+ const trimmed = path.trim();
68
+ const url = trimmed.startsWith("http") ? trimmed : `${DOCS_ROOT}${trimmed.startsWith("/") ? trimmed : `/${trimmed}`}`;
69
+ return formatTerminalLink(label ?? url, url, {
70
+ fallback: opts?.fallback ?? url,
71
+ force: opts?.force
72
+ });
73
+ }
74
+
75
+ //#endregion
4
76
  //#region src/plugin-sdk/status-helpers.ts
5
77
  function createDefaultChannelRuntimeState(accountId, extra) {
6
78
  return {
@@ -436,4 +508,4 @@ async function promptLegacyChannelAllowFrom(params) {
436
508
  }
437
509
 
438
510
  //#endregion
439
- export { buildBaseChannelStatusSummary as C, createDefaultChannelRuntimeState as E, buildBaseAccountStatusSnapshot as S, collectStatusIssuesFromLastError as T, setAccountGroupPolicyForChannel as _, noteChannelLookupFailure as a, setOnboardingChannelEnabled as b, parseOnboardingEntriesAllowingWildcard as c, promptLegacyChannelAllowFrom as d, promptParsedAllowFromForScopedChannel as f, resolveOnboardingAccountId as g, resolveAccountIdForConfigure as h, normalizeAllowFromEntries as i, patchChannelConfigForAccount as l, promptSingleChannelToken as m, applySingleTokenPromptResult as n, noteChannelLookupSummary as o, promptResolvedAllowFrom as p, mergeAllowFromEntries as r, parseMentionOrPrefixedId as s, addWildcardAllowFrom as t, promptAccountId as u, setChannelDmPolicyWithAllowFrom as v, buildTokenChannelStatusSummary as w, splitOnboardingEntries as x, setLegacyChannelDmPolicyWithAllowFrom as y };
511
+ export { resolveDefaultGroupPolicy as A, buildBaseChannelStatusSummary as C, formatDocsLink as D, createDefaultChannelRuntimeState as E, warnMissingProviderGroupPolicyFallbackOnce as M, GROUP_POLICY_BLOCKED_LABEL as O, buildBaseAccountStatusSnapshot as S, collectStatusIssuesFromLastError as T, setAccountGroupPolicyForChannel as _, noteChannelLookupFailure as a, setOnboardingChannelEnabled as b, parseOnboardingEntriesAllowingWildcard as c, promptLegacyChannelAllowFrom as d, promptParsedAllowFromForScopedChannel as f, resolveOnboardingAccountId as g, resolveAccountIdForConfigure as h, normalizeAllowFromEntries as i, resolveOpenProviderRuntimeGroupPolicy as j, resolveAllowlistProviderRuntimeGroupPolicy as k, patchChannelConfigForAccount as l, promptSingleChannelToken as m, applySingleTokenPromptResult as n, noteChannelLookupSummary as o, promptResolvedAllowFrom as p, mergeAllowFromEntries as r, parseMentionOrPrefixedId as s, addWildcardAllowFrom as t, promptAccountId as u, setChannelDmPolicyWithAllowFrom as v, buildTokenChannelStatusSummary as w, splitOnboardingEntries as x, setLegacyChannelDmPolicyWithAllowFrom as y };
@@ -1,5 +1,5 @@
1
1
  import { n as runExec } from "./exec-DQ8j4Fm3.js";
2
- import { t as importOptionalRuntimeDependency } from "./optional-runtime-dependency-DRIuSMGn.js";
2
+ import { t as importOptionalRuntimeDependency } from "./optional-runtime-dependency-BEBP4VFJ.js";
3
3
  import path from "node:path";
4
4
  import os from "node:os";
5
5
  import fs from "node:fs/promises";
@@ -7,7 +7,7 @@ import { a as VerboseLevel, i as ThinkLevel, n as SkillSnapshot, r as ReasoningL
7
7
  import { a as buildChannelConfigSchema, c as emptyPluginConfigSchema, i as setAccountEnabledInConfigSection, n as formatPairingApproveHint, o as applyAccountNameToChannelSection, r as deleteAccountFromConfigSection, s as migrateBaseNameToDefaultAccount, t as PAIRING_APPROVED_MESSAGE } from "./pairing-message-DWXHX-jt.js";
8
8
  import { a as listDevicePairing, i as approveDevicePairing, n as resolveTailnetHostWithRunner, o as rejectDevicePairing, r as resolveGatewayBindUrl, t as runPluginCommandWithTimeout } from "./run-command-i_W6EFb1.js";
9
9
  import { _ as buildTokenChannelStatusSummary, a as resolveGoogleChatGroupRequireMention, c as resolveIMessageGroupToolPolicy, g as buildBaseChannelStatusSummary, h as buildBaseAccountStatusSnapshot, n as resolveBlueBubblesGroupToolPolicy, o as resolveGoogleChatGroupToolPolicy, s as resolveIMessageGroupRequireMention, t as resolveBlueBubblesGroupRequireMention, v as collectStatusIssuesFromLastError, y as createDefaultChannelRuntimeState } from "./group-mentions-DLOOve8d.js";
10
- import { a as SignalConfigSchema, i as MSTeamsConfigSchema, n as GoogleChatConfigSchema, r as IMessageConfigSchema } from "./zod-schema.providers-core-BEbNizPe.js";
10
+ import { a as SignalConfigSchema, i as MSTeamsConfigSchema, n as GoogleChatConfigSchema, r as IMessageConfigSchema } from "./zod-schema.providers-core-BE_5DNhj.js";
11
11
  import { n as fetchWithSsrFGuard, r as listAgentIds, s as resolveDefaultAgentId, t as resolvePreferredFasedAgentTmpDir } from "./tmp-fased-dir-Be1wBhVz.js";
12
12
  import { ImageContent } from "@mariozechner/pi-ai";
13
13
  import { AgentMessage } from "@mariozechner/pi-agent-core";
@@ -761,6 +761,10 @@ type RedactOptions = {
761
761
  };
762
762
  declare function redactSensitiveText(text: string, options?: RedactOptions): string;
763
763
  //#endregion
764
+ //#region src/shared/net/redact-sensitive-url.d.ts
765
+ declare function redactSensitiveUrl(value: string): string;
766
+ declare function redactSensitiveUrlLikeString(value: string): string;
767
+ //#endregion
764
768
  //#region src/agents/pi-embedded-messaging.d.ts
765
769
  type MessagingToolSend = {
766
770
  tool: string;
@@ -2572,4 +2576,4 @@ declare function processLineMessage(text: string): ProcessedLineMessage;
2572
2576
  */
2573
2577
  declare function hasMarkdownToConvert(text: string): boolean;
2574
2578
  //#endregion
2575
- export { ACPX_PUSH_TEST_METHOD, ACPX_PUSH_TEST_WRAPPER_ID, type AckReactionGateParams, type AckReactionScope, type AcpRuntime, type AcpRuntimeCapabilities, type AcpRuntimeDoctorReport, type AcpRuntimeEnsureInput, AcpRuntimeError, type AcpRuntimeErrorCode, type AcpRuntimeEvent, type AcpRuntimeHandle, type AcpRuntimeStatus, type AcpRuntimeTurnInput, type AcpxPushTestApprovalContractRequest, type AcpxPushTestExecutionAdapterResult, type AllowlistMatch, type AnyAgentTool, BLUEBUBBLES_ACTIONS, BLUEBUBBLES_ACTION_NAMES, BLUEBUBBLES_GROUP_ACTIONS, type BaseProbeResult, type BaseTokenResolution, type BlockStreamingCoalesceConfig, BlockStreamingCoalesceSchema, CHANNEL_MESSAGE_ACTION_NAMES, type CardAction, type ChannelAccountSnapshot, type ChannelAccountState, type ChannelAgentTool, type ChannelAgentToolFactory, type ChannelAuthAdapter, type ChannelCapabilities, type ChannelCommandAdapter, type ChannelConfigAdapter, type ChannelConfigSchema, type ChannelDirectoryAdapter, type ChannelDirectoryEntry, type ChannelDirectoryEntryKind, type ChannelDock, type ChannelElevatedAdapter, type ChannelGatewayAdapter, type ChannelGatewayContext, type ChannelGroupAdapter, type ChannelGroupContext, type ChannelHeartbeatAdapter, type ChannelHeartbeatDeps, type ChannelId, type ChannelLogSink, type ChannelLoginWithQrStartResult, type ChannelLoginWithQrWaitResult, type ChannelLogoutContext, type ChannelLogoutResult, type ChannelMentionAdapter, type ChannelMessageActionAdapter, type ChannelMessageActionContext, type ChannelMessageActionName, type ChannelMessagingAdapter, type ChannelMeta, type ChannelOnboardingAdapter, type ChannelOnboardingDmPolicy, type ChannelOutboundAdapter, type ChannelOutboundContext, type ChannelOutboundTargetMode, type ChannelPairingAdapter, type ChannelPlugin, type ChannelPollContext, type ChannelPollResult, type ChannelResolveKind, type ChannelResolveResult, type ChannelResolverAdapter, type ChannelSecurityAdapter, type ChannelSecurityContext, type ChannelSecurityDmPolicy, type ChannelSetupAdapter, type ChannelSetupInput, type ChannelStatusAdapter, type ChannelStatusIssue, type ChannelStreamingAdapter, type ChannelThreadingAdapter, type ChannelThreadingContext, type ChannelThreadingToolContext, type ChannelToolSend, type ChatType, type ChunkMode, DEFAULT_ACCOUNT_ID, DEFAULT_FEDERATION_BASE_URL, DEFAULT_GROUP_HISTORY_LIMIT, DEFAULT_VIDEO_GENERATION_DURATION_SECONDS, DEFAULT_VIDEO_GENERATION_TIMEOUT_MS, DEFAULT_VIDEO_RESOLUTION_TO_SIZE, DEFAULT_WEBHOOK_BODY_TIMEOUT_MS, DEFAULT_WEBHOOK_MAX_BODY_BYTES, DM_GROUP_ACCESS_REASON, DashscopeVideoGenerationResponse, type DedupeCache, type DiagnosticEventPayload, type DiagnosticHeartbeatEvent, type DiagnosticLaneDequeueEvent, type DiagnosticLaneEnqueueEvent, type DiagnosticMessageProcessedEvent, type DiagnosticMessageQueuedEvent, type DiagnosticRunAttemptEvent, type DiagnosticSessionState, type DiagnosticSessionStateEvent, type DiagnosticSessionStuckEvent, type DiagnosticUsageEvent, type DiagnosticWebhookErrorEvent, type DiagnosticWebhookProcessedEvent, type DiagnosticWebhookReceivedEvent, type DmConfig, DmConfigSchema, type DmPolicy, DmPolicySchema, type FasedAgentConfig, type FasedAgentPluginApi, type FasedAgentPluginConfigSchema, type FasedAgentPluginService, type FasedAgentPluginServiceContext, type FileLockHandle, type FileLockOptions, GROUP_POLICY_BLOCKED_LABEL, type GatewayClient, type GatewayRequestContext, type GatewayRequestHandler, type GatewayRequestHandlerOptions, GeneratedImageAsset, GeneratedVideoAsset, type GoogleChatAccountConfig, type GoogleChatActionConfig, type GoogleChatConfig, GoogleChatConfigSchema, type GoogleChatDmConfig, type GoogleChatGroupConfig, type GroupPolicy, GroupPolicySchema, type GroupToolPolicyBySenderConfig, type GroupToolPolicyConfig, type HistoryEntry, type HookEntry, IMessageConfigSchema, ImageGenerationProvider, ImageGenerationProviderConfiguredContext, ImageGenerationProviderPlugin, ImageGenerationRequest, ImageGenerationResolution, ImageGenerationResult, ImageGenerationSourceImage, type LineAccountConfig, type LineChannelData, type LineConfig, LineConfigSchema, type ListItem, type LogTransport, type LogTransportRecord, type LookupFn, type MSTeamsChannelConfig, type MSTeamsConfig, MSTeamsConfigSchema, type MSTeamsReplyStyle, type MSTeamsTeamConfig, type MarkdownConfig, MarkdownConfigSchema, type MarkdownTableMode, MarkdownTableModeSchema, type NormalizedLocation, type OutboundDeliveryResult, type OutboundReplyPayload, PAIRING_APPROVED_MESSAGE, type PluginLogger, type PluginRuntime, type PluginRuntimeAdminRpcAuditEvent, type PluginRuntimeAdminRpcAuditSink, type PluginRuntimeAdminRpcCallContext, type PluginRuntimeAdminRpcHelpers, type PluginRuntimeAdminRpcInvocation, type PluginRuntimeAdminRpcInvoker, type PluginRuntimeSessionAuditEvent, type PluginRuntimeSessionAuditSink, type PluginRuntimeSessionGetParams, type PluginRuntimeSessionHelpers, type PluginRuntimeSessionListParams, type PluginRuntimeSessionListResult, type PluginRuntimeSessionStatus, type PollInput, type ProcessedLineMessage, type ProviderAuthContext, type ProviderAuthKind, type ProviderAuthMethod, type ProviderAuthResult, type ProviderCatalogContext, type ProviderCatalogOrder, type ProviderCatalogResult, type ProviderPlugin, type ProviderPluginCatalog, type ProviderPluginWizard, type ProviderPluginWizardModelPicker, type ProviderPluginWizardSetup, type RealtimeTranscriptionProviderConfig, type RealtimeTranscriptionProviderConfiguredContext, type RealtimeTranscriptionProviderId, type RealtimeTranscriptionProviderPlugin, type RealtimeTranscriptionProviderResolveConfigContext, type RealtimeTranscriptionSession, type RealtimeTranscriptionSessionCallbacks, type RealtimeTranscriptionSessionCreateRequest, type RealtimeVoiceBridge, type RealtimeVoiceBridgeCallbacks, type RealtimeVoiceBridgeCreateRequest, type RealtimeVoiceCloseReason, type RealtimeVoiceProviderConfig, type RealtimeVoiceProviderConfiguredContext, type RealtimeVoiceProviderId, type RealtimeVoiceProviderPlugin, type RealtimeVoiceProviderResolveConfigContext, type RealtimeVoiceRole, type RealtimeVoiceTool, type RealtimeVoiceToolCallEvent, type ReplyPayload, ReplyRuntimeConfigSchemaShape, RequestBodyLimitError, type ResolvedIMessageAccount, type ResolvedLineAccount, type ResolvedSignalAccount, type RespondFn, type RoutePeerKind, type RuntimeEnv, type RuntimeLogger, SILENT_REPLY_TOKEN, type SenderGroupAccessDecision, SignalConfigSchema, SsrFBlockedError, type SsrFPolicy, ToolPolicySchema, TtsAutoSchema, TtsConfigSchema, TtsModeSchema, TtsProviderSchema, VideoGenerationIgnoredOverride, VideoGenerationMode, VideoGenerationModeCapabilities, VideoGenerationProvider, VideoGenerationProviderCapabilities, VideoGenerationProviderConfiguredContext, VideoGenerationProviderPlugin, VideoGenerationRequest, VideoGenerationResolution, VideoGenerationResult, VideoGenerationSourceAsset, VideoGenerationTransformCapabilities, type WebMediaResult, type WhatsAppAckReactionMode, type WizardPrompter, acquireFileLock, addWildcardAllowFrom, applyAccountNameToChannelSection, approveDevicePairing, buildAgentMediaPayload, buildBaseAccountStatusSnapshot, buildBaseChannelStatusSummary, buildChannelConfigSchema, buildChannelKeyCandidates, buildCommandsListResult, buildDashscopeVideoGenerationInput, buildDashscopeVideoGenerationParameters, buildHostnameAllowlistPolicyFromSuffixAllowlist, buildMediaPayload, buildModelCatalogStatus, buildOauthProviderAuthResult, buildPendingHistoryContextFromMap, buildTokenChannelStatusSummary, canonicalizeRealtimeTranscriptionProviderId, canonicalizeRealtimeVoiceProviderId, chunkTextForOutbound, clamp, clearHistoryEntries, clearHistoryEntriesIfEnabled, collectBlueBubblesStatusIssues, collectStatusIssuesFromLastError, createActionCard, createActionGate, createDedupeCache, createDefaultChannelRuntimeState, createImageCard, createInfoCard, createListCard, createLoggerBackedRuntime, createNormalizedOutboundDeliverer, createPersistentDedupe, createReceiptCard, createReplyPrefixContext, createReplyPrefixOptions, createScopedPairingAccess, createTypingCallbacks, deleteAccountFromConfigSection, detectMime, downloadDashscopeGeneratedVideos, emitDiagnosticEvent, emptyPluginConfigSchema, escapeRegExp, evaluateSenderGroupAccess, evictOldHistoryKeys, executeAcpxPushTestRequest, extensionForMime, extractDashscopeVideoUrls, extractOriginalFilename, extractToolSend, fetchWithBearerAuthScopeFallback, fetchWithSsrFGuard, formatAllowFromLowercase, formatAllowlistMatchMeta, formatDocsLink, formatErrorMessage, formatInboundFromLabel, formatLocationText, formatPairingApproveHint, formatTextWithAttachmentLinks, getAcpStatusSnapshot, getChatChannelMeta, getFileExtension, getGatewayUpdateStatus, getPublicGatewayIdentity, getRealtimeTranscriptionProvider, getRealtimeVoiceProvider, getStatusSummary, hasMarkdownToConvert, imessageOnboardingAdapter, installRequestBodyLimitGuard, isAllowedParsedChatSender, isBlockedHostname, isBlockedHostnameOrIp, isDangerousNameMatchingEnabled, isDiagnosticsEnabled, isHttpsUrlAllowedByHostnameSuffixAllowlist, isNormalizedSenderAllowed, isPrivateIpAddress, isRequestBodyLimitError, isSilentReplyText, isTruthyEnvValue, isWSL2Sync, isWSLEnv, isWSLSync, issuePairingChallenge, jsonResult, listAgentIds, listDevicePairing, listIMessageAccountIds, listLineAccountIds, listRealtimeTranscriptionProviders, listRealtimeVoiceProviders, listSignalAccountIds, loadGatewayModelCatalog, loadWebMedia, logAckFailure, logInboundDrop, logTypingFailure, looksLikeIMessageTargetId, looksLikeSignalTargetId, mergeAllowFromEntries, mergeAllowlist, migrateBaseNameToDefaultAccount, missingTargetError, normalizeAccountId, normalizeAllowFrom, normalizeChannelSlug, normalizeE164, normalizeHandle, normalizeHostnameSuffixAllowlist, normalizeIMessageMessagingTarget, normalizeAccountId$1 as normalizeLineAccountId, normalizePluginHttpPath, normalizeRealtimeTranscriptionProviderId, normalizeRealtimeVoiceProviderId, normalizeSignalMessagingTarget, normalizeWebhookPath, onDiagnosticEvent, optionalStringEnum, parseChatAllowTargetPrefixes, parseChatTargetPrefixesOrThrow, pollDashscopeVideoTaskUntilComplete, processLineMessage, promptAccountId, promptChannelAccessConfig, pushHandlers, rawDataToString, readJsonBodyWithLimit, readJsonFileWithFallback, readNumberParam, readReactionParams, readRequestBodyWithLimit, readStoreAllowFromForDmPolicy, readStringParam, recordInboundSession, recordPendingHistoryEntry, recordPendingHistoryEntryIfEnabled, redactSensitiveText, registerAcpRuntimeBackend, registerLogTransport, registerPluginHttpRoute, registerWebhookTarget, rejectDevicePairing, rejectNonPostWebhookRequest, removeAckReactionAfterReply, requestBodyErrorToText, requireOpenAllowFrom, resolveAckReaction, resolveAgentPublicOrigin, resolveAllowlistMatchSimple, resolveAllowlistProviderRuntimeGroupPolicy, resolveBlueBubblesGroupRequireMention, resolveBlueBubblesGroupToolPolicy, resolveChannelAccountConfigBasePath, resolveChannelEntryMatch, resolveChannelEntryMatchWithFallback, resolveChannelMediaMaxBytes, resolveControlCommandGate, resolveDefaultAgentId, resolveDefaultGroupPolicy, resolveDefaultIMessageAccountId, resolveDefaultLineAccountId, resolveDefaultSignalAccountId, resolveDmGroupAccessWithCommandGate, resolveDmGroupAccessWithLists, resolveEffectiveAllowFromLists, resolveEffectiveToolInventory, resolveFederationBaseUrl, resolveFederationHandle, resolveGatewayBindUrl, resolveGoogleChatGroupRequireMention, resolveGoogleChatGroupToolPolicy, resolveIMessageAccount, resolveIMessageGroupRequireMention, resolveIMessageGroupToolPolicy, resolveLineAccount, resolveMentionGating, resolveMentionGatingWithBypass, resolveNestedAllowlistDecision, resolveOpenProviderRuntimeGroupPolicy, resolveOutboundMediaUrls, resolvePreferredFasedAgentTmpDir, resolveSenderCommandAuthorization, resolveServicePrefixedAllowTarget, resolveServicePrefixedTarget, resolveSignalAccount, resolveSingleWebhookTarget, resolveSingleWebhookTargetAsync, resolveTailnetHostWithRunner, resolveThreadSessionKeys, resolveToolsBySender, resolveVideoGenerationReferenceUrls, resolveWebhookPath, resolveWebhookTargets, runEmbeddedPiAgent, runFederationAutoConnectOnce, runPluginCommandWithTimeout, safeParseJson, sendMediaWithLeadingCaption, setAccountEnabledInConfigSection, shouldAckReaction, shouldAckReactionForWhatsApp, signalOnboardingAdapter, sleep, startFederationAutoConnect, stringEnum, stripAnsi, stripMarkdown, summarizeMapping, toLocationContext, unregisterAcpRuntimeBackend, waitForAbortSignal, warnMissingProviderGroupPolicyFallbackOnce, withFileLock, withTempDownloadPath, writeJsonFileAtomically };
2579
+ export { ACPX_PUSH_TEST_METHOD, ACPX_PUSH_TEST_WRAPPER_ID, type AckReactionGateParams, type AckReactionScope, type AcpRuntime, type AcpRuntimeCapabilities, type AcpRuntimeDoctorReport, type AcpRuntimeEnsureInput, AcpRuntimeError, type AcpRuntimeErrorCode, type AcpRuntimeEvent, type AcpRuntimeHandle, type AcpRuntimeStatus, type AcpRuntimeTurnInput, type AcpxPushTestApprovalContractRequest, type AcpxPushTestExecutionAdapterResult, type AllowlistMatch, type AnyAgentTool, BLUEBUBBLES_ACTIONS, BLUEBUBBLES_ACTION_NAMES, BLUEBUBBLES_GROUP_ACTIONS, type BaseProbeResult, type BaseTokenResolution, type BlockStreamingCoalesceConfig, BlockStreamingCoalesceSchema, CHANNEL_MESSAGE_ACTION_NAMES, type CardAction, type ChannelAccountSnapshot, type ChannelAccountState, type ChannelAgentTool, type ChannelAgentToolFactory, type ChannelAuthAdapter, type ChannelCapabilities, type ChannelCommandAdapter, type ChannelConfigAdapter, type ChannelConfigSchema, type ChannelDirectoryAdapter, type ChannelDirectoryEntry, type ChannelDirectoryEntryKind, type ChannelDock, type ChannelElevatedAdapter, type ChannelGatewayAdapter, type ChannelGatewayContext, type ChannelGroupAdapter, type ChannelGroupContext, type ChannelHeartbeatAdapter, type ChannelHeartbeatDeps, type ChannelId, type ChannelLogSink, type ChannelLoginWithQrStartResult, type ChannelLoginWithQrWaitResult, type ChannelLogoutContext, type ChannelLogoutResult, type ChannelMentionAdapter, type ChannelMessageActionAdapter, type ChannelMessageActionContext, type ChannelMessageActionName, type ChannelMessagingAdapter, type ChannelMeta, type ChannelOnboardingAdapter, type ChannelOnboardingDmPolicy, type ChannelOutboundAdapter, type ChannelOutboundContext, type ChannelOutboundTargetMode, type ChannelPairingAdapter, type ChannelPlugin, type ChannelPollContext, type ChannelPollResult, type ChannelResolveKind, type ChannelResolveResult, type ChannelResolverAdapter, type ChannelSecurityAdapter, type ChannelSecurityContext, type ChannelSecurityDmPolicy, type ChannelSetupAdapter, type ChannelSetupInput, type ChannelStatusAdapter, type ChannelStatusIssue, type ChannelStreamingAdapter, type ChannelThreadingAdapter, type ChannelThreadingContext, type ChannelThreadingToolContext, type ChannelToolSend, type ChatType, type ChunkMode, DEFAULT_ACCOUNT_ID, DEFAULT_FEDERATION_BASE_URL, DEFAULT_GROUP_HISTORY_LIMIT, DEFAULT_VIDEO_GENERATION_DURATION_SECONDS, DEFAULT_VIDEO_GENERATION_TIMEOUT_MS, DEFAULT_VIDEO_RESOLUTION_TO_SIZE, DEFAULT_WEBHOOK_BODY_TIMEOUT_MS, DEFAULT_WEBHOOK_MAX_BODY_BYTES, DM_GROUP_ACCESS_REASON, DashscopeVideoGenerationResponse, type DedupeCache, type DiagnosticEventPayload, type DiagnosticHeartbeatEvent, type DiagnosticLaneDequeueEvent, type DiagnosticLaneEnqueueEvent, type DiagnosticMessageProcessedEvent, type DiagnosticMessageQueuedEvent, type DiagnosticRunAttemptEvent, type DiagnosticSessionState, type DiagnosticSessionStateEvent, type DiagnosticSessionStuckEvent, type DiagnosticUsageEvent, type DiagnosticWebhookErrorEvent, type DiagnosticWebhookProcessedEvent, type DiagnosticWebhookReceivedEvent, type DmConfig, DmConfigSchema, type DmPolicy, DmPolicySchema, type FasedAgentConfig, type FasedAgentPluginApi, type FasedAgentPluginConfigSchema, type FasedAgentPluginService, type FasedAgentPluginServiceContext, type FileLockHandle, type FileLockOptions, GROUP_POLICY_BLOCKED_LABEL, type GatewayClient, type GatewayRequestContext, type GatewayRequestHandler, type GatewayRequestHandlerOptions, GeneratedImageAsset, GeneratedVideoAsset, type GoogleChatAccountConfig, type GoogleChatActionConfig, type GoogleChatConfig, GoogleChatConfigSchema, type GoogleChatDmConfig, type GoogleChatGroupConfig, type GroupPolicy, GroupPolicySchema, type GroupToolPolicyBySenderConfig, type GroupToolPolicyConfig, type HistoryEntry, type HookEntry, IMessageConfigSchema, ImageGenerationProvider, ImageGenerationProviderConfiguredContext, ImageGenerationProviderPlugin, ImageGenerationRequest, ImageGenerationResolution, ImageGenerationResult, ImageGenerationSourceImage, type LineAccountConfig, type LineChannelData, type LineConfig, LineConfigSchema, type ListItem, type LogTransport, type LogTransportRecord, type LookupFn, type MSTeamsChannelConfig, type MSTeamsConfig, MSTeamsConfigSchema, type MSTeamsReplyStyle, type MSTeamsTeamConfig, type MarkdownConfig, MarkdownConfigSchema, type MarkdownTableMode, MarkdownTableModeSchema, type NormalizedLocation, type OutboundDeliveryResult, type OutboundReplyPayload, PAIRING_APPROVED_MESSAGE, type PluginLogger, type PluginRuntime, type PluginRuntimeAdminRpcAuditEvent, type PluginRuntimeAdminRpcAuditSink, type PluginRuntimeAdminRpcCallContext, type PluginRuntimeAdminRpcHelpers, type PluginRuntimeAdminRpcInvocation, type PluginRuntimeAdminRpcInvoker, type PluginRuntimeSessionAuditEvent, type PluginRuntimeSessionAuditSink, type PluginRuntimeSessionGetParams, type PluginRuntimeSessionHelpers, type PluginRuntimeSessionListParams, type PluginRuntimeSessionListResult, type PluginRuntimeSessionStatus, type PollInput, type ProcessedLineMessage, type ProviderAuthContext, type ProviderAuthKind, type ProviderAuthMethod, type ProviderAuthResult, type ProviderCatalogContext, type ProviderCatalogOrder, type ProviderCatalogResult, type ProviderPlugin, type ProviderPluginCatalog, type ProviderPluginWizard, type ProviderPluginWizardModelPicker, type ProviderPluginWizardSetup, type RealtimeTranscriptionProviderConfig, type RealtimeTranscriptionProviderConfiguredContext, type RealtimeTranscriptionProviderId, type RealtimeTranscriptionProviderPlugin, type RealtimeTranscriptionProviderResolveConfigContext, type RealtimeTranscriptionSession, type RealtimeTranscriptionSessionCallbacks, type RealtimeTranscriptionSessionCreateRequest, type RealtimeVoiceBridge, type RealtimeVoiceBridgeCallbacks, type RealtimeVoiceBridgeCreateRequest, type RealtimeVoiceCloseReason, type RealtimeVoiceProviderConfig, type RealtimeVoiceProviderConfiguredContext, type RealtimeVoiceProviderId, type RealtimeVoiceProviderPlugin, type RealtimeVoiceProviderResolveConfigContext, type RealtimeVoiceRole, type RealtimeVoiceTool, type RealtimeVoiceToolCallEvent, type ReplyPayload, ReplyRuntimeConfigSchemaShape, RequestBodyLimitError, type ResolvedIMessageAccount, type ResolvedLineAccount, type ResolvedSignalAccount, type RespondFn, type RoutePeerKind, type RuntimeEnv, type RuntimeLogger, SILENT_REPLY_TOKEN, type SenderGroupAccessDecision, SignalConfigSchema, SsrFBlockedError, type SsrFPolicy, ToolPolicySchema, TtsAutoSchema, TtsConfigSchema, TtsModeSchema, TtsProviderSchema, VideoGenerationIgnoredOverride, VideoGenerationMode, VideoGenerationModeCapabilities, VideoGenerationProvider, VideoGenerationProviderCapabilities, VideoGenerationProviderConfiguredContext, VideoGenerationProviderPlugin, VideoGenerationRequest, VideoGenerationResolution, VideoGenerationResult, VideoGenerationSourceAsset, VideoGenerationTransformCapabilities, type WebMediaResult, type WhatsAppAckReactionMode, type WizardPrompter, acquireFileLock, addWildcardAllowFrom, applyAccountNameToChannelSection, approveDevicePairing, buildAgentMediaPayload, buildBaseAccountStatusSnapshot, buildBaseChannelStatusSummary, buildChannelConfigSchema, buildChannelKeyCandidates, buildCommandsListResult, buildDashscopeVideoGenerationInput, buildDashscopeVideoGenerationParameters, buildHostnameAllowlistPolicyFromSuffixAllowlist, buildMediaPayload, buildModelCatalogStatus, buildOauthProviderAuthResult, buildPendingHistoryContextFromMap, buildTokenChannelStatusSummary, canonicalizeRealtimeTranscriptionProviderId, canonicalizeRealtimeVoiceProviderId, chunkTextForOutbound, clamp, clearHistoryEntries, clearHistoryEntriesIfEnabled, collectBlueBubblesStatusIssues, collectStatusIssuesFromLastError, createActionCard, createActionGate, createDedupeCache, createDefaultChannelRuntimeState, createImageCard, createInfoCard, createListCard, createLoggerBackedRuntime, createNormalizedOutboundDeliverer, createPersistentDedupe, createReceiptCard, createReplyPrefixContext, createReplyPrefixOptions, createScopedPairingAccess, createTypingCallbacks, deleteAccountFromConfigSection, detectMime, downloadDashscopeGeneratedVideos, emitDiagnosticEvent, emptyPluginConfigSchema, escapeRegExp, evaluateSenderGroupAccess, evictOldHistoryKeys, executeAcpxPushTestRequest, extensionForMime, extractDashscopeVideoUrls, extractOriginalFilename, extractToolSend, fetchWithBearerAuthScopeFallback, fetchWithSsrFGuard, formatAllowFromLowercase, formatAllowlistMatchMeta, formatDocsLink, formatErrorMessage, formatInboundFromLabel, formatLocationText, formatPairingApproveHint, formatTextWithAttachmentLinks, getAcpStatusSnapshot, getChatChannelMeta, getFileExtension, getGatewayUpdateStatus, getPublicGatewayIdentity, getRealtimeTranscriptionProvider, getRealtimeVoiceProvider, getStatusSummary, hasMarkdownToConvert, imessageOnboardingAdapter, installRequestBodyLimitGuard, isAllowedParsedChatSender, isBlockedHostname, isBlockedHostnameOrIp, isDangerousNameMatchingEnabled, isDiagnosticsEnabled, isHttpsUrlAllowedByHostnameSuffixAllowlist, isNormalizedSenderAllowed, isPrivateIpAddress, isRequestBodyLimitError, isSilentReplyText, isTruthyEnvValue, isWSL2Sync, isWSLEnv, isWSLSync, issuePairingChallenge, jsonResult, listAgentIds, listDevicePairing, listIMessageAccountIds, listLineAccountIds, listRealtimeTranscriptionProviders, listRealtimeVoiceProviders, listSignalAccountIds, loadGatewayModelCatalog, loadWebMedia, logAckFailure, logInboundDrop, logTypingFailure, looksLikeIMessageTargetId, looksLikeSignalTargetId, mergeAllowFromEntries, mergeAllowlist, migrateBaseNameToDefaultAccount, missingTargetError, normalizeAccountId, normalizeAllowFrom, normalizeChannelSlug, normalizeE164, normalizeHandle, normalizeHostnameSuffixAllowlist, normalizeIMessageMessagingTarget, normalizeAccountId$1 as normalizeLineAccountId, normalizePluginHttpPath, normalizeRealtimeTranscriptionProviderId, normalizeRealtimeVoiceProviderId, normalizeSignalMessagingTarget, normalizeWebhookPath, onDiagnosticEvent, optionalStringEnum, parseChatAllowTargetPrefixes, parseChatTargetPrefixesOrThrow, pollDashscopeVideoTaskUntilComplete, processLineMessage, promptAccountId, promptChannelAccessConfig, pushHandlers, rawDataToString, readJsonBodyWithLimit, readJsonFileWithFallback, readNumberParam, readReactionParams, readRequestBodyWithLimit, readStoreAllowFromForDmPolicy, readStringParam, recordInboundSession, recordPendingHistoryEntry, recordPendingHistoryEntryIfEnabled, redactSensitiveText, redactSensitiveUrl, redactSensitiveUrlLikeString, registerAcpRuntimeBackend, registerLogTransport, registerPluginHttpRoute, registerWebhookTarget, rejectDevicePairing, rejectNonPostWebhookRequest, removeAckReactionAfterReply, requestBodyErrorToText, requireOpenAllowFrom, resolveAckReaction, resolveAgentPublicOrigin, resolveAllowlistMatchSimple, resolveAllowlistProviderRuntimeGroupPolicy, resolveBlueBubblesGroupRequireMention, resolveBlueBubblesGroupToolPolicy, resolveChannelAccountConfigBasePath, resolveChannelEntryMatch, resolveChannelEntryMatchWithFallback, resolveChannelMediaMaxBytes, resolveControlCommandGate, resolveDefaultAgentId, resolveDefaultGroupPolicy, resolveDefaultIMessageAccountId, resolveDefaultLineAccountId, resolveDefaultSignalAccountId, resolveDmGroupAccessWithCommandGate, resolveDmGroupAccessWithLists, resolveEffectiveAllowFromLists, resolveEffectiveToolInventory, resolveFederationBaseUrl, resolveFederationHandle, resolveGatewayBindUrl, resolveGoogleChatGroupRequireMention, resolveGoogleChatGroupToolPolicy, resolveIMessageAccount, resolveIMessageGroupRequireMention, resolveIMessageGroupToolPolicy, resolveLineAccount, resolveMentionGating, resolveMentionGatingWithBypass, resolveNestedAllowlistDecision, resolveOpenProviderRuntimeGroupPolicy, resolveOutboundMediaUrls, resolvePreferredFasedAgentTmpDir, resolveSenderCommandAuthorization, resolveServicePrefixedAllowTarget, resolveServicePrefixedTarget, resolveSignalAccount, resolveSingleWebhookTarget, resolveSingleWebhookTargetAsync, resolveTailnetHostWithRunner, resolveThreadSessionKeys, resolveToolsBySender, resolveVideoGenerationReferenceUrls, resolveWebhookPath, resolveWebhookTargets, runEmbeddedPiAgent, runFederationAutoConnectOnce, runPluginCommandWithTimeout, safeParseJson, sendMediaWithLeadingCaption, setAccountEnabledInConfigSection, shouldAckReaction, shouldAckReactionForWhatsApp, signalOnboardingAdapter, sleep, startFederationAutoConnect, stringEnum, stripAnsi, stripMarkdown, summarizeMapping, toLocationContext, unregisterAcpRuntimeBackend, waitForAbortSignal, warnMissingProviderGroupPolicyFallbackOnce, withFileLock, withTempDownloadPath, writeJsonFileAtomically };