remoteclaw 0.0.0 → 0.1.0-next.2abd2fa
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.
- package/CHANGELOG.md +7 -0
- package/LICENSE +661 -0
- package/README.md +490 -0
- package/assets/chrome-extension/README.md +23 -0
- package/assets/chrome-extension/background-utils.js +48 -0
- package/assets/chrome-extension/background.js +899 -0
- package/assets/chrome-extension/icons/icon128.png +0 -0
- package/assets/chrome-extension/icons/icon16.png +0 -0
- package/assets/chrome-extension/icons/icon32.png +0 -0
- package/assets/chrome-extension/icons/icon48.png +0 -0
- package/assets/chrome-extension/manifest.json +25 -0
- package/assets/chrome-extension/options-validation.js +57 -0
- package/assets/chrome-extension/options.html +200 -0
- package/assets/chrome-extension/options.js +74 -0
- package/assets/clawtributor-avatar-placeholder.png +0 -0
- package/assets/dmg-background-small.png +0 -0
- package/assets/dmg-background.png +0 -0
- package/dist/account-lookup-0KDSp5Mj.js +11 -0
- package/dist/account-lookup-zvANGr2x.js +11 -0
- package/dist/accounts-BFy_Z3od.js +272 -0
- package/dist/accounts-BTXSfPWi.js +270 -0
- package/dist/accounts-BxGS70Do.js +36 -0
- package/dist/accounts-CNY1TGj1.js +47 -0
- package/dist/accounts-DBohBlww.js +32 -0
- package/dist/accounts-DqRQ75w3.js +36 -0
- package/dist/accounts-iODF3SK2.js +47 -0
- package/dist/ack-reactions-B11TAC2D.js +446 -0
- package/dist/ack-reactions-BWVjL4H6.js +446 -0
- package/dist/acp-cli-CA1xMmVo.js +1320 -0
- package/dist/acp-cli-CGo6fJVZ.js +1326 -0
- package/dist/active-listener-VzhWW8W6.js +37 -0
- package/dist/active-listener-z0qVEcom.js +37 -0
- package/dist/agent-CTizRPIJ.js +732 -0
- package/dist/agent-D2RVoS5g.js +731 -0
- package/dist/agent-helpers-B6VfZ9_u.js +606 -0
- package/dist/agent-helpers-CTx5KKJu.js +606 -0
- package/dist/agent-scope-BGYzhtWQ.js +121 -0
- package/dist/agent-scope-C50VuLKh.js +119 -0
- package/dist/agents-BuYn-obw.js +788 -0
- package/dist/agents.config-BSTxuTVd.js +116 -0
- package/dist/agents.config-p3V3b9u6.js +116 -0
- package/dist/ansi-D04X81yq.js +14 -0
- package/dist/api-BeQMq2iS.js +17 -0
- package/dist/api-CxX8-gGz.js +17 -0
- package/dist/argv-Co-b9Zsc.js +101 -0
- package/dist/audio-DPOuhNq7.js +43 -0
- package/dist/audio-VBcVDa08.js +43 -0
- package/dist/audio-preflight-BwmCYeuM.js +64 -0
- package/dist/audio-preflight-co8gjlPX.js +69 -0
- package/dist/audit-oH4urD3G.js +3138 -0
- package/dist/audit-qgtCT3ik.js +3138 -0
- package/dist/auth-CAczFgAO.js +448 -0
- package/dist/auth-Deh9i9Eg.js +448 -0
- package/dist/auth-profiles-BquJGKLC.js +279 -0
- package/dist/auth-profiles-D8vKiBPq.js +281 -0
- package/dist/banner-Cf978khN.js +294 -0
- package/dist/binaries-DXW6oATV.js +13 -0
- package/dist/bindings-CRU_udk8.js +69 -0
- package/dist/bindings-DQZAu8Wv.js +69 -0
- package/dist/bonjour-discovery-DdAk1VyO.js +378 -0
- package/dist/bonjour-discovery-DuhiIZZx.js +378 -0
- package/dist/boot/handler.js +1498 -0
- package/dist/brew-C4zKZsHX.js +46 -0
- package/dist/brew-DbSbN8sD.js +46 -0
- package/dist/browser-cli-CZC4h5V4.js +1687 -0
- package/dist/browser-cli-DAgi_aQk.js +1692 -0
- package/dist/build-info.json +5 -0
- package/dist/bundled/boot/HOOK.md +24 -0
- package/dist/bundled/command-logger/HOOK.md +122 -0
- package/dist/call-BbwtB9Y-.js +2828 -0
- package/dist/call-PivL7Uex.js +2829 -0
- package/dist/canvas-host/a2ui/.bundle.hash +1 -0
- package/dist/canvas-host/a2ui/a2ui.bundle.js +13193 -0
- package/dist/canvas-host/a2ui/index.html +307 -0
- package/dist/catalog-BqO6yem_.js +185 -0
- package/dist/catalog-DFmaYwfk.js +185 -0
- package/dist/channel-account-context-CvIDAtHS.js +550 -0
- package/dist/channel-account-context-q-o0pG1A.js +550 -0
- package/dist/channel-activity-BaCNOZpP.js +94 -0
- package/dist/channel-activity-C-G4n9BK.js +292 -0
- package/dist/channel-activity-DTKGf3j5.js +94 -0
- package/dist/channel-options-Cyappik_.js +32 -0
- package/dist/channel-options-DFnypY5S.js +33 -0
- package/dist/channel-selection-BGl53D5K.js +51 -0
- package/dist/channel-selection-NNPbxnyZ.js +51 -0
- package/dist/channel-web-DmhVkWbP.js +2134 -0
- package/dist/channel-web-kRC3UYBJ.js +2136 -0
- package/dist/channels-cli-C5XRkPJl.js +1421 -0
- package/dist/channels-cli-D6TqCI0m.js +1426 -0
- package/dist/channels-status-issues-CUc9mpeW.js +18 -0
- package/dist/channels-status-issues-DwRDzwrV.js +18 -0
- package/dist/chat-envelope-DEZ-5RY8.js +248 -0
- package/dist/chat-envelope-el7Uo-Fe.js +248 -0
- package/dist/chat-type-CYPyHAj-.js +11 -0
- package/dist/chat-type-DKb2TlGZ.js +11 -0
- package/dist/chrome-0QaGKb3L.js +1732 -0
- package/dist/chrome-CFeWdP0Y.js +1733 -0
- package/dist/chunk-CSQfUhgF.js +341 -0
- package/dist/chunk-D0Y_w4oX.js +341 -0
- package/dist/clack-prompter-B7tOxhJd.js +122 -0
- package/dist/clack-prompter-CCFnKP_1.js +121 -0
- package/dist/cleanup-utils-CqAVZz2b.js +94 -0
- package/dist/cleanup-utils-CwQvD73q.js +94 -0
- package/dist/cli/daemon-cli.js +9 -0
- package/dist/cli-BR2J3c4l.js +125 -0
- package/dist/cli-C1q1vSmN.js +130 -0
- package/dist/cli-name-BicfmwQX.js +23 -0
- package/dist/cli-name-C6rJGl18.js +23 -0
- package/dist/cli-utils-BhXbz2UF.js +16 -0
- package/dist/cli-utils-DZe_rVkZ.js +16 -0
- package/dist/client-C61M8zI3.js +22 -0
- package/dist/client-DdpmATKq.js +22 -0
- package/dist/clipboard-D7_SKHPK.js +31 -0
- package/dist/clipboard-Dzkx6Q2K.js +31 -0
- package/dist/command-format-CVfo8I5f.js +18 -0
- package/dist/command-format-DgXcqxBt.js +32 -0
- package/dist/command-logger/handler.js +57 -0
- package/dist/command-options-C4paWSGf.js +26 -0
- package/dist/command-options-CA30lfLK.js +26 -0
- package/dist/command-registry-CYjvOp8W.js +215 -0
- package/dist/commands-CDonBOrw.js +41 -0
- package/dist/commands-D_-bgTlO.js +41 -0
- package/dist/commands-registry-CWJv6xe2.js +892 -0
- package/dist/commands-registry-Ci8_cFk9.js +893 -0
- package/dist/common-CMI-qsF8.js +156 -0
- package/dist/common-DSVmydhm.js +156 -0
- package/dist/completion-cli-8iZJqfmX.js +452 -0
- package/dist/completion-cli-CYDjEZSt.js +452 -0
- package/dist/config-D5XU45KD.js +6953 -0
- package/dist/config-FHu9Bn4R.js +6951 -0
- package/dist/config-cli-Gehy4sav.js +241 -0
- package/dist/config-cli-RC9qMgJq.js +246 -0
- package/dist/config-eval-CjGZtLwx.js +102 -0
- package/dist/config-eval-H_wlEYIG.js +102 -0
- package/dist/config-guard-J-Q_DFWk.js +97 -0
- package/dist/config-guard-cB5a_ANg.js +75 -0
- package/dist/config-validation-BPNyd9_3.js +18 -0
- package/dist/config-validation-BPWuvhVe.js +18 -0
- package/dist/configure-CC2XdRRm.js +891 -0
- package/dist/configure-DxFBJuhZ.js +889 -0
- package/dist/constants-BmRFoHl0.js +67 -0
- package/dist/constants-C9WPAluB.js +67 -0
- package/dist/constants-ChptG3d7.js +12 -0
- package/dist/constants-DY6b-_Wl.js +12 -0
- package/dist/control-auth-D0tpV3ts.js +397 -0
- package/dist/control-auth-_-0PGRUs.js +397 -0
- package/dist/control-ui/apple-touch-icon.png +0 -0
- package/dist/control-ui/assets/index-B4ZM1lW1.js +7738 -0
- package/dist/control-ui/assets/index-B4ZM1lW1.js.map +1 -0
- package/dist/control-ui/assets/index-PED72sKF.css +1 -0
- package/dist/control-ui/assets/pt-BR-eq0TfCI7.js +2 -0
- package/dist/control-ui/assets/pt-BR-eq0TfCI7.js.map +1 -0
- package/dist/control-ui/assets/zh-CN-DmLG2MF9.js +2 -0
- package/dist/control-ui/assets/zh-CN-DmLG2MF9.js.map +1 -0
- package/dist/control-ui/assets/zh-TW-BLErH0EM.js +2 -0
- package/dist/control-ui/assets/zh-TW-BLErH0EM.js.map +1 -0
- package/dist/control-ui/favicon-32.png +0 -0
- package/dist/control-ui/favicon.ico +0 -0
- package/dist/control-ui/favicon.svg +67 -0
- package/dist/control-ui/index.html +17 -0
- package/dist/control-ui-assets-Cx_mw4D0.js +186 -0
- package/dist/control-ui-assets-W1AUuGrO.js +186 -0
- package/dist/conversation-label-C4SDz4sT.js +36 -0
- package/dist/conversation-label-D1frnvYe.js +36 -0
- package/dist/credentials-BHWUBHMd.js +91 -0
- package/dist/credentials-DFsi1_e8.js +91 -0
- package/dist/cron-cli-BzERxhr5.js +495 -0
- package/dist/cron-cli-C8j_uslU.js +490 -0
- package/dist/daemon-cli-C95XNbX0.js +1199 -0
- package/dist/daemon-cli-e6sURMqd.js +1197 -0
- package/dist/daemon-cli.js +15243 -0
- package/dist/daemon-install-CcohRvKV.js +55 -0
- package/dist/daemon-install-DDshfT0J.js +60 -0
- package/dist/daemon-install-helpers-CFGAfRlj.js +462 -0
- package/dist/daemon-install-helpers-DIUzSFG1.js +462 -0
- package/dist/daemon-runtime-CMnbwryP.js +13 -0
- package/dist/daemon-runtime-CvqE4ysg.js +13 -0
- package/dist/dangerous-name-matching-BzmiLXmA.js +45 -0
- package/dist/dangerous-name-matching-DaVRgwer.js +45 -0
- package/dist/dangerous-tools-BOLoCRv4.js +253 -0
- package/dist/dangerous-tools-Baq7Q-i6.js +253 -0
- package/dist/defaults-B5KStIBg.js +7 -0
- package/dist/defaults-xUAL2Z-F.js +7 -0
- package/dist/deliver-912khjLK.js +481 -0
- package/dist/deliver-D56J4-1F.js +481 -0
- package/dist/delivery-queue-Cfa9Wmxp.js +244 -0
- package/dist/delivery-queue-CxVRi4tw.js +244 -0
- package/dist/devices-cli-0qDhTgZR.js +316 -0
- package/dist/devices-cli-6SKMR2bV.js +321 -0
- package/dist/diagnostics-99iCgBUh.js +46 -0
- package/dist/diagnostics-VC0cz7kX.js +46 -0
- package/dist/directory-cli-5YXdoVdn.js +217 -0
- package/dist/directory-cli-D3IKCHmn.js +222 -0
- package/dist/dm-policy-shared-4rkjhcrM.js +22 -0
- package/dist/dm-policy-shared-D8lgnmrC.js +22 -0
- package/dist/dns-cli-11CtErVU.js +197 -0
- package/dist/dns-cli-SiEd_1Lq.js +202 -0
- package/dist/dock-BqNINg7k.js +928 -0
- package/dist/dock-CQuu41bw.js +929 -0
- package/dist/doctor-completion-BR1SlAT3.js +92 -0
- package/dist/doctor-completion-CZwpEhIK.js +92 -0
- package/dist/doctor-config-flow-BVkHcvoj.js +1933 -0
- package/dist/doctor-config-flow-DVYRn0An.js +1934 -0
- package/dist/enable-DcJnkzfz.js +59 -0
- package/dist/enable-ibNq4UWy.js +59 -0
- package/dist/entry.js +2620 -0
- package/dist/env-DeF64iu0.js +60 -0
- package/dist/env-vars-7aZqKPhk.js +93 -0
- package/dist/env-vars-CLGbxdpL.js +93 -0
- package/dist/errors-8F-77i6m.js +35 -0
- package/dist/errors-DZ199hOo.js +35 -0
- package/dist/exec-DbKuYyM1.js +164 -0
- package/dist/exec-DkFE7lqU.js +164 -0
- package/dist/export-html/template.css +1060 -0
- package/dist/export-html/template.html +88 -0
- package/dist/export-html/template.js +1797 -0
- package/dist/export-html/vendor/highlight.min.js +1213 -0
- package/dist/export-html/vendor/marked.min.js +6 -0
- package/dist/extensionAPI.js +11520 -0
- package/dist/fetch-BFSBLBkA.js +67 -0
- package/dist/fetch-C6XKGA11.js +67 -0
- package/dist/fetch-CEDsOiql.js +67 -0
- package/dist/fetch-timeout-DTIN7CGM.js +43 -0
- package/dist/fetch-timeout-DoySHqfO.js +43 -0
- package/dist/file-identity-BxlKD8Ys.js +12 -0
- package/dist/file-lock-CIvloidc.js +107 -0
- package/dist/file-lock-CzBL_VIx.js +107 -0
- package/dist/format-duration-CqUERz51.js +35 -0
- package/dist/format-duration-Ct-yiwkS.js +35 -0
- package/dist/format-relative-79_Y1n2Y.js +55 -0
- package/dist/format-relative-CxLpEQOX.js +55 -0
- package/dist/fs-safe-DSwT85uK.js +88 -0
- package/dist/fs-safe-DkBhNAc3.js +98 -0
- package/dist/gateway-cli-BEEZhCHv.js +23747 -0
- package/dist/gateway-cli-Nob0g_4y.js +23742 -0
- package/dist/gateway-rpc-CksB-N83.js +28 -0
- package/dist/gateway-rpc-Dq44SkOv.js +28 -0
- package/dist/gmail-setup-utils-Cnx8A5pW.js +422 -0
- package/dist/gmail-setup-utils-nkabbKOE.js +423 -0
- package/dist/health-RT-F3hzT.js +1423 -0
- package/dist/health-SOuaKNRa.js +1420 -0
- package/dist/health-format-BG95OE6N.js +28 -0
- package/dist/health-format-B_QRD8Si.js +28 -0
- package/dist/heartbeat-visibility-BxkZjE5m.js +125 -0
- package/dist/heartbeat-visibility-CGG-G7px.js +125 -0
- package/dist/heartbeat-wake-LGEgcXjs.js +182 -0
- package/dist/heartbeat-wake-Y97geucO.js +182 -0
- package/dist/help-format-DAxf0l_h.js +17 -0
- package/dist/help-format-NNm_Ov4H.js +17 -0
- package/dist/helpers-BAsMXprO.js +25 -0
- package/dist/helpers-DLgbkcEn.js +25 -0
- package/dist/helpers-R7bU5IBz.js +10 -0
- package/dist/helpers-kkeXif0Q.js +10 -0
- package/dist/hook-runner-global-DJ14gXFP.js +527 -0
- package/dist/hooks-cli-DyEKryW8.js +1217 -0
- package/dist/hooks-cli-RuEn0-oy.js +1222 -0
- package/dist/host-env-security-Bms2_EMV.js +92 -0
- package/dist/host-env-security-szwfmhC4.js +92 -0
- package/dist/image-ops-Bi6JPSkD.js +354 -0
- package/dist/image-ops-DWytvdh_.js +354 -0
- package/dist/import-D8BBZQgl.js +170 -0
- package/dist/import-DQ6NI4Fz.js +168 -0
- package/dist/inbound-context-CPkkQW0i.js +68 -0
- package/dist/inbound-context-DS_kpIYI.js +68 -0
- package/dist/inbound-path-policy-Bg4gZBx-.js +250 -0
- package/dist/inbound-path-policy-sdr5Ji0k.js +250 -0
- package/dist/index.js +569 -0
- package/dist/input-provenance-Bn6thJNm.js +35 -0
- package/dist/input-provenance-xUsSMOsz.js +35 -0
- package/dist/inspect-Dt8hogS3.js +559 -0
- package/dist/inspect-vYIL1oA0.js +559 -0
- package/dist/installs-aM5dWAyn.js +325 -0
- package/dist/installs-pWdqG8HL.js +325 -0
- package/dist/ip-C9q3Oq20.js +200 -0
- package/dist/ip-D0zgNmBV.js +200 -0
- package/dist/ipv4--2WXMVtE.js +46 -0
- package/dist/ipv4-CDQpx1A7.js +46 -0
- package/dist/ir-BpaAMTfW.js +940 -0
- package/dist/is-main-DN8-sNR5.js +30 -0
- package/dist/json-file-B7l5-Xhr.js +25 -0
- package/dist/json-file-ChO_R9yh.js +25 -0
- package/dist/json-files-CmpYSF4G.js +46 -0
- package/dist/json-files-DzpTak5i.js +46 -0
- package/dist/lanes-ByWMUgrz.js +58 -0
- package/dist/lanes-cHJ5arWg.js +58 -0
- package/dist/links-Bz4V7R_p.js +15 -0
- package/dist/links-C3soDNDH.js +15 -0
- package/dist/loader-Ccwsh8Sh.js +22624 -0
- package/dist/loader-y9MhJewT.js +22621 -0
- package/dist/local-roots-BrH0Q63K.js +313 -0
- package/dist/local-roots-nImrw2WR.js +314 -0
- package/dist/location-DBWCGNLq.js +43 -0
- package/dist/location-GbZ0bBRU.js +43 -0
- package/dist/logger-BWMPnILd.js +47 -0
- package/dist/logger-Bw3cFE5t.js +49 -0
- package/dist/logger-DyL5G2DO.js +12 -0
- package/dist/logger-GvipVDfh.js +12 -0
- package/dist/logging-C-nxX2fn.js +20 -0
- package/dist/logging-D8-Kozjc.js +19 -0
- package/dist/login-C_Kt57nO.js +62 -0
- package/dist/login-DOmWDMeP.js +61 -0
- package/dist/login-qr-CXU0wC5K.js +322 -0
- package/dist/login-qr-D0u6fdeO.js +327 -0
- package/dist/logs-cli-CschwP4d.js +238 -0
- package/dist/logs-cli-D7ayUvz_.js +233 -0
- package/dist/markdown-tables-CrmghPAr.js +29 -0
- package/dist/markdown-tables-jrnSPvZ6.js +29 -0
- package/dist/media-CojxZ45J.js +10492 -0
- package/dist/media-DN7yRfrH.js +940 -0
- package/dist/message-action-names-CtEZcmlU.js +2521 -0
- package/dist/message-action-names-WglOO_DT.js +2521 -0
- package/dist/message-channel-DzJqHVZD.js +91 -0
- package/dist/message-channel-uWMAiywE.js +91 -0
- package/dist/mime-BS3jhcZE.js +149 -0
- package/dist/mime-Cxh_64P6.js +149 -0
- package/dist/mutable-allowlist-detectors-DiZDtmlZ.js +64 -0
- package/dist/mutable-allowlist-detectors-U5ThQr9V.js +64 -0
- package/dist/net-Cg8AQeke.js +225 -0
- package/dist/net-D6D0wgcF.js +225 -0
- package/dist/node-cli-Q2-n3Fgv.js +24 -0
- package/dist/node-cli-Uf6lAntf.js +24 -0
- package/dist/nodes-cli-C2SoKfCv.js +1343 -0
- package/dist/nodes-cli-CQmlfx0K.js +1348 -0
- package/dist/nodes-screen-BR9sYoPa.js +250 -0
- package/dist/nodes-screen-Cw7Hv7M2.js +250 -0
- package/dist/note-Dlv4NmlQ.js +92 -0
- package/dist/note-kvWV4xtw.js +92 -0
- package/dist/npm-registry-spec-0qiKawvv.js +786 -0
- package/dist/npm-registry-spec-COvUzy5J.js +786 -0
- package/dist/npm-resolution-6v_Zm-9G.js +86 -0
- package/dist/npm-resolution-BFz7LeoN.js +86 -0
- package/dist/onboard-CgyU-mDL.js +407 -0
- package/dist/onboard-RI4vNTZd.js +405 -0
- package/dist/onboard-channels-DN5JoKPd.js +2548 -0
- package/dist/onboard-channels-DyAd1OZr.js +2547 -0
- package/dist/onboard-config-BCTthQ7J.js +24 -0
- package/dist/onboard-config-y-2cgT0V.js +24 -0
- package/dist/onboard-helpers-BCzZUD0z.js +363 -0
- package/dist/onboard-helpers-sDc2Ky6H.js +362 -0
- package/dist/onboard-remote-CJrMtttl.js +127 -0
- package/dist/onboard-remote-hyQIBguz.js +127 -0
- package/dist/onboarding-DCu1iBTV.js +541 -0
- package/dist/onboarding-zKMitzpb.js +543 -0
- package/dist/onboarding.finalize-ClHhYE2E.js +401 -0
- package/dist/onboarding.finalize-D5JkVJgg.js +398 -0
- package/dist/onboarding.gateway-config-DFh71Ndn.js +198 -0
- package/dist/onboarding.gateway-config-VBk6AP9U.js +191 -0
- package/dist/outbound-BYlZshIw.js +221 -0
- package/dist/outbound-CFfJC1j5.js +220 -0
- package/dist/outbound-attachment-BCNs1u1F.js +18 -0
- package/dist/outbound-attachment-B_0D60Yr.js +18 -0
- package/dist/outbound-attachment-o0seS0CP.js +18 -0
- package/dist/pairing-cli-BeydfoF9.js +122 -0
- package/dist/pairing-cli-DWzX866x.js +127 -0
- package/dist/pairing-labels-B-N8S5Fc.js +9 -0
- package/dist/pairing-labels-B_53dY5L.js +9 -0
- package/dist/pairing-store-BxdqFZGK.js +460 -0
- package/dist/pairing-store-CTkD51uW.js +459 -0
- package/dist/parse-log-line-enq8pduH.js +44 -0
- package/dist/parse-log-line-mz9TG6ig.js +44 -0
- package/dist/parse-timeout-BMP8a0_a.js +16 -0
- package/dist/parse-timeout-CDkco8kd.js +16 -0
- package/dist/path-env-DR5vn3QL.js +89 -0
- package/dist/path-env-qRJbjJzj.js +89 -0
- package/dist/path-guards-CIx4hURU.js +31 -0
- package/dist/path-guards-CrQOUlsq.js +31 -0
- package/dist/path-safety-DkT9RmTG.js +14 -0
- package/dist/path-safety-juI2XbO1.js +14 -0
- package/dist/paths-BTaH3rLn.js +232 -0
- package/dist/plugin-auto-enable-D23gv7Aw.js +302 -0
- package/dist/plugin-auto-enable-DuPS9XiJ.js +301 -0
- package/dist/plugin-registry-CNu_1KZz.js +33 -0
- package/dist/plugin-registry-DeHwd2jk.js +33 -0
- package/dist/plugin-sdk/account-id.d.ts +1 -0
- package/dist/plugin-sdk/account-id.js +34 -0
- package/dist/plugin-sdk/agents/agent-helpers/errors.d.ts +55 -0
- package/dist/plugin-sdk/agents/agent-helpers/google.d.ts +3 -0
- package/dist/plugin-sdk/agents/agent-helpers/images.d.ts +21 -0
- package/dist/plugin-sdk/agents/agent-helpers/message-sanitization.d.ts +14 -0
- package/dist/plugin-sdk/agents/agent-helpers/messaging-dedupe.d.ts +10 -0
- package/dist/plugin-sdk/agents/agent-helpers/openai.d.ts +9 -0
- package/dist/plugin-sdk/agents/agent-helpers/thinking.d.ts +5 -0
- package/dist/plugin-sdk/agents/agent-helpers/turns.d.ts +20 -0
- package/dist/plugin-sdk/agents/agent-helpers/types.d.ts +1 -0
- package/dist/plugin-sdk/agents/agent-helpers.d.ts +11 -0
- package/dist/plugin-sdk/agents/agent-messaging.d.ts +8 -0
- package/dist/plugin-sdk/agents/agent-paths.d.ts +1 -0
- package/dist/plugin-sdk/agents/agent-scope.d.ts +61 -0
- package/dist/plugin-sdk/agents/agent-types.d.ts +78 -0
- package/dist/plugin-sdk/agents/agent-utils.d.ts +39 -0
- package/dist/plugin-sdk/agents/announce-idempotency.d.ts +11 -0
- package/dist/plugin-sdk/agents/api-key-rotation.d.ts +22 -0
- package/dist/plugin-sdk/agents/auth-profiles/constants.d.ts +16 -0
- package/dist/plugin-sdk/agents/auth-profiles/display.d.ts +7 -0
- package/dist/plugin-sdk/agents/auth-profiles/doctor.d.ts +8 -0
- package/dist/plugin-sdk/agents/auth-profiles/oauth.d.ts +14 -0
- package/dist/plugin-sdk/agents/auth-profiles/paths.d.ts +4 -0
- package/dist/plugin-sdk/agents/auth-profiles/profiles.d.ts +12 -0
- package/dist/plugin-sdk/agents/auth-profiles/session-override.d.ts +18 -0
- package/dist/plugin-sdk/agents/auth-profiles/store.d.ts +10 -0
- package/dist/plugin-sdk/agents/auth-profiles/types.d.ts +13 -0
- package/dist/plugin-sdk/agents/auth-profiles.d.ts +8 -0
- package/dist/plugin-sdk/agents/block-chunker.d.ts +19 -0
- package/dist/plugin-sdk/agents/channel-tools.d.ts +27 -0
- package/dist/plugin-sdk/agents/cli-session.d.ts +3 -0
- package/dist/plugin-sdk/agents/current-time.d.ts +17 -0
- package/dist/plugin-sdk/agents/date-time.d.ts +13 -0
- package/dist/plugin-sdk/agents/defaults.d.ts +3 -0
- package/dist/plugin-sdk/agents/identity-avatar.d.ts +15 -0
- package/dist/plugin-sdk/agents/identity.d.ts +28 -0
- package/dist/plugin-sdk/agents/image-sanitization.d.ts +8 -0
- package/dist/plugin-sdk/agents/lanes.d.ts +3 -0
- package/dist/plugin-sdk/agents/live-auth-keys.d.ts +6 -0
- package/dist/plugin-sdk/agents/owner-display.d.ts +19 -0
- package/dist/plugin-sdk/agents/provider-auth.d.ts +40 -0
- package/dist/plugin-sdk/agents/provider-utils.d.ts +21 -0
- package/dist/plugin-sdk/agents/schema/typebox.d.ts +14 -0
- package/dist/plugin-sdk/agents/session-write-lock.d.ts +53 -0
- package/dist/plugin-sdk/agents/stable-stringify.d.ts +1 -0
- package/dist/plugin-sdk/agents/subagent-announce-queue.d.ts +24 -0
- package/dist/plugin-sdk/agents/subagent-announce.d.ts +39 -0
- package/dist/plugin-sdk/agents/subagent-depth.d.ts +11 -0
- package/dist/plugin-sdk/agents/subagent-lifecycle-events.d.ts +18 -0
- package/dist/plugin-sdk/agents/subagent-registry-cleanup.d.ts +24 -0
- package/dist/plugin-sdk/agents/subagent-registry-completion.d.ts +15 -0
- package/dist/plugin-sdk/agents/subagent-registry-queries.d.ts +11 -0
- package/dist/plugin-sdk/agents/subagent-registry-state.d.ts +7 -0
- package/dist/plugin-sdk/agents/subagent-registry.d.ts +45 -0
- package/dist/plugin-sdk/agents/subagent-registry.store.d.ts +5 -0
- package/dist/plugin-sdk/agents/subagent-registry.types.d.ts +34 -0
- package/dist/plugin-sdk/agents/subagent-spawn.d.ts +47 -0
- package/dist/plugin-sdk/agents/timeout.d.ts +8 -0
- package/dist/plugin-sdk/agents/tool-call-id.d.ts +27 -0
- package/dist/plugin-sdk/agents/tool-display-common.d.ts +32 -0
- package/dist/plugin-sdk/agents/tool-display.d.ts +15 -0
- package/dist/plugin-sdk/agents/tool-images.d.ts +10 -0
- package/dist/plugin-sdk/agents/tools/agent-step.d.ts +15 -0
- package/dist/plugin-sdk/agents/tools/common.d.ts +80 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-guild.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-messaging.d.ts +6 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-moderation-shared.d.ts +13 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-moderation.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions-presence.d.ts +4 -0
- package/dist/plugin-sdk/agents/tools/discord-actions.d.ts +5 -0
- package/dist/plugin-sdk/agents/tools/sessions-access.d.ts +42 -0
- package/dist/plugin-sdk/agents/tools/sessions-helpers.d.ts +52 -0
- package/dist/plugin-sdk/agents/tools/sessions-resolution.d.ts +59 -0
- package/dist/plugin-sdk/agents/tools/sessions-send-helpers.d.ts +34 -0
- package/dist/plugin-sdk/agents/tools/slack-actions.d.ts +15 -0
- package/dist/plugin-sdk/agents/tools/telegram-actions.d.ts +7 -0
- package/dist/plugin-sdk/agents/tools/whatsapp-actions.d.ts +3 -0
- package/dist/plugin-sdk/agents/tools/whatsapp-target-auth.d.ts +10 -0
- package/dist/plugin-sdk/agents/usage.d.ts +49 -0
- package/dist/plugin-sdk/agents/workspace.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/chunk.d.ts +45 -0
- package/dist/plugin-sdk/auto-reply/command-auth.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/command-detection.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/commands-args.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.d.ts +47 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.data.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/commands-registry.types.d.ts +66 -0
- package/dist/plugin-sdk/auto-reply/dispatch.d.ts +32 -0
- package/dist/plugin-sdk/auto-reply/envelope.d.ts +58 -0
- package/dist/plugin-sdk/auto-reply/fallback-state.d.ts +55 -0
- package/dist/plugin-sdk/auto-reply/group-activation.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/heartbeat-reply-payload.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/heartbeat.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/inbound-debounce.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/media-note.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/model-runtime.d.ts +17 -0
- package/dist/plugin-sdk/auto-reply/model.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/abort.d.ts +32 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-execution.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-helpers.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-payloads.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner-utils.d.ts +152 -0
- package/dist/plugin-sdk/auto-reply/reply/agent-runner.d.ts +36 -0
- package/dist/plugin-sdk/auto-reply/reply/block-reply-coalescer.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/block-reply-pipeline.d.ts +31 -0
- package/dist/plugin-sdk/auto-reply/reply/block-streaming.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/reply/body.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/command-gates.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-allowlist.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-config.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-context.d.ts +12 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-core.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-export-session.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-info.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-plugin.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-session.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-setunset-standard.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-setunset.d.ts +34 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-slash-parse.d.ts +24 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-status.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-agents.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-focus.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-help.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-info.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-kill.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-list.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-log.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-send.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-spawn.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/action-unfocus.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents/shared.d.ts +81 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-subagents.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-tts.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/commands-types.d.ts +61 -0
- package/dist/plugin-sdk/auto-reply/reply/commands.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/config-commands.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/config-value.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/debug-commands.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.auth.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.fast-lane.d.ts +7 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.impl.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.levels.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.params.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.parse.d.ts +65 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.persist.d.ts +42 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.queue-validation.d.ts +10 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-handling.shared.d.ts +29 -0
- package/dist/plugin-sdk/auto-reply/reply/directive-parsing.d.ts +5 -0
- package/dist/plugin-sdk/auto-reply/reply/directives.d.ts +58 -0
- package/dist/plugin-sdk/auto-reply/reply/dispatch-from-config.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/dispatcher-registry.d.ts +24 -0
- package/dist/plugin-sdk/auto-reply/reply/elevated-allowlist-matcher.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/elevated-unavailable.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/followup-runner.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives-apply.d.ts +64 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives-utils.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-directives.d.ts +121 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-inline-actions.d.ts +56 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply-run.d.ts +73 -0
- package/dist/plugin-sdk/auto-reply/reply/get-reply.d.ts +4 -0
- package/dist/plugin-sdk/auto-reply/reply/groups.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/history.d.ts +72 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-context.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-dedupe.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-meta.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/inbound-text.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply/line-directives.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/reply/mentions.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/normalize-reply.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/origin-routing.d.ts +13 -0
- package/dist/plugin-sdk/auto-reply/reply/provider-dispatcher.d.ts +19 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/cleanup.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/directive.d.ts +15 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/drain.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/enqueue.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/normalize.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/settings.d.ts +2 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/state.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/queue/types.d.ts +87 -0
- package/dist/plugin-sdk/auto-reply/reply/queue-policy.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/queue.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-delivery.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-directives.d.ts +14 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-dispatcher.d.ts +53 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-elevated.d.ts +16 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-inline.d.ts +8 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-payloads.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-reference.d.ts +20 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-tags.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/reply/reply-threading.d.ts +9 -0
- package/dist/plugin-sdk/auto-reply/reply/response-prefix-template.d.ts +51 -0
- package/dist/plugin-sdk/auto-reply/reply/route-reply.d.ts +56 -0
- package/dist/plugin-sdk/auto-reply/reply/session-reset-prompt.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply/session-run-accounting.d.ts +11 -0
- package/dist/plugin-sdk/auto-reply/reply/session-updates.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/session-usage.d.ts +21 -0
- package/dist/plugin-sdk/auto-reply/reply/session.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/strip-inbound-meta.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/subagents-utils.d.ts +26 -0
- package/dist/plugin-sdk/auto-reply/reply/typing-mode.d.ts +27 -0
- package/dist/plugin-sdk/auto-reply/reply/typing.d.ts +18 -0
- package/dist/plugin-sdk/auto-reply/reply/untrusted-context.d.ts +1 -0
- package/dist/plugin-sdk/auto-reply/reply.d.ts +5 -0
- package/dist/plugin-sdk/auto-reply/send-policy.d.ts +6 -0
- package/dist/plugin-sdk/auto-reply/status.d.ts +59 -0
- package/dist/plugin-sdk/auto-reply/templating.d.ts +159 -0
- package/dist/plugin-sdk/auto-reply/thinking.d.ts +22 -0
- package/dist/plugin-sdk/auto-reply/tokens.d.ts +3 -0
- package/dist/plugin-sdk/auto-reply/types.d.ts +82 -0
- package/dist/plugin-sdk/channel-web.d.ts +6 -0
- package/dist/plugin-sdk/channels/account-summary.d.ts +17 -0
- package/dist/plugin-sdk/channels/ack-reactions.d.ts +29 -0
- package/dist/plugin-sdk/channels/allow-from.d.ts +11 -0
- package/dist/plugin-sdk/channels/allowlist-match.d.ts +16 -0
- package/dist/plugin-sdk/channels/allowlists/resolve-utils.d.ts +33 -0
- package/dist/plugin-sdk/channels/channel-config.d.ts +39 -0
- package/dist/plugin-sdk/channels/chat-type.d.ts +2 -0
- package/dist/plugin-sdk/channels/command-gating.d.ts +20 -0
- package/dist/plugin-sdk/channels/conversation-label.d.ts +2 -0
- package/dist/plugin-sdk/channels/dock.d.ts +25 -0
- package/dist/plugin-sdk/channels/draft-stream-controls.d.ts +54 -0
- package/dist/plugin-sdk/channels/draft-stream-loop.d.ts +13 -0
- package/dist/plugin-sdk/channels/location.d.ts +21 -0
- package/dist/plugin-sdk/channels/logging.d.ts +20 -0
- package/dist/plugin-sdk/channels/mention-gating.d.ts +27 -0
- package/dist/plugin-sdk/channels/model-overrides.d.ts +18 -0
- package/dist/plugin-sdk/channels/plugins/account-action-gate.d.ts +5 -0
- package/dist/plugin-sdk/channels/plugins/account-helpers.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord/handle-action.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord/handle-action.guild-admin.d.ts +9 -0
- package/dist/plugin-sdk/channels/plugins/actions/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/actions/shared.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/actions/signal.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/actions/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/agent-tools/whatsapp-login.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/allowlist-match.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/bluebubbles-actions.d.ts +48 -0
- package/dist/plugin-sdk/channels/plugins/channel-config.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/config-helpers.d.ts +14 -0
- package/dist/plugin-sdk/channels/plugins/config-schema.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/config-writes.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/directory-config.d.ts +16 -0
- package/dist/plugin-sdk/channels/plugins/group-mentions.d.ts +18 -0
- package/dist/plugin-sdk/channels/plugins/helpers.d.ts +8 -0
- package/dist/plugin-sdk/channels/plugins/index.d.ts +8 -0
- package/dist/plugin-sdk/channels/plugins/media-limits.d.ts +9 -0
- package/dist/plugin-sdk/channels/plugins/media-payload.d.ts +15 -0
- package/dist/plugin-sdk/channels/plugins/message-action-names.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/discord.d.ts +14 -0
- package/dist/plugin-sdk/channels/plugins/normalize/imessage.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/shared.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/normalize/signal.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/slack.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/normalize/whatsapp.d.ts +3 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/channel-access-configure.d.ts +21 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/channel-access.d.ts +31 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/helpers.d.ts +177 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/imessage.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/signal.d.ts +7 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/slack.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/telegram.d.ts +4 -0
- package/dist/plugin-sdk/channels/plugins/onboarding/whatsapp.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/onboarding-types.d.ts +77 -0
- package/dist/plugin-sdk/channels/plugins/outbound/load.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/pairing-message.d.ts +1 -0
- package/dist/plugin-sdk/channels/plugins/pairing.d.ts +16 -0
- package/dist/plugin-sdk/channels/plugins/registry-loader.d.ts +5 -0
- package/dist/plugin-sdk/channels/plugins/setup-helpers.d.ts +13 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/bluebubbles.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/discord.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/shared.d.ts +29 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/telegram.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/status-issues/whatsapp.d.ts +2 -0
- package/dist/plugin-sdk/channels/plugins/types.adapters.d.ts +288 -0
- package/dist/plugin-sdk/channels/plugins/types.core.d.ts +349 -0
- package/dist/plugin-sdk/channels/plugins/types.d.ts +6 -0
- package/dist/plugin-sdk/channels/plugins/types.plugin.d.ts +54 -0
- package/dist/plugin-sdk/channels/plugins/whatsapp-heartbeat.d.ts +11 -0
- package/dist/plugin-sdk/channels/plugins/whatsapp-shared.d.ts +5 -0
- package/dist/plugin-sdk/channels/registry.d.ts +15 -0
- package/dist/plugin-sdk/channels/reply-prefix.d.ts +24 -0
- package/dist/plugin-sdk/channels/sender-label.d.ts +9 -0
- package/dist/plugin-sdk/channels/session.d.ts +18 -0
- package/dist/plugin-sdk/channels/status-reactions.d.ts +62 -0
- package/dist/plugin-sdk/channels/targets.d.ts +42 -0
- package/dist/plugin-sdk/channels/telegram/api.d.ts +5 -0
- package/dist/plugin-sdk/channels/typing-lifecycle.d.ts +12 -0
- package/dist/plugin-sdk/channels/typing.d.ts +13 -0
- package/dist/plugin-sdk/channels/web/index.d.ts +1 -0
- package/dist/plugin-sdk/cli/cli-name.d.ts +3 -0
- package/dist/plugin-sdk/cli/command-format.d.ts +1 -0
- package/dist/plugin-sdk/cli/deps.d.ts +18 -0
- package/dist/plugin-sdk/cli/outbound-send-deps.d.ts +4 -0
- package/dist/plugin-sdk/cli/outbound-send-mapping.d.ts +10 -0
- package/dist/plugin-sdk/cli/parse-bytes.d.ts +4 -0
- package/dist/plugin-sdk/cli/parse-duration.d.ts +4 -0
- package/dist/plugin-sdk/cli/profile-utils.d.ts +2 -0
- package/dist/plugin-sdk/cli/progress.d.ts +24 -0
- package/dist/plugin-sdk/cli/wait.d.ts +1 -0
- package/dist/plugin-sdk/commands/agent/delivery.d.ts +25 -0
- package/dist/plugin-sdk/commands/agent/run-context.d.ts +2 -0
- package/dist/plugin-sdk/commands/agent/session-store.d.ts +16 -0
- package/dist/plugin-sdk/commands/agent/session.d.ts +33 -0
- package/dist/plugin-sdk/commands/agent/types.d.ts +89 -0
- package/dist/plugin-sdk/commands/agent.d.ts +14 -0
- package/dist/plugin-sdk/commands/daemon-runtime.d.ts +8 -0
- package/dist/plugin-sdk/commands/health.d.ts +63 -0
- package/dist/plugin-sdk/commands/oauth-flow.d.ts +21 -0
- package/dist/plugin-sdk/commands/onboard-helpers.d.ts +81 -0
- package/dist/plugin-sdk/commands/onboard-types.d.ts +69 -0
- package/dist/plugin-sdk/commands/signal-install.d.ts +30 -0
- package/dist/plugin-sdk/compat/legacy-names.d.ts +8 -0
- package/dist/plugin-sdk/config/agent-dirs.d.ts +14 -0
- package/dist/plugin-sdk/config/agent-limits.d.ts +6 -0
- package/dist/plugin-sdk/config/backup-rotation.d.ts +5 -0
- package/dist/plugin-sdk/config/cache-utils.d.ts +6 -0
- package/dist/plugin-sdk/config/commands.d.ts +20 -0
- package/dist/plugin-sdk/config/config-paths.d.ts +10 -0
- package/dist/plugin-sdk/config/config.d.ts +7 -0
- package/dist/plugin-sdk/config/dangerous-name-matching.d.ts +12 -0
- package/dist/plugin-sdk/config/defaults.d.ts +19 -0
- package/dist/plugin-sdk/config/discord-preview-streaming.d.ts +25 -0
- package/dist/plugin-sdk/config/env-preserve.d.ts +10 -0
- package/dist/plugin-sdk/config/env-substitution.d.ts +36 -0
- package/dist/plugin-sdk/config/env-vars.d.ts +6 -0
- package/dist/plugin-sdk/config/group-policy.d.ts +49 -0
- package/dist/plugin-sdk/config/includes.d.ts +32 -0
- package/dist/plugin-sdk/config/io.d.ts +60 -0
- package/dist/plugin-sdk/config/legacy-migrate.d.ts +5 -0
- package/dist/plugin-sdk/config/legacy.d.ts +6 -0
- package/dist/plugin-sdk/config/legacy.migrations.d.ts +1 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-1.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-2.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.migrations.part-3.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.rules.d.ts +2 -0
- package/dist/plugin-sdk/config/legacy.shared.d.ts +19 -0
- package/dist/plugin-sdk/config/markdown-tables.d.ts +7 -0
- package/dist/plugin-sdk/config/merge-config.d.ts +7 -0
- package/dist/plugin-sdk/config/merge-patch.d.ts +5 -0
- package/dist/plugin-sdk/config/model-input.d.ts +9 -0
- package/dist/plugin-sdk/config/normalize-paths.d.ts +8 -0
- package/dist/plugin-sdk/config/paths.d.ts +57 -0
- package/dist/plugin-sdk/config/prototype-keys.d.ts +1 -0
- package/dist/plugin-sdk/config/runtime-group-policy.d.ts +56 -0
- package/dist/plugin-sdk/config/runtime-overrides.d.ts +15 -0
- package/dist/plugin-sdk/config/sessions/artifacts.d.ts +5 -0
- package/dist/plugin-sdk/config/sessions/constants.d.ts +2 -0
- package/dist/plugin-sdk/config/sessions/delivery-info.d.ts +16 -0
- package/dist/plugin-sdk/config/sessions/disk-budget.d.ts +28 -0
- package/dist/plugin-sdk/config/sessions/group.d.ts +11 -0
- package/dist/plugin-sdk/config/sessions/main-session.d.ts +43 -0
- package/dist/plugin-sdk/config/sessions/metadata.d.ts +16 -0
- package/dist/plugin-sdk/config/sessions/paths.d.ts +21 -0
- package/dist/plugin-sdk/config/sessions/reset.d.ts +43 -0
- package/dist/plugin-sdk/config/sessions/session-file.d.ts +15 -0
- package/dist/plugin-sdk/config/sessions/session-key.d.ts +8 -0
- package/dist/plugin-sdk/config/sessions/store.d.ts +123 -0
- package/dist/plugin-sdk/config/sessions/transcript.d.ts +18 -0
- package/dist/plugin-sdk/config/sessions/types.d.ts +160 -0
- package/dist/plugin-sdk/config/sessions.d.ts +13 -0
- package/dist/plugin-sdk/config/talk.d.ts +21 -0
- package/dist/plugin-sdk/config/telegram-custom-commands.d.ts +24 -0
- package/dist/plugin-sdk/config/types.agent-defaults.d.ts +268 -0
- package/dist/plugin-sdk/config/types.agents-shared.d.ts +49 -0
- package/dist/plugin-sdk/config/types.agents.d.ts +57 -0
- package/dist/plugin-sdk/config/types.approvals.d.ts +26 -0
- package/dist/plugin-sdk/config/types.auth.d.ts +28 -0
- package/dist/plugin-sdk/config/types.base.d.ts +203 -0
- package/dist/plugin-sdk/config/types.browser.d.ts +65 -0
- package/dist/plugin-sdk/config/types.channel-messaging-common.d.ts +44 -0
- package/dist/plugin-sdk/config/types.channels.d.ts +53 -0
- package/dist/plugin-sdk/config/types.cron.d.ts +26 -0
- package/dist/plugin-sdk/config/types.d.ts +27 -0
- package/dist/plugin-sdk/config/types.discord.d.ts +273 -0
- package/dist/plugin-sdk/config/types.gateway.d.ts +335 -0
- package/dist/plugin-sdk/config/types.googlechat.d.ts +107 -0
- package/dist/plugin-sdk/config/types.hooks.d.ts +123 -0
- package/dist/plugin-sdk/config/types.imessage.d.ts +77 -0
- package/dist/plugin-sdk/config/types.installs.d.ts +14 -0
- package/dist/plugin-sdk/config/types.irc.d.ts +54 -0
- package/dist/plugin-sdk/config/types.messages.d.ts +154 -0
- package/dist/plugin-sdk/config/types.models.d.ts +41 -0
- package/dist/plugin-sdk/config/types.msteams.d.ts +108 -0
- package/dist/plugin-sdk/config/types.node-host.d.ts +10 -0
- package/dist/plugin-sdk/config/types.plugins.d.ts +23 -0
- package/dist/plugin-sdk/config/types.queue.d.ts +14 -0
- package/dist/plugin-sdk/config/types.remoteclaw.d.ts +119 -0
- package/dist/plugin-sdk/config/types.signal.d.ts +46 -0
- package/dist/plugin-sdk/config/types.slack.d.ts +181 -0
- package/dist/plugin-sdk/config/types.telegram.d.ts +191 -0
- package/dist/plugin-sdk/config/types.tools.d.ts +322 -0
- package/dist/plugin-sdk/config/types.tts.d.ts +78 -0
- package/dist/plugin-sdk/config/types.whatsapp.d.ts +101 -0
- package/dist/plugin-sdk/config/validation.d.ts +37 -0
- package/dist/plugin-sdk/config/version.d.ts +8 -0
- package/dist/plugin-sdk/config/zod-schema.agent-defaults.d.ts +156 -0
- package/dist/plugin-sdk/config/zod-schema.agent-model.d.ts +5 -0
- package/dist/plugin-sdk/config/zod-schema.agent-runtime.d.ts +500 -0
- package/dist/plugin-sdk/config/zod-schema.agents.d.ts +298 -0
- package/dist/plugin-sdk/config/zod-schema.allowdeny.d.ts +13 -0
- package/dist/plugin-sdk/config/zod-schema.approvals.d.ts +15 -0
- package/dist/plugin-sdk/config/zod-schema.channels.d.ts +6 -0
- package/dist/plugin-sdk/config/zod-schema.core.d.ts +583 -0
- package/dist/plugin-sdk/config/zod-schema.d.ts +3434 -0
- package/dist/plugin-sdk/config/zod-schema.hooks.d.ts +85 -0
- package/dist/plugin-sdk/config/zod-schema.installs.d.ts +16 -0
- package/dist/plugin-sdk/config/zod-schema.providers-core.d.ts +3693 -0
- package/dist/plugin-sdk/config/zod-schema.providers-whatsapp.d.ts +235 -0
- package/dist/plugin-sdk/config/zod-schema.providers.d.ts +2200 -0
- package/dist/plugin-sdk/config/zod-schema.sensitive.d.ts +2 -0
- package/dist/plugin-sdk/config/zod-schema.session.d.ts +234 -0
- package/dist/plugin-sdk/cron/delivery.d.ts +9 -0
- package/dist/plugin-sdk/cron/legacy-delivery.d.ts +3 -0
- package/dist/plugin-sdk/cron/parse.d.ts +1 -0
- package/dist/plugin-sdk/cron/payload-migration.d.ts +3 -0
- package/dist/plugin-sdk/cron/schedule.d.ts +2 -0
- package/dist/plugin-sdk/cron/service/jobs.d.ts +21 -0
- package/dist/plugin-sdk/cron/service/locked.d.ts +2 -0
- package/dist/plugin-sdk/cron/service/normalize.d.ts +18 -0
- package/dist/plugin-sdk/cron/service/ops.d.ts +81 -0
- package/dist/plugin-sdk/cron/service/state.d.ts +125 -0
- package/dist/plugin-sdk/cron/service/store.d.ts +9 -0
- package/dist/plugin-sdk/cron/service/timer.d.ts +47 -0
- package/dist/plugin-sdk/cron/service.d.ts +66 -0
- package/dist/plugin-sdk/cron/session-reaper.d.ts +35 -0
- package/dist/plugin-sdk/cron/stagger.d.ts +8 -0
- package/dist/plugin-sdk/cron/store.d.ts +6 -0
- package/dist/plugin-sdk/cron/types.d.ts +131 -0
- package/dist/plugin-sdk/cron/webhook-url.d.ts +1 -0
- package/dist/plugin-sdk/daemon/constants.d.ts +35 -0
- package/dist/plugin-sdk/discord/accounts.d.ts +21 -0
- package/dist/plugin-sdk/discord/api.d.ts +11 -0
- package/dist/plugin-sdk/discord/audit.d.ts +29 -0
- package/dist/plugin-sdk/discord/chunk.d.ts +20 -0
- package/dist/plugin-sdk/discord/client.d.ts +21 -0
- package/dist/plugin-sdk/discord/components-registry.d.ts +16 -0
- package/dist/plugin-sdk/discord/components.d.ts +196 -0
- package/dist/plugin-sdk/discord/directory-live.d.ts +4 -0
- package/dist/plugin-sdk/discord/draft-chunking.d.ts +6 -0
- package/dist/plugin-sdk/discord/draft-stream.d.ts +21 -0
- package/dist/plugin-sdk/discord/gateway-logging.d.ts +8 -0
- package/dist/plugin-sdk/discord/guilds.d.ts +6 -0
- package/dist/plugin-sdk/discord/monitor/agent-components.d.ts +55 -0
- package/dist/plugin-sdk/discord/monitor/allow-list.d.ts +176 -0
- package/dist/plugin-sdk/discord/monitor/commands.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/format.d.ts +13 -0
- package/dist/plugin-sdk/discord/monitor/gateway-plugin.d.ts +8 -0
- package/dist/plugin-sdk/discord/monitor/gateway-registry.d.ts +9 -0
- package/dist/plugin-sdk/discord/monitor/listeners.d.ts +44 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.preflight.d.ts +14 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.preflight.types.d.ts +95 -0
- package/dist/plugin-sdk/discord/monitor/message-handler.process.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/message-utils.d.ts +40 -0
- package/dist/plugin-sdk/discord/monitor/native-command.d.ts +23 -0
- package/dist/plugin-sdk/discord/monitor/presence-cache.d.ts +9 -0
- package/dist/plugin-sdk/discord/monitor/presence.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/provider.allowlist.d.ts +14 -0
- package/dist/plugin-sdk/discord/monitor/provider.d.ts +28 -0
- package/dist/plugin-sdk/discord/monitor/provider.lifecycle.d.ts +23 -0
- package/dist/plugin-sdk/discord/monitor/reply-context.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/reply-delivery.d.ts +22 -0
- package/dist/plugin-sdk/discord/monitor/rest-fetch.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/sender-identity.d.ts +31 -0
- package/dist/plugin-sdk/discord/monitor/system-events.d.ts +2 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.discord-api.d.ts +36 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.lifecycle.d.ts +30 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.manager.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.messages.d.ts +17 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.state.d.ts +61 -0
- package/dist/plugin-sdk/discord/monitor/thread-bindings.types.d.ts +64 -0
- package/dist/plugin-sdk/discord/monitor/threading.d.ts +106 -0
- package/dist/plugin-sdk/discord/monitor/typing.d.ts +5 -0
- package/dist/plugin-sdk/discord/monitor.d.ts +10 -0
- package/dist/plugin-sdk/discord/monitor.gateway.d.ts +12 -0
- package/dist/plugin-sdk/discord/pluralkit.d.ts +26 -0
- package/dist/plugin-sdk/discord/probe.d.ts +28 -0
- package/dist/plugin-sdk/discord/resolve-channels.d.ts +15 -0
- package/dist/plugin-sdk/discord/resolve-users.d.ts +14 -0
- package/dist/plugin-sdk/discord/send.channels.d.ts +17 -0
- package/dist/plugin-sdk/discord/send.components.d.ts +17 -0
- package/dist/plugin-sdk/discord/send.d.ts +10 -0
- package/dist/plugin-sdk/discord/send.emojis-stickers.d.ts +4 -0
- package/dist/plugin-sdk/discord/send.guild.d.ts +24 -0
- package/dist/plugin-sdk/discord/send.messages.d.ts +20 -0
- package/dist/plugin-sdk/discord/send.outbound.d.ts +57 -0
- package/dist/plugin-sdk/discord/send.permissions.d.ts +20 -0
- package/dist/plugin-sdk/discord/send.reactions.d.ts +15 -0
- package/dist/plugin-sdk/discord/send.shared.d.ts +85 -0
- package/dist/plugin-sdk/discord/send.types.d.ts +144 -0
- package/dist/plugin-sdk/discord/targets.d.ts +18 -0
- package/dist/plugin-sdk/discord/token.d.ts +11 -0
- package/dist/plugin-sdk/discord/voice/command.d.ts +15 -0
- package/dist/plugin-sdk/discord/voice/manager.d.ts +52 -0
- package/dist/plugin-sdk/discord/voice-message.d.ts +50 -0
- package/dist/plugin-sdk/gateway/call.d.ts +65 -0
- package/dist/plugin-sdk/gateway/chat-abort.d.ts +44 -0
- package/dist/plugin-sdk/gateway/chat-sanitize.d.ts +4 -0
- package/dist/plugin-sdk/gateway/client.d.ts +64 -0
- package/dist/plugin-sdk/gateway/control-ui-shared.d.ts +9 -0
- package/dist/plugin-sdk/gateway/credentials.d.ts +36 -0
- package/dist/plugin-sdk/gateway/device-auth.d.ts +11 -0
- package/dist/plugin-sdk/gateway/method-scopes.d.ts +22 -0
- package/dist/plugin-sdk/gateway/net.d.ts +77 -0
- package/dist/plugin-sdk/gateway/node-registry.d.ts +60 -0
- package/dist/plugin-sdk/gateway/protocol/client-info.d.ts +58 -0
- package/dist/plugin-sdk/gateway/protocol/index.d.ts +497 -0
- package/dist/plugin-sdk/gateway/protocol/schema/agent.d.ts +89 -0
- package/dist/plugin-sdk/gateway/protocol/schema/agents-models-skills.d.ts +188 -0
- package/dist/plugin-sdk/gateway/protocol/schema/channels.d.ts +134 -0
- package/dist/plugin-sdk/gateway/protocol/schema/config.d.ts +53 -0
- package/dist/plugin-sdk/gateway/protocol/schema/cron.d.ts +324 -0
- package/dist/plugin-sdk/gateway/protocol/schema/devices.d.ts +41 -0
- package/dist/plugin-sdk/gateway/protocol/schema/error-codes.d.ts +14 -0
- package/dist/plugin-sdk/gateway/protocol/schema/frames.d.ts +168 -0
- package/dist/plugin-sdk/gateway/protocol/schema/logs-chat.d.ts +45 -0
- package/dist/plugin-sdk/gateway/protocol/schema/nodes.d.ts +64 -0
- package/dist/plugin-sdk/gateway/protocol/schema/primitives.d.ts +4 -0
- package/dist/plugin-sdk/gateway/protocol/schema/protocol-schemas.d.ts +3 -0
- package/dist/plugin-sdk/gateway/protocol/schema/push.d.ts +15 -0
- package/dist/plugin-sdk/gateway/protocol/schema/sessions.d.ts +81 -0
- package/dist/plugin-sdk/gateway/protocol/schema/snapshot.d.ts +69 -0
- package/dist/plugin-sdk/gateway/protocol/schema/types.d.ts +120 -0
- package/dist/plugin-sdk/gateway/protocol/schema/wizard.d.ts +86 -0
- package/dist/plugin-sdk/gateway/protocol/schema.d.ts +16 -0
- package/dist/plugin-sdk/gateway/server/ws-types.d.ts +9 -0
- package/dist/plugin-sdk/gateway/server-broadcast.d.ts +17 -0
- package/dist/plugin-sdk/gateway/server-channels.d.ts +26 -0
- package/dist/plugin-sdk/gateway/server-constants.d.ts +10 -0
- package/dist/plugin-sdk/gateway/server-methods/types.d.ts +84 -0
- package/dist/plugin-sdk/gateway/server-shared.d.ts +7 -0
- package/dist/plugin-sdk/gateway/session-utils.fs.d.ts +48 -0
- package/dist/plugin-sdk/gateway/session-utils.types.d.ts +84 -0
- package/dist/plugin-sdk/gateway/ws-log.d.ts +5 -0
- package/dist/plugin-sdk/gateway/ws-logging.d.ts +4 -0
- package/dist/plugin-sdk/globals.d.ts +11 -0
- package/dist/plugin-sdk/hooks/internal-hooks.d.ts +140 -0
- package/dist/plugin-sdk/hooks/types.d.ts +62 -0
- package/dist/plugin-sdk/imessage/accounts.d.ts +16 -0
- package/dist/plugin-sdk/imessage/client.d.ts +46 -0
- package/dist/plugin-sdk/imessage/constants.d.ts +2 -0
- package/dist/plugin-sdk/imessage/monitor/abort-handler.d.ts +9 -0
- package/dist/plugin-sdk/imessage/monitor/deliver.d.ts +14 -0
- package/dist/plugin-sdk/imessage/monitor/echo-cache.d.ts +9 -0
- package/dist/plugin-sdk/imessage/monitor/inbound-processing.d.ts +96 -0
- package/dist/plugin-sdk/imessage/monitor/monitor-provider.d.ts +7 -0
- package/dist/plugin-sdk/imessage/monitor/parse-notification.d.ts +2 -0
- package/dist/plugin-sdk/imessage/monitor/runtime.d.ts +4 -0
- package/dist/plugin-sdk/imessage/monitor/types.d.ts +37 -0
- package/dist/plugin-sdk/imessage/monitor.d.ts +2 -0
- package/dist/plugin-sdk/imessage/probe.d.ts +17 -0
- package/dist/plugin-sdk/imessage/send.d.ts +34 -0
- package/dist/plugin-sdk/imessage/target-parsing-helpers.d.ts +45 -0
- package/dist/plugin-sdk/imessage/targets.d.ts +39 -0
- package/dist/plugin-sdk/index.d.ts +1 -0
- package/dist/plugin-sdk/index.js +24645 -0
- package/dist/plugin-sdk/infra/agent-events.d.ts +21 -0
- package/dist/plugin-sdk/infra/archive-path.d.ts +12 -0
- package/dist/plugin-sdk/infra/archive.d.ts +46 -0
- package/dist/plugin-sdk/infra/backoff.d.ts +8 -0
- package/dist/plugin-sdk/infra/brew.d.ts +8 -0
- package/dist/plugin-sdk/infra/channel-activity.d.ts +18 -0
- package/dist/plugin-sdk/infra/channel-summary.d.ts +6 -0
- package/dist/plugin-sdk/infra/dedupe.d.ts +12 -0
- package/dist/plugin-sdk/infra/device-auth-store.d.ts +18 -0
- package/dist/plugin-sdk/infra/device-identity.d.ts +11 -0
- package/dist/plugin-sdk/infra/device-pairing.d.ts +101 -0
- package/dist/plugin-sdk/infra/diagnostic-events.d.ts +140 -0
- package/dist/plugin-sdk/infra/diagnostic-flags.d.ts +4 -0
- package/dist/plugin-sdk/infra/dotenv.d.ts +3 -0
- package/dist/plugin-sdk/infra/env.d.ts +11 -0
- package/dist/plugin-sdk/infra/errors.d.ts +11 -0
- package/dist/plugin-sdk/infra/fetch.d.ts +2 -0
- package/dist/plugin-sdk/infra/file-identity.d.ts +5 -0
- package/dist/plugin-sdk/infra/file-lock.d.ts +2 -0
- package/dist/plugin-sdk/infra/format-time/format-datetime.d.ts +35 -0
- package/dist/plugin-sdk/infra/format-time/format-duration.d.ts +23 -0
- package/dist/plugin-sdk/infra/format-time/format-relative.d.ts +39 -0
- package/dist/plugin-sdk/infra/fs-safe.d.ts +25 -0
- package/dist/plugin-sdk/infra/gemini-auth.d.ts +16 -0
- package/dist/plugin-sdk/infra/git-commit.d.ts +4 -0
- package/dist/plugin-sdk/infra/git-root.d.ts +7 -0
- package/dist/plugin-sdk/infra/heartbeat-active-hours.d.ts +5 -0
- package/dist/plugin-sdk/infra/heartbeat-events-filter.d.ts +8 -0
- package/dist/plugin-sdk/infra/heartbeat-events.d.ts +21 -0
- package/dist/plugin-sdk/infra/heartbeat-reason.d.ts +5 -0
- package/dist/plugin-sdk/infra/heartbeat-runner.d.ts +45 -0
- package/dist/plugin-sdk/infra/heartbeat-visibility.d.ts +17 -0
- package/dist/plugin-sdk/infra/heartbeat-wake.d.ts +31 -0
- package/dist/plugin-sdk/infra/home-dir.d.ts +7 -0
- package/dist/plugin-sdk/infra/host-env-security.d.ts +21 -0
- package/dist/plugin-sdk/infra/http-body.d.ts +46 -0
- package/dist/plugin-sdk/infra/json-file.d.ts +2 -0
- package/dist/plugin-sdk/infra/json-files.d.ts +5 -0
- package/dist/plugin-sdk/infra/map-size.d.ts +1 -0
- package/dist/plugin-sdk/infra/net/fetch-guard.d.ts +21 -0
- package/dist/plugin-sdk/infra/net/hostname.d.ts +1 -0
- package/dist/plugin-sdk/infra/net/ssrf.d.ts +35 -0
- package/dist/plugin-sdk/infra/outbound/abort.d.ts +8 -0
- package/dist/plugin-sdk/infra/outbound/agent-delivery.d.ts +46 -0
- package/dist/plugin-sdk/infra/outbound/bound-delivery-router.d.ts +16 -0
- package/dist/plugin-sdk/infra/outbound/channel-selection.d.ts +11 -0
- package/dist/plugin-sdk/infra/outbound/channel-target.d.ts +6 -0
- package/dist/plugin-sdk/infra/outbound/deliver.d.ts +81 -0
- package/dist/plugin-sdk/infra/outbound/delivery-queue.d.ts +78 -0
- package/dist/plugin-sdk/infra/outbound/directory-cache.d.ts +24 -0
- package/dist/plugin-sdk/infra/outbound/envelope.d.ts +16 -0
- package/dist/plugin-sdk/infra/outbound/format.d.ts +39 -0
- package/dist/plugin-sdk/infra/outbound/identity.d.ts +8 -0
- package/dist/plugin-sdk/infra/outbound/message-action-spec.d.ts +5 -0
- package/dist/plugin-sdk/infra/outbound/payloads.d.ts +18 -0
- package/dist/plugin-sdk/infra/outbound/session-binding-service.d.ts +57 -0
- package/dist/plugin-sdk/infra/outbound/target-errors.d.ts +6 -0
- package/dist/plugin-sdk/infra/outbound/target-normalization.d.ts +4 -0
- package/dist/plugin-sdk/infra/outbound/target-resolver.d.ts +53 -0
- package/dist/plugin-sdk/infra/outbound/targets.d.ts +87 -0
- package/dist/plugin-sdk/infra/pairing-files.d.ts +23 -0
- package/dist/plugin-sdk/infra/pairing-pending.d.ts +13 -0
- package/dist/plugin-sdk/infra/pairing-token.d.ts +3 -0
- package/dist/plugin-sdk/infra/path-guards.d.ts +5 -0
- package/dist/plugin-sdk/infra/path-safety.d.ts +2 -0
- package/dist/plugin-sdk/infra/plain-object.d.ts +4 -0
- package/dist/plugin-sdk/infra/prototype-keys.d.ts +1 -0
- package/dist/plugin-sdk/infra/provider-usage.auth.d.ts +11 -0
- package/dist/plugin-sdk/infra/provider-usage.d.ts +4 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.claude.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.codex.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.copilot.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.d.ts +6 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.gemini.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.minimax.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.shared.d.ts +12 -0
- package/dist/plugin-sdk/infra/provider-usage.fetch.zai.d.ts +2 -0
- package/dist/plugin-sdk/infra/provider-usage.format.d.ts +13 -0
- package/dist/plugin-sdk/infra/provider-usage.load.d.ts +12 -0
- package/dist/plugin-sdk/infra/provider-usage.shared.d.ts +8 -0
- package/dist/plugin-sdk/infra/provider-usage.types.d.ts +17 -0
- package/dist/plugin-sdk/infra/restart.d.ts +70 -0
- package/dist/plugin-sdk/infra/retry-policy.d.ts +25 -0
- package/dist/plugin-sdk/infra/retry.d.ts +21 -0
- package/dist/plugin-sdk/infra/safe-executable-value.d.ts +1 -0
- package/dist/plugin-sdk/infra/scp-host.d.ts +2 -0
- package/dist/plugin-sdk/infra/secure-random.d.ts +2 -0
- package/dist/plugin-sdk/infra/session-cost-usage.d.ts +45 -0
- package/dist/plugin-sdk/infra/session-cost-usage.types.d.ts +153 -0
- package/dist/plugin-sdk/infra/session-maintenance-warning.d.ts +10 -0
- package/dist/plugin-sdk/infra/shell-env.d.ts +34 -0
- package/dist/plugin-sdk/infra/system-events.d.ts +18 -0
- package/dist/plugin-sdk/infra/tailnet.d.ts +8 -0
- package/dist/plugin-sdk/infra/tls/fingerprint.d.ts +1 -0
- package/dist/plugin-sdk/infra/tls/gateway.d.ts +16 -0
- package/dist/plugin-sdk/infra/tmp-remoteclaw-dir.d.ts +18 -0
- package/dist/plugin-sdk/infra/transport-ready.d.ts +16 -0
- package/dist/plugin-sdk/infra/unhandled-rejections.d.ts +15 -0
- package/dist/plugin-sdk/infra/ws.d.ts +2 -0
- package/dist/plugin-sdk/infra/wsl.d.ts +11 -0
- package/dist/plugin-sdk/line/accounts.d.ts +10 -0
- package/dist/plugin-sdk/line/actions.d.ts +22 -0
- package/dist/plugin-sdk/line/auto-reply-delivery.d.ts +38 -0
- package/dist/plugin-sdk/line/bot-access.d.ts +17 -0
- package/dist/plugin-sdk/line/bot-handlers.d.ts +13 -0
- package/dist/plugin-sdk/line/bot-message-context.d.ts +118 -0
- package/dist/plugin-sdk/line/bot.d.ts +24 -0
- package/dist/plugin-sdk/line/channel-access-token.d.ts +4 -0
- package/dist/plugin-sdk/line/config-schema.d.ts +64 -0
- package/dist/plugin-sdk/line/download.d.ts +7 -0
- package/dist/plugin-sdk/line/flex-templates/basic-cards.d.ts +46 -0
- package/dist/plugin-sdk/line/flex-templates/common.d.ts +2 -0
- package/dist/plugin-sdk/line/flex-templates/media-control-cards.d.ts +73 -0
- package/dist/plugin-sdk/line/flex-templates/message.d.ts +6 -0
- package/dist/plugin-sdk/line/flex-templates/schedule-cards.d.ts +55 -0
- package/dist/plugin-sdk/line/flex-templates/types.d.ts +19 -0
- package/dist/plugin-sdk/line/flex-templates.d.ts +5 -0
- package/dist/plugin-sdk/line/markdown-to-line.d.ts +72 -0
- package/dist/plugin-sdk/line/monitor.d.ts +28 -0
- package/dist/plugin-sdk/line/probe.d.ts +2 -0
- package/dist/plugin-sdk/line/reply-chunks.d.ts +24 -0
- package/dist/plugin-sdk/line/send.d.ts +91 -0
- package/dist/plugin-sdk/line/signature.d.ts +1 -0
- package/dist/plugin-sdk/line/template-messages.d.ts +100 -0
- package/dist/plugin-sdk/line/types.d.ts +113 -0
- package/dist/plugin-sdk/line/webhook-node.d.ts +15 -0
- package/dist/plugin-sdk/line/webhook-utils.d.ts +3 -0
- package/dist/plugin-sdk/line/webhook.d.ts +19 -0
- package/dist/plugin-sdk/link-understanding/apply.d.ts +10 -0
- package/dist/plugin-sdk/link-understanding/defaults.d.ts +2 -0
- package/dist/plugin-sdk/link-understanding/detect.d.ts +3 -0
- package/dist/plugin-sdk/link-understanding/format.d.ts +4 -0
- package/dist/plugin-sdk/link-understanding/runner.d.ts +11 -0
- package/dist/plugin-sdk/logger.d.ts +6 -0
- package/dist/plugin-sdk/logging/config.d.ts +4 -0
- package/dist/plugin-sdk/logging/console.d.ts +23 -0
- package/dist/plugin-sdk/logging/diagnostic-session-state.d.ts +30 -0
- package/dist/plugin-sdk/logging/diagnostic.d.ts +65 -0
- package/dist/plugin-sdk/logging/env-log-level.d.ts +2 -0
- package/dist/plugin-sdk/logging/levels.d.ts +5 -0
- package/dist/plugin-sdk/logging/logger.d.ts +44 -0
- package/dist/plugin-sdk/logging/node-require.d.ts +1 -0
- package/dist/plugin-sdk/logging/redact-identifier.d.ts +4 -0
- package/dist/plugin-sdk/logging/redact.d.ts +9 -0
- package/dist/plugin-sdk/logging/state.d.ts +19 -0
- package/dist/plugin-sdk/logging/subsystem.d.ts +18 -0
- package/dist/plugin-sdk/logging/timestamps.d.ts +1 -0
- package/dist/plugin-sdk/logging.d.ts +10 -0
- package/dist/plugin-sdk/markdown/fences.d.ts +10 -0
- package/dist/plugin-sdk/markdown/ir.d.ts +32 -0
- package/dist/plugin-sdk/markdown/render.d.ts +18 -0
- package/dist/plugin-sdk/markdown/tables.d.ts +2 -0
- package/dist/plugin-sdk/markdown/whatsapp.d.ts +14 -0
- package/dist/plugin-sdk/media/audio-tags.d.ts +10 -0
- package/dist/plugin-sdk/media/audio.d.ts +19 -0
- package/dist/plugin-sdk/media/base64.d.ts +6 -0
- package/dist/plugin-sdk/media/constants.d.ts +7 -0
- package/dist/plugin-sdk/media/fetch.d.ts +23 -0
- package/dist/plugin-sdk/media/image-ops.d.ts +41 -0
- package/dist/plugin-sdk/media/inbound-path-policy.d.ts +18 -0
- package/dist/plugin-sdk/media/input-files.d.ts +95 -0
- package/dist/plugin-sdk/media/local-roots.d.ts +3 -0
- package/dist/plugin-sdk/media/mime.d.ts +16 -0
- package/dist/plugin-sdk/media/outbound-attachment.d.ts +6 -0
- package/dist/plugin-sdk/media/parse.d.ts +8 -0
- package/dist/plugin-sdk/media/png-encode.d.ts +8 -0
- package/dist/plugin-sdk/media/read-response-with-limit.d.ts +7 -0
- package/dist/plugin-sdk/media/store.d.ts +33 -0
- package/dist/plugin-sdk/media-understanding/apply.d.ts +19 -0
- package/dist/plugin-sdk/media-understanding/attachments.d.ts +49 -0
- package/dist/plugin-sdk/media-understanding/audio-preflight.d.ts +16 -0
- package/dist/plugin-sdk/media-understanding/concurrency.d.ts +1 -0
- package/dist/plugin-sdk/media-understanding/defaults.d.ts +12 -0
- package/dist/plugin-sdk/media-understanding/errors.d.ts +6 -0
- package/dist/plugin-sdk/media-understanding/format.d.ts +7 -0
- package/dist/plugin-sdk/media-understanding/fs.d.ts +1 -0
- package/dist/plugin-sdk/media-understanding/output-extract.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/anthropic/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/deepgram/audio.d.ts +4 -0
- package/dist/plugin-sdk/media-understanding/providers/deepgram/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/google/audio.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/google/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/google/inline-data.d.ts +20 -0
- package/dist/plugin-sdk/media-understanding/providers/google/video.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/groq/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/index.d.ts +4 -0
- package/dist/plugin-sdk/media-understanding/providers/minimax/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/mistral/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/moonshot/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/moonshot/video.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/openai/audio.d.ts +3 -0
- package/dist/plugin-sdk/media-understanding/providers/openai/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/providers/shared.d.ts +20 -0
- package/dist/plugin-sdk/media-understanding/providers/zai/index.d.ts +2 -0
- package/dist/plugin-sdk/media-understanding/resolve.d.ts +44 -0
- package/dist/plugin-sdk/media-understanding/runner.d.ts +34 -0
- package/dist/plugin-sdk/media-understanding/runner.entries.d.ts +33 -0
- package/dist/plugin-sdk/media-understanding/scope.d.ts +9 -0
- package/dist/plugin-sdk/media-understanding/types.d.ts +74 -0
- package/dist/plugin-sdk/media-understanding/video.d.ts +2 -0
- package/dist/plugin-sdk/middleware/channel-bridge.d.ts +39 -0
- package/dist/plugin-sdk/middleware/cli-runtime-base.d.ts +35 -0
- package/dist/plugin-sdk/middleware/delivery-adapter.d.ts +36 -0
- package/dist/plugin-sdk/middleware/error-classifier.d.ts +14 -0
- package/dist/plugin-sdk/middleware/mcp-side-effects.d.ts +20 -0
- package/dist/plugin-sdk/middleware/runtime-factory.d.ts +4 -0
- package/dist/plugin-sdk/middleware/runtimes/claude.d.ts +27 -0
- package/dist/plugin-sdk/middleware/runtimes/codex.d.ts +74 -0
- package/dist/plugin-sdk/middleware/runtimes/gemini.d.ts +52 -0
- package/dist/plugin-sdk/middleware/runtimes/opencode.d.ts +54 -0
- package/dist/plugin-sdk/middleware/session-map.d.ts +36 -0
- package/dist/plugin-sdk/middleware/system-prompt.d.ts +30 -0
- package/dist/plugin-sdk/middleware/types.d.ts +188 -0
- package/dist/plugin-sdk/pairing/pairing-labels.d.ts +2 -0
- package/dist/plugin-sdk/pairing/pairing-messages.d.ts +6 -0
- package/dist/plugin-sdk/pairing/pairing-store.d.ts +48 -0
- package/dist/plugin-sdk/plugin-sdk/account-id.d.ts +1 -0
- package/dist/plugin-sdk/plugin-sdk/agent-media-payload.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/allow-from.d.ts +32 -0
- package/dist/plugin-sdk/plugin-sdk/command-auth.d.ts +25 -0
- package/dist/plugin-sdk/plugin-sdk/config-paths.d.ts +6 -0
- package/dist/plugin-sdk/plugin-sdk/file-lock.d.ts +16 -0
- package/dist/plugin-sdk/plugin-sdk/group-access.d.ts +16 -0
- package/dist/plugin-sdk/plugin-sdk/index.d.ts +162 -0
- package/dist/plugin-sdk/plugin-sdk/json-store.d.ts +5 -0
- package/dist/plugin-sdk/plugin-sdk/onboarding.d.ts +11 -0
- package/dist/plugin-sdk/plugin-sdk/persistent-dedupe.d.ts +20 -0
- package/dist/plugin-sdk/plugin-sdk/reply-payload.d.ts +22 -0
- package/dist/plugin-sdk/plugin-sdk/run-command.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/runtime.d.ts +10 -0
- package/dist/plugin-sdk/plugin-sdk/slack-message-actions.d.ts +11 -0
- package/dist/plugin-sdk/plugin-sdk/status-helpers.d.ts +88 -0
- package/dist/plugin-sdk/plugin-sdk/temp-path.d.ts +12 -0
- package/dist/plugin-sdk/plugin-sdk/text-chunking.d.ts +1 -0
- package/dist/plugin-sdk/plugin-sdk/tool-send.d.ts +4 -0
- package/dist/plugin-sdk/plugin-sdk/webhook-path.d.ts +6 -0
- package/dist/plugin-sdk/plugin-sdk/webhook-targets.d.ts +23 -0
- package/dist/plugin-sdk/plugins/bundled-dir.d.ts +1 -0
- package/dist/plugin-sdk/plugins/commands.d.ts +83 -0
- package/dist/plugin-sdk/plugins/config-schema.d.ts +2 -0
- package/dist/plugin-sdk/plugins/config-state.d.ts +30 -0
- package/dist/plugin-sdk/plugins/discovery.d.ts +24 -0
- package/dist/plugin-sdk/plugins/hook-runner-global.d.ts +37 -0
- package/dist/plugin-sdk/plugins/hooks.d.ts +49 -0
- package/dist/plugin-sdk/plugins/http-path.d.ts +1 -0
- package/dist/plugin-sdk/plugins/http-registry.d.ts +13 -0
- package/dist/plugin-sdk/plugins/manifest-registry.d.ts +34 -0
- package/dist/plugin-sdk/plugins/manifest.d.ts +66 -0
- package/dist/plugin-sdk/plugins/path-safety.d.ts +5 -0
- package/dist/plugin-sdk/plugins/registry.d.ts +130 -0
- package/dist/plugin-sdk/plugins/runtime/native-deps.d.ts +8 -0
- package/dist/plugin-sdk/plugins/runtime/types.d.ts +310 -0
- package/dist/plugin-sdk/plugins/runtime.d.ts +5 -0
- package/dist/plugin-sdk/plugins/schema-validator.d.ts +10 -0
- package/dist/plugin-sdk/plugins/types.d.ts +487 -0
- package/dist/plugin-sdk/polls.d.ts +31 -0
- package/dist/plugin-sdk/process/command-queue.d.ts +51 -0
- package/dist/plugin-sdk/process/exec.d.ts +30 -0
- package/dist/plugin-sdk/process/lanes.d.ts +6 -0
- package/dist/plugin-sdk/process/spawn-utils.d.ts +26 -0
- package/dist/plugin-sdk/routing/account-id.d.ts +3 -0
- package/dist/plugin-sdk/routing/account-lookup.d.ts +1 -0
- package/dist/plugin-sdk/routing/bindings.d.ts +11 -0
- package/dist/plugin-sdk/routing/resolve-route.d.ts +42 -0
- package/dist/plugin-sdk/routing/session-key.d.ts +48 -0
- package/dist/plugin-sdk/runtime.d.ts +7 -0
- package/dist/plugin-sdk/security/channel-metadata.d.ts +6 -0
- package/dist/plugin-sdk/security/dm-policy-shared.d.ts +33 -0
- package/dist/plugin-sdk/security/external-content.d.ts +53 -0
- package/dist/plugin-sdk/security/safe-regex.d.ts +2 -0
- package/dist/plugin-sdk/security/scan-paths.d.ts +5 -0
- package/dist/plugin-sdk/security/secret-equal.d.ts +1 -0
- package/dist/plugin-sdk/sessions/input-provenance.d.ts +16 -0
- package/dist/plugin-sdk/sessions/level-overrides.d.ts +10 -0
- package/dist/plugin-sdk/sessions/model-overrides.d.ts +14 -0
- package/dist/plugin-sdk/sessions/send-policy.d.ts +11 -0
- package/dist/plugin-sdk/sessions/session-key-utils.d.ts +16 -0
- package/dist/plugin-sdk/sessions/session-label.d.ts +9 -0
- package/dist/plugin-sdk/sessions/transcript-events.d.ts +7 -0
- package/dist/plugin-sdk/shared/avatar-policy.d.ts +16 -0
- package/dist/plugin-sdk/shared/chat-content.d.ts +5 -0
- package/dist/plugin-sdk/shared/chat-envelope.d.ts +2 -0
- package/dist/plugin-sdk/shared/device-auth.d.ts +13 -0
- package/dist/plugin-sdk/shared/gateway-bind-url.d.ts +14 -0
- package/dist/plugin-sdk/shared/net/ip.d.ts +19 -0
- package/dist/plugin-sdk/shared/operator-scope-compat.d.ts +5 -0
- package/dist/plugin-sdk/shared/pid-alive.d.ts +1 -0
- package/dist/plugin-sdk/shared/process-scoped-map.d.ts +1 -0
- package/dist/plugin-sdk/shared/string-normalization.d.ts +4 -0
- package/dist/plugin-sdk/shared/subagents-format.d.ts +15 -0
- package/dist/plugin-sdk/shared/tailscale-status.d.ts +8 -0
- package/dist/plugin-sdk/shared/text/code-regions.d.ts +6 -0
- package/dist/plugin-sdk/shared/text/reasoning-tags.d.ts +6 -0
- package/dist/plugin-sdk/shared/text-chunking.d.ts +1 -0
- package/dist/plugin-sdk/signal/accounts.d.ts +17 -0
- package/dist/plugin-sdk/signal/client.d.ts +32 -0
- package/dist/plugin-sdk/signal/daemon.d.ts +26 -0
- package/dist/plugin-sdk/signal/format.d.ts +17 -0
- package/dist/plugin-sdk/signal/identity.d.ts +24 -0
- package/dist/plugin-sdk/signal/index.d.ts +5 -0
- package/dist/plugin-sdk/signal/monitor/event-handler.d.ts +5 -0
- package/dist/plugin-sdk/signal/monitor/event-handler.types.d.ts +125 -0
- package/dist/plugin-sdk/signal/monitor/mentions.d.ts +2 -0
- package/dist/plugin-sdk/signal/monitor.d.ts +25 -0
- package/dist/plugin-sdk/signal/probe.d.ts +7 -0
- package/dist/plugin-sdk/signal/reaction-level.d.ts +17 -0
- package/dist/plugin-sdk/signal/rpc-context.d.ts +9 -0
- package/dist/plugin-sdk/signal/send-reactions.d.ts +32 -0
- package/dist/plugin-sdk/signal/send.d.ts +25 -0
- package/dist/plugin-sdk/signal/sse-reconnect.d.ts +13 -0
- package/dist/plugin-sdk/slack/accounts.d.ts +32 -0
- package/dist/plugin-sdk/slack/actions.d.ts +56 -0
- package/dist/plugin-sdk/slack/blocks-fallback.d.ts +2 -0
- package/dist/plugin-sdk/slack/blocks-input.d.ts +3 -0
- package/dist/plugin-sdk/slack/channel-migration.d.ts +20 -0
- package/dist/plugin-sdk/slack/client.d.ts +4 -0
- package/dist/plugin-sdk/slack/directory-live.d.ts +4 -0
- package/dist/plugin-sdk/slack/draft-stream.d.ts +25 -0
- package/dist/plugin-sdk/slack/format.d.ts +7 -0
- package/dist/plugin-sdk/slack/http/index.d.ts +1 -0
- package/dist/plugin-sdk/slack/http/registry.d.ts +12 -0
- package/dist/plugin-sdk/slack/index.d.ts +6 -0
- package/dist/plugin-sdk/slack/message-actions.d.ts +4 -0
- package/dist/plugin-sdk/slack/modal-metadata.d.ts +7 -0
- package/dist/plugin-sdk/slack/monitor/allow-list.d.ts +23 -0
- package/dist/plugin-sdk/slack/monitor/auth.d.ts +11 -0
- package/dist/plugin-sdk/slack/monitor/channel-config.d.ts +43 -0
- package/dist/plugin-sdk/slack/monitor/commands.d.ts +9 -0
- package/dist/plugin-sdk/slack/monitor/context.d.ts +104 -0
- package/dist/plugin-sdk/slack/monitor/events/channels.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/interactions.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/members.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/messages.d.ts +6 -0
- package/dist/plugin-sdk/slack/monitor/events/pins.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events/reactions.d.ts +4 -0
- package/dist/plugin-sdk/slack/monitor/events.d.ts +8 -0
- package/dist/plugin-sdk/slack/monitor/external-arg-menu-store.d.ts +18 -0
- package/dist/plugin-sdk/slack/monitor/media.d.ts +66 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/dispatch.d.ts +12 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/prepare.d.ts +13 -0
- package/dist/plugin-sdk/slack/monitor/message-handler/types.d.ts +22 -0
- package/dist/plugin-sdk/slack/monitor/message-handler.d.ts +11 -0
- package/dist/plugin-sdk/slack/monitor/mrkdwn.d.ts +1 -0
- package/dist/plugin-sdk/slack/monitor/policy.d.ts +5 -0
- package/dist/plugin-sdk/slack/monitor/provider.d.ts +7 -0
- package/dist/plugin-sdk/slack/monitor/replies.d.ts +53 -0
- package/dist/plugin-sdk/slack/monitor/room-context.d.ts +14 -0
- package/dist/plugin-sdk/slack/monitor/slash.d.ts +6 -0
- package/dist/plugin-sdk/slack/monitor/thread-resolution.d.ts +12 -0
- package/dist/plugin-sdk/slack/monitor/types.d.ts +97 -0
- package/dist/plugin-sdk/slack/monitor.d.ts +5 -0
- package/dist/plugin-sdk/slack/probe.d.ts +14 -0
- package/dist/plugin-sdk/slack/resolve-channels.d.ts +19 -0
- package/dist/plugin-sdk/slack/resolve-users.d.ts +26 -0
- package/dist/plugin-sdk/slack/send.d.ts +22 -0
- package/dist/plugin-sdk/slack/stream-mode.d.ts +23 -0
- package/dist/plugin-sdk/slack/streaming.d.ts +72 -0
- package/dist/plugin-sdk/slack/targets.d.ts +7 -0
- package/dist/plugin-sdk/slack/threading-tool-context.d.ts +10 -0
- package/dist/plugin-sdk/slack/threading.d.ts +29 -0
- package/dist/plugin-sdk/slack/token.d.ts +3 -0
- package/dist/plugin-sdk/slack/types.d.ts +58 -0
- package/dist/plugin-sdk/telegram/accounts.d.ts +21 -0
- package/dist/plugin-sdk/telegram/allowed-updates.d.ts +4 -0
- package/dist/plugin-sdk/telegram/api-logging.d.ts +11 -0
- package/dist/plugin-sdk/telegram/audit.d.ts +29 -0
- package/dist/plugin-sdk/telegram/bot/delivery.d.ts +35 -0
- package/dist/plugin-sdk/telegram/bot/helpers.d.ts +128 -0
- package/dist/plugin-sdk/telegram/bot/types.d.ts +28 -0
- package/dist/plugin-sdk/telegram/bot-access.d.ts +26 -0
- package/dist/plugin-sdk/telegram/bot-handlers.d.ts +2 -0
- package/dist/plugin-sdk/telegram/bot-message-context.d.ts +145 -0
- package/dist/plugin-sdk/telegram/bot-message-dispatch.d.ts +19 -0
- package/dist/plugin-sdk/telegram/bot-message.d.ts +20 -0
- package/dist/plugin-sdk/telegram/bot-native-command-menu.d.ts +33 -0
- package/dist/plugin-sdk/telegram/bot-native-commands.d.ts +59 -0
- package/dist/plugin-sdk/telegram/bot-updates.d.ts +31 -0
- package/dist/plugin-sdk/telegram/bot.d.ts +62 -0
- package/dist/plugin-sdk/telegram/button-types.d.ts +7 -0
- package/dist/plugin-sdk/telegram/caption.d.ts +5 -0
- package/dist/plugin-sdk/telegram/dm-access.d.ts +18 -0
- package/dist/plugin-sdk/telegram/draft-stream.d.ts +37 -0
- package/dist/plugin-sdk/telegram/fetch.d.ts +5 -0
- package/dist/plugin-sdk/telegram/format.d.ts +18 -0
- package/dist/plugin-sdk/telegram/group-access.d.ts +54 -0
- package/dist/plugin-sdk/telegram/group-config-helpers.d.ts +8 -0
- package/dist/plugin-sdk/telegram/group-migration.d.ts +20 -0
- package/dist/plugin-sdk/telegram/inline-buttons.d.ts +11 -0
- package/dist/plugin-sdk/telegram/lane-delivery.d.ts +56 -0
- package/dist/plugin-sdk/telegram/monitor.d.ts +19 -0
- package/dist/plugin-sdk/telegram/network-config.d.ts +33 -0
- package/dist/plugin-sdk/telegram/network-errors.d.ts +5 -0
- package/dist/plugin-sdk/telegram/outbound-params.d.ts +2 -0
- package/dist/plugin-sdk/telegram/probe.d.ts +17 -0
- package/dist/plugin-sdk/telegram/proxy.d.ts +1 -0
- package/dist/plugin-sdk/telegram/reaction-level.d.ts +11 -0
- package/dist/plugin-sdk/telegram/reasoning-lane-coordinator.d.ts +18 -0
- package/dist/plugin-sdk/telegram/send.d.ts +153 -0
- package/dist/plugin-sdk/telegram/sent-message-cache.d.ts +16 -0
- package/dist/plugin-sdk/telegram/status-reaction-variants.d.ts +21 -0
- package/dist/plugin-sdk/telegram/sticker-cache.d.ts +47 -0
- package/dist/plugin-sdk/telegram/target-writeback.d.ts +7 -0
- package/dist/plugin-sdk/telegram/targets.d.ts +11 -0
- package/dist/plugin-sdk/telegram/token.d.ts +13 -0
- package/dist/plugin-sdk/telegram/update-offset-store.d.ts +15 -0
- package/dist/plugin-sdk/telegram/voice.d.ts +16 -0
- package/dist/plugin-sdk/telegram/webhook.d.ts +20 -0
- package/dist/plugin-sdk/terminal/ansi.d.ts +2 -0
- package/dist/plugin-sdk/terminal/health-style.d.ts +1 -0
- package/dist/plugin-sdk/terminal/links.d.ts +6 -0
- package/dist/plugin-sdk/terminal/palette.d.ts +10 -0
- package/dist/plugin-sdk/terminal/progress-line.d.ts +3 -0
- package/dist/plugin-sdk/terminal/prompt-style.d.ts +3 -0
- package/dist/plugin-sdk/terminal/restore.d.ts +17 -0
- package/dist/plugin-sdk/terminal/theme.d.ts +15 -0
- package/dist/plugin-sdk/tts/tts-core.d.ts +38 -0
- package/dist/plugin-sdk/tts/tts.d.ts +177 -0
- package/dist/plugin-sdk/types/agent-types.d.ts +1 -0
- package/dist/plugin-sdk/utils/account-id.d.ts +1 -0
- package/dist/plugin-sdk/utils/boolean.d.ts +5 -0
- package/dist/plugin-sdk/utils/chunk-items.d.ts +1 -0
- package/dist/plugin-sdk/utils/delivery-context.d.ts +29 -0
- package/dist/plugin-sdk/utils/directive-tags.d.ts +29 -0
- package/dist/plugin-sdk/utils/fetch-timeout.d.ts +13 -0
- package/dist/plugin-sdk/utils/mask-api-key.d.ts +1 -0
- package/dist/plugin-sdk/utils/message-channel.d.ts +27 -0
- package/dist/plugin-sdk/utils/normalize-secret-input.d.ts +11 -0
- package/dist/plugin-sdk/utils/provider-utils.d.ts +9 -0
- package/dist/plugin-sdk/utils/queue-helpers.d.ts +80 -0
- package/dist/plugin-sdk/utils/reaction-level.d.ts +15 -0
- package/dist/plugin-sdk/utils/run-with-concurrency.d.ts +11 -0
- package/dist/plugin-sdk/utils/transcript-tools.d.ts +8 -0
- package/dist/plugin-sdk/utils/usage-format.d.ts +26 -0
- package/dist/plugin-sdk/utils/with-timeout.d.ts +1 -0
- package/dist/plugin-sdk/utils.d.ts +63 -0
- package/dist/plugin-sdk/version.d.ts +8 -0
- package/dist/plugin-sdk/web/accounts.d.ts +39 -0
- package/dist/plugin-sdk/web/active-listener.d.ts +25 -0
- package/dist/plugin-sdk/web/auth-store.d.ts +26 -0
- package/dist/plugin-sdk/web/auto-reply/constants.d.ts +1 -0
- package/dist/plugin-sdk/web/auto-reply/deliver-reply.d.ts +19 -0
- package/dist/plugin-sdk/web/auto-reply/heartbeat-runner.d.ts +20 -0
- package/dist/plugin-sdk/web/auto-reply/loggers.d.ts +4 -0
- package/dist/plugin-sdk/web/auto-reply/mentions.d.ts +19 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/ack-reaction.d.ts +13 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/broadcast.d.ts +16 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/commands.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/echo.d.ts +17 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-activation.d.ts +9 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-gating.d.ts +33 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/group-members.d.ts +6 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/last-route.d.ts +15 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/message-line.d.ts +11 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/on-message.d.ts +24 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/peer.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply/monitor/process-message.d.ts +40 -0
- package/dist/plugin-sdk/web/auto-reply/monitor.d.ts +5 -0
- package/dist/plugin-sdk/web/auto-reply/session-snapshot.d.ts +17 -0
- package/dist/plugin-sdk/web/auto-reply/types.d.ts +30 -0
- package/dist/plugin-sdk/web/auto-reply/util.d.ts +2 -0
- package/dist/plugin-sdk/web/auto-reply.d.ts +1 -0
- package/dist/plugin-sdk/web/auto-reply.impl.d.ts +5 -0
- package/dist/plugin-sdk/web/inbound/access-control.d.ts +36 -0
- package/dist/plugin-sdk/web/inbound/dedupe.d.ts +2 -0
- package/dist/plugin-sdk/web/inbound/extract.d.ts +13 -0
- package/dist/plugin-sdk/web/inbound/media.d.ts +7 -0
- package/dist/plugin-sdk/web/inbound/monitor.d.ts +30 -0
- package/dist/plugin-sdk/web/inbound/send-api.d.ts +22 -0
- package/dist/plugin-sdk/web/inbound/types.d.ts +41 -0
- package/dist/plugin-sdk/web/inbound.d.ts +4 -0
- package/dist/plugin-sdk/web/login-qr.d.ts +19 -0
- package/dist/plugin-sdk/web/login.d.ts +3 -0
- package/dist/plugin-sdk/web/media.d.ts +43 -0
- package/dist/plugin-sdk/web/outbound.d.ts +24 -0
- package/dist/plugin-sdk/web/qr-image.d.ts +4 -0
- package/dist/plugin-sdk/web/reconnect.d.ts +12 -0
- package/dist/plugin-sdk/web/session.d.ts +14 -0
- package/dist/plugin-sdk/web/vcard.d.ts +6 -0
- package/dist/plugin-sdk/whatsapp/normalize.d.ts +6 -0
- package/dist/plugin-sdk/whatsapp/resolve-outbound-target.d.ts +12 -0
- package/dist/plugin-sdk/wizard/prompts.d.ts +43 -0
- package/dist/plugin-sdk/wizard/session.d.ts +42 -0
- package/dist/plugins-BflZz0sp.js +453 -0
- package/dist/plugins-allowlist-BbTQ5Z2k.js +15 -0
- package/dist/plugins-allowlist-C20oaESO.js +15 -0
- package/dist/plugins-cli-DV82scUw.js +798 -0
- package/dist/plugins-cli-Qj1UyIZO.js +793 -0
- package/dist/plugins-woGRXMzU.js +455 -0
- package/dist/polls-B0CCBDeR.js +33 -0
- package/dist/polls-CwwHzYBM.js +33 -0
- package/dist/ports-DrruB2fK.js +370 -0
- package/dist/ports-GT1yV-Tg.js +96 -0
- package/dist/ports-NPqtlfp0.js +316 -0
- package/dist/ports-QMI4-F9m.js +96 -0
- package/dist/ports-lsof-Wteul3ju.js +27 -0
- package/dist/process-scoped-map-CV9kDvfG.js +39 -0
- package/dist/process-scoped-map-PEvnG75N.js +39 -0
- package/dist/program-CQmIaRUI.js +244 -0
- package/dist/program-context-DEU6ACnL.js +474 -0
- package/dist/program-context-jqeI5alP.js +17 -0
- package/dist/progress-C1kUfYL-.js +123 -0
- package/dist/progress-CBkSaM6z.js +124 -0
- package/dist/prompt-Bllj1dhc.js +21 -0
- package/dist/prompt-Yn2yClg1.js +21 -0
- package/dist/prompt-select-styled-BhTN6zE2.js +1650 -0
- package/dist/prompt-select-styled-WopXnjIy.js +1647 -0
- package/dist/prompt-style-DVEm3BZW.js +9 -0
- package/dist/prompt-style-DjEYC_s-.js +9 -0
- package/dist/provider-dispatcher-B4QMe-I6.js +659 -0
- package/dist/provider-dispatcher-Bfauw6zz.js +660 -0
- package/dist/provider-utils-3JTMJroG.js +79 -0
- package/dist/provider-utils-FaBmofiq.js +79 -0
- package/dist/proxy-DL3MD6-P.js +16 -0
- package/dist/proxy-DpNv2cSV.js +16 -0
- package/dist/push-apns-C0LyG-WB.js +713 -0
- package/dist/push-apns-DuG95AKC.js +711 -0
- package/dist/pw-ai-D9n6-Wa6.js +1906 -0
- package/dist/pw-ai-T280E6Mn.js +1910 -0
- package/dist/pw-ai-state-CGfLv6nV.js +11 -0
- package/dist/pw-ai-state-Dynx20hr.js +11 -0
- package/dist/qr-cli-DVECWTHN.js +352 -0
- package/dist/qr-cli-hSLixZCe.js +347 -0
- package/dist/redact-Dx1Fue21.js +191 -0
- package/dist/redact-eZq1uwNK.js +191 -0
- package/dist/redact-identifier-BTIWtaa-.js +15 -0
- package/dist/redact-identifier-CAagcfWA.js +15 -0
- package/dist/redact-snapshot-BZYLIqe-.js +2028 -0
- package/dist/redact-snapshot-C6hVx_9I.js +2028 -0
- package/dist/register.agent-Dmj-sgEl.js +1043 -0
- package/dist/register.agent-IspcBFeD.js +286 -0
- package/dist/register.configure-BqJEqyGL.js +130 -0
- package/dist/register.configure-PPkU_4Ea.js +124 -0
- package/dist/register.import-Bs-UkOs-.js +27 -0
- package/dist/register.import-DLng8g-e.js +30 -0
- package/dist/register.maintenance-BbpkJil3.js +497 -0
- package/dist/register.maintenance-C5nkOQxa.js +494 -0
- package/dist/register.message-C83Hi1b3.js +681 -0
- package/dist/register.message-D16isu4u.js +686 -0
- package/dist/register.onboard-B8EzX3wY.js +257 -0
- package/dist/register.onboard-CyRbr_0V.js +262 -0
- package/dist/register.setup-DWyoowAz.js +109 -0
- package/dist/register.setup-Dz6GwMnu.js +114 -0
- package/dist/register.status-health-sessions-CbQOfycz.js +423 -0
- package/dist/register.status-health-sessions-DXIWG47y.js +669 -0
- package/dist/register.subclis-DeGP5UPU.js +267 -0
- package/dist/remoteclaw-root-C2HV2VeC.js +88 -0
- package/dist/remoteclaw-root-DybYl8PL.js +88 -0
- package/dist/render-6ahYfPwj.js +104 -0
- package/dist/render-CCLsW6Lz.js +104 -0
- package/dist/render-uf6PvGMV.js +104 -0
- package/dist/replies-BKrzM0QI.js +136 -0
- package/dist/replies-Cl2gYBVt.js +136 -0
- package/dist/reply-CCu_DY64.js +13900 -0
- package/dist/reply-DSKC8kyS.js +13897 -0
- package/dist/reply-directives-BHJKp1Du.js +182 -0
- package/dist/reply-directives-CD2WycBM.js +182 -0
- package/dist/reply-payloads-D_BM1Anb.js +527 -0
- package/dist/reply-prefix-DBLCYiup.js +38 -0
- package/dist/reply-prefix-Q4DOJSn_.js +38 -0
- package/dist/resolve-route-CBVbY0xS.js +249 -0
- package/dist/resolve-route-DGEgTEif.js +249 -0
- package/dist/response-prefix-template-rVZQOViK.js +136 -0
- package/dist/response-prefix-template-up4REfuR.js +136 -0
- package/dist/retry-BhuXOEVR.js +77 -0
- package/dist/retry-DUjAzOBy.js +77 -0
- package/dist/retry-DnqPAqWp.js +77 -0
- package/dist/rolldown-runtime-Cbj13DAv.js +20 -0
- package/dist/run-main-Um5xhxla.js +320 -0
- package/dist/runner-yVJ4HB2K.js +2294 -0
- package/dist/runner-z92MWZ3m.js +2294 -0
- package/dist/runtime-DJNp29jv.js +94 -0
- package/dist/runtime-guard-DZ_xuCc4.js +60 -0
- package/dist/runtime-guard-U-ewY_QH.js +60 -0
- package/dist/secret-equal-BbHdTtqY.js +11 -0
- package/dist/secret-equal-CXJEZiWb.js +11 -0
- package/dist/secure-random-CS2mSdTn.js +12 -0
- package/dist/secure-random-Pl9rPl0l.js +44 -0
- package/dist/secure-random-_dzDDlFo.js +12 -0
- package/dist/security-cli-CdwbWZUj.js +484 -0
- package/dist/security-cli-DP5QJpa5.js +478 -0
- package/dist/send-B1_Ymjb9.js +1778 -0
- package/dist/send-B84axiIa.js +29 -0
- package/dist/send-BN_zYVlx.js +547 -0
- package/dist/send-BqVOxAmK.js +1174 -0
- package/dist/send-Bx9bUGav.js +492 -0
- package/dist/send-C3pdJ6p-.js +2245 -0
- package/dist/send-CBGSXjfD.js +2245 -0
- package/dist/send-CGXyTF22.js +426 -0
- package/dist/send-CKavrhXj.js +11 -0
- package/dist/send-D08Je6DL.js +374 -0
- package/dist/send-D1aYEG-k.js +332 -0
- package/dist/send-DHldI3gf.js +492 -0
- package/dist/send-D_DUQJ6H.js +349 -0
- package/dist/send-Ds63eF4a.js +349 -0
- package/dist/send-YRVDWfSs.js +547 -0
- package/dist/send-xnwty9cY.js +1775 -0
- package/dist/server-BQFoyCRR.js +200 -0
- package/dist/server-DhXw25Jq.js +205 -0
- package/dist/server-lifecycle-BjCCyD3w.js +2437 -0
- package/dist/server-lifecycle-Coyr6Lda.js +2437 -0
- package/dist/server-node-events-De4WZQQD.js +393 -0
- package/dist/server-node-events-dXXayuqY.js +398 -0
- package/dist/service-Bjqii5nW.js +670 -0
- package/dist/service-fp29z5Ww.js +670 -0
- package/dist/session-DBL5nHDy.js +170 -0
- package/dist/session-cost-usage-DX09eTPU.js +627 -0
- package/dist/session-cost-usage-yYi525j3.js +627 -0
- package/dist/session-dirs-Cj5xi7zX.js +947 -0
- package/dist/session-dirs-DdF6TDsE.js +947 -0
- package/dist/session-key-5YLnn_qf.js +235 -0
- package/dist/session-key-C2n-VILA.js +235 -0
- package/dist/session-utils-CEtEq6bi.js +625 -0
- package/dist/session-utils-WmlWAs1r.js +625 -0
- package/dist/session-xKIW6gL2.js +170 -0
- package/dist/sessions--PykPynp.js +2593 -0
- package/dist/sessions-Bw4LRnSr.js +252 -0
- package/dist/ssrf-Ck9HDZpv.js +183 -0
- package/dist/ssrf-m7kFIobZ.js +183 -0
- package/dist/stagger-BXv_apuy.js +56 -0
- package/dist/stagger-MI9gd2rQ.js +56 -0
- package/dist/status-BmtCS3T1.js +21 -0
- package/dist/status-BrwHRn2B.js +21 -0
- package/dist/status-CtzYFLLF.js +2072 -0
- package/dist/status-DiN1cq2p.js +2068 -0
- package/dist/status.update-C55QM2xs.js +79 -0
- package/dist/status.update-CBmPXwYN.js +79 -0
- package/dist/store-C3tOpizT.js +64 -0
- package/dist/store-CPJXuhvQ.js +53 -0
- package/dist/store-SusmIfz7.js +2595 -0
- package/dist/store-v3P-OWhi.js +64 -0
- package/dist/strip-inbound-meta-DjKcSFaW.js +110 -0
- package/dist/strip-inbound-meta-jy3bkUab.js +110 -0
- package/dist/subagent-registry-Db4Ho_2Y.js +4858 -0
- package/dist/subagent-registry-Du_j0Fnt.js +4860 -0
- package/dist/subsystem-BUXAJwPD.js +1079 -0
- package/dist/subsystem-COd61u0P.js +1139 -0
- package/dist/system-cli-DYCpLO3T.js +75 -0
- package/dist/system-cli-eAk5wVbP.js +70 -0
- package/dist/systemd-DSnlM3jX.js +547 -0
- package/dist/systemd-TfK8GuTx.js +547 -0
- package/dist/systemd-linger-Axnc1xCb.js +75 -0
- package/dist/systemd-linger-_0_-RY4v.js +75 -0
- package/dist/table-C1rdyYl9.js +278 -0
- package/dist/table-DPTzZyhu.js +279 -0
- package/dist/tables-DI5LGEr1.js +55 -0
- package/dist/tables-PxcSPSO0.js +55 -0
- package/dist/tables-TWiml6b1.js +55 -0
- package/dist/tailnet-CEudzG0i.js +40 -0
- package/dist/tailnet-PnMrjwGT.js +40 -0
- package/dist/tailscale-DTATQxAG.js +230 -0
- package/dist/tailscale-Dbyahx0J.js +230 -0
- package/dist/target-errors-BDpPcwh5.js +26 -0
- package/dist/target-errors-DdIAPcMM.js +26 -0
- package/dist/targets-BMenhVHg.js +39 -0
- package/dist/targets-C-2xwh9f.js +45 -0
- package/dist/targets-C1NeMn2J.js +220 -0
- package/dist/targets-CcTME3bp.js +46 -0
- package/dist/targets-CmC5m7Ey.js +53 -0
- package/dist/targets-D-qLBpTA.js +79 -0
- package/dist/targets-D-u6Kyio.js +650 -0
- package/dist/targets-D7OKVXMI.js +650 -0
- package/dist/targets-D7PT_rdO.js +45 -0
- package/dist/targets-DB4vBpIQ.js +2172 -0
- package/dist/targets-DfqPGOmM.js +2173 -0
- package/dist/targets-DyybKefq.js +53 -0
- package/dist/targets-JCISV-hS.js +120 -0
- package/dist/targets-UncQvCVs.js +79 -0
- package/dist/text-format-BQ3z_OXA.js +9 -0
- package/dist/text-format-oWqzVmah.js +9 -0
- package/dist/tokens-B-jmvNR9.js +21 -0
- package/dist/tokens-DzFOtLlW.js +21 -0
- package/dist/tool-display-Br6mwaJc.js +785 -0
- package/dist/tool-display-sgNwLOBj.js +785 -0
- package/dist/tool-images-BNfIJ_Kj.js +263 -0
- package/dist/tool-images-kloBqxqK.js +263 -0
- package/dist/trash-DPi0aCCQ.js +125 -0
- package/dist/trash-D_Jd_yQZ.js +125 -0
- package/dist/tui-CHc0EfJO.js +3392 -0
- package/dist/tui-CyHwc2uX.js +3392 -0
- package/dist/tui-cli-BvwbrIYO.js +63 -0
- package/dist/tui-cli-C9I18SfW.js +58 -0
- package/dist/update-DxyjwCL2.js +349 -0
- package/dist/update-IX7vdqA8.js +349 -0
- package/dist/update-cli-CBeXUSzq.js +1373 -0
- package/dist/update-cli-DkAWmUrp.js +1370 -0
- package/dist/usage-BdhBT0Vz.js +57 -0
- package/dist/usage-BtQcAnf6.js +57 -0
- package/dist/usage-CYlQW4M2.js +5279 -0
- package/dist/usage-format-C3mNLfhI.js +31 -0
- package/dist/usage-format-DAaPzr_z.js +31 -0
- package/dist/utils-LBKvDoPx.js +631 -0
- package/dist/warning-filter.js +48 -0
- package/dist/web-BUYUdnRH.js +3065 -0
- package/dist/web-Dquzwqf4.js +70 -0
- package/dist/web-tS8diboh.js +76 -0
- package/dist/webhooks-cli-B7Vw3CMz.js +333 -0
- package/dist/webhooks-cli-BpZHQlVd.js +328 -0
- package/dist/whatsapp-actions-D5HXezjp.js +128 -0
- package/dist/whatsapp-actions-DaA291Ya.js +122 -0
- package/dist/widearea-dns-CsmBVbez.js +127 -0
- package/dist/widearea-dns-DSoaA-eH.js +127 -0
- package/dist/workspace-B4ZvVYT9.js +447 -0
- package/dist/workspace-B8PA8oxJ.js +449 -0
- package/dist/workspace-BzPeZDew.js +10 -0
- package/dist/workspace-DkGLVfOl.js +10 -0
- package/dist/wsl-BCnYV9O0.js +52 -0
- package/dist/wsl-B_sPlzWw.js +52 -0
- package/extensions/bluebubbles/README.md +45 -0
- package/extensions/bluebubbles/index.ts +19 -0
- package/extensions/bluebubbles/package.json +33 -0
- package/extensions/bluebubbles/remoteclaw.plugin.json +9 -0
- package/extensions/bluebubbles/src/account-resolve.ts +35 -0
- package/extensions/bluebubbles/src/accounts.ts +90 -0
- package/extensions/bluebubbles/src/actions.ts +460 -0
- package/extensions/bluebubbles/src/attachments.ts +268 -0
- package/extensions/bluebubbles/src/channel.ts +418 -0
- package/extensions/bluebubbles/src/chat.ts +329 -0
- package/extensions/bluebubbles/src/config-schema.ts +65 -0
- package/extensions/bluebubbles/src/history.ts +177 -0
- package/extensions/bluebubbles/src/media-send.ts +317 -0
- package/extensions/bluebubbles/src/monitor-normalize.ts +825 -0
- package/extensions/bluebubbles/src/monitor-processing.ts +1448 -0
- package/extensions/bluebubbles/src/monitor-reply-cache.ts +185 -0
- package/extensions/bluebubbles/src/monitor-shared.ts +41 -0
- package/extensions/bluebubbles/src/monitor.ts +534 -0
- package/extensions/bluebubbles/src/multipart.ts +32 -0
- package/extensions/bluebubbles/src/onboarding.ts +340 -0
- package/extensions/bluebubbles/src/probe.ts +163 -0
- package/extensions/bluebubbles/src/reactions.ts +182 -0
- package/extensions/bluebubbles/src/request-url.ts +12 -0
- package/extensions/bluebubbles/src/runtime.ts +34 -0
- package/extensions/bluebubbles/src/send-helpers.ts +53 -0
- package/extensions/bluebubbles/src/send.ts +472 -0
- package/extensions/bluebubbles/src/targets.ts +370 -0
- package/extensions/bluebubbles/src/test-harness.ts +79 -0
- package/extensions/bluebubbles/src/test-mocks.ts +11 -0
- package/extensions/bluebubbles/src/types.ts +135 -0
- package/extensions/device-pair/index.ts +529 -0
- package/extensions/device-pair/remoteclaw.plugin.json +20 -0
- package/extensions/diagnostics-otel/index.ts +15 -0
- package/extensions/diagnostics-otel/package.json +24 -0
- package/extensions/diagnostics-otel/remoteclaw.plugin.json +8 -0
- package/extensions/diagnostics-otel/src/service.ts +682 -0
- package/extensions/discord/index.ts +19 -0
- package/extensions/discord/package.json +11 -0
- package/extensions/discord/remoteclaw.plugin.json +9 -0
- package/extensions/discord/src/channel.ts +451 -0
- package/extensions/discord/src/runtime.ts +14 -0
- package/extensions/discord/src/subagent-hooks.ts +152 -0
- package/extensions/feishu/index.ts +63 -0
- package/extensions/feishu/package.json +34 -0
- package/extensions/feishu/remoteclaw.plugin.json +10 -0
- package/extensions/feishu/skills/feishu-doc/SKILL.md +105 -0
- package/extensions/feishu/skills/feishu-doc/references/block-types.md +103 -0
- package/extensions/feishu/skills/feishu-drive/SKILL.md +97 -0
- package/extensions/feishu/skills/feishu-perm/SKILL.md +119 -0
- package/extensions/feishu/skills/feishu-wiki/SKILL.md +111 -0
- package/extensions/feishu/src/accounts.ts +144 -0
- package/extensions/feishu/src/bitable.ts +739 -0
- package/extensions/feishu/src/bot.ts +1006 -0
- package/extensions/feishu/src/channel.ts +359 -0
- package/extensions/feishu/src/client.ts +118 -0
- package/extensions/feishu/src/config-schema.ts +226 -0
- package/extensions/feishu/src/dedup.ts +54 -0
- package/extensions/feishu/src/directory.ts +177 -0
- package/extensions/feishu/src/doc-schema.ts +47 -0
- package/extensions/feishu/src/docx.ts +536 -0
- package/extensions/feishu/src/drive-schema.ts +46 -0
- package/extensions/feishu/src/drive.ts +227 -0
- package/extensions/feishu/src/dynamic-agent.ts +131 -0
- package/extensions/feishu/src/external-keys.ts +19 -0
- package/extensions/feishu/src/media.ts +441 -0
- package/extensions/feishu/src/mention.ts +133 -0
- package/extensions/feishu/src/monitor.ts +397 -0
- package/extensions/feishu/src/onboarding.ts +351 -0
- package/extensions/feishu/src/outbound.ts +55 -0
- package/extensions/feishu/src/perm-schema.ts +52 -0
- package/extensions/feishu/src/perm.ts +173 -0
- package/extensions/feishu/src/policy.ts +120 -0
- package/extensions/feishu/src/probe.ts +44 -0
- package/extensions/feishu/src/reactions.ts +160 -0
- package/extensions/feishu/src/reply-dispatcher.ts +239 -0
- package/extensions/feishu/src/runtime.ts +14 -0
- package/extensions/feishu/src/send-result.ts +29 -0
- package/extensions/feishu/src/send-target.ts +25 -0
- package/extensions/feishu/src/send.ts +313 -0
- package/extensions/feishu/src/streaming-card.ts +218 -0
- package/extensions/feishu/src/targets.ts +78 -0
- package/extensions/feishu/src/tools-config.ts +21 -0
- package/extensions/feishu/src/types.ts +81 -0
- package/extensions/feishu/src/typing.ts +80 -0
- package/extensions/feishu/src/wiki-schema.ts +55 -0
- package/extensions/feishu/src/wiki.ts +232 -0
- package/extensions/googlechat/index.ts +19 -0
- package/extensions/googlechat/node_modules/.bin/remoteclaw +21 -0
- package/extensions/googlechat/package.json +37 -0
- package/extensions/googlechat/remoteclaw.plugin.json +9 -0
- package/extensions/googlechat/src/accounts.ts +147 -0
- package/extensions/googlechat/src/actions.ts +176 -0
- package/extensions/googlechat/src/api.ts +282 -0
- package/extensions/googlechat/src/auth.ts +137 -0
- package/extensions/googlechat/src/channel.ts +576 -0
- package/extensions/googlechat/src/monitor.ts +965 -0
- package/extensions/googlechat/src/onboarding.ts +270 -0
- package/extensions/googlechat/src/runtime.ts +14 -0
- package/extensions/googlechat/src/targets.ts +65 -0
- package/extensions/googlechat/src/types.config.ts +3 -0
- package/extensions/googlechat/src/types.ts +73 -0
- package/extensions/imessage/index.ts +17 -0
- package/extensions/imessage/package.json +12 -0
- package/extensions/imessage/remoteclaw.plugin.json +9 -0
- package/extensions/imessage/src/channel.ts +304 -0
- package/extensions/imessage/src/runtime.ts +14 -0
- package/extensions/irc/index.ts +17 -0
- package/extensions/irc/package.json +11 -0
- package/extensions/irc/remoteclaw.plugin.json +9 -0
- package/extensions/irc/src/accounts.ts +268 -0
- package/extensions/irc/src/channel.ts +364 -0
- package/extensions/irc/src/client.ts +439 -0
- package/extensions/irc/src/config-schema.ts +91 -0
- package/extensions/irc/src/connect-options.ts +30 -0
- package/extensions/irc/src/control-chars.ts +22 -0
- package/extensions/irc/src/inbound.ts +372 -0
- package/extensions/irc/src/monitor.ts +146 -0
- package/extensions/irc/src/normalize.ts +123 -0
- package/extensions/irc/src/onboarding.ts +479 -0
- package/extensions/irc/src/policy.ts +166 -0
- package/extensions/irc/src/probe.ts +53 -0
- package/extensions/irc/src/protocol.ts +169 -0
- package/extensions/irc/src/runtime.ts +14 -0
- package/extensions/irc/src/send.ts +88 -0
- package/extensions/irc/src/types.ts +99 -0
- package/extensions/line/index.ts +19 -0
- package/extensions/line/package.json +27 -0
- package/extensions/line/remoteclaw.plugin.json +9 -0
- package/extensions/line/src/card-command.ts +344 -0
- package/extensions/line/src/channel.ts +797 -0
- package/extensions/line/src/runtime.ts +14 -0
- package/extensions/matrix/CHANGELOG.md +32 -0
- package/extensions/matrix/index.ts +17 -0
- package/extensions/matrix/node_modules/.bin/markdown-it +21 -0
- package/extensions/matrix/package.json +33 -0
- package/extensions/matrix/remoteclaw.plugin.json +9 -0
- package/extensions/matrix/src/actions.ts +195 -0
- package/extensions/matrix/src/channel.ts +486 -0
- package/extensions/matrix/src/config-schema.ts +63 -0
- package/extensions/matrix/src/directory-live.ts +208 -0
- package/extensions/matrix/src/group-mentions.ts +52 -0
- package/extensions/matrix/src/matrix/accounts.ts +137 -0
- package/extensions/matrix/src/matrix/actions/client.ts +47 -0
- package/extensions/matrix/src/matrix/actions/limits.ts +6 -0
- package/extensions/matrix/src/matrix/actions/messages.ts +126 -0
- package/extensions/matrix/src/matrix/actions/pins.ts +84 -0
- package/extensions/matrix/src/matrix/actions/reactions.ts +102 -0
- package/extensions/matrix/src/matrix/actions/room.ts +85 -0
- package/extensions/matrix/src/matrix/actions/summary.ts +75 -0
- package/extensions/matrix/src/matrix/actions/types.ts +85 -0
- package/extensions/matrix/src/matrix/actions.ts +15 -0
- package/extensions/matrix/src/matrix/active-client.ts +32 -0
- package/extensions/matrix/src/matrix/client/config.ts +219 -0
- package/extensions/matrix/src/matrix/client/create-client.ts +123 -0
- package/extensions/matrix/src/matrix/client/logging.ts +36 -0
- package/extensions/matrix/src/matrix/client/runtime.ts +4 -0
- package/extensions/matrix/src/matrix/client/shared.ts +201 -0
- package/extensions/matrix/src/matrix/client/storage.ts +131 -0
- package/extensions/matrix/src/matrix/client/types.ts +34 -0
- package/extensions/matrix/src/matrix/client-bootstrap.ts +39 -0
- package/extensions/matrix/src/matrix/client.ts +14 -0
- package/extensions/matrix/src/matrix/credentials.ts +125 -0
- package/extensions/matrix/src/matrix/deps.ts +60 -0
- package/extensions/matrix/src/matrix/format.ts +22 -0
- package/extensions/matrix/src/matrix/index.ts +11 -0
- package/extensions/matrix/src/matrix/monitor/allowlist.ts +103 -0
- package/extensions/matrix/src/matrix/monitor/auto-join.ts +71 -0
- package/extensions/matrix/src/matrix/monitor/direct.ts +104 -0
- package/extensions/matrix/src/matrix/monitor/events.ts +148 -0
- package/extensions/matrix/src/matrix/monitor/handler.ts +688 -0
- package/extensions/matrix/src/matrix/monitor/index.ts +358 -0
- package/extensions/matrix/src/matrix/monitor/location.ts +100 -0
- package/extensions/matrix/src/matrix/monitor/media.ts +118 -0
- package/extensions/matrix/src/matrix/monitor/mentions.ts +62 -0
- package/extensions/matrix/src/matrix/monitor/replies.ts +124 -0
- package/extensions/matrix/src/matrix/monitor/room-info.ts +55 -0
- package/extensions/matrix/src/matrix/monitor/rooms.ts +47 -0
- package/extensions/matrix/src/matrix/monitor/threads.ts +68 -0
- package/extensions/matrix/src/matrix/monitor/types.ts +39 -0
- package/extensions/matrix/src/matrix/poll-types.ts +167 -0
- package/extensions/matrix/src/matrix/probe.ts +69 -0
- package/extensions/matrix/src/matrix/send/client.ts +97 -0
- package/extensions/matrix/src/matrix/send/formatting.ts +93 -0
- package/extensions/matrix/src/matrix/send/media.ts +230 -0
- package/extensions/matrix/src/matrix/send/targets.ts +150 -0
- package/extensions/matrix/src/matrix/send/types.ts +109 -0
- package/extensions/matrix/src/matrix/send-queue.ts +44 -0
- package/extensions/matrix/src/matrix/send.ts +265 -0
- package/extensions/matrix/src/onboarding.ts +446 -0
- package/extensions/matrix/src/outbound.ts +55 -0
- package/extensions/matrix/src/resolve-targets.ts +126 -0
- package/extensions/matrix/src/runtime.ts +14 -0
- package/extensions/matrix/src/tool-actions.ts +164 -0
- package/extensions/matrix/src/types.ts +116 -0
- package/extensions/mattermost/index.ts +17 -0
- package/extensions/mattermost/package.json +25 -0
- package/extensions/mattermost/remoteclaw.plugin.json +9 -0
- package/extensions/mattermost/src/channel.ts +439 -0
- package/extensions/mattermost/src/config-schema.ts +62 -0
- package/extensions/mattermost/src/group-mentions.ts +15 -0
- package/extensions/mattermost/src/mattermost/accounts.ts +128 -0
- package/extensions/mattermost/src/mattermost/client.ts +230 -0
- package/extensions/mattermost/src/mattermost/index.ts +9 -0
- package/extensions/mattermost/src/mattermost/monitor-helpers.ts +72 -0
- package/extensions/mattermost/src/mattermost/monitor-onchar.ts +25 -0
- package/extensions/mattermost/src/mattermost/monitor-websocket.ts +221 -0
- package/extensions/mattermost/src/mattermost/monitor.ts +1061 -0
- package/extensions/mattermost/src/mattermost/probe.ts +61 -0
- package/extensions/mattermost/src/mattermost/reactions.test-helpers.ts +83 -0
- package/extensions/mattermost/src/mattermost/reactions.ts +124 -0
- package/extensions/mattermost/src/mattermost/reconnect.ts +103 -0
- package/extensions/mattermost/src/mattermost/send.ts +231 -0
- package/extensions/mattermost/src/normalize.ts +46 -0
- package/extensions/mattermost/src/onboarding-helpers.ts +1 -0
- package/extensions/mattermost/src/onboarding.ts +182 -0
- package/extensions/mattermost/src/runtime.ts +14 -0
- package/extensions/mattermost/src/types.ts +62 -0
- package/extensions/msteams/CHANGELOG.md +35 -0
- package/extensions/msteams/index.ts +17 -0
- package/extensions/msteams/package.json +32 -0
- package/extensions/msteams/remoteclaw.plugin.json +9 -0
- package/extensions/msteams/src/attachments/download.ts +282 -0
- package/extensions/msteams/src/attachments/graph.ts +354 -0
- package/extensions/msteams/src/attachments/html.ts +90 -0
- package/extensions/msteams/src/attachments/payload.ts +14 -0
- package/extensions/msteams/src/attachments/remote-media.ts +42 -0
- package/extensions/msteams/src/attachments/shared.ts +404 -0
- package/extensions/msteams/src/attachments/types.ts +37 -0
- package/extensions/msteams/src/attachments.ts +18 -0
- package/extensions/msteams/src/channel.ts +464 -0
- package/extensions/msteams/src/conversation-store-fs.ts +165 -0
- package/extensions/msteams/src/conversation-store-memory.ts +47 -0
- package/extensions/msteams/src/conversation-store.ts +41 -0
- package/extensions/msteams/src/directory-live.ts +108 -0
- package/extensions/msteams/src/errors.ts +190 -0
- package/extensions/msteams/src/file-consent-helpers.ts +73 -0
- package/extensions/msteams/src/file-consent.ts +126 -0
- package/extensions/msteams/src/file-lock.ts +1 -0
- package/extensions/msteams/src/graph-chat.ts +53 -0
- package/extensions/msteams/src/graph-upload.ts +452 -0
- package/extensions/msteams/src/graph-users.ts +29 -0
- package/extensions/msteams/src/graph.ts +81 -0
- package/extensions/msteams/src/inbound.ts +48 -0
- package/extensions/msteams/src/index.ts +4 -0
- package/extensions/msteams/src/media-helpers.ts +105 -0
- package/extensions/msteams/src/mentions.ts +114 -0
- package/extensions/msteams/src/messenger.ts +484 -0
- package/extensions/msteams/src/monitor-handler/inbound-media.ts +128 -0
- package/extensions/msteams/src/monitor-handler/message-handler.ts +661 -0
- package/extensions/msteams/src/monitor-handler.ts +162 -0
- package/extensions/msteams/src/monitor-types.ts +5 -0
- package/extensions/msteams/src/monitor.ts +305 -0
- package/extensions/msteams/src/onboarding.ts +406 -0
- package/extensions/msteams/src/outbound.ts +46 -0
- package/extensions/msteams/src/pending-uploads.ts +89 -0
- package/extensions/msteams/src/policy.ts +259 -0
- package/extensions/msteams/src/polls-store-memory.ts +32 -0
- package/extensions/msteams/src/polls.ts +315 -0
- package/extensions/msteams/src/probe.ts +94 -0
- package/extensions/msteams/src/reply-dispatcher.ts +132 -0
- package/extensions/msteams/src/resolve-allowlist.ts +198 -0
- package/extensions/msteams/src/runtime.ts +14 -0
- package/extensions/msteams/src/sdk-types.ts +19 -0
- package/extensions/msteams/src/sdk.ts +33 -0
- package/extensions/msteams/src/send-context.ts +164 -0
- package/extensions/msteams/src/send.ts +530 -0
- package/extensions/msteams/src/sent-message-cache.ts +44 -0
- package/extensions/msteams/src/storage.ts +25 -0
- package/extensions/msteams/src/store-fs.ts +44 -0
- package/extensions/msteams/src/test-runtime.ts +16 -0
- package/extensions/msteams/src/token-response.ts +11 -0
- package/extensions/msteams/src/token.ts +19 -0
- package/extensions/nextcloud-talk/index.ts +17 -0
- package/extensions/nextcloud-talk/package.json +30 -0
- package/extensions/nextcloud-talk/remoteclaw.plugin.json +9 -0
- package/extensions/nextcloud-talk/src/accounts.ts +170 -0
- package/extensions/nextcloud-talk/src/channel.ts +416 -0
- package/extensions/nextcloud-talk/src/config-schema.ts +72 -0
- package/extensions/nextcloud-talk/src/format.ts +79 -0
- package/extensions/nextcloud-talk/src/inbound.ts +343 -0
- package/extensions/nextcloud-talk/src/monitor.ts +275 -0
- package/extensions/nextcloud-talk/src/normalize.ts +39 -0
- package/extensions/nextcloud-talk/src/onboarding.ts +349 -0
- package/extensions/nextcloud-talk/src/policy.ts +180 -0
- package/extensions/nextcloud-talk/src/room-info.ts +125 -0
- package/extensions/nextcloud-talk/src/runtime.ts +14 -0
- package/extensions/nextcloud-talk/src/send.ts +215 -0
- package/extensions/nextcloud-talk/src/signature.ts +72 -0
- package/extensions/nextcloud-talk/src/types.ts +185 -0
- package/extensions/nostr/CHANGELOG.md +44 -0
- package/extensions/nostr/README.md +136 -0
- package/extensions/nostr/index.ts +68 -0
- package/extensions/nostr/package.json +30 -0
- package/extensions/nostr/remoteclaw.plugin.json +9 -0
- package/extensions/nostr/src/channel.ts +345 -0
- package/extensions/nostr/src/config-schema.ts +90 -0
- package/extensions/nostr/src/metrics.ts +458 -0
- package/extensions/nostr/src/nostr-bus.ts +719 -0
- package/extensions/nostr/src/nostr-profile-http.ts +519 -0
- package/extensions/nostr/src/nostr-profile-import.ts +262 -0
- package/extensions/nostr/src/nostr-profile.ts +277 -0
- package/extensions/nostr/src/nostr-state-store.ts +226 -0
- package/extensions/nostr/src/runtime.ts +14 -0
- package/extensions/nostr/src/seen-tracker.ts +289 -0
- package/extensions/nostr/src/types.ts +101 -0
- package/extensions/phone-control/index.ts +421 -0
- package/extensions/phone-control/remoteclaw.plugin.json +10 -0
- package/extensions/shared/resolve-target-test-helpers.ts +66 -0
- package/extensions/signal/index.ts +17 -0
- package/extensions/signal/package.json +12 -0
- package/extensions/signal/remoteclaw.plugin.json +9 -0
- package/extensions/signal/src/channel.ts +299 -0
- package/extensions/signal/src/runtime.ts +14 -0
- package/extensions/slack/index.ts +17 -0
- package/extensions/slack/package.json +12 -0
- package/extensions/slack/remoteclaw.plugin.json +9 -0
- package/extensions/slack/src/channel.ts +421 -0
- package/extensions/slack/src/runtime.ts +14 -0
- package/extensions/synology-chat/index.ts +17 -0
- package/extensions/synology-chat/package.json +28 -0
- package/extensions/synology-chat/remoteclaw.plugin.json +9 -0
- package/extensions/synology-chat/src/accounts.ts +87 -0
- package/extensions/synology-chat/src/channel.ts +347 -0
- package/extensions/synology-chat/src/client.ts +142 -0
- package/extensions/synology-chat/src/runtime.ts +20 -0
- package/extensions/synology-chat/src/security.ts +140 -0
- package/extensions/synology-chat/src/types.ts +60 -0
- package/extensions/synology-chat/src/webhook-handler.ts +221 -0
- package/extensions/talk-voice/index.ts +150 -0
- package/extensions/talk-voice/remoteclaw.plugin.json +10 -0
- package/extensions/telegram/index.ts +17 -0
- package/extensions/telegram/package.json +12 -0
- package/extensions/telegram/remoteclaw.plugin.json +9 -0
- package/extensions/telegram/src/channel.ts +569 -0
- package/extensions/telegram/src/runtime.ts +14 -0
- package/extensions/test-utils/runtime-env.ts +12 -0
- package/extensions/thread-ownership/index.ts +133 -0
- package/extensions/thread-ownership/remoteclaw.plugin.json +28 -0
- package/extensions/tlon/README.md +5 -0
- package/extensions/tlon/index.ts +17 -0
- package/extensions/tlon/package.json +29 -0
- package/extensions/tlon/remoteclaw.plugin.json +9 -0
- package/extensions/tlon/src/account-fields.ts +25 -0
- package/extensions/tlon/src/channel.ts +384 -0
- package/extensions/tlon/src/config-schema.ts +41 -0
- package/extensions/tlon/src/monitor/discovery.ts +78 -0
- package/extensions/tlon/src/monitor/history.ts +92 -0
- package/extensions/tlon/src/monitor/index.ts +596 -0
- package/extensions/tlon/src/monitor/processed-messages.ts +33 -0
- package/extensions/tlon/src/monitor/utils.ts +106 -0
- package/extensions/tlon/src/onboarding.ts +229 -0
- package/extensions/tlon/src/runtime.ts +14 -0
- package/extensions/tlon/src/targets.ts +89 -0
- package/extensions/tlon/src/types.ts +99 -0
- package/extensions/tlon/src/urbit/auth.ts +48 -0
- package/extensions/tlon/src/urbit/base-url.ts +57 -0
- package/extensions/tlon/src/urbit/channel-client.ts +158 -0
- package/extensions/tlon/src/urbit/channel-ops.ts +164 -0
- package/extensions/tlon/src/urbit/context.ts +47 -0
- package/extensions/tlon/src/urbit/errors.ts +51 -0
- package/extensions/tlon/src/urbit/fetch.ts +39 -0
- package/extensions/tlon/src/urbit/send.ts +131 -0
- package/extensions/tlon/src/urbit/sse-client.ts +431 -0
- package/extensions/twitch/CHANGELOG.md +39 -0
- package/extensions/twitch/README.md +89 -0
- package/extensions/twitch/index.ts +20 -0
- package/extensions/twitch/package.json +17 -0
- package/extensions/twitch/remoteclaw.plugin.json +9 -0
- package/extensions/twitch/src/access-control.ts +166 -0
- package/extensions/twitch/src/actions.ts +174 -0
- package/extensions/twitch/src/client-manager-registry.ts +115 -0
- package/extensions/twitch/src/config-schema.ts +84 -0
- package/extensions/twitch/src/config.ts +116 -0
- package/extensions/twitch/src/monitor.ts +273 -0
- package/extensions/twitch/src/onboarding.ts +417 -0
- package/extensions/twitch/src/outbound.ts +187 -0
- package/extensions/twitch/src/plugin.ts +274 -0
- package/extensions/twitch/src/probe.ts +119 -0
- package/extensions/twitch/src/resolver.ts +137 -0
- package/extensions/twitch/src/runtime.ts +14 -0
- package/extensions/twitch/src/send.ts +136 -0
- package/extensions/twitch/src/status.ts +179 -0
- package/extensions/twitch/src/test-fixtures.ts +30 -0
- package/extensions/twitch/src/token.ts +94 -0
- package/extensions/twitch/src/twitch-client.ts +277 -0
- package/extensions/twitch/src/types.ts +141 -0
- package/extensions/twitch/src/utils/markdown.ts +98 -0
- package/extensions/twitch/src/utils/twitch.ts +80 -0
- package/extensions/voice-call/CHANGELOG.md +49 -0
- package/extensions/voice-call/README.md +181 -0
- package/extensions/voice-call/index.ts +512 -0
- package/extensions/voice-call/package.json +16 -0
- package/extensions/voice-call/remoteclaw.plugin.json +559 -0
- package/extensions/voice-call/src/allowlist.ts +19 -0
- package/extensions/voice-call/src/cli.ts +380 -0
- package/extensions/voice-call/src/config.ts +477 -0
- package/extensions/voice-call/src/core-bridge.ts +170 -0
- package/extensions/voice-call/src/manager/context.ts +41 -0
- package/extensions/voice-call/src/manager/events.ts +242 -0
- package/extensions/voice-call/src/manager/lookup.ts +35 -0
- package/extensions/voice-call/src/manager/outbound.ts +380 -0
- package/extensions/voice-call/src/manager/state.ts +48 -0
- package/extensions/voice-call/src/manager/store.ts +94 -0
- package/extensions/voice-call/src/manager/timers.ts +112 -0
- package/extensions/voice-call/src/manager/twiml.ts +9 -0
- package/extensions/voice-call/src/manager.ts +209 -0
- package/extensions/voice-call/src/media-stream.ts +527 -0
- package/extensions/voice-call/src/providers/base.ts +67 -0
- package/extensions/voice-call/src/providers/index.ts +10 -0
- package/extensions/voice-call/src/providers/mock.ts +165 -0
- package/extensions/voice-call/src/providers/plivo.ts +560 -0
- package/extensions/voice-call/src/providers/stt-openai-realtime.ts +311 -0
- package/extensions/voice-call/src/providers/telnyx.ts +318 -0
- package/extensions/voice-call/src/providers/tts-openai.ts +259 -0
- package/extensions/voice-call/src/providers/twilio/api.ts +42 -0
- package/extensions/voice-call/src/providers/twilio/webhook.ts +33 -0
- package/extensions/voice-call/src/providers/twilio.ts +688 -0
- package/extensions/voice-call/src/response-generator.ts +174 -0
- package/extensions/voice-call/src/runtime.ts +217 -0
- package/extensions/voice-call/src/telephony-audio.ts +90 -0
- package/extensions/voice-call/src/telephony-tts.ts +106 -0
- package/extensions/voice-call/src/tunnel.ts +314 -0
- package/extensions/voice-call/src/types.ts +280 -0
- package/extensions/voice-call/src/utils.ts +14 -0
- package/extensions/voice-call/src/voice-mapping.ts +67 -0
- package/extensions/voice-call/src/webhook-security.ts +880 -0
- package/extensions/voice-call/src/webhook.ts +556 -0
- package/extensions/whatsapp/index.ts +17 -0
- package/extensions/whatsapp/package.json +12 -0
- package/extensions/whatsapp/remoteclaw.plugin.json +9 -0
- package/extensions/whatsapp/src/channel.ts +459 -0
- package/extensions/whatsapp/src/runtime.ts +14 -0
- package/extensions/zalo/CHANGELOG.md +29 -0
- package/extensions/zalo/README.md +50 -0
- package/extensions/zalo/index.ts +19 -0
- package/extensions/zalo/package.json +32 -0
- package/extensions/zalo/remoteclaw.plugin.json +9 -0
- package/extensions/zalo/src/accounts.ts +82 -0
- package/extensions/zalo/src/actions.ts +56 -0
- package/extensions/zalo/src/api.ts +208 -0
- package/extensions/zalo/src/channel.ts +398 -0
- package/extensions/zalo/src/config-schema.ts +27 -0
- package/extensions/zalo/src/group-access.ts +48 -0
- package/extensions/zalo/src/monitor.ts +675 -0
- package/extensions/zalo/src/monitor.webhook.ts +219 -0
- package/extensions/zalo/src/onboarding.ts +398 -0
- package/extensions/zalo/src/probe.ts +45 -0
- package/extensions/zalo/src/proxy.ts +24 -0
- package/extensions/zalo/src/runtime.ts +14 -0
- package/extensions/zalo/src/send.ts +124 -0
- package/extensions/zalo/src/status-issues.ts +53 -0
- package/extensions/zalo/src/token.ts +62 -0
- package/extensions/zalo/src/types.ts +48 -0
- package/extensions/zalouser/CHANGELOG.md +31 -0
- package/extensions/zalouser/README.md +225 -0
- package/extensions/zalouser/index.ts +31 -0
- package/extensions/zalouser/package.json +32 -0
- package/extensions/zalouser/remoteclaw.plugin.json +9 -0
- package/extensions/zalouser/src/accounts.ts +138 -0
- package/extensions/zalouser/src/channel.ts +652 -0
- package/extensions/zalouser/src/config-schema.ts +28 -0
- package/extensions/zalouser/src/monitor.ts +619 -0
- package/extensions/zalouser/src/onboarding.ts +428 -0
- package/extensions/zalouser/src/probe.ts +27 -0
- package/extensions/zalouser/src/runtime.ts +14 -0
- package/extensions/zalouser/src/send.ts +141 -0
- package/extensions/zalouser/src/status-issues.ts +89 -0
- package/extensions/zalouser/src/tool.ts +166 -0
- package/extensions/zalouser/src/types.ts +105 -0
- package/extensions/zalouser/src/zca.ts +198 -0
- package/package.json +251 -15
- package/remoteclaw.mjs +56 -0
- package/index.js +0 -4
|
@@ -0,0 +1,2548 @@
|
|
|
1
|
+
import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
|
|
2
|
+
import { f as normalizeE164, p as pathExists, t as CONFIG_DIR } from "./utils-LBKvDoPx.js";
|
|
3
|
+
import { Tt as resolveDiscordUserAllowlist, wt as resolveSlackUserAllowlist } from "./reply-CCu_DY64.js";
|
|
4
|
+
import { a as resolveAgentWorkspaceDir, s as resolveDefaultAgentId } from "./agent-scope-BGYzhtWQ.js";
|
|
5
|
+
import { d as formatChannelPrimerLine, f as formatChannelSelectionLine, m as listChatChannels, t as createSubsystemLogger } from "./subsystem-COd61u0P.js";
|
|
6
|
+
import { h as normalizeAccountId, m as DEFAULT_ACCOUNT_ID } from "./session-key-5YLnn_qf.js";
|
|
7
|
+
import { l as normalizeDiscordSlug } from "./targets-D-u6Kyio.js";
|
|
8
|
+
import { t as runCommandWithTimeout } from "./exec-DbKuYyM1.js";
|
|
9
|
+
import { t as formatCliCommand } from "./command-format-DgXcqxBt.js";
|
|
10
|
+
import { C as resolveDiscordAccount, S as resolveDefaultDiscordAccountId, b as listDiscordAccountIds, d as resolveTelegramAccount, h as resolveSlackAccount, l as listTelegramAccountIds, m as resolveDefaultSlackAccountId, n as listChannelPlugins, p as listSlackAccountIds, t as getChannelPlugin, u as resolveDefaultTelegramAccountId } from "./plugins-woGRXMzU.js";
|
|
11
|
+
import { a as resolveWhatsAppAuthDir, n as listWhatsAppAccountIds, r as resolveDefaultWhatsAppAccountId } from "./accounts-BFy_Z3od.js";
|
|
12
|
+
import { n as resolveDefaultIMessageAccountId, r as resolveIMessageAccount, t as listIMessageAccountIds } from "./accounts-DqRQ75w3.js";
|
|
13
|
+
import { i as resolveSignalAccount, n as listSignalAccountIds, r as resolveDefaultSignalAccountId } from "./accounts-iODF3SK2.js";
|
|
14
|
+
import { f as resolveDiscordChannelAllowlist, i as resolveSlackChannelAllowlist, t as loadRemoteClawPlugins } from "./loader-Ccwsh8Sh.js";
|
|
15
|
+
import { t as loginWeb } from "./login-C_Kt57nO.js";
|
|
16
|
+
import { t as resolveBrewExecutable } from "./brew-DbSbN8sD.js";
|
|
17
|
+
import { r as listChannelPluginCatalogEntries } from "./catalog-DFmaYwfk.js";
|
|
18
|
+
import { a as normalizeIMessageHandle } from "./send-DHldI3gf.js";
|
|
19
|
+
import { n as detectBinary } from "./onboard-helpers-BCzZUD0z.js";
|
|
20
|
+
import { t as formatDocsLink } from "./links-C3soDNDH.js";
|
|
21
|
+
import { t as resolveChannelDefaultAccountId } from "./helpers-kkeXif0Q.js";
|
|
22
|
+
import { n as isChannelConfigured } from "./plugin-auto-enable-D23gv7Aw.js";
|
|
23
|
+
import { t as enablePluginInConfig } from "./enable-DcJnkzfz.js";
|
|
24
|
+
import { p as extractArchive } from "./npm-registry-spec-0qiKawvv.js";
|
|
25
|
+
import { n as recordPluginInstall, r as installPluginFromNpmSpec, t as buildNpmResolutionInstallFields } from "./installs-aM5dWAyn.js";
|
|
26
|
+
import { t as createPluginLoaderLogger } from "./logger-GvipVDfh.js";
|
|
27
|
+
import { t as fetchTelegramChatId } from "./api-BeQMq2iS.js";
|
|
28
|
+
import fs, { createWriteStream } from "node:fs";
|
|
29
|
+
import os from "node:os";
|
|
30
|
+
import path from "node:path";
|
|
31
|
+
import fs$1 from "node:fs/promises";
|
|
32
|
+
import { request } from "node:https";
|
|
33
|
+
import { pipeline } from "node:stream/promises";
|
|
34
|
+
|
|
35
|
+
//#region src/commands/onboarding/plugin-install.ts
|
|
36
|
+
function hasGitWorkspace(workspaceDir) {
|
|
37
|
+
const candidates = /* @__PURE__ */ new Set();
|
|
38
|
+
candidates.add(path.join(process.cwd(), ".git"));
|
|
39
|
+
if (workspaceDir && workspaceDir !== process.cwd()) candidates.add(path.join(workspaceDir, ".git"));
|
|
40
|
+
for (const candidate of candidates) if (fs.existsSync(candidate)) return true;
|
|
41
|
+
return false;
|
|
42
|
+
}
|
|
43
|
+
function resolveLocalPath(entry, workspaceDir, allowLocal) {
|
|
44
|
+
if (!allowLocal) return null;
|
|
45
|
+
const raw = entry.install.localPath?.trim();
|
|
46
|
+
if (!raw) return null;
|
|
47
|
+
const candidates = /* @__PURE__ */ new Set();
|
|
48
|
+
candidates.add(path.resolve(process.cwd(), raw));
|
|
49
|
+
if (workspaceDir && workspaceDir !== process.cwd()) candidates.add(path.resolve(workspaceDir, raw));
|
|
50
|
+
for (const candidate of candidates) if (fs.existsSync(candidate)) return candidate;
|
|
51
|
+
return null;
|
|
52
|
+
}
|
|
53
|
+
function addPluginLoadPath(cfg, pluginPath) {
|
|
54
|
+
const existing = cfg.plugins?.load?.paths ?? [];
|
|
55
|
+
const merged = Array.from(new Set([...existing, pluginPath]));
|
|
56
|
+
return {
|
|
57
|
+
...cfg,
|
|
58
|
+
plugins: {
|
|
59
|
+
...cfg.plugins,
|
|
60
|
+
load: {
|
|
61
|
+
...cfg.plugins?.load,
|
|
62
|
+
paths: merged
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
async function promptInstallChoice(params) {
|
|
68
|
+
const { entry, localPath, prompter, defaultChoice } = params;
|
|
69
|
+
const localOptions = localPath ? [{
|
|
70
|
+
value: "local",
|
|
71
|
+
label: "Use local plugin path",
|
|
72
|
+
hint: localPath
|
|
73
|
+
}] : [];
|
|
74
|
+
const options = [
|
|
75
|
+
{
|
|
76
|
+
value: "npm",
|
|
77
|
+
label: `Download from npm (${entry.install.npmSpec})`
|
|
78
|
+
},
|
|
79
|
+
...localOptions,
|
|
80
|
+
{
|
|
81
|
+
value: "skip",
|
|
82
|
+
label: "Skip for now"
|
|
83
|
+
}
|
|
84
|
+
];
|
|
85
|
+
const initialValue = defaultChoice === "local" && !localPath ? "npm" : defaultChoice;
|
|
86
|
+
return await prompter.select({
|
|
87
|
+
message: `Install ${entry.meta.label} plugin?`,
|
|
88
|
+
options,
|
|
89
|
+
initialValue
|
|
90
|
+
});
|
|
91
|
+
}
|
|
92
|
+
function resolveInstallDefaultChoice(params) {
|
|
93
|
+
const { cfg, entry, localPath } = params;
|
|
94
|
+
const updateChannel = cfg.update?.channel;
|
|
95
|
+
if (updateChannel === "dev") return localPath ? "local" : "npm";
|
|
96
|
+
if (updateChannel === "stable" || updateChannel === "beta") return "npm";
|
|
97
|
+
const entryDefault = entry.install.defaultChoice;
|
|
98
|
+
if (entryDefault === "local") return localPath ? "local" : "npm";
|
|
99
|
+
if (entryDefault === "npm") return "npm";
|
|
100
|
+
return localPath ? "local" : "npm";
|
|
101
|
+
}
|
|
102
|
+
async function ensureOnboardingPluginInstalled(params) {
|
|
103
|
+
const { entry, prompter, runtime, workspaceDir } = params;
|
|
104
|
+
let next = params.cfg;
|
|
105
|
+
const localPath = resolveLocalPath(entry, workspaceDir, hasGitWorkspace(workspaceDir));
|
|
106
|
+
const choice = await promptInstallChoice({
|
|
107
|
+
entry,
|
|
108
|
+
localPath,
|
|
109
|
+
defaultChoice: resolveInstallDefaultChoice({
|
|
110
|
+
cfg: next,
|
|
111
|
+
entry,
|
|
112
|
+
localPath
|
|
113
|
+
}),
|
|
114
|
+
prompter
|
|
115
|
+
});
|
|
116
|
+
if (choice === "skip") return {
|
|
117
|
+
cfg: next,
|
|
118
|
+
installed: false
|
|
119
|
+
};
|
|
120
|
+
if (choice === "local" && localPath) {
|
|
121
|
+
next = addPluginLoadPath(next, localPath);
|
|
122
|
+
next = enablePluginInConfig(next, entry.id).config;
|
|
123
|
+
return {
|
|
124
|
+
cfg: next,
|
|
125
|
+
installed: true
|
|
126
|
+
};
|
|
127
|
+
}
|
|
128
|
+
const result = await installPluginFromNpmSpec({
|
|
129
|
+
spec: entry.install.npmSpec,
|
|
130
|
+
logger: {
|
|
131
|
+
info: (msg) => runtime.log?.(msg),
|
|
132
|
+
warn: (msg) => runtime.log?.(msg)
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
if (result.ok) {
|
|
136
|
+
next = enablePluginInConfig(next, result.pluginId).config;
|
|
137
|
+
next = recordPluginInstall(next, {
|
|
138
|
+
pluginId: result.pluginId,
|
|
139
|
+
source: "npm",
|
|
140
|
+
spec: entry.install.npmSpec,
|
|
141
|
+
installPath: result.targetDir,
|
|
142
|
+
version: result.version,
|
|
143
|
+
...buildNpmResolutionInstallFields(result.npmResolution)
|
|
144
|
+
});
|
|
145
|
+
return {
|
|
146
|
+
cfg: next,
|
|
147
|
+
installed: true
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
await prompter.note(`Failed to install ${entry.install.npmSpec}: ${result.error}`, "Plugin install");
|
|
151
|
+
if (localPath) {
|
|
152
|
+
if (await prompter.confirm({
|
|
153
|
+
message: `Use local plugin path instead? (${localPath})`,
|
|
154
|
+
initialValue: true
|
|
155
|
+
})) {
|
|
156
|
+
next = addPluginLoadPath(next, localPath);
|
|
157
|
+
next = enablePluginInConfig(next, entry.id).config;
|
|
158
|
+
return {
|
|
159
|
+
cfg: next,
|
|
160
|
+
installed: true
|
|
161
|
+
};
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
runtime.error?.(`Plugin install failed: ${result.error}`);
|
|
165
|
+
return {
|
|
166
|
+
cfg: next,
|
|
167
|
+
installed: false
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
function reloadOnboardingPluginRegistry(params) {
|
|
171
|
+
const workspaceDir = params.workspaceDir ?? resolveAgentWorkspaceDir(params.cfg, resolveDefaultAgentId(params.cfg));
|
|
172
|
+
const log = createSubsystemLogger("plugins");
|
|
173
|
+
loadRemoteClawPlugins({
|
|
174
|
+
config: params.cfg,
|
|
175
|
+
workspaceDir,
|
|
176
|
+
cache: false,
|
|
177
|
+
logger: createPluginLoaderLogger(log)
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
//#endregion
|
|
182
|
+
//#region src/plugin-sdk/onboarding.ts
|
|
183
|
+
async function promptAccountId$1(params) {
|
|
184
|
+
const existingIds = params.listAccountIds(params.cfg);
|
|
185
|
+
const initial = params.currentId?.trim() || params.defaultAccountId || DEFAULT_ACCOUNT_ID;
|
|
186
|
+
const choice = await params.prompter.select({
|
|
187
|
+
message: `${params.label} account`,
|
|
188
|
+
options: [...existingIds.map((id) => ({
|
|
189
|
+
value: id,
|
|
190
|
+
label: id === DEFAULT_ACCOUNT_ID ? "default (primary)" : id
|
|
191
|
+
})), {
|
|
192
|
+
value: "__new__",
|
|
193
|
+
label: "Add a new account"
|
|
194
|
+
}],
|
|
195
|
+
initialValue: initial
|
|
196
|
+
});
|
|
197
|
+
if (choice !== "__new__") return normalizeAccountId(choice);
|
|
198
|
+
const entered = await params.prompter.text({
|
|
199
|
+
message: `New ${params.label} account id`,
|
|
200
|
+
validate: (value) => value?.trim() ? void 0 : "Required"
|
|
201
|
+
});
|
|
202
|
+
const normalized = normalizeAccountId(String(entered));
|
|
203
|
+
if (String(entered).trim() !== normalized) await params.prompter.note(`Normalized account id to "${normalized}".`, `${params.label} account`);
|
|
204
|
+
return normalized;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
//#endregion
|
|
208
|
+
//#region src/channels/plugins/onboarding/helpers.ts
|
|
209
|
+
const promptAccountId = async (params) => {
|
|
210
|
+
return await promptAccountId$1(params);
|
|
211
|
+
};
|
|
212
|
+
function addWildcardAllowFrom(allowFrom) {
|
|
213
|
+
const next = (allowFrom ?? []).map((v) => String(v).trim()).filter(Boolean);
|
|
214
|
+
if (!next.includes("*")) next.push("*");
|
|
215
|
+
return next;
|
|
216
|
+
}
|
|
217
|
+
function mergeAllowFromEntries(current, additions) {
|
|
218
|
+
const merged = [...current ?? [], ...additions].map((v) => String(v).trim()).filter(Boolean);
|
|
219
|
+
return [...new Set(merged)];
|
|
220
|
+
}
|
|
221
|
+
function splitOnboardingEntries(raw) {
|
|
222
|
+
return raw.split(/[\n,;]+/g).map((entry) => entry.trim()).filter(Boolean);
|
|
223
|
+
}
|
|
224
|
+
function parseOnboardingEntriesWithParser(raw, parseEntry) {
|
|
225
|
+
const parts = splitOnboardingEntries(String(raw ?? ""));
|
|
226
|
+
const entries = [];
|
|
227
|
+
for (const part of parts) {
|
|
228
|
+
const parsed = parseEntry(part);
|
|
229
|
+
if ("error" in parsed) return {
|
|
230
|
+
entries: [],
|
|
231
|
+
error: parsed.error
|
|
232
|
+
};
|
|
233
|
+
entries.push(parsed.value);
|
|
234
|
+
}
|
|
235
|
+
return { entries: normalizeAllowFromEntries(entries) };
|
|
236
|
+
}
|
|
237
|
+
function parseOnboardingEntriesAllowingWildcard(raw, parseEntry) {
|
|
238
|
+
return parseOnboardingEntriesWithParser(raw, (entry) => {
|
|
239
|
+
if (entry === "*") return { value: "*" };
|
|
240
|
+
return parseEntry(entry);
|
|
241
|
+
});
|
|
242
|
+
}
|
|
243
|
+
function parseMentionOrPrefixedId(params) {
|
|
244
|
+
const trimmed = params.value.trim();
|
|
245
|
+
if (!trimmed) return null;
|
|
246
|
+
const mentionMatch = trimmed.match(params.mentionPattern);
|
|
247
|
+
if (mentionMatch?.[1]) return params.normalizeId ? params.normalizeId(mentionMatch[1]) : mentionMatch[1];
|
|
248
|
+
const stripped = params.prefixPattern ? trimmed.replace(params.prefixPattern, "") : trimmed;
|
|
249
|
+
if (!params.idPattern.test(stripped)) return null;
|
|
250
|
+
return params.normalizeId ? params.normalizeId(stripped) : stripped;
|
|
251
|
+
}
|
|
252
|
+
function normalizeAllowFromEntries(entries, normalizeEntry) {
|
|
253
|
+
const normalized = entries.map((entry) => String(entry).trim()).filter(Boolean).map((entry) => {
|
|
254
|
+
if (entry === "*") return "*";
|
|
255
|
+
if (!normalizeEntry) return entry;
|
|
256
|
+
const value = normalizeEntry(entry);
|
|
257
|
+
return typeof value === "string" ? value.trim() : "";
|
|
258
|
+
}).filter(Boolean);
|
|
259
|
+
return [...new Set(normalized)];
|
|
260
|
+
}
|
|
261
|
+
function resolveOnboardingAccountId(params) {
|
|
262
|
+
return params.accountId?.trim() ? normalizeAccountId(params.accountId) : params.defaultAccountId;
|
|
263
|
+
}
|
|
264
|
+
async function resolveAccountIdForConfigure(params) {
|
|
265
|
+
const override = params.accountOverride?.trim();
|
|
266
|
+
let accountId = override ? normalizeAccountId(override) : params.defaultAccountId;
|
|
267
|
+
if (params.shouldPromptAccountIds && !override) accountId = await promptAccountId({
|
|
268
|
+
cfg: params.cfg,
|
|
269
|
+
prompter: params.prompter,
|
|
270
|
+
label: params.label,
|
|
271
|
+
currentId: accountId,
|
|
272
|
+
listAccountIds: params.listAccountIds,
|
|
273
|
+
defaultAccountId: params.defaultAccountId
|
|
274
|
+
});
|
|
275
|
+
return accountId;
|
|
276
|
+
}
|
|
277
|
+
function setAccountAllowFromForChannel(params) {
|
|
278
|
+
const { cfg, channel, accountId, allowFrom } = params;
|
|
279
|
+
return patchConfigForScopedAccount({
|
|
280
|
+
cfg,
|
|
281
|
+
channel,
|
|
282
|
+
accountId,
|
|
283
|
+
patch: { allowFrom },
|
|
284
|
+
ensureEnabled: false
|
|
285
|
+
});
|
|
286
|
+
}
|
|
287
|
+
function setChannelDmPolicyWithAllowFrom(params) {
|
|
288
|
+
const { cfg, channel, dmPolicy } = params;
|
|
289
|
+
const allowFrom = dmPolicy === "open" ? addWildcardAllowFrom(cfg.channels?.[channel]?.allowFrom) : void 0;
|
|
290
|
+
return {
|
|
291
|
+
...cfg,
|
|
292
|
+
channels: {
|
|
293
|
+
...cfg.channels,
|
|
294
|
+
[channel]: {
|
|
295
|
+
...cfg.channels?.[channel],
|
|
296
|
+
dmPolicy,
|
|
297
|
+
...allowFrom ? { allowFrom } : {}
|
|
298
|
+
}
|
|
299
|
+
}
|
|
300
|
+
};
|
|
301
|
+
}
|
|
302
|
+
function setLegacyChannelDmPolicyWithAllowFrom(params) {
|
|
303
|
+
const channelConfig = params.cfg.channels?.[params.channel] ?? {
|
|
304
|
+
allowFrom: void 0,
|
|
305
|
+
dm: void 0
|
|
306
|
+
};
|
|
307
|
+
const existingAllowFrom = channelConfig.allowFrom ?? channelConfig.dm?.allowFrom;
|
|
308
|
+
const allowFrom = params.dmPolicy === "open" ? addWildcardAllowFrom(existingAllowFrom) : void 0;
|
|
309
|
+
return patchLegacyDmChannelConfig({
|
|
310
|
+
cfg: params.cfg,
|
|
311
|
+
channel: params.channel,
|
|
312
|
+
patch: {
|
|
313
|
+
dmPolicy: params.dmPolicy,
|
|
314
|
+
...allowFrom ? { allowFrom } : {}
|
|
315
|
+
}
|
|
316
|
+
});
|
|
317
|
+
}
|
|
318
|
+
function setLegacyChannelAllowFrom(params) {
|
|
319
|
+
return patchLegacyDmChannelConfig({
|
|
320
|
+
cfg: params.cfg,
|
|
321
|
+
channel: params.channel,
|
|
322
|
+
patch: { allowFrom: params.allowFrom }
|
|
323
|
+
});
|
|
324
|
+
}
|
|
325
|
+
function setAccountGroupPolicyForChannel(params) {
|
|
326
|
+
return patchChannelConfigForAccount({
|
|
327
|
+
cfg: params.cfg,
|
|
328
|
+
channel: params.channel,
|
|
329
|
+
accountId: params.accountId,
|
|
330
|
+
patch: { groupPolicy: params.groupPolicy }
|
|
331
|
+
});
|
|
332
|
+
}
|
|
333
|
+
function patchLegacyDmChannelConfig(params) {
|
|
334
|
+
const { cfg, channel, patch } = params;
|
|
335
|
+
const channelConfig = cfg.channels?.[channel] ?? {};
|
|
336
|
+
const dmConfig = channelConfig.dm ?? {};
|
|
337
|
+
return {
|
|
338
|
+
...cfg,
|
|
339
|
+
channels: {
|
|
340
|
+
...cfg.channels,
|
|
341
|
+
[channel]: {
|
|
342
|
+
...channelConfig,
|
|
343
|
+
...patch,
|
|
344
|
+
dm: {
|
|
345
|
+
...dmConfig,
|
|
346
|
+
enabled: typeof dmConfig.enabled === "boolean" ? dmConfig.enabled : true
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
function setOnboardingChannelEnabled(cfg, channel, enabled) {
|
|
353
|
+
const channelConfig = cfg.channels?.[channel] ?? {};
|
|
354
|
+
return {
|
|
355
|
+
...cfg,
|
|
356
|
+
channels: {
|
|
357
|
+
...cfg.channels,
|
|
358
|
+
[channel]: {
|
|
359
|
+
...channelConfig,
|
|
360
|
+
enabled
|
|
361
|
+
}
|
|
362
|
+
}
|
|
363
|
+
};
|
|
364
|
+
}
|
|
365
|
+
function patchConfigForScopedAccount(params) {
|
|
366
|
+
const { cfg, channel, accountId, patch, ensureEnabled } = params;
|
|
367
|
+
const channelConfig = cfg.channels?.[channel] ?? {};
|
|
368
|
+
if (accountId === DEFAULT_ACCOUNT_ID) return {
|
|
369
|
+
...cfg,
|
|
370
|
+
channels: {
|
|
371
|
+
...cfg.channels,
|
|
372
|
+
[channel]: {
|
|
373
|
+
...channelConfig,
|
|
374
|
+
...ensureEnabled ? { enabled: true } : {},
|
|
375
|
+
...patch
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
};
|
|
379
|
+
const accounts = channelConfig.accounts ?? {};
|
|
380
|
+
const existingAccount = accounts[accountId] ?? {};
|
|
381
|
+
return {
|
|
382
|
+
...cfg,
|
|
383
|
+
channels: {
|
|
384
|
+
...cfg.channels,
|
|
385
|
+
[channel]: {
|
|
386
|
+
...channelConfig,
|
|
387
|
+
...ensureEnabled ? { enabled: true } : {},
|
|
388
|
+
accounts: {
|
|
389
|
+
...accounts,
|
|
390
|
+
[accountId]: {
|
|
391
|
+
...existingAccount,
|
|
392
|
+
...ensureEnabled ? { enabled: typeof existingAccount.enabled === "boolean" ? existingAccount.enabled : true } : {},
|
|
393
|
+
...patch
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
}
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
function patchChannelConfigForAccount(params) {
|
|
401
|
+
return patchConfigForScopedAccount({
|
|
402
|
+
...params,
|
|
403
|
+
ensureEnabled: true
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
function applySingleTokenPromptResult(params) {
|
|
407
|
+
let next = params.cfg;
|
|
408
|
+
if (params.tokenResult.useEnv) next = patchChannelConfigForAccount({
|
|
409
|
+
cfg: next,
|
|
410
|
+
channel: params.channel,
|
|
411
|
+
accountId: params.accountId,
|
|
412
|
+
patch: {}
|
|
413
|
+
});
|
|
414
|
+
if (params.tokenResult.token) next = patchChannelConfigForAccount({
|
|
415
|
+
cfg: next,
|
|
416
|
+
channel: params.channel,
|
|
417
|
+
accountId: params.accountId,
|
|
418
|
+
patch: { [params.tokenPatchKey]: params.tokenResult.token }
|
|
419
|
+
});
|
|
420
|
+
return next;
|
|
421
|
+
}
|
|
422
|
+
async function promptSingleChannelToken(params) {
|
|
423
|
+
const promptToken = async () => String(await params.prompter.text({
|
|
424
|
+
message: params.inputPrompt,
|
|
425
|
+
validate: (value) => value?.trim() ? void 0 : "Required"
|
|
426
|
+
})).trim();
|
|
427
|
+
if (params.canUseEnv) {
|
|
428
|
+
if (await params.prompter.confirm({
|
|
429
|
+
message: params.envPrompt,
|
|
430
|
+
initialValue: true
|
|
431
|
+
})) return {
|
|
432
|
+
useEnv: true,
|
|
433
|
+
token: null
|
|
434
|
+
};
|
|
435
|
+
return {
|
|
436
|
+
useEnv: false,
|
|
437
|
+
token: await promptToken()
|
|
438
|
+
};
|
|
439
|
+
}
|
|
440
|
+
if (params.hasConfigToken && params.accountConfigured) {
|
|
441
|
+
if (await params.prompter.confirm({
|
|
442
|
+
message: params.keepPrompt,
|
|
443
|
+
initialValue: true
|
|
444
|
+
})) return {
|
|
445
|
+
useEnv: false,
|
|
446
|
+
token: null
|
|
447
|
+
};
|
|
448
|
+
}
|
|
449
|
+
return {
|
|
450
|
+
useEnv: false,
|
|
451
|
+
token: await promptToken()
|
|
452
|
+
};
|
|
453
|
+
}
|
|
454
|
+
async function promptParsedAllowFromForScopedChannel(params) {
|
|
455
|
+
const accountId = resolveOnboardingAccountId({
|
|
456
|
+
accountId: params.accountId,
|
|
457
|
+
defaultAccountId: params.defaultAccountId
|
|
458
|
+
});
|
|
459
|
+
const existing = params.getExistingAllowFrom({
|
|
460
|
+
cfg: params.cfg,
|
|
461
|
+
accountId
|
|
462
|
+
});
|
|
463
|
+
await params.prompter.note(params.noteLines.join("\n"), params.noteTitle);
|
|
464
|
+
const entry = await params.prompter.text({
|
|
465
|
+
message: params.message,
|
|
466
|
+
placeholder: params.placeholder,
|
|
467
|
+
initialValue: existing[0] ? String(existing[0]) : void 0,
|
|
468
|
+
validate: (value) => {
|
|
469
|
+
const raw = String(value ?? "").trim();
|
|
470
|
+
if (!raw) return "Required";
|
|
471
|
+
return params.parseEntries(raw).error;
|
|
472
|
+
}
|
|
473
|
+
});
|
|
474
|
+
const unique = mergeAllowFromEntries(void 0, params.parseEntries(String(entry)).entries);
|
|
475
|
+
return setAccountAllowFromForChannel({
|
|
476
|
+
cfg: params.cfg,
|
|
477
|
+
channel: params.channel,
|
|
478
|
+
accountId,
|
|
479
|
+
allowFrom: unique
|
|
480
|
+
});
|
|
481
|
+
}
|
|
482
|
+
async function noteChannelLookupSummary(params) {
|
|
483
|
+
const lines = [];
|
|
484
|
+
for (const section of params.resolvedSections) {
|
|
485
|
+
if (section.values.length === 0) continue;
|
|
486
|
+
lines.push(`${section.title}: ${section.values.join(", ")}`);
|
|
487
|
+
}
|
|
488
|
+
if (params.unresolved && params.unresolved.length > 0) lines.push(`Unresolved (kept as typed): ${params.unresolved.join(", ")}`);
|
|
489
|
+
if (lines.length > 0) await params.prompter.note(lines.join("\n"), params.label);
|
|
490
|
+
}
|
|
491
|
+
async function noteChannelLookupFailure(params) {
|
|
492
|
+
await params.prompter.note(`Channel lookup failed; keeping entries as typed. ${String(params.error)}`, params.label);
|
|
493
|
+
}
|
|
494
|
+
async function promptResolvedAllowFrom(params) {
|
|
495
|
+
while (true) {
|
|
496
|
+
const entry = await params.prompter.text({
|
|
497
|
+
message: params.message,
|
|
498
|
+
placeholder: params.placeholder,
|
|
499
|
+
initialValue: params.existing[0] ? String(params.existing[0]) : void 0,
|
|
500
|
+
validate: (value) => String(value ?? "").trim() ? void 0 : "Required"
|
|
501
|
+
});
|
|
502
|
+
const parts = params.parseInputs(String(entry));
|
|
503
|
+
if (!params.token) {
|
|
504
|
+
const ids = parts.map(params.parseId).filter(Boolean);
|
|
505
|
+
if (ids.length !== parts.length) {
|
|
506
|
+
await params.prompter.note(params.invalidWithoutTokenNote, params.label);
|
|
507
|
+
continue;
|
|
508
|
+
}
|
|
509
|
+
return mergeAllowFromEntries(params.existing, ids);
|
|
510
|
+
}
|
|
511
|
+
const results = await params.resolveEntries({
|
|
512
|
+
token: params.token,
|
|
513
|
+
entries: parts
|
|
514
|
+
}).catch(() => null);
|
|
515
|
+
if (!results) {
|
|
516
|
+
await params.prompter.note("Failed to resolve usernames. Try again.", params.label);
|
|
517
|
+
continue;
|
|
518
|
+
}
|
|
519
|
+
const unresolved = results.filter((res) => !res.resolved || !res.id);
|
|
520
|
+
if (unresolved.length > 0) {
|
|
521
|
+
await params.prompter.note(`Could not resolve: ${unresolved.map((res) => res.input).join(", ")}`, params.label);
|
|
522
|
+
continue;
|
|
523
|
+
}
|
|
524
|
+
const ids = results.map((res) => res.id);
|
|
525
|
+
return mergeAllowFromEntries(params.existing, ids);
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
async function promptLegacyChannelAllowFrom(params) {
|
|
529
|
+
await params.prompter.note(params.noteLines.join("\n"), params.noteTitle);
|
|
530
|
+
const unique = await promptResolvedAllowFrom({
|
|
531
|
+
prompter: params.prompter,
|
|
532
|
+
existing: params.existing,
|
|
533
|
+
token: params.token,
|
|
534
|
+
message: params.message,
|
|
535
|
+
placeholder: params.placeholder,
|
|
536
|
+
label: params.noteTitle,
|
|
537
|
+
parseInputs: splitOnboardingEntries,
|
|
538
|
+
parseId: params.parseId,
|
|
539
|
+
invalidWithoutTokenNote: params.invalidWithoutTokenNote,
|
|
540
|
+
resolveEntries: params.resolveEntries
|
|
541
|
+
});
|
|
542
|
+
return setLegacyChannelAllowFrom({
|
|
543
|
+
cfg: params.cfg,
|
|
544
|
+
channel: params.channel,
|
|
545
|
+
allowFrom: unique
|
|
546
|
+
});
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
//#endregion
|
|
550
|
+
//#region src/channels/plugins/onboarding/channel-access.ts
|
|
551
|
+
function parseAllowlistEntries(raw) {
|
|
552
|
+
return splitOnboardingEntries(String(raw ?? ""));
|
|
553
|
+
}
|
|
554
|
+
function formatAllowlistEntries(entries) {
|
|
555
|
+
return entries.map((entry) => entry.trim()).filter(Boolean).join(", ");
|
|
556
|
+
}
|
|
557
|
+
async function promptChannelAccessPolicy(params) {
|
|
558
|
+
const options = [{
|
|
559
|
+
value: "allowlist",
|
|
560
|
+
label: "Allowlist (recommended)"
|
|
561
|
+
}];
|
|
562
|
+
if (params.allowOpen !== false) options.push({
|
|
563
|
+
value: "open",
|
|
564
|
+
label: "Open (allow all channels)"
|
|
565
|
+
});
|
|
566
|
+
if (params.allowDisabled !== false) options.push({
|
|
567
|
+
value: "disabled",
|
|
568
|
+
label: "Disabled (block all channels)"
|
|
569
|
+
});
|
|
570
|
+
const initialValue = params.currentPolicy ?? "allowlist";
|
|
571
|
+
return await params.prompter.select({
|
|
572
|
+
message: `${params.label} access`,
|
|
573
|
+
options,
|
|
574
|
+
initialValue
|
|
575
|
+
});
|
|
576
|
+
}
|
|
577
|
+
async function promptChannelAllowlist(params) {
|
|
578
|
+
const initialValue = params.currentEntries && params.currentEntries.length > 0 ? formatAllowlistEntries(params.currentEntries) : void 0;
|
|
579
|
+
return parseAllowlistEntries(await params.prompter.text({
|
|
580
|
+
message: `${params.label} allowlist (comma-separated)`,
|
|
581
|
+
placeholder: params.placeholder,
|
|
582
|
+
initialValue
|
|
583
|
+
}));
|
|
584
|
+
}
|
|
585
|
+
async function promptChannelAccessConfig(params) {
|
|
586
|
+
const hasEntries = (params.currentEntries ?? []).length > 0;
|
|
587
|
+
const shouldPrompt = params.defaultPrompt ?? !hasEntries;
|
|
588
|
+
if (!await params.prompter.confirm({
|
|
589
|
+
message: params.updatePrompt ? `Update ${params.label} access?` : `Configure ${params.label} access?`,
|
|
590
|
+
initialValue: shouldPrompt
|
|
591
|
+
})) return null;
|
|
592
|
+
const policy = await promptChannelAccessPolicy({
|
|
593
|
+
prompter: params.prompter,
|
|
594
|
+
label: params.label,
|
|
595
|
+
currentPolicy: params.currentPolicy,
|
|
596
|
+
allowOpen: params.allowOpen,
|
|
597
|
+
allowDisabled: params.allowDisabled
|
|
598
|
+
});
|
|
599
|
+
if (policy !== "allowlist") return {
|
|
600
|
+
policy,
|
|
601
|
+
entries: []
|
|
602
|
+
};
|
|
603
|
+
return {
|
|
604
|
+
policy,
|
|
605
|
+
entries: await promptChannelAllowlist({
|
|
606
|
+
prompter: params.prompter,
|
|
607
|
+
label: params.label,
|
|
608
|
+
currentEntries: params.currentEntries,
|
|
609
|
+
placeholder: params.placeholder
|
|
610
|
+
})
|
|
611
|
+
};
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
//#endregion
|
|
615
|
+
//#region src/channels/plugins/onboarding/channel-access-configure.ts
|
|
616
|
+
async function configureChannelAccessWithAllowlist(params) {
|
|
617
|
+
let next = params.cfg;
|
|
618
|
+
const accessConfig = await promptChannelAccessConfig({
|
|
619
|
+
prompter: params.prompter,
|
|
620
|
+
label: params.label,
|
|
621
|
+
currentPolicy: params.currentPolicy,
|
|
622
|
+
currentEntries: params.currentEntries,
|
|
623
|
+
placeholder: params.placeholder,
|
|
624
|
+
updatePrompt: params.updatePrompt
|
|
625
|
+
});
|
|
626
|
+
if (!accessConfig) return next;
|
|
627
|
+
if (accessConfig.policy !== "allowlist") return params.setPolicy(next, accessConfig.policy);
|
|
628
|
+
const resolved = await params.resolveAllowlist({
|
|
629
|
+
cfg: next,
|
|
630
|
+
entries: accessConfig.entries
|
|
631
|
+
});
|
|
632
|
+
next = params.setPolicy(next, "allowlist");
|
|
633
|
+
return params.applyAllowlist({
|
|
634
|
+
cfg: next,
|
|
635
|
+
resolved
|
|
636
|
+
});
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
//#endregion
|
|
640
|
+
//#region src/channels/plugins/onboarding/discord.ts
|
|
641
|
+
const channel$5 = "discord";
|
|
642
|
+
async function noteDiscordTokenHelp(prompter) {
|
|
643
|
+
await prompter.note([
|
|
644
|
+
"1) Discord Developer Portal → Applications → New Application",
|
|
645
|
+
"2) Bot → Add Bot → Reset Token → copy token",
|
|
646
|
+
"3) OAuth2 → URL Generator → scope 'bot' → invite to your server",
|
|
647
|
+
"Tip: enable Message Content Intent if you need message text. (Bot → Privileged Gateway Intents → Message Content Intent)",
|
|
648
|
+
`Docs: ${formatDocsLink("/discord", "discord")}`
|
|
649
|
+
].join("\n"), "Discord bot token");
|
|
650
|
+
}
|
|
651
|
+
function setDiscordGuildChannelAllowlist(cfg, accountId, entries) {
|
|
652
|
+
const guilds = { ...accountId === DEFAULT_ACCOUNT_ID ? cfg.channels?.discord?.guilds ?? {} : cfg.channels?.discord?.accounts?.[accountId]?.guilds ?? {} };
|
|
653
|
+
for (const entry of entries) {
|
|
654
|
+
const guildKey = entry.guildKey || "*";
|
|
655
|
+
const existing = guilds[guildKey] ?? {};
|
|
656
|
+
if (entry.channelKey) {
|
|
657
|
+
const channels = { ...existing.channels };
|
|
658
|
+
channels[entry.channelKey] = { allow: true };
|
|
659
|
+
guilds[guildKey] = {
|
|
660
|
+
...existing,
|
|
661
|
+
channels
|
|
662
|
+
};
|
|
663
|
+
} else guilds[guildKey] = existing;
|
|
664
|
+
}
|
|
665
|
+
return patchChannelConfigForAccount({
|
|
666
|
+
cfg,
|
|
667
|
+
channel: "discord",
|
|
668
|
+
accountId,
|
|
669
|
+
patch: { guilds }
|
|
670
|
+
});
|
|
671
|
+
}
|
|
672
|
+
async function promptDiscordAllowFrom(params) {
|
|
673
|
+
const accountId = resolveOnboardingAccountId({
|
|
674
|
+
accountId: params.accountId,
|
|
675
|
+
defaultAccountId: resolveDefaultDiscordAccountId(params.cfg)
|
|
676
|
+
});
|
|
677
|
+
const token = resolveDiscordAccount({
|
|
678
|
+
cfg: params.cfg,
|
|
679
|
+
accountId
|
|
680
|
+
}).token;
|
|
681
|
+
const existing = params.cfg.channels?.discord?.allowFrom ?? params.cfg.channels?.discord?.dm?.allowFrom ?? [];
|
|
682
|
+
const parseId = (value) => parseMentionOrPrefixedId({
|
|
683
|
+
value,
|
|
684
|
+
mentionPattern: /^<@!?(\d+)>$/,
|
|
685
|
+
prefixPattern: /^(user:|discord:)/i,
|
|
686
|
+
idPattern: /^\d+$/
|
|
687
|
+
});
|
|
688
|
+
return promptLegacyChannelAllowFrom({
|
|
689
|
+
cfg: params.cfg,
|
|
690
|
+
channel: "discord",
|
|
691
|
+
prompter: params.prompter,
|
|
692
|
+
existing,
|
|
693
|
+
token,
|
|
694
|
+
noteTitle: "Discord allowlist",
|
|
695
|
+
noteLines: [
|
|
696
|
+
"Allowlist Discord DMs by username (we resolve to user ids).",
|
|
697
|
+
"Examples:",
|
|
698
|
+
"- 123456789012345678",
|
|
699
|
+
"- @alice",
|
|
700
|
+
"- alice#1234",
|
|
701
|
+
"Multiple entries: comma-separated.",
|
|
702
|
+
`Docs: ${formatDocsLink("/discord", "discord")}`
|
|
703
|
+
],
|
|
704
|
+
message: "Discord allowFrom (usernames or ids)",
|
|
705
|
+
placeholder: "@alice, 123456789012345678",
|
|
706
|
+
parseId,
|
|
707
|
+
invalidWithoutTokenNote: "Bot token missing; use numeric user ids (or mention form) only.",
|
|
708
|
+
resolveEntries: ({ token, entries }) => resolveDiscordUserAllowlist({
|
|
709
|
+
token,
|
|
710
|
+
entries
|
|
711
|
+
})
|
|
712
|
+
});
|
|
713
|
+
}
|
|
714
|
+
const dmPolicy$4 = {
|
|
715
|
+
label: "Discord",
|
|
716
|
+
channel: channel$5,
|
|
717
|
+
policyKey: "channels.discord.dmPolicy",
|
|
718
|
+
allowFromKey: "channels.discord.allowFrom",
|
|
719
|
+
getCurrent: (cfg) => cfg.channels?.discord?.dmPolicy ?? cfg.channels?.discord?.dm?.policy ?? "pairing",
|
|
720
|
+
setPolicy: (cfg, policy) => setLegacyChannelDmPolicyWithAllowFrom({
|
|
721
|
+
cfg,
|
|
722
|
+
channel: "discord",
|
|
723
|
+
dmPolicy: policy
|
|
724
|
+
}),
|
|
725
|
+
promptAllowFrom: promptDiscordAllowFrom
|
|
726
|
+
};
|
|
727
|
+
const discordOnboardingAdapter = {
|
|
728
|
+
channel: channel$5,
|
|
729
|
+
getStatus: async ({ cfg }) => {
|
|
730
|
+
const configured = listDiscordAccountIds(cfg).some((accountId) => Boolean(resolveDiscordAccount({
|
|
731
|
+
cfg,
|
|
732
|
+
accountId
|
|
733
|
+
}).token));
|
|
734
|
+
return {
|
|
735
|
+
channel: channel$5,
|
|
736
|
+
configured,
|
|
737
|
+
statusLines: [`Discord: ${configured ? "configured" : "needs token"}`],
|
|
738
|
+
selectionHint: configured ? "configured" : "needs token",
|
|
739
|
+
quickstartScore: configured ? 2 : 1
|
|
740
|
+
};
|
|
741
|
+
},
|
|
742
|
+
configure: async ({ cfg, prompter, accountOverrides, shouldPromptAccountIds }) => {
|
|
743
|
+
const defaultDiscordAccountId = resolveDefaultDiscordAccountId(cfg);
|
|
744
|
+
const discordAccountId = await resolveAccountIdForConfigure({
|
|
745
|
+
cfg,
|
|
746
|
+
prompter,
|
|
747
|
+
label: "Discord",
|
|
748
|
+
accountOverride: accountOverrides.discord,
|
|
749
|
+
shouldPromptAccountIds,
|
|
750
|
+
listAccountIds: listDiscordAccountIds,
|
|
751
|
+
defaultAccountId: defaultDiscordAccountId
|
|
752
|
+
});
|
|
753
|
+
let next = cfg;
|
|
754
|
+
const resolvedAccount = resolveDiscordAccount({
|
|
755
|
+
cfg: next,
|
|
756
|
+
accountId: discordAccountId
|
|
757
|
+
});
|
|
758
|
+
const accountConfigured = Boolean(resolvedAccount.token);
|
|
759
|
+
const canUseEnv = discordAccountId === DEFAULT_ACCOUNT_ID && !resolvedAccount.config.token && Boolean(process.env.DISCORD_BOT_TOKEN?.trim());
|
|
760
|
+
const hasConfigToken = Boolean(resolvedAccount.config.token);
|
|
761
|
+
if (!accountConfigured) await noteDiscordTokenHelp(prompter);
|
|
762
|
+
const tokenResult = await promptSingleChannelToken({
|
|
763
|
+
prompter,
|
|
764
|
+
accountConfigured,
|
|
765
|
+
canUseEnv,
|
|
766
|
+
hasConfigToken,
|
|
767
|
+
envPrompt: "DISCORD_BOT_TOKEN detected. Use env var?",
|
|
768
|
+
keepPrompt: "Discord token already configured. Keep it?",
|
|
769
|
+
inputPrompt: "Enter Discord bot token"
|
|
770
|
+
});
|
|
771
|
+
next = applySingleTokenPromptResult({
|
|
772
|
+
cfg: next,
|
|
773
|
+
channel: "discord",
|
|
774
|
+
accountId: discordAccountId,
|
|
775
|
+
tokenPatchKey: "token",
|
|
776
|
+
tokenResult
|
|
777
|
+
});
|
|
778
|
+
const currentEntries = Object.entries(resolvedAccount.config.guilds ?? {}).flatMap(([guildKey, value]) => {
|
|
779
|
+
const channels = value?.channels ?? {};
|
|
780
|
+
const channelKeys = Object.keys(channels);
|
|
781
|
+
if (channelKeys.length === 0) return [/^\d+$/.test(guildKey) ? `guild:${guildKey}` : guildKey];
|
|
782
|
+
return channelKeys.map((channelKey) => `${guildKey}/${channelKey}`);
|
|
783
|
+
});
|
|
784
|
+
next = await configureChannelAccessWithAllowlist({
|
|
785
|
+
cfg: next,
|
|
786
|
+
prompter,
|
|
787
|
+
label: "Discord channels",
|
|
788
|
+
currentPolicy: resolvedAccount.config.groupPolicy ?? "allowlist",
|
|
789
|
+
currentEntries,
|
|
790
|
+
placeholder: "My Server/#general, guildId/channelId, #support",
|
|
791
|
+
updatePrompt: Boolean(resolvedAccount.config.guilds),
|
|
792
|
+
setPolicy: (cfg, policy) => setAccountGroupPolicyForChannel({
|
|
793
|
+
cfg,
|
|
794
|
+
channel: "discord",
|
|
795
|
+
accountId: discordAccountId,
|
|
796
|
+
groupPolicy: policy
|
|
797
|
+
}),
|
|
798
|
+
resolveAllowlist: async ({ cfg, entries }) => {
|
|
799
|
+
const accountWithTokens = resolveDiscordAccount({
|
|
800
|
+
cfg,
|
|
801
|
+
accountId: discordAccountId
|
|
802
|
+
});
|
|
803
|
+
let resolved = entries.map((input) => ({
|
|
804
|
+
input,
|
|
805
|
+
resolved: false
|
|
806
|
+
}));
|
|
807
|
+
if (accountWithTokens.token && entries.length > 0) try {
|
|
808
|
+
resolved = await resolveDiscordChannelAllowlist({
|
|
809
|
+
token: accountWithTokens.token,
|
|
810
|
+
entries
|
|
811
|
+
});
|
|
812
|
+
const resolvedChannels = resolved.filter((entry) => entry.resolved && entry.channelId);
|
|
813
|
+
const resolvedGuilds = resolved.filter((entry) => entry.resolved && entry.guildId && !entry.channelId);
|
|
814
|
+
const unresolved = resolved.filter((entry) => !entry.resolved).map((entry) => entry.input);
|
|
815
|
+
await noteChannelLookupSummary({
|
|
816
|
+
prompter,
|
|
817
|
+
label: "Discord channels",
|
|
818
|
+
resolvedSections: [{
|
|
819
|
+
title: "Resolved channels",
|
|
820
|
+
values: resolvedChannels.map((entry) => entry.channelId).filter((value) => Boolean(value))
|
|
821
|
+
}, {
|
|
822
|
+
title: "Resolved guilds",
|
|
823
|
+
values: resolvedGuilds.map((entry) => entry.guildId).filter((value) => Boolean(value))
|
|
824
|
+
}],
|
|
825
|
+
unresolved
|
|
826
|
+
});
|
|
827
|
+
} catch (err) {
|
|
828
|
+
await noteChannelLookupFailure({
|
|
829
|
+
prompter,
|
|
830
|
+
label: "Discord channels",
|
|
831
|
+
error: err
|
|
832
|
+
});
|
|
833
|
+
}
|
|
834
|
+
return resolved;
|
|
835
|
+
},
|
|
836
|
+
applyAllowlist: ({ cfg, resolved }) => {
|
|
837
|
+
const allowlistEntries = [];
|
|
838
|
+
for (const entry of resolved) {
|
|
839
|
+
const guildKey = entry.guildId ?? (entry.guildName ? normalizeDiscordSlug(entry.guildName) : void 0) ?? "*";
|
|
840
|
+
const channelKey = entry.channelId ?? (entry.channelName ? normalizeDiscordSlug(entry.channelName) : void 0);
|
|
841
|
+
if (!channelKey && guildKey === "*") continue;
|
|
842
|
+
allowlistEntries.push({
|
|
843
|
+
guildKey,
|
|
844
|
+
...channelKey ? { channelKey } : {}
|
|
845
|
+
});
|
|
846
|
+
}
|
|
847
|
+
return setDiscordGuildChannelAllowlist(cfg, discordAccountId, allowlistEntries);
|
|
848
|
+
}
|
|
849
|
+
});
|
|
850
|
+
return {
|
|
851
|
+
cfg: next,
|
|
852
|
+
accountId: discordAccountId
|
|
853
|
+
};
|
|
854
|
+
},
|
|
855
|
+
dmPolicy: dmPolicy$4,
|
|
856
|
+
disable: (cfg) => setOnboardingChannelEnabled(cfg, channel$5, false)
|
|
857
|
+
};
|
|
858
|
+
|
|
859
|
+
//#endregion
|
|
860
|
+
//#region src/channels/plugins/onboarding/imessage.ts
|
|
861
|
+
const channel$4 = "imessage";
|
|
862
|
+
function parseIMessageAllowFromEntries(raw) {
|
|
863
|
+
return parseOnboardingEntriesAllowingWildcard(raw, (entry) => {
|
|
864
|
+
const lower = entry.toLowerCase();
|
|
865
|
+
if (lower.startsWith("chat_id:")) {
|
|
866
|
+
const id = entry.slice(8).trim();
|
|
867
|
+
if (!/^\d+$/.test(id)) return { error: `Invalid chat_id: ${entry}` };
|
|
868
|
+
return { value: entry };
|
|
869
|
+
}
|
|
870
|
+
if (lower.startsWith("chat_guid:")) {
|
|
871
|
+
if (!entry.slice(10).trim()) return { error: "Invalid chat_guid entry" };
|
|
872
|
+
return { value: entry };
|
|
873
|
+
}
|
|
874
|
+
if (lower.startsWith("chat_identifier:")) {
|
|
875
|
+
if (!entry.slice(16).trim()) return { error: "Invalid chat_identifier entry" };
|
|
876
|
+
return { value: entry };
|
|
877
|
+
}
|
|
878
|
+
if (!normalizeIMessageHandle(entry)) return { error: `Invalid handle: ${entry}` };
|
|
879
|
+
return { value: entry };
|
|
880
|
+
});
|
|
881
|
+
}
|
|
882
|
+
async function promptIMessageAllowFrom(params) {
|
|
883
|
+
return promptParsedAllowFromForScopedChannel({
|
|
884
|
+
cfg: params.cfg,
|
|
885
|
+
channel: "imessage",
|
|
886
|
+
accountId: params.accountId,
|
|
887
|
+
defaultAccountId: resolveDefaultIMessageAccountId(params.cfg),
|
|
888
|
+
prompter: params.prompter,
|
|
889
|
+
noteTitle: "iMessage allowlist",
|
|
890
|
+
noteLines: [
|
|
891
|
+
"Allowlist iMessage DMs by handle or chat target.",
|
|
892
|
+
"Examples:",
|
|
893
|
+
"- +15555550123",
|
|
894
|
+
"- user@example.com",
|
|
895
|
+
"- chat_id:123",
|
|
896
|
+
"- chat_guid:... or chat_identifier:...",
|
|
897
|
+
"Multiple entries: comma-separated.",
|
|
898
|
+
`Docs: ${formatDocsLink("/imessage", "imessage")}`
|
|
899
|
+
],
|
|
900
|
+
message: "iMessage allowFrom (handle or chat_id)",
|
|
901
|
+
placeholder: "+15555550123, user@example.com, chat_id:123",
|
|
902
|
+
parseEntries: parseIMessageAllowFromEntries,
|
|
903
|
+
getExistingAllowFrom: ({ cfg, accountId }) => {
|
|
904
|
+
return resolveIMessageAccount({
|
|
905
|
+
cfg,
|
|
906
|
+
accountId
|
|
907
|
+
}).config.allowFrom ?? [];
|
|
908
|
+
}
|
|
909
|
+
});
|
|
910
|
+
}
|
|
911
|
+
const dmPolicy$3 = {
|
|
912
|
+
label: "iMessage",
|
|
913
|
+
channel: channel$4,
|
|
914
|
+
policyKey: "channels.imessage.dmPolicy",
|
|
915
|
+
allowFromKey: "channels.imessage.allowFrom",
|
|
916
|
+
getCurrent: (cfg) => cfg.channels?.imessage?.dmPolicy ?? "pairing",
|
|
917
|
+
setPolicy: (cfg, policy) => setChannelDmPolicyWithAllowFrom({
|
|
918
|
+
cfg,
|
|
919
|
+
channel: "imessage",
|
|
920
|
+
dmPolicy: policy
|
|
921
|
+
}),
|
|
922
|
+
promptAllowFrom: promptIMessageAllowFrom
|
|
923
|
+
};
|
|
924
|
+
const imessageOnboardingAdapter = {
|
|
925
|
+
channel: channel$4,
|
|
926
|
+
getStatus: async ({ cfg }) => {
|
|
927
|
+
const configured = listIMessageAccountIds(cfg).some((accountId) => {
|
|
928
|
+
const account = resolveIMessageAccount({
|
|
929
|
+
cfg,
|
|
930
|
+
accountId
|
|
931
|
+
});
|
|
932
|
+
return Boolean(account.config.cliPath || account.config.dbPath || account.config.allowFrom || account.config.service || account.config.region);
|
|
933
|
+
});
|
|
934
|
+
const imessageCliPath = cfg.channels?.imessage?.cliPath ?? "imsg";
|
|
935
|
+
const imessageCliDetected = await detectBinary(imessageCliPath);
|
|
936
|
+
return {
|
|
937
|
+
channel: channel$4,
|
|
938
|
+
configured,
|
|
939
|
+
statusLines: [`iMessage: ${configured ? "configured" : "needs setup"}`, `imsg: ${imessageCliDetected ? "found" : "missing"} (${imessageCliPath})`],
|
|
940
|
+
selectionHint: imessageCliDetected ? "imsg found" : "imsg missing",
|
|
941
|
+
quickstartScore: imessageCliDetected ? 1 : 0
|
|
942
|
+
};
|
|
943
|
+
},
|
|
944
|
+
configure: async ({ cfg, prompter, accountOverrides, shouldPromptAccountIds }) => {
|
|
945
|
+
const defaultIMessageAccountId = resolveDefaultIMessageAccountId(cfg);
|
|
946
|
+
const imessageAccountId = await resolveAccountIdForConfigure({
|
|
947
|
+
cfg,
|
|
948
|
+
prompter,
|
|
949
|
+
label: "iMessage",
|
|
950
|
+
accountOverride: accountOverrides.imessage,
|
|
951
|
+
shouldPromptAccountIds,
|
|
952
|
+
listAccountIds: listIMessageAccountIds,
|
|
953
|
+
defaultAccountId: defaultIMessageAccountId
|
|
954
|
+
});
|
|
955
|
+
let next = cfg;
|
|
956
|
+
let resolvedCliPath = resolveIMessageAccount({
|
|
957
|
+
cfg: next,
|
|
958
|
+
accountId: imessageAccountId
|
|
959
|
+
}).config.cliPath ?? "imsg";
|
|
960
|
+
if (!await detectBinary(resolvedCliPath)) {
|
|
961
|
+
const entered = await prompter.text({
|
|
962
|
+
message: "imsg CLI path",
|
|
963
|
+
initialValue: resolvedCliPath,
|
|
964
|
+
validate: (value) => value?.trim() ? void 0 : "Required"
|
|
965
|
+
});
|
|
966
|
+
resolvedCliPath = String(entered).trim();
|
|
967
|
+
if (!resolvedCliPath) await prompter.note("imsg CLI path required to enable iMessage.", "iMessage");
|
|
968
|
+
}
|
|
969
|
+
if (resolvedCliPath) next = patchChannelConfigForAccount({
|
|
970
|
+
cfg: next,
|
|
971
|
+
channel: "imessage",
|
|
972
|
+
accountId: imessageAccountId,
|
|
973
|
+
patch: { cliPath: resolvedCliPath }
|
|
974
|
+
});
|
|
975
|
+
await prompter.note([
|
|
976
|
+
"This is still a work in progress.",
|
|
977
|
+
"Ensure RemoteClaw has Full Disk Access to Messages DB.",
|
|
978
|
+
"Grant Automation permission for Messages when prompted.",
|
|
979
|
+
"List chats with: imsg chats --limit 20",
|
|
980
|
+
`Docs: ${formatDocsLink("/imessage", "imessage")}`
|
|
981
|
+
].join("\n"), "iMessage next steps");
|
|
982
|
+
return {
|
|
983
|
+
cfg: next,
|
|
984
|
+
accountId: imessageAccountId
|
|
985
|
+
};
|
|
986
|
+
},
|
|
987
|
+
dmPolicy: dmPolicy$3,
|
|
988
|
+
disable: (cfg) => setOnboardingChannelEnabled(cfg, channel$4, false)
|
|
989
|
+
};
|
|
990
|
+
|
|
991
|
+
//#endregion
|
|
992
|
+
//#region src/commands/signal-install.ts
|
|
993
|
+
/** @internal Exported for testing. */
|
|
994
|
+
async function extractSignalCliArchive(archivePath, installRoot, timeoutMs) {
|
|
995
|
+
await extractArchive({
|
|
996
|
+
archivePath,
|
|
997
|
+
destDir: installRoot,
|
|
998
|
+
timeoutMs
|
|
999
|
+
});
|
|
1000
|
+
}
|
|
1001
|
+
/** @internal Exported for testing. */
|
|
1002
|
+
function looksLikeArchive(name) {
|
|
1003
|
+
return name.endsWith(".tar.gz") || name.endsWith(".tgz") || name.endsWith(".zip");
|
|
1004
|
+
}
|
|
1005
|
+
/**
|
|
1006
|
+
* Pick a native release asset from the official GitHub releases.
|
|
1007
|
+
*
|
|
1008
|
+
* The official signal-cli releases only publish native (GraalVM) binaries for
|
|
1009
|
+
* x86-64 Linux. On architectures where no native asset is available this
|
|
1010
|
+
* returns `undefined` so the caller can fall back to a different install
|
|
1011
|
+
* strategy (e.g. Homebrew).
|
|
1012
|
+
*/
|
|
1013
|
+
/** @internal Exported for testing. */
|
|
1014
|
+
function pickAsset(assets, platform, arch) {
|
|
1015
|
+
const archives = assets.filter((asset) => Boolean(asset.name && asset.browser_download_url)).filter((a) => looksLikeArchive(a.name.toLowerCase()));
|
|
1016
|
+
const byName = (pattern) => archives.find((asset) => pattern.test(asset.name.toLowerCase()));
|
|
1017
|
+
if (platform === "linux") {
|
|
1018
|
+
if (arch === "x64") return byName(/linux-native/) || byName(/linux/) || archives[0];
|
|
1019
|
+
return;
|
|
1020
|
+
}
|
|
1021
|
+
if (platform === "darwin") return byName(/macos|osx|darwin/) || archives[0];
|
|
1022
|
+
if (platform === "win32") return byName(/windows|win/) || archives[0];
|
|
1023
|
+
return archives[0];
|
|
1024
|
+
}
|
|
1025
|
+
async function downloadToFile(url, dest, maxRedirects = 5) {
|
|
1026
|
+
await new Promise((resolve, reject) => {
|
|
1027
|
+
const req = request(url, (res) => {
|
|
1028
|
+
if (res.statusCode && res.statusCode >= 300 && res.statusCode < 400) {
|
|
1029
|
+
const location = res.headers.location;
|
|
1030
|
+
if (!location || maxRedirects <= 0) {
|
|
1031
|
+
reject(/* @__PURE__ */ new Error("Redirect loop or missing Location header"));
|
|
1032
|
+
return;
|
|
1033
|
+
}
|
|
1034
|
+
const redirectUrl = new URL(location, url).href;
|
|
1035
|
+
resolve(downloadToFile(redirectUrl, dest, maxRedirects - 1));
|
|
1036
|
+
return;
|
|
1037
|
+
}
|
|
1038
|
+
if (!res.statusCode || res.statusCode >= 400) {
|
|
1039
|
+
reject(/* @__PURE__ */ new Error(`HTTP ${res.statusCode ?? "?"} downloading file`));
|
|
1040
|
+
return;
|
|
1041
|
+
}
|
|
1042
|
+
pipeline(res, createWriteStream(dest)).then(resolve).catch(reject);
|
|
1043
|
+
});
|
|
1044
|
+
req.on("error", reject);
|
|
1045
|
+
req.end();
|
|
1046
|
+
});
|
|
1047
|
+
}
|
|
1048
|
+
async function findSignalCliBinary(root) {
|
|
1049
|
+
const candidates = [];
|
|
1050
|
+
const enqueue = async (dir, depth) => {
|
|
1051
|
+
if (depth > 3) return;
|
|
1052
|
+
const entries = await fs$1.readdir(dir, { withFileTypes: true }).catch(() => []);
|
|
1053
|
+
for (const entry of entries) {
|
|
1054
|
+
const full = path.join(dir, entry.name);
|
|
1055
|
+
if (entry.isDirectory()) await enqueue(full, depth + 1);
|
|
1056
|
+
else if (entry.isFile() && entry.name === "signal-cli") candidates.push(full);
|
|
1057
|
+
}
|
|
1058
|
+
};
|
|
1059
|
+
await enqueue(root, 0);
|
|
1060
|
+
return candidates[0] ?? null;
|
|
1061
|
+
}
|
|
1062
|
+
async function resolveBrewSignalCliPath(brewExe) {
|
|
1063
|
+
try {
|
|
1064
|
+
const result = await runCommandWithTimeout([
|
|
1065
|
+
brewExe,
|
|
1066
|
+
"--prefix",
|
|
1067
|
+
"signal-cli"
|
|
1068
|
+
], { timeoutMs: 1e4 });
|
|
1069
|
+
if (result.code === 0 && result.stdout.trim()) {
|
|
1070
|
+
const prefix = result.stdout.trim();
|
|
1071
|
+
const candidate = path.join(prefix, "bin", "signal-cli");
|
|
1072
|
+
try {
|
|
1073
|
+
await fs$1.access(candidate);
|
|
1074
|
+
return candidate;
|
|
1075
|
+
} catch {
|
|
1076
|
+
return findSignalCliBinary(prefix);
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
} catch {}
|
|
1080
|
+
return null;
|
|
1081
|
+
}
|
|
1082
|
+
async function installSignalCliViaBrew(runtime) {
|
|
1083
|
+
const brewExe = resolveBrewExecutable();
|
|
1084
|
+
if (!brewExe) return {
|
|
1085
|
+
ok: false,
|
|
1086
|
+
error: `No native signal-cli build is available for ${process.arch}. Install Homebrew (https://brew.sh) and try again, or install signal-cli manually.`
|
|
1087
|
+
};
|
|
1088
|
+
runtime.log(`Installing signal-cli via Homebrew (${brewExe})…`);
|
|
1089
|
+
const result = await runCommandWithTimeout([
|
|
1090
|
+
brewExe,
|
|
1091
|
+
"install",
|
|
1092
|
+
"signal-cli"
|
|
1093
|
+
], { timeoutMs: 15 * 6e4 });
|
|
1094
|
+
if (result.code !== 0) return {
|
|
1095
|
+
ok: false,
|
|
1096
|
+
error: `brew install signal-cli failed (exit ${result.code}): ${result.stderr.trim().slice(0, 200)}`
|
|
1097
|
+
};
|
|
1098
|
+
const cliPath = await resolveBrewSignalCliPath(brewExe);
|
|
1099
|
+
if (!cliPath) return {
|
|
1100
|
+
ok: false,
|
|
1101
|
+
error: "brew install succeeded but signal-cli binary was not found."
|
|
1102
|
+
};
|
|
1103
|
+
let version;
|
|
1104
|
+
try {
|
|
1105
|
+
version = (await runCommandWithTimeout([cliPath, "--version"], { timeoutMs: 1e4 })).stdout.trim().replace(/^signal-cli\s+/, "") || void 0;
|
|
1106
|
+
} catch {}
|
|
1107
|
+
return {
|
|
1108
|
+
ok: true,
|
|
1109
|
+
cliPath,
|
|
1110
|
+
version
|
|
1111
|
+
};
|
|
1112
|
+
}
|
|
1113
|
+
async function installSignalCliFromRelease(runtime) {
|
|
1114
|
+
const response = await fetch("https://api.github.com/repos/AsamK/signal-cli/releases/latest", { headers: {
|
|
1115
|
+
"User-Agent": "remoteclaw",
|
|
1116
|
+
Accept: "application/vnd.github+json"
|
|
1117
|
+
} });
|
|
1118
|
+
if (!response.ok) return {
|
|
1119
|
+
ok: false,
|
|
1120
|
+
error: `Failed to fetch release info (${response.status})`
|
|
1121
|
+
};
|
|
1122
|
+
const payload = await response.json();
|
|
1123
|
+
const version = payload.tag_name?.replace(/^v/, "") ?? "unknown";
|
|
1124
|
+
const asset = pickAsset(payload.assets ?? [], process.platform, process.arch);
|
|
1125
|
+
if (!asset) return {
|
|
1126
|
+
ok: false,
|
|
1127
|
+
error: "No compatible release asset found for this platform."
|
|
1128
|
+
};
|
|
1129
|
+
const tmpDir = await fs$1.mkdtemp(path.join(os.tmpdir(), "remoteclaw-signal-"));
|
|
1130
|
+
const archivePath = path.join(tmpDir, asset.name);
|
|
1131
|
+
runtime.log(`Downloading signal-cli ${version} (${asset.name})…`);
|
|
1132
|
+
await downloadToFile(asset.browser_download_url, archivePath);
|
|
1133
|
+
const installRoot = path.join(CONFIG_DIR, "tools", "signal-cli", version);
|
|
1134
|
+
await fs$1.mkdir(installRoot, { recursive: true });
|
|
1135
|
+
if (!looksLikeArchive(asset.name.toLowerCase())) return {
|
|
1136
|
+
ok: false,
|
|
1137
|
+
error: `Unsupported archive type: ${asset.name}`
|
|
1138
|
+
};
|
|
1139
|
+
try {
|
|
1140
|
+
await extractSignalCliArchive(archivePath, installRoot, 6e4);
|
|
1141
|
+
} catch (err) {
|
|
1142
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
1143
|
+
return {
|
|
1144
|
+
ok: false,
|
|
1145
|
+
error: `Failed to extract ${asset.name}: ${message}`
|
|
1146
|
+
};
|
|
1147
|
+
}
|
|
1148
|
+
const cliPath = await findSignalCliBinary(installRoot);
|
|
1149
|
+
if (!cliPath) return {
|
|
1150
|
+
ok: false,
|
|
1151
|
+
error: `signal-cli binary not found after extracting ${asset.name}`
|
|
1152
|
+
};
|
|
1153
|
+
await fs$1.chmod(cliPath, 493).catch(() => {});
|
|
1154
|
+
return {
|
|
1155
|
+
ok: true,
|
|
1156
|
+
cliPath,
|
|
1157
|
+
version
|
|
1158
|
+
};
|
|
1159
|
+
}
|
|
1160
|
+
async function installSignalCli(runtime) {
|
|
1161
|
+
if (process.platform === "win32") return {
|
|
1162
|
+
ok: false,
|
|
1163
|
+
error: "Signal CLI auto-install is not supported on Windows yet."
|
|
1164
|
+
};
|
|
1165
|
+
if (process.platform !== "linux" || process.arch === "x64") return installSignalCliFromRelease(runtime);
|
|
1166
|
+
return installSignalCliViaBrew(runtime);
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
//#endregion
|
|
1170
|
+
//#region src/channels/plugins/onboarding/signal.ts
|
|
1171
|
+
const channel$3 = "signal";
|
|
1172
|
+
const MIN_E164_DIGITS = 5;
|
|
1173
|
+
const MAX_E164_DIGITS = 15;
|
|
1174
|
+
const DIGITS_ONLY = /^\d+$/;
|
|
1175
|
+
const INVALID_SIGNAL_ACCOUNT_ERROR = "Invalid E.164 phone number (must start with + and country code, e.g. +15555550123)";
|
|
1176
|
+
function normalizeSignalAccountInput(value) {
|
|
1177
|
+
const trimmed = value?.trim();
|
|
1178
|
+
if (!trimmed) return null;
|
|
1179
|
+
const digits = normalizeE164(trimmed).slice(1);
|
|
1180
|
+
if (!DIGITS_ONLY.test(digits)) return null;
|
|
1181
|
+
if (digits.length < MIN_E164_DIGITS || digits.length > MAX_E164_DIGITS) return null;
|
|
1182
|
+
return `+${digits}`;
|
|
1183
|
+
}
|
|
1184
|
+
function isUuidLike(value) {
|
|
1185
|
+
return /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(value);
|
|
1186
|
+
}
|
|
1187
|
+
function parseSignalAllowFromEntries(raw) {
|
|
1188
|
+
return parseOnboardingEntriesAllowingWildcard(raw, (entry) => {
|
|
1189
|
+
if (entry.toLowerCase().startsWith("uuid:")) {
|
|
1190
|
+
const id = entry.slice(5).trim();
|
|
1191
|
+
if (!id) return { error: "Invalid uuid entry" };
|
|
1192
|
+
return { value: `uuid:${id}` };
|
|
1193
|
+
}
|
|
1194
|
+
if (isUuidLike(entry)) return { value: `uuid:${entry}` };
|
|
1195
|
+
const normalized = normalizeSignalAccountInput(entry);
|
|
1196
|
+
if (!normalized) return { error: `Invalid entry: ${entry}` };
|
|
1197
|
+
return { value: normalized };
|
|
1198
|
+
});
|
|
1199
|
+
}
|
|
1200
|
+
async function promptSignalAllowFrom(params) {
|
|
1201
|
+
return promptParsedAllowFromForScopedChannel({
|
|
1202
|
+
cfg: params.cfg,
|
|
1203
|
+
channel: "signal",
|
|
1204
|
+
accountId: params.accountId,
|
|
1205
|
+
defaultAccountId: resolveDefaultSignalAccountId(params.cfg),
|
|
1206
|
+
prompter: params.prompter,
|
|
1207
|
+
noteTitle: "Signal allowlist",
|
|
1208
|
+
noteLines: [
|
|
1209
|
+
"Allowlist Signal DMs by sender id.",
|
|
1210
|
+
"Examples:",
|
|
1211
|
+
"- +15555550123",
|
|
1212
|
+
"- uuid:123e4567-e89b-12d3-a456-426614174000",
|
|
1213
|
+
"Multiple entries: comma-separated.",
|
|
1214
|
+
`Docs: ${formatDocsLink("/signal", "signal")}`
|
|
1215
|
+
],
|
|
1216
|
+
message: "Signal allowFrom (E.164 or uuid)",
|
|
1217
|
+
placeholder: "+15555550123, uuid:123e4567-e89b-12d3-a456-426614174000",
|
|
1218
|
+
parseEntries: parseSignalAllowFromEntries,
|
|
1219
|
+
getExistingAllowFrom: ({ cfg, accountId }) => {
|
|
1220
|
+
return resolveSignalAccount({
|
|
1221
|
+
cfg,
|
|
1222
|
+
accountId
|
|
1223
|
+
}).config.allowFrom ?? [];
|
|
1224
|
+
}
|
|
1225
|
+
});
|
|
1226
|
+
}
|
|
1227
|
+
const dmPolicy$2 = {
|
|
1228
|
+
label: "Signal",
|
|
1229
|
+
channel: channel$3,
|
|
1230
|
+
policyKey: "channels.signal.dmPolicy",
|
|
1231
|
+
allowFromKey: "channels.signal.allowFrom",
|
|
1232
|
+
getCurrent: (cfg) => cfg.channels?.signal?.dmPolicy ?? "pairing",
|
|
1233
|
+
setPolicy: (cfg, policy) => setChannelDmPolicyWithAllowFrom({
|
|
1234
|
+
cfg,
|
|
1235
|
+
channel: "signal",
|
|
1236
|
+
dmPolicy: policy
|
|
1237
|
+
}),
|
|
1238
|
+
promptAllowFrom: promptSignalAllowFrom
|
|
1239
|
+
};
|
|
1240
|
+
const signalOnboardingAdapter = {
|
|
1241
|
+
channel: channel$3,
|
|
1242
|
+
getStatus: async ({ cfg }) => {
|
|
1243
|
+
const configured = listSignalAccountIds(cfg).some((accountId) => resolveSignalAccount({
|
|
1244
|
+
cfg,
|
|
1245
|
+
accountId
|
|
1246
|
+
}).configured);
|
|
1247
|
+
const signalCliPath = cfg.channels?.signal?.cliPath ?? "signal-cli";
|
|
1248
|
+
const signalCliDetected = await detectBinary(signalCliPath);
|
|
1249
|
+
return {
|
|
1250
|
+
channel: channel$3,
|
|
1251
|
+
configured,
|
|
1252
|
+
statusLines: [`Signal: ${configured ? "configured" : "needs setup"}`, `signal-cli: ${signalCliDetected ? "found" : "missing"} (${signalCliPath})`],
|
|
1253
|
+
selectionHint: signalCliDetected ? "signal-cli found" : "signal-cli missing",
|
|
1254
|
+
quickstartScore: signalCliDetected ? 1 : 0
|
|
1255
|
+
};
|
|
1256
|
+
},
|
|
1257
|
+
configure: async ({ cfg, runtime, prompter, accountOverrides, shouldPromptAccountIds, options }) => {
|
|
1258
|
+
const defaultSignalAccountId = resolveDefaultSignalAccountId(cfg);
|
|
1259
|
+
const signalAccountId = await resolveAccountIdForConfigure({
|
|
1260
|
+
cfg,
|
|
1261
|
+
prompter,
|
|
1262
|
+
label: "Signal",
|
|
1263
|
+
accountOverride: accountOverrides.signal,
|
|
1264
|
+
shouldPromptAccountIds,
|
|
1265
|
+
listAccountIds: listSignalAccountIds,
|
|
1266
|
+
defaultAccountId: defaultSignalAccountId
|
|
1267
|
+
});
|
|
1268
|
+
let next = cfg;
|
|
1269
|
+
const accountConfig = resolveSignalAccount({
|
|
1270
|
+
cfg: next,
|
|
1271
|
+
accountId: signalAccountId
|
|
1272
|
+
}).config;
|
|
1273
|
+
let resolvedCliPath = accountConfig.cliPath ?? "signal-cli";
|
|
1274
|
+
let cliDetected = await detectBinary(resolvedCliPath);
|
|
1275
|
+
if (options?.allowSignalInstall) {
|
|
1276
|
+
if (await prompter.confirm({
|
|
1277
|
+
message: cliDetected ? "signal-cli detected. Reinstall/update now?" : "signal-cli not found. Install now?",
|
|
1278
|
+
initialValue: !cliDetected
|
|
1279
|
+
})) try {
|
|
1280
|
+
const result = await installSignalCli(runtime);
|
|
1281
|
+
if (result.ok && result.cliPath) {
|
|
1282
|
+
cliDetected = true;
|
|
1283
|
+
resolvedCliPath = result.cliPath;
|
|
1284
|
+
await prompter.note(`Installed signal-cli at ${result.cliPath}`, "Signal");
|
|
1285
|
+
} else if (!result.ok) await prompter.note(result.error ?? "signal-cli install failed.", "Signal");
|
|
1286
|
+
} catch (err) {
|
|
1287
|
+
await prompter.note(`signal-cli install failed: ${String(err)}`, "Signal");
|
|
1288
|
+
}
|
|
1289
|
+
}
|
|
1290
|
+
if (!cliDetected) await prompter.note("signal-cli not found. Install it, then rerun this step or set channels.signal.cliPath.", "Signal");
|
|
1291
|
+
let account = accountConfig.account ?? "";
|
|
1292
|
+
if (account) {
|
|
1293
|
+
const normalizedExisting = normalizeSignalAccountInput(account);
|
|
1294
|
+
if (!normalizedExisting) {
|
|
1295
|
+
await prompter.note("Existing Signal account isn't a valid E.164 number. Please enter it again.", "Signal");
|
|
1296
|
+
account = "";
|
|
1297
|
+
} else {
|
|
1298
|
+
account = normalizedExisting;
|
|
1299
|
+
if (!await prompter.confirm({
|
|
1300
|
+
message: `Signal account set (${account}). Keep it?`,
|
|
1301
|
+
initialValue: true
|
|
1302
|
+
})) account = "";
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
if (!account) account = normalizeSignalAccountInput(String(await prompter.text({
|
|
1306
|
+
message: "Signal bot number (E.164)",
|
|
1307
|
+
validate: (value) => normalizeSignalAccountInput(String(value ?? "")) ? void 0 : INVALID_SIGNAL_ACCOUNT_ERROR
|
|
1308
|
+
}))) ?? "";
|
|
1309
|
+
if (account) next = patchChannelConfigForAccount({
|
|
1310
|
+
cfg: next,
|
|
1311
|
+
channel: "signal",
|
|
1312
|
+
accountId: signalAccountId,
|
|
1313
|
+
patch: {
|
|
1314
|
+
account,
|
|
1315
|
+
cliPath: resolvedCliPath ?? "signal-cli"
|
|
1316
|
+
}
|
|
1317
|
+
});
|
|
1318
|
+
await prompter.note([
|
|
1319
|
+
"Link device with: signal-cli link -n \"RemoteClaw\"",
|
|
1320
|
+
"Scan QR in Signal → Linked Devices",
|
|
1321
|
+
`Then run: ${formatCliCommand("remoteclaw gateway call channels.status --params '{\"probe\":true}'")}`,
|
|
1322
|
+
`Docs: ${formatDocsLink("/signal", "signal")}`
|
|
1323
|
+
].join("\n"), "Signal next steps");
|
|
1324
|
+
return {
|
|
1325
|
+
cfg: next,
|
|
1326
|
+
accountId: signalAccountId
|
|
1327
|
+
};
|
|
1328
|
+
},
|
|
1329
|
+
dmPolicy: dmPolicy$2,
|
|
1330
|
+
disable: (cfg) => setOnboardingChannelEnabled(cfg, channel$3, false)
|
|
1331
|
+
};
|
|
1332
|
+
|
|
1333
|
+
//#endregion
|
|
1334
|
+
//#region src/channels/plugins/onboarding/slack.ts
|
|
1335
|
+
const channel$2 = "slack";
|
|
1336
|
+
function buildSlackManifest(botName) {
|
|
1337
|
+
const safeName = botName.trim() || "RemoteClaw";
|
|
1338
|
+
const manifest = {
|
|
1339
|
+
display_information: {
|
|
1340
|
+
name: safeName,
|
|
1341
|
+
description: `${safeName} connector for RemoteClaw`
|
|
1342
|
+
},
|
|
1343
|
+
features: {
|
|
1344
|
+
bot_user: {
|
|
1345
|
+
display_name: safeName,
|
|
1346
|
+
always_online: false
|
|
1347
|
+
},
|
|
1348
|
+
app_home: {
|
|
1349
|
+
messages_tab_enabled: true,
|
|
1350
|
+
messages_tab_read_only_enabled: false
|
|
1351
|
+
},
|
|
1352
|
+
slash_commands: [{
|
|
1353
|
+
command: "/remoteclaw",
|
|
1354
|
+
description: "Send a message to RemoteClaw",
|
|
1355
|
+
should_escape: false
|
|
1356
|
+
}]
|
|
1357
|
+
},
|
|
1358
|
+
oauth_config: { scopes: { bot: [
|
|
1359
|
+
"chat:write",
|
|
1360
|
+
"channels:history",
|
|
1361
|
+
"channels:read",
|
|
1362
|
+
"groups:history",
|
|
1363
|
+
"im:history",
|
|
1364
|
+
"mpim:history",
|
|
1365
|
+
"users:read",
|
|
1366
|
+
"app_mentions:read",
|
|
1367
|
+
"reactions:read",
|
|
1368
|
+
"reactions:write",
|
|
1369
|
+
"pins:read",
|
|
1370
|
+
"pins:write",
|
|
1371
|
+
"emoji:read",
|
|
1372
|
+
"commands",
|
|
1373
|
+
"files:read",
|
|
1374
|
+
"files:write"
|
|
1375
|
+
] } },
|
|
1376
|
+
settings: {
|
|
1377
|
+
socket_mode_enabled: true,
|
|
1378
|
+
event_subscriptions: { bot_events: [
|
|
1379
|
+
"app_mention",
|
|
1380
|
+
"message.channels",
|
|
1381
|
+
"message.groups",
|
|
1382
|
+
"message.im",
|
|
1383
|
+
"message.mpim",
|
|
1384
|
+
"reaction_added",
|
|
1385
|
+
"reaction_removed",
|
|
1386
|
+
"member_joined_channel",
|
|
1387
|
+
"member_left_channel",
|
|
1388
|
+
"channel_rename",
|
|
1389
|
+
"pin_added",
|
|
1390
|
+
"pin_removed"
|
|
1391
|
+
] }
|
|
1392
|
+
}
|
|
1393
|
+
};
|
|
1394
|
+
return JSON.stringify(manifest, null, 2);
|
|
1395
|
+
}
|
|
1396
|
+
async function noteSlackTokenHelp(prompter, botName) {
|
|
1397
|
+
const manifest = buildSlackManifest(botName);
|
|
1398
|
+
await prompter.note([
|
|
1399
|
+
"1) Slack API → Create App → From scratch",
|
|
1400
|
+
"2) Add Socket Mode + enable it to get the app-level token (xapp-...)",
|
|
1401
|
+
"3) OAuth & Permissions → install app to workspace (xoxb- bot token)",
|
|
1402
|
+
"4) Enable Event Subscriptions (socket) for message events",
|
|
1403
|
+
"5) App Home → enable the Messages tab for DMs",
|
|
1404
|
+
"Tip: set SLACK_BOT_TOKEN + SLACK_APP_TOKEN in your env.",
|
|
1405
|
+
`Docs: ${formatDocsLink("/slack", "slack")}`,
|
|
1406
|
+
"",
|
|
1407
|
+
"Manifest (JSON):",
|
|
1408
|
+
manifest
|
|
1409
|
+
].join("\n"), "Slack socket mode tokens");
|
|
1410
|
+
}
|
|
1411
|
+
async function promptSlackTokens(prompter) {
|
|
1412
|
+
return {
|
|
1413
|
+
botToken: String(await prompter.text({
|
|
1414
|
+
message: "Enter Slack bot token (xoxb-...)",
|
|
1415
|
+
validate: (value) => value?.trim() ? void 0 : "Required"
|
|
1416
|
+
})).trim(),
|
|
1417
|
+
appToken: String(await prompter.text({
|
|
1418
|
+
message: "Enter Slack app token (xapp-...)",
|
|
1419
|
+
validate: (value) => value?.trim() ? void 0 : "Required"
|
|
1420
|
+
})).trim()
|
|
1421
|
+
};
|
|
1422
|
+
}
|
|
1423
|
+
function setSlackChannelAllowlist(cfg, accountId, channelKeys) {
|
|
1424
|
+
return patchChannelConfigForAccount({
|
|
1425
|
+
cfg,
|
|
1426
|
+
channel: "slack",
|
|
1427
|
+
accountId,
|
|
1428
|
+
patch: { channels: Object.fromEntries(channelKeys.map((key) => [key, { allow: true }])) }
|
|
1429
|
+
});
|
|
1430
|
+
}
|
|
1431
|
+
async function promptSlackAllowFrom(params) {
|
|
1432
|
+
const accountId = resolveOnboardingAccountId({
|
|
1433
|
+
accountId: params.accountId,
|
|
1434
|
+
defaultAccountId: resolveDefaultSlackAccountId(params.cfg)
|
|
1435
|
+
});
|
|
1436
|
+
const resolved = resolveSlackAccount({
|
|
1437
|
+
cfg: params.cfg,
|
|
1438
|
+
accountId
|
|
1439
|
+
});
|
|
1440
|
+
const token = resolved.config.userToken ?? resolved.config.botToken ?? "";
|
|
1441
|
+
const existing = params.cfg.channels?.slack?.allowFrom ?? params.cfg.channels?.slack?.dm?.allowFrom ?? [];
|
|
1442
|
+
const parseId = (value) => parseMentionOrPrefixedId({
|
|
1443
|
+
value,
|
|
1444
|
+
mentionPattern: /^<@([A-Z0-9]+)>$/i,
|
|
1445
|
+
prefixPattern: /^(slack:|user:)/i,
|
|
1446
|
+
idPattern: /^[A-Z][A-Z0-9]+$/i,
|
|
1447
|
+
normalizeId: (id) => id.toUpperCase()
|
|
1448
|
+
});
|
|
1449
|
+
return promptLegacyChannelAllowFrom({
|
|
1450
|
+
cfg: params.cfg,
|
|
1451
|
+
channel: "slack",
|
|
1452
|
+
prompter: params.prompter,
|
|
1453
|
+
existing,
|
|
1454
|
+
token,
|
|
1455
|
+
noteTitle: "Slack allowlist",
|
|
1456
|
+
noteLines: [
|
|
1457
|
+
"Allowlist Slack DMs by username (we resolve to user ids).",
|
|
1458
|
+
"Examples:",
|
|
1459
|
+
"- U12345678",
|
|
1460
|
+
"- @alice",
|
|
1461
|
+
"Multiple entries: comma-separated.",
|
|
1462
|
+
`Docs: ${formatDocsLink("/slack", "slack")}`
|
|
1463
|
+
],
|
|
1464
|
+
message: "Slack allowFrom (usernames or ids)",
|
|
1465
|
+
placeholder: "@alice, U12345678",
|
|
1466
|
+
parseId,
|
|
1467
|
+
invalidWithoutTokenNote: "Slack token missing; use user ids (or mention form) only.",
|
|
1468
|
+
resolveEntries: ({ token, entries }) => resolveSlackUserAllowlist({
|
|
1469
|
+
token,
|
|
1470
|
+
entries
|
|
1471
|
+
})
|
|
1472
|
+
});
|
|
1473
|
+
}
|
|
1474
|
+
const dmPolicy$1 = {
|
|
1475
|
+
label: "Slack",
|
|
1476
|
+
channel: channel$2,
|
|
1477
|
+
policyKey: "channels.slack.dmPolicy",
|
|
1478
|
+
allowFromKey: "channels.slack.allowFrom",
|
|
1479
|
+
getCurrent: (cfg) => cfg.channels?.slack?.dmPolicy ?? cfg.channels?.slack?.dm?.policy ?? "pairing",
|
|
1480
|
+
setPolicy: (cfg, policy) => setLegacyChannelDmPolicyWithAllowFrom({
|
|
1481
|
+
cfg,
|
|
1482
|
+
channel: "slack",
|
|
1483
|
+
dmPolicy: policy
|
|
1484
|
+
}),
|
|
1485
|
+
promptAllowFrom: promptSlackAllowFrom
|
|
1486
|
+
};
|
|
1487
|
+
const slackOnboardingAdapter = {
|
|
1488
|
+
channel: channel$2,
|
|
1489
|
+
getStatus: async ({ cfg }) => {
|
|
1490
|
+
const configured = listSlackAccountIds(cfg).some((accountId) => {
|
|
1491
|
+
const account = resolveSlackAccount({
|
|
1492
|
+
cfg,
|
|
1493
|
+
accountId
|
|
1494
|
+
});
|
|
1495
|
+
return Boolean(account.botToken && account.appToken);
|
|
1496
|
+
});
|
|
1497
|
+
return {
|
|
1498
|
+
channel: channel$2,
|
|
1499
|
+
configured,
|
|
1500
|
+
statusLines: [`Slack: ${configured ? "configured" : "needs tokens"}`],
|
|
1501
|
+
selectionHint: configured ? "configured" : "needs tokens",
|
|
1502
|
+
quickstartScore: configured ? 2 : 1
|
|
1503
|
+
};
|
|
1504
|
+
},
|
|
1505
|
+
configure: async ({ cfg, prompter, accountOverrides, shouldPromptAccountIds }) => {
|
|
1506
|
+
const defaultSlackAccountId = resolveDefaultSlackAccountId(cfg);
|
|
1507
|
+
const slackAccountId = await resolveAccountIdForConfigure({
|
|
1508
|
+
cfg,
|
|
1509
|
+
prompter,
|
|
1510
|
+
label: "Slack",
|
|
1511
|
+
accountOverride: accountOverrides.slack,
|
|
1512
|
+
shouldPromptAccountIds,
|
|
1513
|
+
listAccountIds: listSlackAccountIds,
|
|
1514
|
+
defaultAccountId: defaultSlackAccountId
|
|
1515
|
+
});
|
|
1516
|
+
let next = cfg;
|
|
1517
|
+
const resolvedAccount = resolveSlackAccount({
|
|
1518
|
+
cfg: next,
|
|
1519
|
+
accountId: slackAccountId
|
|
1520
|
+
});
|
|
1521
|
+
const accountConfigured = Boolean(resolvedAccount.botToken && resolvedAccount.appToken);
|
|
1522
|
+
const canUseEnv = slackAccountId === DEFAULT_ACCOUNT_ID && Boolean(process.env.SLACK_BOT_TOKEN?.trim()) && Boolean(process.env.SLACK_APP_TOKEN?.trim());
|
|
1523
|
+
const hasConfigTokens = Boolean(resolvedAccount.config.botToken && resolvedAccount.config.appToken);
|
|
1524
|
+
let botToken = null;
|
|
1525
|
+
let appToken = null;
|
|
1526
|
+
const slackBotName = String(await prompter.text({
|
|
1527
|
+
message: "Slack bot display name (used for manifest)",
|
|
1528
|
+
initialValue: "RemoteClaw"
|
|
1529
|
+
})).trim();
|
|
1530
|
+
if (!accountConfigured) await noteSlackTokenHelp(prompter, slackBotName);
|
|
1531
|
+
if (canUseEnv && (!resolvedAccount.config.botToken || !resolvedAccount.config.appToken)) if (await prompter.confirm({
|
|
1532
|
+
message: "SLACK_BOT_TOKEN + SLACK_APP_TOKEN detected. Use env vars?",
|
|
1533
|
+
initialValue: true
|
|
1534
|
+
})) next = patchChannelConfigForAccount({
|
|
1535
|
+
cfg: next,
|
|
1536
|
+
channel: "slack",
|
|
1537
|
+
accountId: slackAccountId,
|
|
1538
|
+
patch: {}
|
|
1539
|
+
});
|
|
1540
|
+
else ({botToken, appToken} = await promptSlackTokens(prompter));
|
|
1541
|
+
else if (hasConfigTokens) {
|
|
1542
|
+
if (!await prompter.confirm({
|
|
1543
|
+
message: "Slack tokens already configured. Keep them?",
|
|
1544
|
+
initialValue: true
|
|
1545
|
+
})) ({botToken, appToken} = await promptSlackTokens(prompter));
|
|
1546
|
+
} else ({botToken, appToken} = await promptSlackTokens(prompter));
|
|
1547
|
+
if (botToken && appToken) next = patchChannelConfigForAccount({
|
|
1548
|
+
cfg: next,
|
|
1549
|
+
channel: "slack",
|
|
1550
|
+
accountId: slackAccountId,
|
|
1551
|
+
patch: {
|
|
1552
|
+
botToken,
|
|
1553
|
+
appToken
|
|
1554
|
+
}
|
|
1555
|
+
});
|
|
1556
|
+
next = await configureChannelAccessWithAllowlist({
|
|
1557
|
+
cfg: next,
|
|
1558
|
+
prompter,
|
|
1559
|
+
label: "Slack channels",
|
|
1560
|
+
currentPolicy: resolvedAccount.config.groupPolicy ?? "allowlist",
|
|
1561
|
+
currentEntries: Object.entries(resolvedAccount.config.channels ?? {}).filter(([, value]) => value?.allow !== false && value?.enabled !== false).map(([key]) => key),
|
|
1562
|
+
placeholder: "#general, #private, C123",
|
|
1563
|
+
updatePrompt: Boolean(resolvedAccount.config.channels),
|
|
1564
|
+
setPolicy: (cfg, policy) => setAccountGroupPolicyForChannel({
|
|
1565
|
+
cfg,
|
|
1566
|
+
channel: "slack",
|
|
1567
|
+
accountId: slackAccountId,
|
|
1568
|
+
groupPolicy: policy
|
|
1569
|
+
}),
|
|
1570
|
+
resolveAllowlist: async ({ cfg, entries }) => {
|
|
1571
|
+
let keys = entries;
|
|
1572
|
+
const accountWithTokens = resolveSlackAccount({
|
|
1573
|
+
cfg,
|
|
1574
|
+
accountId: slackAccountId
|
|
1575
|
+
});
|
|
1576
|
+
if (accountWithTokens.botToken && entries.length > 0) try {
|
|
1577
|
+
const resolved = await resolveSlackChannelAllowlist({
|
|
1578
|
+
token: accountWithTokens.botToken,
|
|
1579
|
+
entries
|
|
1580
|
+
});
|
|
1581
|
+
const resolvedKeys = resolved.filter((entry) => entry.resolved && entry.id).map((entry) => entry.id);
|
|
1582
|
+
const unresolved = resolved.filter((entry) => !entry.resolved).map((entry) => entry.input);
|
|
1583
|
+
keys = [...resolvedKeys, ...unresolved.map((entry) => entry.trim()).filter(Boolean)];
|
|
1584
|
+
await noteChannelLookupSummary({
|
|
1585
|
+
prompter,
|
|
1586
|
+
label: "Slack channels",
|
|
1587
|
+
resolvedSections: [{
|
|
1588
|
+
title: "Resolved",
|
|
1589
|
+
values: resolvedKeys
|
|
1590
|
+
}],
|
|
1591
|
+
unresolved
|
|
1592
|
+
});
|
|
1593
|
+
} catch (err) {
|
|
1594
|
+
await noteChannelLookupFailure({
|
|
1595
|
+
prompter,
|
|
1596
|
+
label: "Slack channels",
|
|
1597
|
+
error: err
|
|
1598
|
+
});
|
|
1599
|
+
}
|
|
1600
|
+
return keys;
|
|
1601
|
+
},
|
|
1602
|
+
applyAllowlist: ({ cfg, resolved }) => {
|
|
1603
|
+
return setSlackChannelAllowlist(cfg, slackAccountId, resolved);
|
|
1604
|
+
}
|
|
1605
|
+
});
|
|
1606
|
+
return {
|
|
1607
|
+
cfg: next,
|
|
1608
|
+
accountId: slackAccountId
|
|
1609
|
+
};
|
|
1610
|
+
},
|
|
1611
|
+
dmPolicy: dmPolicy$1,
|
|
1612
|
+
disable: (cfg) => setOnboardingChannelEnabled(cfg, channel$2, false)
|
|
1613
|
+
};
|
|
1614
|
+
|
|
1615
|
+
//#endregion
|
|
1616
|
+
//#region src/channels/plugins/onboarding/telegram.ts
|
|
1617
|
+
const channel$1 = "telegram";
|
|
1618
|
+
async function noteTelegramTokenHelp(prompter) {
|
|
1619
|
+
await prompter.note([
|
|
1620
|
+
"1) Open Telegram and chat with @BotFather",
|
|
1621
|
+
"2) Run /newbot (or /mybots)",
|
|
1622
|
+
"3) Copy the token (looks like 123456:ABC...)",
|
|
1623
|
+
"Tip: you can also set TELEGRAM_BOT_TOKEN in your env.",
|
|
1624
|
+
`Docs: ${formatDocsLink("/telegram")}`,
|
|
1625
|
+
"Website: https://remoteclaw.org"
|
|
1626
|
+
].join("\n"), "Telegram bot token");
|
|
1627
|
+
}
|
|
1628
|
+
async function noteTelegramUserIdHelp(prompter) {
|
|
1629
|
+
await prompter.note([
|
|
1630
|
+
`1) DM your bot, then read from.id in \`${formatCliCommand("remoteclaw logs --follow")}\` (safest)`,
|
|
1631
|
+
"2) Or call https://api.telegram.org/bot<bot_token>/getUpdates and read message.from.id",
|
|
1632
|
+
"3) Third-party: DM @userinfobot or @getidsbot",
|
|
1633
|
+
`Docs: ${formatDocsLink("/telegram")}`,
|
|
1634
|
+
"Website: https://remoteclaw.org"
|
|
1635
|
+
].join("\n"), "Telegram user id");
|
|
1636
|
+
}
|
|
1637
|
+
function normalizeTelegramAllowFromInput(raw) {
|
|
1638
|
+
return raw.trim().replace(/^(telegram|tg):/i, "").trim();
|
|
1639
|
+
}
|
|
1640
|
+
function parseTelegramAllowFromId(raw) {
|
|
1641
|
+
const stripped = normalizeTelegramAllowFromInput(raw);
|
|
1642
|
+
return /^\d+$/.test(stripped) ? stripped : null;
|
|
1643
|
+
}
|
|
1644
|
+
async function promptTelegramAllowFrom(params) {
|
|
1645
|
+
const { cfg, prompter, accountId } = params;
|
|
1646
|
+
const resolved = resolveTelegramAccount({
|
|
1647
|
+
cfg,
|
|
1648
|
+
accountId
|
|
1649
|
+
});
|
|
1650
|
+
const existingAllowFrom = resolved.config.allowFrom ?? [];
|
|
1651
|
+
await noteTelegramUserIdHelp(prompter);
|
|
1652
|
+
const token = resolved.token;
|
|
1653
|
+
if (!token) await prompter.note("Telegram token missing; username lookup is unavailable.", "Telegram");
|
|
1654
|
+
return patchChannelConfigForAccount({
|
|
1655
|
+
cfg,
|
|
1656
|
+
channel: "telegram",
|
|
1657
|
+
accountId,
|
|
1658
|
+
patch: {
|
|
1659
|
+
dmPolicy: "allowlist",
|
|
1660
|
+
allowFrom: await promptResolvedAllowFrom({
|
|
1661
|
+
prompter,
|
|
1662
|
+
existing: existingAllowFrom,
|
|
1663
|
+
token,
|
|
1664
|
+
message: "Telegram allowFrom (numeric sender id; @username resolves to id)",
|
|
1665
|
+
placeholder: "@username",
|
|
1666
|
+
label: "Telegram allowlist",
|
|
1667
|
+
parseInputs: splitOnboardingEntries,
|
|
1668
|
+
parseId: parseTelegramAllowFromId,
|
|
1669
|
+
invalidWithoutTokenNote: "Telegram token missing; use numeric sender ids (usernames require a bot token).",
|
|
1670
|
+
resolveEntries: async ({ token: tokenValue, entries }) => {
|
|
1671
|
+
return await Promise.all(entries.map(async (entry) => {
|
|
1672
|
+
const numericId = parseTelegramAllowFromId(entry);
|
|
1673
|
+
if (numericId) return {
|
|
1674
|
+
input: entry,
|
|
1675
|
+
resolved: true,
|
|
1676
|
+
id: numericId
|
|
1677
|
+
};
|
|
1678
|
+
const stripped = normalizeTelegramAllowFromInput(entry);
|
|
1679
|
+
if (!stripped) return {
|
|
1680
|
+
input: entry,
|
|
1681
|
+
resolved: false,
|
|
1682
|
+
id: null
|
|
1683
|
+
};
|
|
1684
|
+
const id = await fetchTelegramChatId({
|
|
1685
|
+
token: tokenValue,
|
|
1686
|
+
chatId: stripped.startsWith("@") ? stripped : `@${stripped}`
|
|
1687
|
+
});
|
|
1688
|
+
return {
|
|
1689
|
+
input: entry,
|
|
1690
|
+
resolved: Boolean(id),
|
|
1691
|
+
id
|
|
1692
|
+
};
|
|
1693
|
+
}));
|
|
1694
|
+
}
|
|
1695
|
+
})
|
|
1696
|
+
}
|
|
1697
|
+
});
|
|
1698
|
+
}
|
|
1699
|
+
async function promptTelegramAllowFromForAccount(params) {
|
|
1700
|
+
const accountId = resolveOnboardingAccountId({
|
|
1701
|
+
accountId: params.accountId,
|
|
1702
|
+
defaultAccountId: resolveDefaultTelegramAccountId(params.cfg)
|
|
1703
|
+
});
|
|
1704
|
+
return promptTelegramAllowFrom({
|
|
1705
|
+
cfg: params.cfg,
|
|
1706
|
+
prompter: params.prompter,
|
|
1707
|
+
accountId
|
|
1708
|
+
});
|
|
1709
|
+
}
|
|
1710
|
+
const dmPolicy = {
|
|
1711
|
+
label: "Telegram",
|
|
1712
|
+
channel: channel$1,
|
|
1713
|
+
policyKey: "channels.telegram.dmPolicy",
|
|
1714
|
+
allowFromKey: "channels.telegram.allowFrom",
|
|
1715
|
+
getCurrent: (cfg) => cfg.channels?.telegram?.dmPolicy ?? "pairing",
|
|
1716
|
+
setPolicy: (cfg, policy) => setChannelDmPolicyWithAllowFrom({
|
|
1717
|
+
cfg,
|
|
1718
|
+
channel: "telegram",
|
|
1719
|
+
dmPolicy: policy
|
|
1720
|
+
}),
|
|
1721
|
+
promptAllowFrom: promptTelegramAllowFromForAccount
|
|
1722
|
+
};
|
|
1723
|
+
const telegramOnboardingAdapter = {
|
|
1724
|
+
channel: channel$1,
|
|
1725
|
+
getStatus: async ({ cfg }) => {
|
|
1726
|
+
const configured = listTelegramAccountIds(cfg).some((accountId) => Boolean(resolveTelegramAccount({
|
|
1727
|
+
cfg,
|
|
1728
|
+
accountId
|
|
1729
|
+
}).token));
|
|
1730
|
+
return {
|
|
1731
|
+
channel: channel$1,
|
|
1732
|
+
configured,
|
|
1733
|
+
statusLines: [`Telegram: ${configured ? "configured" : "needs token"}`],
|
|
1734
|
+
selectionHint: configured ? "recommended · configured" : "recommended · newcomer-friendly",
|
|
1735
|
+
quickstartScore: configured ? 1 : 10
|
|
1736
|
+
};
|
|
1737
|
+
},
|
|
1738
|
+
configure: async ({ cfg, prompter, accountOverrides, shouldPromptAccountIds, forceAllowFrom }) => {
|
|
1739
|
+
const defaultTelegramAccountId = resolveDefaultTelegramAccountId(cfg);
|
|
1740
|
+
const telegramAccountId = await resolveAccountIdForConfigure({
|
|
1741
|
+
cfg,
|
|
1742
|
+
prompter,
|
|
1743
|
+
label: "Telegram",
|
|
1744
|
+
accountOverride: accountOverrides.telegram,
|
|
1745
|
+
shouldPromptAccountIds,
|
|
1746
|
+
listAccountIds: listTelegramAccountIds,
|
|
1747
|
+
defaultAccountId: defaultTelegramAccountId
|
|
1748
|
+
});
|
|
1749
|
+
let next = cfg;
|
|
1750
|
+
const resolvedAccount = resolveTelegramAccount({
|
|
1751
|
+
cfg: next,
|
|
1752
|
+
accountId: telegramAccountId
|
|
1753
|
+
});
|
|
1754
|
+
const accountConfigured = Boolean(resolvedAccount.token);
|
|
1755
|
+
const canUseEnv = telegramAccountId === DEFAULT_ACCOUNT_ID && !resolvedAccount.config.botToken && Boolean(process.env.TELEGRAM_BOT_TOKEN?.trim());
|
|
1756
|
+
const hasConfigToken = Boolean(resolvedAccount.config.botToken || resolvedAccount.config.tokenFile);
|
|
1757
|
+
if (!accountConfigured) await noteTelegramTokenHelp(prompter);
|
|
1758
|
+
const tokenResult = await promptSingleChannelToken({
|
|
1759
|
+
prompter,
|
|
1760
|
+
accountConfigured,
|
|
1761
|
+
canUseEnv,
|
|
1762
|
+
hasConfigToken,
|
|
1763
|
+
envPrompt: "TELEGRAM_BOT_TOKEN detected. Use env var?",
|
|
1764
|
+
keepPrompt: "Telegram token already configured. Keep it?",
|
|
1765
|
+
inputPrompt: "Enter Telegram bot token"
|
|
1766
|
+
});
|
|
1767
|
+
next = applySingleTokenPromptResult({
|
|
1768
|
+
cfg: next,
|
|
1769
|
+
channel: "telegram",
|
|
1770
|
+
accountId: telegramAccountId,
|
|
1771
|
+
tokenPatchKey: "botToken",
|
|
1772
|
+
tokenResult
|
|
1773
|
+
});
|
|
1774
|
+
if (forceAllowFrom) next = await promptTelegramAllowFrom({
|
|
1775
|
+
cfg: next,
|
|
1776
|
+
prompter,
|
|
1777
|
+
accountId: telegramAccountId
|
|
1778
|
+
});
|
|
1779
|
+
return {
|
|
1780
|
+
cfg: next,
|
|
1781
|
+
accountId: telegramAccountId
|
|
1782
|
+
};
|
|
1783
|
+
},
|
|
1784
|
+
dmPolicy,
|
|
1785
|
+
disable: (cfg) => setOnboardingChannelEnabled(cfg, channel$1, false)
|
|
1786
|
+
};
|
|
1787
|
+
|
|
1788
|
+
//#endregion
|
|
1789
|
+
//#region src/config/merge-config.ts
|
|
1790
|
+
function mergeConfigSection(base, patch, options = {}) {
|
|
1791
|
+
const next = { ...base ?? void 0 };
|
|
1792
|
+
for (const [key, value] of Object.entries(patch)) {
|
|
1793
|
+
if (value === void 0) {
|
|
1794
|
+
if (options.unsetOnUndefined?.includes(key)) delete next[key];
|
|
1795
|
+
continue;
|
|
1796
|
+
}
|
|
1797
|
+
next[key] = value;
|
|
1798
|
+
}
|
|
1799
|
+
return next;
|
|
1800
|
+
}
|
|
1801
|
+
function mergeWhatsAppConfig(cfg, patch, options) {
|
|
1802
|
+
return {
|
|
1803
|
+
...cfg,
|
|
1804
|
+
channels: {
|
|
1805
|
+
...cfg.channels,
|
|
1806
|
+
whatsapp: mergeConfigSection(cfg.channels?.whatsapp, patch, options)
|
|
1807
|
+
}
|
|
1808
|
+
};
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
//#endregion
|
|
1812
|
+
//#region src/channels/plugins/onboarding/whatsapp.ts
|
|
1813
|
+
const channel = "whatsapp";
|
|
1814
|
+
function setWhatsAppDmPolicy(cfg, dmPolicy) {
|
|
1815
|
+
return mergeWhatsAppConfig(cfg, { dmPolicy });
|
|
1816
|
+
}
|
|
1817
|
+
function setWhatsAppAllowFrom(cfg, allowFrom) {
|
|
1818
|
+
return mergeWhatsAppConfig(cfg, { allowFrom }, { unsetOnUndefined: ["allowFrom"] });
|
|
1819
|
+
}
|
|
1820
|
+
function setWhatsAppSelfChatMode(cfg, selfChatMode) {
|
|
1821
|
+
return mergeWhatsAppConfig(cfg, { selfChatMode });
|
|
1822
|
+
}
|
|
1823
|
+
async function detectWhatsAppLinked(cfg, accountId) {
|
|
1824
|
+
const { authDir } = resolveWhatsAppAuthDir({
|
|
1825
|
+
cfg,
|
|
1826
|
+
accountId
|
|
1827
|
+
});
|
|
1828
|
+
return await pathExists(path.join(authDir, "creds.json"));
|
|
1829
|
+
}
|
|
1830
|
+
async function promptWhatsAppOwnerAllowFrom(params) {
|
|
1831
|
+
const { prompter, existingAllowFrom } = params;
|
|
1832
|
+
await prompter.note("We need the sender/owner number so RemoteClaw can allowlist you.", "WhatsApp number");
|
|
1833
|
+
const entry = await prompter.text({
|
|
1834
|
+
message: "Your personal WhatsApp number (the phone you will message from)",
|
|
1835
|
+
placeholder: "+15555550123",
|
|
1836
|
+
initialValue: existingAllowFrom[0],
|
|
1837
|
+
validate: (value) => {
|
|
1838
|
+
const raw = String(value ?? "").trim();
|
|
1839
|
+
if (!raw) return "Required";
|
|
1840
|
+
if (!normalizeE164(raw)) return `Invalid number: ${raw}`;
|
|
1841
|
+
}
|
|
1842
|
+
});
|
|
1843
|
+
const normalized = normalizeE164(String(entry).trim());
|
|
1844
|
+
if (!normalized) throw new Error("Invalid WhatsApp owner number (expected E.164 after validation).");
|
|
1845
|
+
return {
|
|
1846
|
+
normalized,
|
|
1847
|
+
allowFrom: normalizeAllowFromEntries([...existingAllowFrom.filter((item) => item !== "*"), normalized], normalizeE164)
|
|
1848
|
+
};
|
|
1849
|
+
}
|
|
1850
|
+
async function applyWhatsAppOwnerAllowlist(params) {
|
|
1851
|
+
const { normalized, allowFrom } = await promptWhatsAppOwnerAllowFrom({
|
|
1852
|
+
prompter: params.prompter,
|
|
1853
|
+
existingAllowFrom: params.existingAllowFrom
|
|
1854
|
+
});
|
|
1855
|
+
let next = setWhatsAppSelfChatMode(params.cfg, true);
|
|
1856
|
+
next = setWhatsAppDmPolicy(next, "allowlist");
|
|
1857
|
+
next = setWhatsAppAllowFrom(next, allowFrom);
|
|
1858
|
+
await params.prompter.note([...params.messageLines, `- allowFrom includes ${normalized}`].join("\n"), params.title);
|
|
1859
|
+
return next;
|
|
1860
|
+
}
|
|
1861
|
+
function parseWhatsAppAllowFromEntries(raw) {
|
|
1862
|
+
const parts = splitOnboardingEntries(raw);
|
|
1863
|
+
if (parts.length === 0) return { entries: [] };
|
|
1864
|
+
const entries = [];
|
|
1865
|
+
for (const part of parts) {
|
|
1866
|
+
if (part === "*") {
|
|
1867
|
+
entries.push("*");
|
|
1868
|
+
continue;
|
|
1869
|
+
}
|
|
1870
|
+
const normalized = normalizeE164(part);
|
|
1871
|
+
if (!normalized) return {
|
|
1872
|
+
entries: [],
|
|
1873
|
+
invalidEntry: part
|
|
1874
|
+
};
|
|
1875
|
+
entries.push(normalized);
|
|
1876
|
+
}
|
|
1877
|
+
return { entries: normalizeAllowFromEntries(entries, normalizeE164) };
|
|
1878
|
+
}
|
|
1879
|
+
async function promptWhatsAppAllowFrom(cfg, _runtime, prompter, options) {
|
|
1880
|
+
const existingPolicy = cfg.channels?.whatsapp?.dmPolicy ?? "pairing";
|
|
1881
|
+
const existingAllowFrom = cfg.channels?.whatsapp?.allowFrom ?? [];
|
|
1882
|
+
const existingLabel = existingAllowFrom.length > 0 ? existingAllowFrom.join(", ") : "unset";
|
|
1883
|
+
if (options?.forceAllowlist) return await applyWhatsAppOwnerAllowlist({
|
|
1884
|
+
cfg,
|
|
1885
|
+
prompter,
|
|
1886
|
+
existingAllowFrom,
|
|
1887
|
+
title: "WhatsApp allowlist",
|
|
1888
|
+
messageLines: ["Allowlist mode enabled."]
|
|
1889
|
+
});
|
|
1890
|
+
await prompter.note([
|
|
1891
|
+
"WhatsApp direct chats are gated by `channels.whatsapp.dmPolicy` + `channels.whatsapp.allowFrom`.",
|
|
1892
|
+
"- pairing (default): unknown senders get a pairing code; owner approves",
|
|
1893
|
+
"- allowlist: unknown senders are blocked",
|
|
1894
|
+
"- open: public inbound DMs (requires allowFrom to include \"*\")",
|
|
1895
|
+
"- disabled: ignore WhatsApp DMs",
|
|
1896
|
+
"",
|
|
1897
|
+
`Current: dmPolicy=${existingPolicy}, allowFrom=${existingLabel}`,
|
|
1898
|
+
`Docs: ${formatDocsLink("/whatsapp", "whatsapp")}`
|
|
1899
|
+
].join("\n"), "WhatsApp DM access");
|
|
1900
|
+
if (await prompter.select({
|
|
1901
|
+
message: "WhatsApp phone setup",
|
|
1902
|
+
options: [{
|
|
1903
|
+
value: "personal",
|
|
1904
|
+
label: "This is my personal phone number"
|
|
1905
|
+
}, {
|
|
1906
|
+
value: "separate",
|
|
1907
|
+
label: "Separate phone just for RemoteClaw"
|
|
1908
|
+
}]
|
|
1909
|
+
}) === "personal") return await applyWhatsAppOwnerAllowlist({
|
|
1910
|
+
cfg,
|
|
1911
|
+
prompter,
|
|
1912
|
+
existingAllowFrom,
|
|
1913
|
+
title: "WhatsApp personal phone",
|
|
1914
|
+
messageLines: ["Personal phone mode enabled.", "- dmPolicy set to allowlist (pairing skipped)"]
|
|
1915
|
+
});
|
|
1916
|
+
const policy = await prompter.select({
|
|
1917
|
+
message: "WhatsApp DM policy",
|
|
1918
|
+
options: [
|
|
1919
|
+
{
|
|
1920
|
+
value: "pairing",
|
|
1921
|
+
label: "Pairing (recommended)"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
value: "allowlist",
|
|
1925
|
+
label: "Allowlist only (block unknown senders)"
|
|
1926
|
+
},
|
|
1927
|
+
{
|
|
1928
|
+
value: "open",
|
|
1929
|
+
label: "Open (public inbound DMs)"
|
|
1930
|
+
},
|
|
1931
|
+
{
|
|
1932
|
+
value: "disabled",
|
|
1933
|
+
label: "Disabled (ignore WhatsApp DMs)"
|
|
1934
|
+
}
|
|
1935
|
+
]
|
|
1936
|
+
});
|
|
1937
|
+
let next = setWhatsAppSelfChatMode(cfg, false);
|
|
1938
|
+
next = setWhatsAppDmPolicy(next, policy);
|
|
1939
|
+
if (policy === "open") {
|
|
1940
|
+
const allowFrom = normalizeAllowFromEntries(["*", ...existingAllowFrom], normalizeE164);
|
|
1941
|
+
next = setWhatsAppAllowFrom(next, allowFrom.length > 0 ? allowFrom : ["*"]);
|
|
1942
|
+
return next;
|
|
1943
|
+
}
|
|
1944
|
+
if (policy === "disabled") return next;
|
|
1945
|
+
const allowOptions = existingAllowFrom.length > 0 ? [
|
|
1946
|
+
{
|
|
1947
|
+
value: "keep",
|
|
1948
|
+
label: "Keep current allowFrom"
|
|
1949
|
+
},
|
|
1950
|
+
{
|
|
1951
|
+
value: "unset",
|
|
1952
|
+
label: "Unset allowFrom (use pairing approvals only)"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
value: "list",
|
|
1956
|
+
label: "Set allowFrom to specific numbers"
|
|
1957
|
+
}
|
|
1958
|
+
] : [{
|
|
1959
|
+
value: "unset",
|
|
1960
|
+
label: "Unset allowFrom (default)"
|
|
1961
|
+
}, {
|
|
1962
|
+
value: "list",
|
|
1963
|
+
label: "Set allowFrom to specific numbers"
|
|
1964
|
+
}];
|
|
1965
|
+
const mode = await prompter.select({
|
|
1966
|
+
message: "WhatsApp allowFrom (optional pre-allowlist)",
|
|
1967
|
+
options: allowOptions.map((opt) => ({
|
|
1968
|
+
value: opt.value,
|
|
1969
|
+
label: opt.label
|
|
1970
|
+
}))
|
|
1971
|
+
});
|
|
1972
|
+
if (mode === "keep") {} else if (mode === "unset") next = setWhatsAppAllowFrom(next, void 0);
|
|
1973
|
+
else {
|
|
1974
|
+
const allowRaw = await prompter.text({
|
|
1975
|
+
message: "Allowed sender numbers (comma-separated, E.164)",
|
|
1976
|
+
placeholder: "+15555550123, +447700900123",
|
|
1977
|
+
validate: (value) => {
|
|
1978
|
+
const raw = String(value ?? "").trim();
|
|
1979
|
+
if (!raw) return "Required";
|
|
1980
|
+
const parsed = parseWhatsAppAllowFromEntries(raw);
|
|
1981
|
+
if (parsed.entries.length === 0 && !parsed.invalidEntry) return "Required";
|
|
1982
|
+
if (parsed.invalidEntry) return `Invalid number: ${parsed.invalidEntry}`;
|
|
1983
|
+
}
|
|
1984
|
+
});
|
|
1985
|
+
const parsed = parseWhatsAppAllowFromEntries(String(allowRaw));
|
|
1986
|
+
next = setWhatsAppAllowFrom(next, parsed.entries);
|
|
1987
|
+
}
|
|
1988
|
+
return next;
|
|
1989
|
+
}
|
|
1990
|
+
const whatsappOnboardingAdapter = {
|
|
1991
|
+
channel,
|
|
1992
|
+
getStatus: async ({ cfg, accountOverrides }) => {
|
|
1993
|
+
const defaultAccountId = resolveDefaultWhatsAppAccountId(cfg);
|
|
1994
|
+
const accountId = resolveOnboardingAccountId({
|
|
1995
|
+
accountId: accountOverrides.whatsapp,
|
|
1996
|
+
defaultAccountId
|
|
1997
|
+
});
|
|
1998
|
+
const linked = await detectWhatsAppLinked(cfg, accountId);
|
|
1999
|
+
return {
|
|
2000
|
+
channel,
|
|
2001
|
+
configured: linked,
|
|
2002
|
+
statusLines: [`WhatsApp (${accountId === DEFAULT_ACCOUNT_ID ? "default" : accountId}): ${linked ? "linked" : "not linked"}`],
|
|
2003
|
+
selectionHint: linked ? "linked" : "not linked",
|
|
2004
|
+
quickstartScore: linked ? 5 : 4
|
|
2005
|
+
};
|
|
2006
|
+
},
|
|
2007
|
+
configure: async ({ cfg, runtime, prompter, options, accountOverrides, shouldPromptAccountIds, forceAllowFrom }) => {
|
|
2008
|
+
const accountId = await resolveAccountIdForConfigure({
|
|
2009
|
+
cfg,
|
|
2010
|
+
prompter,
|
|
2011
|
+
label: "WhatsApp",
|
|
2012
|
+
accountOverride: accountOverrides.whatsapp,
|
|
2013
|
+
shouldPromptAccountIds: Boolean(shouldPromptAccountIds || options?.promptWhatsAppAccountId),
|
|
2014
|
+
listAccountIds: listWhatsAppAccountIds,
|
|
2015
|
+
defaultAccountId: resolveDefaultWhatsAppAccountId(cfg)
|
|
2016
|
+
});
|
|
2017
|
+
let next = cfg;
|
|
2018
|
+
if (accountId !== DEFAULT_ACCOUNT_ID) next = {
|
|
2019
|
+
...next,
|
|
2020
|
+
channels: {
|
|
2021
|
+
...next.channels,
|
|
2022
|
+
whatsapp: {
|
|
2023
|
+
...next.channels?.whatsapp,
|
|
2024
|
+
accounts: {
|
|
2025
|
+
...next.channels?.whatsapp?.accounts,
|
|
2026
|
+
[accountId]: {
|
|
2027
|
+
...next.channels?.whatsapp?.accounts?.[accountId],
|
|
2028
|
+
enabled: next.channels?.whatsapp?.accounts?.[accountId]?.enabled ?? true
|
|
2029
|
+
}
|
|
2030
|
+
}
|
|
2031
|
+
}
|
|
2032
|
+
}
|
|
2033
|
+
};
|
|
2034
|
+
const linked = await detectWhatsAppLinked(next, accountId);
|
|
2035
|
+
const { authDir } = resolveWhatsAppAuthDir({
|
|
2036
|
+
cfg: next,
|
|
2037
|
+
accountId
|
|
2038
|
+
});
|
|
2039
|
+
if (!linked) await prompter.note([
|
|
2040
|
+
"Scan the QR with WhatsApp on your phone.",
|
|
2041
|
+
`Credentials are stored under ${authDir}/ for future runs.`,
|
|
2042
|
+
`Docs: ${formatDocsLink("/whatsapp", "whatsapp")}`
|
|
2043
|
+
].join("\n"), "WhatsApp linking");
|
|
2044
|
+
if (await prompter.confirm({
|
|
2045
|
+
message: linked ? "WhatsApp already linked. Re-link now?" : "Link WhatsApp now (QR)?",
|
|
2046
|
+
initialValue: !linked
|
|
2047
|
+
})) try {
|
|
2048
|
+
await loginWeb(false, void 0, runtime, accountId);
|
|
2049
|
+
} catch (err) {
|
|
2050
|
+
runtime.error(`WhatsApp login failed: ${String(err)}`);
|
|
2051
|
+
await prompter.note(`Docs: ${formatDocsLink("/whatsapp", "whatsapp")}`, "WhatsApp help");
|
|
2052
|
+
}
|
|
2053
|
+
else if (!linked) await prompter.note(`Run \`${formatCliCommand("remoteclaw channels login")}\` later to link WhatsApp.`, "WhatsApp");
|
|
2054
|
+
next = await promptWhatsAppAllowFrom(next, runtime, prompter, { forceAllowlist: forceAllowFrom });
|
|
2055
|
+
return {
|
|
2056
|
+
cfg: next,
|
|
2057
|
+
accountId
|
|
2058
|
+
};
|
|
2059
|
+
},
|
|
2060
|
+
onAccountRecorded: (accountId, options) => {
|
|
2061
|
+
options?.onWhatsAppAccountId?.(accountId);
|
|
2062
|
+
}
|
|
2063
|
+
};
|
|
2064
|
+
|
|
2065
|
+
//#endregion
|
|
2066
|
+
//#region src/commands/onboarding/registry.ts
|
|
2067
|
+
const BUILTIN_ONBOARDING_ADAPTERS = [
|
|
2068
|
+
telegramOnboardingAdapter,
|
|
2069
|
+
whatsappOnboardingAdapter,
|
|
2070
|
+
discordOnboardingAdapter,
|
|
2071
|
+
slackOnboardingAdapter,
|
|
2072
|
+
signalOnboardingAdapter,
|
|
2073
|
+
imessageOnboardingAdapter
|
|
2074
|
+
];
|
|
2075
|
+
const CHANNEL_ONBOARDING_ADAPTERS = () => {
|
|
2076
|
+
const fromRegistry = listChannelPlugins().map((plugin) => plugin.onboarding ? [plugin.id, plugin.onboarding] : null).filter((entry) => Boolean(entry));
|
|
2077
|
+
const fromBuiltins = BUILTIN_ONBOARDING_ADAPTERS.map((adapter) => [adapter.channel, adapter]);
|
|
2078
|
+
return new Map([...fromBuiltins, ...fromRegistry]);
|
|
2079
|
+
};
|
|
2080
|
+
function getChannelOnboardingAdapter(channel) {
|
|
2081
|
+
return CHANNEL_ONBOARDING_ADAPTERS().get(channel);
|
|
2082
|
+
}
|
|
2083
|
+
function listChannelOnboardingAdapters() {
|
|
2084
|
+
return Array.from(CHANNEL_ONBOARDING_ADAPTERS().values());
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
//#endregion
|
|
2088
|
+
//#region src/commands/onboard-channels.ts
|
|
2089
|
+
var onboard_channels_exports = /* @__PURE__ */ __exportAll({
|
|
2090
|
+
noteChannelStatus: () => noteChannelStatus,
|
|
2091
|
+
setupChannels: () => setupChannels
|
|
2092
|
+
});
|
|
2093
|
+
function formatAccountLabel(accountId) {
|
|
2094
|
+
return accountId === DEFAULT_ACCOUNT_ID ? "default (primary)" : accountId;
|
|
2095
|
+
}
|
|
2096
|
+
async function promptConfiguredAction(params) {
|
|
2097
|
+
const { prompter, label, supportsDisable, supportsDelete } = params;
|
|
2098
|
+
const updateOption = {
|
|
2099
|
+
value: "update",
|
|
2100
|
+
label: "Modify settings"
|
|
2101
|
+
};
|
|
2102
|
+
const disableOption = {
|
|
2103
|
+
value: "disable",
|
|
2104
|
+
label: "Disable (keeps config)"
|
|
2105
|
+
};
|
|
2106
|
+
const deleteOption = {
|
|
2107
|
+
value: "delete",
|
|
2108
|
+
label: "Delete config"
|
|
2109
|
+
};
|
|
2110
|
+
const skipOption = {
|
|
2111
|
+
value: "skip",
|
|
2112
|
+
label: "Skip (leave as-is)"
|
|
2113
|
+
};
|
|
2114
|
+
const options = [
|
|
2115
|
+
updateOption,
|
|
2116
|
+
...supportsDisable ? [disableOption] : [],
|
|
2117
|
+
...supportsDelete ? [deleteOption] : [],
|
|
2118
|
+
skipOption
|
|
2119
|
+
];
|
|
2120
|
+
return await prompter.select({
|
|
2121
|
+
message: `${label} already configured. What do you want to do?`,
|
|
2122
|
+
options,
|
|
2123
|
+
initialValue: "update"
|
|
2124
|
+
});
|
|
2125
|
+
}
|
|
2126
|
+
async function promptRemovalAccountId(params) {
|
|
2127
|
+
const { cfg, prompter, label, channel } = params;
|
|
2128
|
+
const plugin = getChannelPlugin(channel);
|
|
2129
|
+
if (!plugin) return DEFAULT_ACCOUNT_ID;
|
|
2130
|
+
const accountIds = plugin.config.listAccountIds(cfg).filter(Boolean);
|
|
2131
|
+
const defaultAccountId = resolveChannelDefaultAccountId({
|
|
2132
|
+
plugin,
|
|
2133
|
+
cfg,
|
|
2134
|
+
accountIds
|
|
2135
|
+
});
|
|
2136
|
+
if (accountIds.length <= 1) return defaultAccountId;
|
|
2137
|
+
return normalizeAccountId(await prompter.select({
|
|
2138
|
+
message: `${label} account`,
|
|
2139
|
+
options: accountIds.map((accountId) => ({
|
|
2140
|
+
value: accountId,
|
|
2141
|
+
label: formatAccountLabel(accountId)
|
|
2142
|
+
})),
|
|
2143
|
+
initialValue: defaultAccountId
|
|
2144
|
+
})) ?? defaultAccountId;
|
|
2145
|
+
}
|
|
2146
|
+
async function collectChannelStatus(params) {
|
|
2147
|
+
const installedPlugins = listChannelPlugins();
|
|
2148
|
+
const installedIds = new Set(installedPlugins.map((plugin) => plugin.id));
|
|
2149
|
+
const catalogEntries = listChannelPluginCatalogEntries({ workspaceDir: resolveAgentWorkspaceDir(params.cfg, resolveDefaultAgentId(params.cfg)) }).filter((entry) => !installedIds.has(entry.id));
|
|
2150
|
+
const statusEntries = await Promise.all(listChannelOnboardingAdapters().map((adapter) => adapter.getStatus({
|
|
2151
|
+
cfg: params.cfg,
|
|
2152
|
+
options: params.options,
|
|
2153
|
+
accountOverrides: params.accountOverrides
|
|
2154
|
+
})));
|
|
2155
|
+
const statusByChannel = new Map(statusEntries.map((entry) => [entry.channel, entry]));
|
|
2156
|
+
const fallbackStatuses = listChatChannels().filter((meta) => !statusByChannel.has(meta.id)).map((meta) => {
|
|
2157
|
+
const configured = isChannelConfigured(params.cfg, meta.id);
|
|
2158
|
+
const statusLabel = configured ? "configured (plugin disabled)" : "not configured";
|
|
2159
|
+
return {
|
|
2160
|
+
channel: meta.id,
|
|
2161
|
+
configured,
|
|
2162
|
+
statusLines: [`${meta.label}: ${statusLabel}`],
|
|
2163
|
+
selectionHint: configured ? "configured · plugin disabled" : "not configured",
|
|
2164
|
+
quickstartScore: 0
|
|
2165
|
+
};
|
|
2166
|
+
});
|
|
2167
|
+
const catalogStatuses = catalogEntries.map((entry) => ({
|
|
2168
|
+
channel: entry.id,
|
|
2169
|
+
configured: false,
|
|
2170
|
+
statusLines: [`${entry.meta.label}: install plugin to enable`],
|
|
2171
|
+
selectionHint: "plugin · install",
|
|
2172
|
+
quickstartScore: 0
|
|
2173
|
+
}));
|
|
2174
|
+
const combinedStatuses = [
|
|
2175
|
+
...statusEntries,
|
|
2176
|
+
...fallbackStatuses,
|
|
2177
|
+
...catalogStatuses
|
|
2178
|
+
];
|
|
2179
|
+
return {
|
|
2180
|
+
installedPlugins,
|
|
2181
|
+
catalogEntries,
|
|
2182
|
+
statusByChannel: new Map(combinedStatuses.map((entry) => [entry.channel, entry])),
|
|
2183
|
+
statusLines: combinedStatuses.flatMap((entry) => entry.statusLines)
|
|
2184
|
+
};
|
|
2185
|
+
}
|
|
2186
|
+
async function noteChannelStatus(params) {
|
|
2187
|
+
const { statusLines } = await collectChannelStatus({
|
|
2188
|
+
cfg: params.cfg,
|
|
2189
|
+
options: params.options,
|
|
2190
|
+
accountOverrides: params.accountOverrides ?? {}
|
|
2191
|
+
});
|
|
2192
|
+
if (statusLines.length > 0) await params.prompter.note(statusLines.join("\n"), "Channel status");
|
|
2193
|
+
}
|
|
2194
|
+
async function noteChannelPrimer(prompter, channels) {
|
|
2195
|
+
const channelLines = channels.map((channel) => formatChannelPrimerLine({
|
|
2196
|
+
id: channel.id,
|
|
2197
|
+
label: channel.label,
|
|
2198
|
+
selectionLabel: channel.label,
|
|
2199
|
+
docsPath: "/",
|
|
2200
|
+
blurb: channel.blurb
|
|
2201
|
+
}));
|
|
2202
|
+
await prompter.note([
|
|
2203
|
+
"DM security: default is pairing; unknown DMs get a pairing code.",
|
|
2204
|
+
`Approve with: ${formatCliCommand("remoteclaw pairing approve <channel> <code>")}`,
|
|
2205
|
+
"Public DMs require dmPolicy=\"open\" + allowFrom=[\"*\"].",
|
|
2206
|
+
"Multi-user DMs: run: " + formatCliCommand("remoteclaw config set session.dmScope \"per-channel-peer\"") + " (or \"per-account-channel-peer\" for multi-account channels) to isolate sessions.",
|
|
2207
|
+
`Docs: ${formatDocsLink("/channels/pairing", "channels/pairing")}`,
|
|
2208
|
+
"",
|
|
2209
|
+
...channelLines
|
|
2210
|
+
].join("\n"), "How channels work");
|
|
2211
|
+
}
|
|
2212
|
+
function resolveQuickstartDefault(statusByChannel) {
|
|
2213
|
+
let best = null;
|
|
2214
|
+
for (const [channel, status] of statusByChannel) {
|
|
2215
|
+
if (status.quickstartScore == null) continue;
|
|
2216
|
+
if (!best || status.quickstartScore > best.score) best = {
|
|
2217
|
+
channel,
|
|
2218
|
+
score: status.quickstartScore
|
|
2219
|
+
};
|
|
2220
|
+
}
|
|
2221
|
+
return best?.channel;
|
|
2222
|
+
}
|
|
2223
|
+
async function maybeConfigureDmPolicies(params) {
|
|
2224
|
+
const { selection, prompter, accountIdsByChannel } = params;
|
|
2225
|
+
const dmPolicies = selection.map((channel) => getChannelOnboardingAdapter(channel)?.dmPolicy).filter(Boolean);
|
|
2226
|
+
if (dmPolicies.length === 0) return params.cfg;
|
|
2227
|
+
if (!await prompter.confirm({
|
|
2228
|
+
message: "Configure DM access policies now? (default: pairing)",
|
|
2229
|
+
initialValue: false
|
|
2230
|
+
})) return params.cfg;
|
|
2231
|
+
let cfg = params.cfg;
|
|
2232
|
+
const selectPolicy = async (policy) => {
|
|
2233
|
+
await prompter.note([
|
|
2234
|
+
"Default: pairing (unknown DMs get a pairing code).",
|
|
2235
|
+
`Approve: ${formatCliCommand(`remoteclaw pairing approve ${policy.channel} <code>`)}`,
|
|
2236
|
+
`Allowlist DMs: ${policy.policyKey}="allowlist" + ${policy.allowFromKey} entries.`,
|
|
2237
|
+
`Public DMs: ${policy.policyKey}="open" + ${policy.allowFromKey} includes "*".`,
|
|
2238
|
+
"Multi-user DMs: run: " + formatCliCommand("remoteclaw config set session.dmScope \"per-channel-peer\"") + " (or \"per-account-channel-peer\" for multi-account channels) to isolate sessions.",
|
|
2239
|
+
`Docs: ${formatDocsLink("/channels/pairing", "channels/pairing")}`
|
|
2240
|
+
].join("\n"), `${policy.label} DM access`);
|
|
2241
|
+
return await prompter.select({
|
|
2242
|
+
message: `${policy.label} DM policy`,
|
|
2243
|
+
options: [
|
|
2244
|
+
{
|
|
2245
|
+
value: "pairing",
|
|
2246
|
+
label: "Pairing (recommended)"
|
|
2247
|
+
},
|
|
2248
|
+
{
|
|
2249
|
+
value: "allowlist",
|
|
2250
|
+
label: "Allowlist (specific users only)"
|
|
2251
|
+
},
|
|
2252
|
+
{
|
|
2253
|
+
value: "open",
|
|
2254
|
+
label: "Open (public inbound DMs)"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
value: "disabled",
|
|
2258
|
+
label: "Disabled (ignore DMs)"
|
|
2259
|
+
}
|
|
2260
|
+
]
|
|
2261
|
+
});
|
|
2262
|
+
};
|
|
2263
|
+
for (const policy of dmPolicies) {
|
|
2264
|
+
const current = policy.getCurrent(cfg);
|
|
2265
|
+
const nextPolicy = await selectPolicy(policy);
|
|
2266
|
+
if (nextPolicy !== current) cfg = policy.setPolicy(cfg, nextPolicy);
|
|
2267
|
+
if (nextPolicy === "allowlist" && policy.promptAllowFrom) cfg = await policy.promptAllowFrom({
|
|
2268
|
+
cfg,
|
|
2269
|
+
prompter,
|
|
2270
|
+
accountId: accountIdsByChannel?.get(policy.channel)
|
|
2271
|
+
});
|
|
2272
|
+
}
|
|
2273
|
+
return cfg;
|
|
2274
|
+
}
|
|
2275
|
+
async function setupChannels(cfg, runtime, prompter, options) {
|
|
2276
|
+
let next = cfg;
|
|
2277
|
+
const forceAllowFromChannels = new Set(options?.forceAllowFromChannels ?? []);
|
|
2278
|
+
const accountOverrides = { ...options?.accountIds };
|
|
2279
|
+
if (options?.whatsappAccountId?.trim()) accountOverrides.whatsapp = options.whatsappAccountId.trim();
|
|
2280
|
+
const { installedPlugins, catalogEntries, statusByChannel, statusLines } = await collectChannelStatus({
|
|
2281
|
+
cfg: next,
|
|
2282
|
+
options,
|
|
2283
|
+
accountOverrides
|
|
2284
|
+
});
|
|
2285
|
+
if (!options?.skipStatusNote && statusLines.length > 0) await prompter.note(statusLines.join("\n"), "Channel status");
|
|
2286
|
+
if (!(options?.skipConfirm ? true : await prompter.confirm({
|
|
2287
|
+
message: "Configure chat channels now?",
|
|
2288
|
+
initialValue: true
|
|
2289
|
+
}))) return cfg;
|
|
2290
|
+
const corePrimer = listChatChannels().map((meta) => ({
|
|
2291
|
+
id: meta.id,
|
|
2292
|
+
label: meta.label,
|
|
2293
|
+
blurb: meta.blurb
|
|
2294
|
+
}));
|
|
2295
|
+
const coreIds = new Set(corePrimer.map((entry) => entry.id));
|
|
2296
|
+
await noteChannelPrimer(prompter, [
|
|
2297
|
+
...corePrimer,
|
|
2298
|
+
...installedPlugins.filter((plugin) => !coreIds.has(plugin.id)).map((plugin) => ({
|
|
2299
|
+
id: plugin.id,
|
|
2300
|
+
label: plugin.meta.label,
|
|
2301
|
+
blurb: plugin.meta.blurb
|
|
2302
|
+
})),
|
|
2303
|
+
...catalogEntries.filter((entry) => !coreIds.has(entry.id)).map((entry) => ({
|
|
2304
|
+
id: entry.id,
|
|
2305
|
+
label: entry.meta.label,
|
|
2306
|
+
blurb: entry.meta.blurb
|
|
2307
|
+
}))
|
|
2308
|
+
]);
|
|
2309
|
+
const quickstartDefault = options?.initialSelection?.[0] ?? resolveQuickstartDefault(statusByChannel);
|
|
2310
|
+
const shouldPromptAccountIds = options?.promptAccountIds === true;
|
|
2311
|
+
const accountIdsByChannel = /* @__PURE__ */ new Map();
|
|
2312
|
+
const recordAccount = (channel, accountId) => {
|
|
2313
|
+
options?.onAccountId?.(channel, accountId);
|
|
2314
|
+
getChannelOnboardingAdapter(channel)?.onAccountRecorded?.(accountId, options);
|
|
2315
|
+
accountIdsByChannel.set(channel, accountId);
|
|
2316
|
+
};
|
|
2317
|
+
const selection = [];
|
|
2318
|
+
const addSelection = (channel) => {
|
|
2319
|
+
if (!selection.includes(channel)) selection.push(channel);
|
|
2320
|
+
};
|
|
2321
|
+
const resolveDisabledHint = (channel) => {
|
|
2322
|
+
const plugin = getChannelPlugin(channel);
|
|
2323
|
+
if (!plugin) {
|
|
2324
|
+
if (next.plugins?.entries?.[channel]?.enabled === false) return "plugin disabled";
|
|
2325
|
+
if (next.plugins?.enabled === false) return "plugins disabled";
|
|
2326
|
+
return;
|
|
2327
|
+
}
|
|
2328
|
+
const accountId = resolveChannelDefaultAccountId({
|
|
2329
|
+
plugin,
|
|
2330
|
+
cfg: next
|
|
2331
|
+
});
|
|
2332
|
+
const account = plugin.config.resolveAccount(next, accountId);
|
|
2333
|
+
let enabled;
|
|
2334
|
+
if (plugin.config.isEnabled) enabled = plugin.config.isEnabled(account, next);
|
|
2335
|
+
else if (typeof account?.enabled === "boolean") enabled = account.enabled;
|
|
2336
|
+
else if (typeof next.channels?.[channel]?.enabled === "boolean") enabled = next.channels[channel]?.enabled;
|
|
2337
|
+
return enabled === false ? "disabled" : void 0;
|
|
2338
|
+
};
|
|
2339
|
+
const buildSelectionOptions = (entries) => entries.map((entry) => {
|
|
2340
|
+
const status = statusByChannel.get(entry.id);
|
|
2341
|
+
const disabledHint = resolveDisabledHint(entry.id);
|
|
2342
|
+
const hint = [status?.selectionHint, disabledHint].filter(Boolean).join(" · ") || void 0;
|
|
2343
|
+
return {
|
|
2344
|
+
value: entry.meta.id,
|
|
2345
|
+
label: entry.meta.selectionLabel ?? entry.meta.label,
|
|
2346
|
+
...hint ? { hint } : {}
|
|
2347
|
+
};
|
|
2348
|
+
});
|
|
2349
|
+
const getChannelEntries = () => {
|
|
2350
|
+
const core = listChatChannels();
|
|
2351
|
+
const installed = listChannelPlugins();
|
|
2352
|
+
const installedIds = new Set(installed.map((plugin) => plugin.id));
|
|
2353
|
+
const catalog = listChannelPluginCatalogEntries({ workspaceDir: resolveAgentWorkspaceDir(next, resolveDefaultAgentId(next)) }).filter((entry) => !installedIds.has(entry.id));
|
|
2354
|
+
const metaById = /* @__PURE__ */ new Map();
|
|
2355
|
+
for (const meta of core) metaById.set(meta.id, meta);
|
|
2356
|
+
for (const plugin of installed) metaById.set(plugin.id, plugin.meta);
|
|
2357
|
+
for (const entry of catalog) if (!metaById.has(entry.id)) metaById.set(entry.id, entry.meta);
|
|
2358
|
+
return {
|
|
2359
|
+
entries: Array.from(metaById, ([id, meta]) => ({
|
|
2360
|
+
id,
|
|
2361
|
+
meta
|
|
2362
|
+
})),
|
|
2363
|
+
catalog,
|
|
2364
|
+
catalogById: new Map(catalog.map((entry) => [entry.id, entry]))
|
|
2365
|
+
};
|
|
2366
|
+
};
|
|
2367
|
+
const refreshStatus = async (channel) => {
|
|
2368
|
+
const adapter = getChannelOnboardingAdapter(channel);
|
|
2369
|
+
if (!adapter) return;
|
|
2370
|
+
const status = await adapter.getStatus({
|
|
2371
|
+
cfg: next,
|
|
2372
|
+
options,
|
|
2373
|
+
accountOverrides
|
|
2374
|
+
});
|
|
2375
|
+
statusByChannel.set(channel, status);
|
|
2376
|
+
};
|
|
2377
|
+
const ensureBundledPluginEnabled = async (channel) => {
|
|
2378
|
+
if (getChannelPlugin(channel)) return true;
|
|
2379
|
+
const result = enablePluginInConfig(next, channel);
|
|
2380
|
+
next = result.config;
|
|
2381
|
+
if (!result.enabled) {
|
|
2382
|
+
await prompter.note(`Cannot enable ${channel}: ${result.reason ?? "plugin disabled"}.`, "Channel setup");
|
|
2383
|
+
return false;
|
|
2384
|
+
}
|
|
2385
|
+
const workspaceDir = resolveAgentWorkspaceDir(next, resolveDefaultAgentId(next));
|
|
2386
|
+
reloadOnboardingPluginRegistry({
|
|
2387
|
+
cfg: next,
|
|
2388
|
+
runtime,
|
|
2389
|
+
workspaceDir
|
|
2390
|
+
});
|
|
2391
|
+
if (!getChannelPlugin(channel)) {
|
|
2392
|
+
if (getChannelOnboardingAdapter(channel)) {
|
|
2393
|
+
await prompter.note(`${channel} plugin not available (continuing with onboarding). If the channel still doesn't work after setup, run \`${formatCliCommand("remoteclaw plugins list")}\` and \`${formatCliCommand("remoteclaw plugins enable " + channel)}\`, then restart the gateway.`, "Channel setup");
|
|
2394
|
+
await refreshStatus(channel);
|
|
2395
|
+
return true;
|
|
2396
|
+
}
|
|
2397
|
+
await prompter.note(`${channel} plugin not available.`, "Channel setup");
|
|
2398
|
+
return false;
|
|
2399
|
+
}
|
|
2400
|
+
await refreshStatus(channel);
|
|
2401
|
+
return true;
|
|
2402
|
+
};
|
|
2403
|
+
const configureChannel = async (channel) => {
|
|
2404
|
+
const adapter = getChannelOnboardingAdapter(channel);
|
|
2405
|
+
if (!adapter) {
|
|
2406
|
+
await prompter.note(`${channel} does not support onboarding yet.`, "Channel setup");
|
|
2407
|
+
return;
|
|
2408
|
+
}
|
|
2409
|
+
const result = await adapter.configure({
|
|
2410
|
+
cfg: next,
|
|
2411
|
+
runtime,
|
|
2412
|
+
prompter,
|
|
2413
|
+
options,
|
|
2414
|
+
accountOverrides,
|
|
2415
|
+
shouldPromptAccountIds,
|
|
2416
|
+
forceAllowFrom: forceAllowFromChannels.has(channel)
|
|
2417
|
+
});
|
|
2418
|
+
next = result.cfg;
|
|
2419
|
+
if (result.accountId) recordAccount(channel, result.accountId);
|
|
2420
|
+
addSelection(channel);
|
|
2421
|
+
await refreshStatus(channel);
|
|
2422
|
+
};
|
|
2423
|
+
const handleConfiguredChannel = async (channel, label) => {
|
|
2424
|
+
const plugin = getChannelPlugin(channel);
|
|
2425
|
+
const adapter = getChannelOnboardingAdapter(channel);
|
|
2426
|
+
const supportsDisable = Boolean(options?.allowDisable && (plugin?.config.setAccountEnabled || adapter?.disable));
|
|
2427
|
+
const supportsDelete = Boolean(options?.allowDisable && plugin?.config.deleteAccount);
|
|
2428
|
+
const action = await promptConfiguredAction({
|
|
2429
|
+
prompter,
|
|
2430
|
+
label,
|
|
2431
|
+
supportsDisable,
|
|
2432
|
+
supportsDelete
|
|
2433
|
+
});
|
|
2434
|
+
if (action === "skip") return;
|
|
2435
|
+
if (action === "update") {
|
|
2436
|
+
await configureChannel(channel);
|
|
2437
|
+
return;
|
|
2438
|
+
}
|
|
2439
|
+
if (!options?.allowDisable) return;
|
|
2440
|
+
if (action === "delete" && !supportsDelete) {
|
|
2441
|
+
await prompter.note(`${label} does not support deleting config entries.`, "Remove channel");
|
|
2442
|
+
return;
|
|
2443
|
+
}
|
|
2444
|
+
const resolvedAccountId = normalizeAccountId((action === "delete" ? Boolean(plugin?.config.deleteAccount) : Boolean(plugin?.config.setAccountEnabled)) ? await promptRemovalAccountId({
|
|
2445
|
+
cfg: next,
|
|
2446
|
+
prompter,
|
|
2447
|
+
label,
|
|
2448
|
+
channel
|
|
2449
|
+
}) : DEFAULT_ACCOUNT_ID) ?? (plugin ? resolveChannelDefaultAccountId({
|
|
2450
|
+
plugin,
|
|
2451
|
+
cfg: next
|
|
2452
|
+
}) : DEFAULT_ACCOUNT_ID);
|
|
2453
|
+
const accountLabel = formatAccountLabel(resolvedAccountId);
|
|
2454
|
+
if (action === "delete") {
|
|
2455
|
+
if (!await prompter.confirm({
|
|
2456
|
+
message: `Delete ${label} account "${accountLabel}"?`,
|
|
2457
|
+
initialValue: false
|
|
2458
|
+
})) return;
|
|
2459
|
+
if (plugin?.config.deleteAccount) next = plugin.config.deleteAccount({
|
|
2460
|
+
cfg: next,
|
|
2461
|
+
accountId: resolvedAccountId
|
|
2462
|
+
});
|
|
2463
|
+
await refreshStatus(channel);
|
|
2464
|
+
return;
|
|
2465
|
+
}
|
|
2466
|
+
if (plugin?.config.setAccountEnabled) next = plugin.config.setAccountEnabled({
|
|
2467
|
+
cfg: next,
|
|
2468
|
+
accountId: resolvedAccountId,
|
|
2469
|
+
enabled: false
|
|
2470
|
+
});
|
|
2471
|
+
else if (adapter?.disable) next = adapter.disable(next);
|
|
2472
|
+
await refreshStatus(channel);
|
|
2473
|
+
};
|
|
2474
|
+
const handleChannelChoice = async (channel) => {
|
|
2475
|
+
const { catalogById } = getChannelEntries();
|
|
2476
|
+
const catalogEntry = catalogById.get(channel);
|
|
2477
|
+
if (catalogEntry) {
|
|
2478
|
+
const workspaceDir = resolveAgentWorkspaceDir(next, resolveDefaultAgentId(next));
|
|
2479
|
+
const result = await ensureOnboardingPluginInstalled({
|
|
2480
|
+
cfg: next,
|
|
2481
|
+
entry: catalogEntry,
|
|
2482
|
+
prompter,
|
|
2483
|
+
runtime,
|
|
2484
|
+
workspaceDir
|
|
2485
|
+
});
|
|
2486
|
+
next = result.cfg;
|
|
2487
|
+
if (!result.installed) return;
|
|
2488
|
+
reloadOnboardingPluginRegistry({
|
|
2489
|
+
cfg: next,
|
|
2490
|
+
runtime,
|
|
2491
|
+
workspaceDir
|
|
2492
|
+
});
|
|
2493
|
+
await refreshStatus(channel);
|
|
2494
|
+
} else if (!await ensureBundledPluginEnabled(channel)) return;
|
|
2495
|
+
const label = getChannelPlugin(channel)?.meta.label ?? catalogEntry?.meta.label ?? channel;
|
|
2496
|
+
if (statusByChannel.get(channel)?.configured ?? false) {
|
|
2497
|
+
await handleConfiguredChannel(channel, label);
|
|
2498
|
+
return;
|
|
2499
|
+
}
|
|
2500
|
+
await configureChannel(channel);
|
|
2501
|
+
};
|
|
2502
|
+
if (options?.quickstartDefaults) {
|
|
2503
|
+
const { entries } = getChannelEntries();
|
|
2504
|
+
const choice = await prompter.select({
|
|
2505
|
+
message: "Select channel (QuickStart)",
|
|
2506
|
+
options: [...buildSelectionOptions(entries), {
|
|
2507
|
+
value: "__skip__",
|
|
2508
|
+
label: "Skip for now",
|
|
2509
|
+
hint: `You can add channels later via \`${formatCliCommand("remoteclaw channels add")}\``
|
|
2510
|
+
}],
|
|
2511
|
+
initialValue: quickstartDefault
|
|
2512
|
+
});
|
|
2513
|
+
if (choice !== "__skip__") await handleChannelChoice(choice);
|
|
2514
|
+
} else {
|
|
2515
|
+
const doneValue = "__done__";
|
|
2516
|
+
const initialValue = options?.initialSelection?.[0] ?? quickstartDefault;
|
|
2517
|
+
while (true) {
|
|
2518
|
+
const { entries } = getChannelEntries();
|
|
2519
|
+
const choice = await prompter.select({
|
|
2520
|
+
message: "Select a channel",
|
|
2521
|
+
options: [...buildSelectionOptions(entries), {
|
|
2522
|
+
value: doneValue,
|
|
2523
|
+
label: "Finished",
|
|
2524
|
+
hint: selection.length > 0 ? "Done" : "Skip for now"
|
|
2525
|
+
}],
|
|
2526
|
+
initialValue
|
|
2527
|
+
});
|
|
2528
|
+
if (choice === doneValue) break;
|
|
2529
|
+
await handleChannelChoice(choice);
|
|
2530
|
+
}
|
|
2531
|
+
}
|
|
2532
|
+
options?.onSelection?.(selection);
|
|
2533
|
+
const selectionNotes = /* @__PURE__ */ new Map();
|
|
2534
|
+
const { entries: selectionEntries } = getChannelEntries();
|
|
2535
|
+
for (const entry of selectionEntries) selectionNotes.set(entry.id, formatChannelSelectionLine(entry.meta, formatDocsLink));
|
|
2536
|
+
const selectedLines = selection.map((channel) => selectionNotes.get(channel)).filter((line) => Boolean(line));
|
|
2537
|
+
if (selectedLines.length > 0) await prompter.note(selectedLines.join("\n"), "Selected channels");
|
|
2538
|
+
if (!options?.skipDmPolicyPrompt) next = await maybeConfigureDmPolicies({
|
|
2539
|
+
cfg: next,
|
|
2540
|
+
selection,
|
|
2541
|
+
prompter,
|
|
2542
|
+
accountIdsByChannel
|
|
2543
|
+
});
|
|
2544
|
+
return next;
|
|
2545
|
+
}
|
|
2546
|
+
|
|
2547
|
+
//#endregion
|
|
2548
|
+
export { reloadOnboardingPluginRegistry as a, ensureOnboardingPluginInstalled as i, onboard_channels_exports as n, setupChannels as r, noteChannelStatus as t };
|