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,1934 @@
|
|
|
1
|
+
import { f as resolveLegacyStateDirs, h as resolveStateDir, m as resolveOAuthDir, p as resolveNewStateDir, t as CONFIG_PATH } from "./paths-BTaH3rLn.js";
|
|
2
|
+
import { h as resolveHomeDir } from "./utils-LBKvDoPx.js";
|
|
3
|
+
import { s as resolveDefaultAgentId } from "./agent-scope-BGYzhtWQ.js";
|
|
4
|
+
import { m as DEFAULT_ACCOUNT_ID, n as DEFAULT_MAIN_KEY, r as buildAgentMainSessionKey, s as normalizeAgentId } from "./session-key-5YLnn_qf.js";
|
|
5
|
+
import { $ as resolveDiscordPreviewStreamMode, d as RemoteClawSchema, et as resolveSlackNativeStreaming, n as migrateLegacyConfig, nt as resolveTelegramPreviewStreamMode, o as readConfigFileSnapshot, tt as resolveSlackStreamingMode } from "./config-D5XU45KD.js";
|
|
6
|
+
import { f as parseToolsBySenderTypedKey } from "./dock-CQuu41bw.js";
|
|
7
|
+
import { t as formatCliCommand } from "./command-format-DgXcqxBt.js";
|
|
8
|
+
import { d as resolveTelegramAccount, l as listTelegramAccountIds } from "./plugins-woGRXMzU.js";
|
|
9
|
+
import { q as canonicalizeMainSessionAlias, s as saveSessionStore } from "./store-SusmIfz7.js";
|
|
10
|
+
import { t as collectProviderDangerousNameMatchingScopes } from "./dangerous-name-matching-DaVRgwer.js";
|
|
11
|
+
import { t as note } from "./note-kvWV4xtw.js";
|
|
12
|
+
import { t as applyPluginAutoEnable } from "./plugin-auto-enable-D23gv7Aw.js";
|
|
13
|
+
import { t as isWithinDir } from "./path-safety-juI2XbO1.js";
|
|
14
|
+
import { t as fetchTelegramChatId } from "./api-BeQMq2iS.js";
|
|
15
|
+
import { a as isMattermostMutableAllowEntry, c as normalizeTelegramAllowFromEntry, i as isMSTeamsMutableAllowEntry, n as isGoogleChatMutableAllowEntry, o as isSlackMutableAllowEntry, r as isIrcMutableAllowEntry, s as isNumericTelegramUserId, t as isDiscordMutableAllowEntry } from "./mutable-allowlist-detectors-U5ThQr9V.js";
|
|
16
|
+
import fs from "node:fs";
|
|
17
|
+
import os from "node:os";
|
|
18
|
+
import path from "node:path";
|
|
19
|
+
import JSON5 from "json5";
|
|
20
|
+
import fs$1 from "node:fs/promises";
|
|
21
|
+
|
|
22
|
+
//#region src/commands/doctor-legacy-config.ts
|
|
23
|
+
function normalizeLegacyConfigValues(cfg) {
|
|
24
|
+
const changes = [];
|
|
25
|
+
let next = cfg;
|
|
26
|
+
const isRecord = (value) => Boolean(value) && typeof value === "object" && !Array.isArray(value);
|
|
27
|
+
const normalizeDmAliases = (params) => {
|
|
28
|
+
let changed = false;
|
|
29
|
+
let updated = params.entry;
|
|
30
|
+
const rawDm = updated.dm;
|
|
31
|
+
const dm = isRecord(rawDm) ? structuredClone(rawDm) : null;
|
|
32
|
+
let dmChanged = false;
|
|
33
|
+
const allowFromEqual = (a, b) => {
|
|
34
|
+
if (!Array.isArray(a) || !Array.isArray(b)) return false;
|
|
35
|
+
const na = a.map((v) => String(v).trim()).filter(Boolean);
|
|
36
|
+
const nb = b.map((v) => String(v).trim()).filter(Boolean);
|
|
37
|
+
if (na.length !== nb.length) return false;
|
|
38
|
+
return na.every((v, i) => v === nb[i]);
|
|
39
|
+
};
|
|
40
|
+
const topDmPolicy = updated.dmPolicy;
|
|
41
|
+
const legacyDmPolicy = dm?.policy;
|
|
42
|
+
if (topDmPolicy === void 0 && legacyDmPolicy !== void 0) {
|
|
43
|
+
updated = {
|
|
44
|
+
...updated,
|
|
45
|
+
dmPolicy: legacyDmPolicy
|
|
46
|
+
};
|
|
47
|
+
changed = true;
|
|
48
|
+
if (dm) {
|
|
49
|
+
delete dm.policy;
|
|
50
|
+
dmChanged = true;
|
|
51
|
+
}
|
|
52
|
+
changes.push(`Moved ${params.pathPrefix}.dm.policy → ${params.pathPrefix}.dmPolicy.`);
|
|
53
|
+
} else if (topDmPolicy !== void 0 && legacyDmPolicy !== void 0) {
|
|
54
|
+
if (topDmPolicy === legacyDmPolicy) {
|
|
55
|
+
if (dm) {
|
|
56
|
+
delete dm.policy;
|
|
57
|
+
dmChanged = true;
|
|
58
|
+
changes.push(`Removed ${params.pathPrefix}.dm.policy (dmPolicy already set).`);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
const topAllowFrom = updated.allowFrom;
|
|
63
|
+
const legacyAllowFrom = dm?.allowFrom;
|
|
64
|
+
if (topAllowFrom === void 0 && legacyAllowFrom !== void 0) {
|
|
65
|
+
updated = {
|
|
66
|
+
...updated,
|
|
67
|
+
allowFrom: legacyAllowFrom
|
|
68
|
+
};
|
|
69
|
+
changed = true;
|
|
70
|
+
if (dm) {
|
|
71
|
+
delete dm.allowFrom;
|
|
72
|
+
dmChanged = true;
|
|
73
|
+
}
|
|
74
|
+
changes.push(`Moved ${params.pathPrefix}.dm.allowFrom → ${params.pathPrefix}.allowFrom.`);
|
|
75
|
+
} else if (topAllowFrom !== void 0 && legacyAllowFrom !== void 0) {
|
|
76
|
+
if (allowFromEqual(topAllowFrom, legacyAllowFrom)) {
|
|
77
|
+
if (dm) {
|
|
78
|
+
delete dm.allowFrom;
|
|
79
|
+
dmChanged = true;
|
|
80
|
+
changes.push(`Removed ${params.pathPrefix}.dm.allowFrom (allowFrom already set).`);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
if (dm && isRecord(rawDm) && dmChanged) if (Object.keys(dm).length === 0) {
|
|
85
|
+
if (updated.dm !== void 0) {
|
|
86
|
+
const { dm: _ignored, ...rest } = updated;
|
|
87
|
+
updated = rest;
|
|
88
|
+
changed = true;
|
|
89
|
+
changes.push(`Removed empty ${params.pathPrefix}.dm after migration.`);
|
|
90
|
+
}
|
|
91
|
+
} else {
|
|
92
|
+
updated = {
|
|
93
|
+
...updated,
|
|
94
|
+
dm
|
|
95
|
+
};
|
|
96
|
+
changed = true;
|
|
97
|
+
}
|
|
98
|
+
return {
|
|
99
|
+
entry: updated,
|
|
100
|
+
changed
|
|
101
|
+
};
|
|
102
|
+
};
|
|
103
|
+
const normalizePreviewStreamingAliases = (params) => {
|
|
104
|
+
let updated = params.entry;
|
|
105
|
+
const hadLegacyStreamMode = updated.streamMode !== void 0;
|
|
106
|
+
const beforeStreaming = updated.streaming;
|
|
107
|
+
const resolved = params.resolveStreaming(updated);
|
|
108
|
+
if (!(hadLegacyStreamMode || typeof beforeStreaming === "boolean" || typeof beforeStreaming === "string" && beforeStreaming !== resolved)) return {
|
|
109
|
+
entry: updated,
|
|
110
|
+
changed: false
|
|
111
|
+
};
|
|
112
|
+
let changed = false;
|
|
113
|
+
if (beforeStreaming !== resolved) {
|
|
114
|
+
updated = {
|
|
115
|
+
...updated,
|
|
116
|
+
streaming: resolved
|
|
117
|
+
};
|
|
118
|
+
changed = true;
|
|
119
|
+
}
|
|
120
|
+
if (hadLegacyStreamMode) {
|
|
121
|
+
const { streamMode: _ignored, ...rest } = updated;
|
|
122
|
+
updated = rest;
|
|
123
|
+
changed = true;
|
|
124
|
+
changes.push(`Moved ${params.pathPrefix}.streamMode → ${params.pathPrefix}.streaming (${resolved}).`);
|
|
125
|
+
}
|
|
126
|
+
if (typeof beforeStreaming === "boolean") changes.push(`Normalized ${params.pathPrefix}.streaming boolean → enum (${resolved}).`);
|
|
127
|
+
else if (typeof beforeStreaming === "string" && beforeStreaming !== resolved) changes.push(`Normalized ${params.pathPrefix}.streaming (${beforeStreaming}) → (${resolved}).`);
|
|
128
|
+
return {
|
|
129
|
+
entry: updated,
|
|
130
|
+
changed
|
|
131
|
+
};
|
|
132
|
+
};
|
|
133
|
+
const normalizeSlackStreamingAliases = (params) => {
|
|
134
|
+
let updated = params.entry;
|
|
135
|
+
const hadLegacyStreamMode = updated.streamMode !== void 0;
|
|
136
|
+
const legacyStreaming = updated.streaming;
|
|
137
|
+
const beforeStreaming = updated.streaming;
|
|
138
|
+
const beforeNativeStreaming = updated.nativeStreaming;
|
|
139
|
+
const resolvedStreaming = resolveSlackStreamingMode(updated);
|
|
140
|
+
const resolvedNativeStreaming = resolveSlackNativeStreaming(updated);
|
|
141
|
+
if (!(hadLegacyStreamMode || typeof legacyStreaming === "boolean" || typeof legacyStreaming === "string" && legacyStreaming !== resolvedStreaming)) return {
|
|
142
|
+
entry: updated,
|
|
143
|
+
changed: false
|
|
144
|
+
};
|
|
145
|
+
let changed = false;
|
|
146
|
+
if (beforeStreaming !== resolvedStreaming) {
|
|
147
|
+
updated = {
|
|
148
|
+
...updated,
|
|
149
|
+
streaming: resolvedStreaming
|
|
150
|
+
};
|
|
151
|
+
changed = true;
|
|
152
|
+
}
|
|
153
|
+
if (typeof beforeNativeStreaming !== "boolean" || beforeNativeStreaming !== resolvedNativeStreaming) {
|
|
154
|
+
updated = {
|
|
155
|
+
...updated,
|
|
156
|
+
nativeStreaming: resolvedNativeStreaming
|
|
157
|
+
};
|
|
158
|
+
changed = true;
|
|
159
|
+
}
|
|
160
|
+
if (hadLegacyStreamMode) {
|
|
161
|
+
const { streamMode: _ignored, ...rest } = updated;
|
|
162
|
+
updated = rest;
|
|
163
|
+
changed = true;
|
|
164
|
+
changes.push(`Moved ${params.pathPrefix}.streamMode → ${params.pathPrefix}.streaming (${resolvedStreaming}).`);
|
|
165
|
+
}
|
|
166
|
+
if (typeof legacyStreaming === "boolean") changes.push(`Moved ${params.pathPrefix}.streaming (boolean) → ${params.pathPrefix}.nativeStreaming (${resolvedNativeStreaming}).`);
|
|
167
|
+
else if (typeof legacyStreaming === "string" && legacyStreaming !== resolvedStreaming) changes.push(`Normalized ${params.pathPrefix}.streaming (${legacyStreaming}) → (${resolvedStreaming}).`);
|
|
168
|
+
return {
|
|
169
|
+
entry: updated,
|
|
170
|
+
changed
|
|
171
|
+
};
|
|
172
|
+
};
|
|
173
|
+
const normalizeStreamingAliasesForProvider = (params) => {
|
|
174
|
+
if (params.provider === "telegram") return normalizePreviewStreamingAliases({
|
|
175
|
+
entry: params.entry,
|
|
176
|
+
pathPrefix: params.pathPrefix,
|
|
177
|
+
resolveStreaming: resolveTelegramPreviewStreamMode
|
|
178
|
+
});
|
|
179
|
+
if (params.provider === "discord") return normalizePreviewStreamingAliases({
|
|
180
|
+
entry: params.entry,
|
|
181
|
+
pathPrefix: params.pathPrefix,
|
|
182
|
+
resolveStreaming: resolveDiscordPreviewStreamMode
|
|
183
|
+
});
|
|
184
|
+
return normalizeSlackStreamingAliases({
|
|
185
|
+
entry: params.entry,
|
|
186
|
+
pathPrefix: params.pathPrefix
|
|
187
|
+
});
|
|
188
|
+
};
|
|
189
|
+
const normalizeProvider = (provider) => {
|
|
190
|
+
const rawEntry = next.channels?.[provider];
|
|
191
|
+
if (!isRecord(rawEntry)) return;
|
|
192
|
+
let updated = rawEntry;
|
|
193
|
+
let changed = false;
|
|
194
|
+
if (provider !== "telegram") {
|
|
195
|
+
const base = normalizeDmAliases({
|
|
196
|
+
provider,
|
|
197
|
+
entry: rawEntry,
|
|
198
|
+
pathPrefix: `channels.${provider}`
|
|
199
|
+
});
|
|
200
|
+
updated = base.entry;
|
|
201
|
+
changed = base.changed;
|
|
202
|
+
}
|
|
203
|
+
const providerStreaming = normalizeStreamingAliasesForProvider({
|
|
204
|
+
provider,
|
|
205
|
+
entry: updated,
|
|
206
|
+
pathPrefix: `channels.${provider}`
|
|
207
|
+
});
|
|
208
|
+
updated = providerStreaming.entry;
|
|
209
|
+
changed = changed || providerStreaming.changed;
|
|
210
|
+
const rawAccounts = updated.accounts;
|
|
211
|
+
if (isRecord(rawAccounts)) {
|
|
212
|
+
let accountsChanged = false;
|
|
213
|
+
const accounts = { ...rawAccounts };
|
|
214
|
+
for (const [accountId, rawAccount] of Object.entries(rawAccounts)) {
|
|
215
|
+
if (!isRecord(rawAccount)) continue;
|
|
216
|
+
let accountEntry = rawAccount;
|
|
217
|
+
let accountChanged = false;
|
|
218
|
+
if (provider !== "telegram") {
|
|
219
|
+
const res = normalizeDmAliases({
|
|
220
|
+
provider,
|
|
221
|
+
entry: rawAccount,
|
|
222
|
+
pathPrefix: `channels.${provider}.accounts.${accountId}`
|
|
223
|
+
});
|
|
224
|
+
accountEntry = res.entry;
|
|
225
|
+
accountChanged = res.changed;
|
|
226
|
+
}
|
|
227
|
+
const accountStreaming = normalizeStreamingAliasesForProvider({
|
|
228
|
+
provider,
|
|
229
|
+
entry: accountEntry,
|
|
230
|
+
pathPrefix: `channels.${provider}.accounts.${accountId}`
|
|
231
|
+
});
|
|
232
|
+
accountEntry = accountStreaming.entry;
|
|
233
|
+
accountChanged = accountChanged || accountStreaming.changed;
|
|
234
|
+
if (accountChanged) {
|
|
235
|
+
accounts[accountId] = accountEntry;
|
|
236
|
+
accountsChanged = true;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
if (accountsChanged) {
|
|
240
|
+
updated = {
|
|
241
|
+
...updated,
|
|
242
|
+
accounts
|
|
243
|
+
};
|
|
244
|
+
changed = true;
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
if (changed) next = {
|
|
248
|
+
...next,
|
|
249
|
+
channels: {
|
|
250
|
+
...next.channels,
|
|
251
|
+
[provider]: updated
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
normalizeProvider("telegram");
|
|
256
|
+
normalizeProvider("slack");
|
|
257
|
+
normalizeProvider("discord");
|
|
258
|
+
const normalizeBrowserSsrFPolicyAlias = () => {
|
|
259
|
+
const rawBrowser = next.browser;
|
|
260
|
+
if (!isRecord(rawBrowser)) return;
|
|
261
|
+
const rawSsrFPolicy = rawBrowser.ssrfPolicy;
|
|
262
|
+
if (!isRecord(rawSsrFPolicy) || !("allowPrivateNetwork" in rawSsrFPolicy)) return;
|
|
263
|
+
const legacyAllowPrivateNetwork = rawSsrFPolicy.allowPrivateNetwork;
|
|
264
|
+
const currentDangerousAllowPrivateNetwork = rawSsrFPolicy.dangerouslyAllowPrivateNetwork;
|
|
265
|
+
let resolvedDangerousAllowPrivateNetwork = currentDangerousAllowPrivateNetwork;
|
|
266
|
+
if (typeof legacyAllowPrivateNetwork === "boolean" || typeof currentDangerousAllowPrivateNetwork === "boolean") resolvedDangerousAllowPrivateNetwork = legacyAllowPrivateNetwork === true || currentDangerousAllowPrivateNetwork === true;
|
|
267
|
+
else if (currentDangerousAllowPrivateNetwork === void 0) resolvedDangerousAllowPrivateNetwork = legacyAllowPrivateNetwork;
|
|
268
|
+
const nextSsrFPolicy = { ...rawSsrFPolicy };
|
|
269
|
+
delete nextSsrFPolicy.allowPrivateNetwork;
|
|
270
|
+
if (resolvedDangerousAllowPrivateNetwork !== void 0) nextSsrFPolicy.dangerouslyAllowPrivateNetwork = resolvedDangerousAllowPrivateNetwork;
|
|
271
|
+
const migratedBrowser = { ...next.browser };
|
|
272
|
+
migratedBrowser.ssrfPolicy = nextSsrFPolicy;
|
|
273
|
+
next = {
|
|
274
|
+
...next,
|
|
275
|
+
browser: migratedBrowser
|
|
276
|
+
};
|
|
277
|
+
changes.push(`Moved browser.ssrfPolicy.allowPrivateNetwork → browser.ssrfPolicy.dangerouslyAllowPrivateNetwork (${String(resolvedDangerousAllowPrivateNetwork)}).`);
|
|
278
|
+
};
|
|
279
|
+
normalizeBrowserSsrFPolicyAlias();
|
|
280
|
+
const legacyAckReaction = cfg.messages?.ackReaction?.trim();
|
|
281
|
+
const hasWhatsAppConfig = cfg.channels?.whatsapp !== void 0;
|
|
282
|
+
if (legacyAckReaction && hasWhatsAppConfig) {
|
|
283
|
+
if (!(cfg.channels?.whatsapp?.ackReaction !== void 0)) {
|
|
284
|
+
const legacyScope = cfg.messages?.ackReactionScope ?? "group-mentions";
|
|
285
|
+
let direct = true;
|
|
286
|
+
let group = "mentions";
|
|
287
|
+
if (legacyScope === "all") {
|
|
288
|
+
direct = true;
|
|
289
|
+
group = "always";
|
|
290
|
+
} else if (legacyScope === "direct") {
|
|
291
|
+
direct = true;
|
|
292
|
+
group = "never";
|
|
293
|
+
} else if (legacyScope === "group-all") {
|
|
294
|
+
direct = false;
|
|
295
|
+
group = "always";
|
|
296
|
+
} else if (legacyScope === "group-mentions") {
|
|
297
|
+
direct = false;
|
|
298
|
+
group = "mentions";
|
|
299
|
+
}
|
|
300
|
+
next = {
|
|
301
|
+
...next,
|
|
302
|
+
channels: {
|
|
303
|
+
...next.channels,
|
|
304
|
+
whatsapp: {
|
|
305
|
+
...next.channels?.whatsapp,
|
|
306
|
+
ackReaction: {
|
|
307
|
+
emoji: legacyAckReaction,
|
|
308
|
+
direct,
|
|
309
|
+
group
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
changes.push(`Copied messages.ackReaction → channels.whatsapp.ackReaction (scope: ${legacyScope}).`);
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
return {
|
|
318
|
+
config: next,
|
|
319
|
+
changes
|
|
320
|
+
};
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
//#endregion
|
|
324
|
+
//#region src/infra/state-migrations.fs.ts
|
|
325
|
+
function safeReadDir(dir) {
|
|
326
|
+
try {
|
|
327
|
+
return fs.readdirSync(dir, { withFileTypes: true });
|
|
328
|
+
} catch {
|
|
329
|
+
return [];
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
function existsDir(dir) {
|
|
333
|
+
try {
|
|
334
|
+
return fs.existsSync(dir) && fs.statSync(dir).isDirectory();
|
|
335
|
+
} catch {
|
|
336
|
+
return false;
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
function ensureDir(dir) {
|
|
340
|
+
fs.mkdirSync(dir, { recursive: true });
|
|
341
|
+
}
|
|
342
|
+
function fileExists(p) {
|
|
343
|
+
try {
|
|
344
|
+
return fs.existsSync(p) && fs.statSync(p).isFile();
|
|
345
|
+
} catch {
|
|
346
|
+
return false;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
function isLegacyWhatsAppAuthFile(name) {
|
|
350
|
+
if (name === "creds.json" || name === "creds.json.bak") return true;
|
|
351
|
+
if (!name.endsWith(".json")) return false;
|
|
352
|
+
return /^(app-state-sync|session|sender-key|pre-key)-/.test(name);
|
|
353
|
+
}
|
|
354
|
+
function readSessionStoreJson5(storePath) {
|
|
355
|
+
try {
|
|
356
|
+
const raw = fs.readFileSync(storePath, "utf-8");
|
|
357
|
+
const parsed = JSON5.parse(raw);
|
|
358
|
+
if (parsed && typeof parsed === "object" && !Array.isArray(parsed)) return {
|
|
359
|
+
store: parsed,
|
|
360
|
+
ok: true
|
|
361
|
+
};
|
|
362
|
+
} catch {}
|
|
363
|
+
return {
|
|
364
|
+
store: {},
|
|
365
|
+
ok: false
|
|
366
|
+
};
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
//#endregion
|
|
370
|
+
//#region src/infra/state-migrations.ts
|
|
371
|
+
let autoMigrateStateDirChecked = false;
|
|
372
|
+
function isSurfaceGroupKey(key) {
|
|
373
|
+
return key.includes(":group:") || key.includes(":channel:");
|
|
374
|
+
}
|
|
375
|
+
function isLegacyGroupKey(key) {
|
|
376
|
+
const trimmed = key.trim();
|
|
377
|
+
if (!trimmed) return false;
|
|
378
|
+
if (trimmed.startsWith("group:")) return true;
|
|
379
|
+
const lower = trimmed.toLowerCase();
|
|
380
|
+
if (!lower.includes("@g.us")) return false;
|
|
381
|
+
if (!trimmed.includes(":")) return true;
|
|
382
|
+
if (lower.startsWith("whatsapp:") && !trimmed.includes(":group:")) return true;
|
|
383
|
+
return false;
|
|
384
|
+
}
|
|
385
|
+
function canonicalizeSessionKeyForAgent(params) {
|
|
386
|
+
const agentId = normalizeAgentId(params.agentId);
|
|
387
|
+
const raw = params.key.trim();
|
|
388
|
+
if (!raw) return raw;
|
|
389
|
+
if (raw.toLowerCase() === "global" || raw.toLowerCase() === "unknown") return raw.toLowerCase();
|
|
390
|
+
const canonicalMain = canonicalizeMainSessionAlias({
|
|
391
|
+
cfg: { session: {
|
|
392
|
+
scope: params.scope,
|
|
393
|
+
mainKey: params.mainKey
|
|
394
|
+
} },
|
|
395
|
+
agentId,
|
|
396
|
+
sessionKey: raw
|
|
397
|
+
});
|
|
398
|
+
if (canonicalMain !== raw) return canonicalMain.toLowerCase();
|
|
399
|
+
if (raw.toLowerCase().startsWith("agent:")) return raw.toLowerCase();
|
|
400
|
+
if (raw.toLowerCase().startsWith("subagent:")) return `agent:${agentId}:subagent:${raw.slice(9)}`.toLowerCase();
|
|
401
|
+
if (raw.startsWith("group:")) {
|
|
402
|
+
const id = raw.slice(6).trim();
|
|
403
|
+
if (!id) return raw;
|
|
404
|
+
return `agent:${agentId}:${id.toLowerCase().includes("@g.us") ? "whatsapp" : "unknown"}:group:${id}`.toLowerCase();
|
|
405
|
+
}
|
|
406
|
+
if (!raw.includes(":") && raw.toLowerCase().includes("@g.us")) return `agent:${agentId}:whatsapp:group:${raw}`.toLowerCase();
|
|
407
|
+
if (raw.toLowerCase().startsWith("whatsapp:") && raw.toLowerCase().includes("@g.us")) {
|
|
408
|
+
const cleaned = raw.slice(9).trim().replace(/^group:/i, "").trim();
|
|
409
|
+
if (cleaned && !isSurfaceGroupKey(raw)) return `agent:${agentId}:whatsapp:group:${cleaned}`.toLowerCase();
|
|
410
|
+
}
|
|
411
|
+
if (isSurfaceGroupKey(raw)) return `agent:${agentId}:${raw}`.toLowerCase();
|
|
412
|
+
return `agent:${agentId}:${raw}`.toLowerCase();
|
|
413
|
+
}
|
|
414
|
+
function pickLatestLegacyDirectEntry(store) {
|
|
415
|
+
let best = null;
|
|
416
|
+
let bestUpdated = -1;
|
|
417
|
+
for (const [key, entry] of Object.entries(store)) {
|
|
418
|
+
if (!entry || typeof entry !== "object") continue;
|
|
419
|
+
const normalized = key.trim();
|
|
420
|
+
if (!normalized) continue;
|
|
421
|
+
if (normalized === "global") continue;
|
|
422
|
+
if (normalized.startsWith("agent:")) continue;
|
|
423
|
+
if (normalized.toLowerCase().startsWith("subagent:")) continue;
|
|
424
|
+
if (isLegacyGroupKey(normalized) || isSurfaceGroupKey(normalized)) continue;
|
|
425
|
+
const updatedAt = typeof entry.updatedAt === "number" ? entry.updatedAt : 0;
|
|
426
|
+
if (updatedAt > bestUpdated) {
|
|
427
|
+
bestUpdated = updatedAt;
|
|
428
|
+
best = entry;
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
return best;
|
|
432
|
+
}
|
|
433
|
+
function normalizeSessionEntry(entry) {
|
|
434
|
+
const sessionId = typeof entry.sessionId === "string" ? entry.sessionId : null;
|
|
435
|
+
if (!sessionId) return null;
|
|
436
|
+
const updatedAt = typeof entry.updatedAt === "number" && Number.isFinite(entry.updatedAt) ? entry.updatedAt : Date.now();
|
|
437
|
+
const normalized = {
|
|
438
|
+
...entry,
|
|
439
|
+
sessionId,
|
|
440
|
+
updatedAt
|
|
441
|
+
};
|
|
442
|
+
const rec = normalized;
|
|
443
|
+
if (typeof rec.groupChannel !== "string" && typeof rec.room === "string") rec.groupChannel = rec.room;
|
|
444
|
+
delete rec.room;
|
|
445
|
+
return normalized;
|
|
446
|
+
}
|
|
447
|
+
function resolveUpdatedAt(entry) {
|
|
448
|
+
return typeof entry.updatedAt === "number" && Number.isFinite(entry.updatedAt) ? entry.updatedAt : 0;
|
|
449
|
+
}
|
|
450
|
+
function mergeSessionEntry(params) {
|
|
451
|
+
if (!params.existing) return params.incoming;
|
|
452
|
+
const existingUpdated = resolveUpdatedAt(params.existing);
|
|
453
|
+
const incomingUpdated = resolveUpdatedAt(params.incoming);
|
|
454
|
+
if (incomingUpdated > existingUpdated) return params.incoming;
|
|
455
|
+
if (incomingUpdated < existingUpdated) return params.existing;
|
|
456
|
+
return params.preferIncomingOnTie ? params.incoming : params.existing;
|
|
457
|
+
}
|
|
458
|
+
function canonicalizeSessionStore(params) {
|
|
459
|
+
const canonical = {};
|
|
460
|
+
const meta = /* @__PURE__ */ new Map();
|
|
461
|
+
const legacyKeys = [];
|
|
462
|
+
for (const [key, entry] of Object.entries(params.store)) {
|
|
463
|
+
if (!entry || typeof entry !== "object") continue;
|
|
464
|
+
const canonicalKey = canonicalizeSessionKeyForAgent({
|
|
465
|
+
key,
|
|
466
|
+
agentId: params.agentId,
|
|
467
|
+
mainKey: params.mainKey,
|
|
468
|
+
scope: params.scope
|
|
469
|
+
});
|
|
470
|
+
const isCanonical = canonicalKey === key;
|
|
471
|
+
if (!isCanonical) legacyKeys.push(key);
|
|
472
|
+
const existing = canonical[canonicalKey];
|
|
473
|
+
if (!existing) {
|
|
474
|
+
canonical[canonicalKey] = entry;
|
|
475
|
+
meta.set(canonicalKey, {
|
|
476
|
+
isCanonical,
|
|
477
|
+
updatedAt: resolveUpdatedAt(entry)
|
|
478
|
+
});
|
|
479
|
+
continue;
|
|
480
|
+
}
|
|
481
|
+
const existingMeta = meta.get(canonicalKey);
|
|
482
|
+
const incomingUpdated = resolveUpdatedAt(entry);
|
|
483
|
+
const existingUpdated = existingMeta?.updatedAt ?? resolveUpdatedAt(existing);
|
|
484
|
+
if (incomingUpdated > existingUpdated) {
|
|
485
|
+
canonical[canonicalKey] = entry;
|
|
486
|
+
meta.set(canonicalKey, {
|
|
487
|
+
isCanonical,
|
|
488
|
+
updatedAt: incomingUpdated
|
|
489
|
+
});
|
|
490
|
+
continue;
|
|
491
|
+
}
|
|
492
|
+
if (incomingUpdated < existingUpdated) continue;
|
|
493
|
+
if (existingMeta?.isCanonical && !isCanonical) continue;
|
|
494
|
+
if (!existingMeta?.isCanonical && isCanonical) {
|
|
495
|
+
canonical[canonicalKey] = entry;
|
|
496
|
+
meta.set(canonicalKey, {
|
|
497
|
+
isCanonical,
|
|
498
|
+
updatedAt: incomingUpdated
|
|
499
|
+
});
|
|
500
|
+
continue;
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
return {
|
|
504
|
+
store: canonical,
|
|
505
|
+
legacyKeys
|
|
506
|
+
};
|
|
507
|
+
}
|
|
508
|
+
function listLegacySessionKeys(params) {
|
|
509
|
+
const legacy = [];
|
|
510
|
+
for (const key of Object.keys(params.store)) if (canonicalizeSessionKeyForAgent({
|
|
511
|
+
key,
|
|
512
|
+
agentId: params.agentId,
|
|
513
|
+
mainKey: params.mainKey,
|
|
514
|
+
scope: params.scope
|
|
515
|
+
}) !== key) legacy.push(key);
|
|
516
|
+
return legacy;
|
|
517
|
+
}
|
|
518
|
+
function emptyDirOrMissing(dir) {
|
|
519
|
+
if (!existsDir(dir)) return true;
|
|
520
|
+
return safeReadDir(dir).length === 0;
|
|
521
|
+
}
|
|
522
|
+
function removeDirIfEmpty(dir) {
|
|
523
|
+
if (!existsDir(dir)) return;
|
|
524
|
+
if (!emptyDirOrMissing(dir)) return;
|
|
525
|
+
try {
|
|
526
|
+
fs.rmdirSync(dir);
|
|
527
|
+
} catch {}
|
|
528
|
+
}
|
|
529
|
+
function resolveSymlinkTarget(linkPath) {
|
|
530
|
+
try {
|
|
531
|
+
const target = fs.readlinkSync(linkPath);
|
|
532
|
+
return path.resolve(path.dirname(linkPath), target);
|
|
533
|
+
} catch {
|
|
534
|
+
return null;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
function formatStateDirMigration(legacyDir, targetDir) {
|
|
538
|
+
return `State dir: ${legacyDir} → ${targetDir} (legacy path now symlinked)`;
|
|
539
|
+
}
|
|
540
|
+
function isDirPath(filePath) {
|
|
541
|
+
try {
|
|
542
|
+
return fs.statSync(filePath).isDirectory();
|
|
543
|
+
} catch {
|
|
544
|
+
return false;
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
function isLegacyTreeSymlinkMirror(currentDir, realTargetDir) {
|
|
548
|
+
let entries;
|
|
549
|
+
try {
|
|
550
|
+
entries = fs.readdirSync(currentDir, { withFileTypes: true });
|
|
551
|
+
} catch {
|
|
552
|
+
return false;
|
|
553
|
+
}
|
|
554
|
+
if (entries.length === 0) return false;
|
|
555
|
+
for (const entry of entries) {
|
|
556
|
+
const entryPath = path.join(currentDir, entry.name);
|
|
557
|
+
let stat;
|
|
558
|
+
try {
|
|
559
|
+
stat = fs.lstatSync(entryPath);
|
|
560
|
+
} catch {
|
|
561
|
+
return false;
|
|
562
|
+
}
|
|
563
|
+
if (stat.isSymbolicLink()) {
|
|
564
|
+
const resolvedTarget = resolveSymlinkTarget(entryPath);
|
|
565
|
+
if (!resolvedTarget) return false;
|
|
566
|
+
let resolvedRealTarget;
|
|
567
|
+
try {
|
|
568
|
+
resolvedRealTarget = fs.realpathSync(resolvedTarget);
|
|
569
|
+
} catch {
|
|
570
|
+
return false;
|
|
571
|
+
}
|
|
572
|
+
if (!isWithinDir(realTargetDir, resolvedRealTarget)) return false;
|
|
573
|
+
continue;
|
|
574
|
+
}
|
|
575
|
+
if (stat.isDirectory()) {
|
|
576
|
+
if (!isLegacyTreeSymlinkMirror(entryPath, realTargetDir)) return false;
|
|
577
|
+
continue;
|
|
578
|
+
}
|
|
579
|
+
return false;
|
|
580
|
+
}
|
|
581
|
+
return true;
|
|
582
|
+
}
|
|
583
|
+
function isLegacyDirSymlinkMirror(legacyDir, targetDir) {
|
|
584
|
+
let realTargetDir;
|
|
585
|
+
try {
|
|
586
|
+
realTargetDir = fs.realpathSync(targetDir);
|
|
587
|
+
} catch {
|
|
588
|
+
return false;
|
|
589
|
+
}
|
|
590
|
+
return isLegacyTreeSymlinkMirror(legacyDir, realTargetDir);
|
|
591
|
+
}
|
|
592
|
+
async function autoMigrateLegacyStateDir(params) {
|
|
593
|
+
if (autoMigrateStateDirChecked) return {
|
|
594
|
+
migrated: false,
|
|
595
|
+
skipped: true,
|
|
596
|
+
changes: [],
|
|
597
|
+
warnings: []
|
|
598
|
+
};
|
|
599
|
+
autoMigrateStateDirChecked = true;
|
|
600
|
+
if ((params.env ?? process.env).REMOTECLAW_STATE_DIR?.trim()) return {
|
|
601
|
+
migrated: false,
|
|
602
|
+
skipped: true,
|
|
603
|
+
changes: [],
|
|
604
|
+
warnings: []
|
|
605
|
+
};
|
|
606
|
+
const homedir = params.homedir ?? os.homedir;
|
|
607
|
+
const targetDir = resolveNewStateDir(homedir);
|
|
608
|
+
const legacyDirs = resolveLegacyStateDirs(homedir);
|
|
609
|
+
let legacyDir = legacyDirs.find((dir) => {
|
|
610
|
+
try {
|
|
611
|
+
return fs.existsSync(dir);
|
|
612
|
+
} catch {
|
|
613
|
+
return false;
|
|
614
|
+
}
|
|
615
|
+
});
|
|
616
|
+
const warnings = [];
|
|
617
|
+
const changes = [];
|
|
618
|
+
let legacyStat = null;
|
|
619
|
+
try {
|
|
620
|
+
legacyStat = legacyDir ? fs.lstatSync(legacyDir) : null;
|
|
621
|
+
} catch {
|
|
622
|
+
legacyStat = null;
|
|
623
|
+
}
|
|
624
|
+
if (!legacyStat) return {
|
|
625
|
+
migrated: false,
|
|
626
|
+
skipped: false,
|
|
627
|
+
changes,
|
|
628
|
+
warnings
|
|
629
|
+
};
|
|
630
|
+
if (!legacyStat.isDirectory() && !legacyStat.isSymbolicLink()) {
|
|
631
|
+
warnings.push(`Legacy state path is not a directory: ${legacyDir}`);
|
|
632
|
+
return {
|
|
633
|
+
migrated: false,
|
|
634
|
+
skipped: false,
|
|
635
|
+
changes,
|
|
636
|
+
warnings
|
|
637
|
+
};
|
|
638
|
+
}
|
|
639
|
+
let symlinkDepth = 0;
|
|
640
|
+
while (legacyStat.isSymbolicLink()) {
|
|
641
|
+
const legacyTarget = legacyDir ? resolveSymlinkTarget(legacyDir) : null;
|
|
642
|
+
if (!legacyTarget) {
|
|
643
|
+
warnings.push(`Legacy state dir is a symlink (${legacyDir ?? "unknown"}); could not resolve target.`);
|
|
644
|
+
return {
|
|
645
|
+
migrated: false,
|
|
646
|
+
skipped: false,
|
|
647
|
+
changes,
|
|
648
|
+
warnings
|
|
649
|
+
};
|
|
650
|
+
}
|
|
651
|
+
if (path.resolve(legacyTarget) === path.resolve(targetDir)) return {
|
|
652
|
+
migrated: false,
|
|
653
|
+
skipped: false,
|
|
654
|
+
changes,
|
|
655
|
+
warnings
|
|
656
|
+
};
|
|
657
|
+
if (legacyDirs.some((dir) => path.resolve(dir) === path.resolve(legacyTarget))) {
|
|
658
|
+
legacyDir = legacyTarget;
|
|
659
|
+
try {
|
|
660
|
+
legacyStat = fs.lstatSync(legacyDir);
|
|
661
|
+
} catch {
|
|
662
|
+
legacyStat = null;
|
|
663
|
+
}
|
|
664
|
+
if (!legacyStat) {
|
|
665
|
+
warnings.push(`Legacy state dir missing after symlink resolution: ${legacyDir}`);
|
|
666
|
+
return {
|
|
667
|
+
migrated: false,
|
|
668
|
+
skipped: false,
|
|
669
|
+
changes,
|
|
670
|
+
warnings
|
|
671
|
+
};
|
|
672
|
+
}
|
|
673
|
+
if (!legacyStat.isDirectory() && !legacyStat.isSymbolicLink()) {
|
|
674
|
+
warnings.push(`Legacy state path is not a directory: ${legacyDir}`);
|
|
675
|
+
return {
|
|
676
|
+
migrated: false,
|
|
677
|
+
skipped: false,
|
|
678
|
+
changes,
|
|
679
|
+
warnings
|
|
680
|
+
};
|
|
681
|
+
}
|
|
682
|
+
symlinkDepth += 1;
|
|
683
|
+
if (symlinkDepth > 2) {
|
|
684
|
+
warnings.push(`Legacy state dir symlink chain too deep: ${legacyDir}`);
|
|
685
|
+
return {
|
|
686
|
+
migrated: false,
|
|
687
|
+
skipped: false,
|
|
688
|
+
changes,
|
|
689
|
+
warnings
|
|
690
|
+
};
|
|
691
|
+
}
|
|
692
|
+
continue;
|
|
693
|
+
}
|
|
694
|
+
warnings.push(`Legacy state dir is a symlink (${legacyDir ?? "unknown"} → ${legacyTarget}); skipping auto-migration.`);
|
|
695
|
+
return {
|
|
696
|
+
migrated: false,
|
|
697
|
+
skipped: false,
|
|
698
|
+
changes,
|
|
699
|
+
warnings
|
|
700
|
+
};
|
|
701
|
+
}
|
|
702
|
+
if (isDirPath(targetDir)) {
|
|
703
|
+
if (legacyDir && isLegacyDirSymlinkMirror(legacyDir, targetDir)) return {
|
|
704
|
+
migrated: false,
|
|
705
|
+
skipped: false,
|
|
706
|
+
changes,
|
|
707
|
+
warnings
|
|
708
|
+
};
|
|
709
|
+
warnings.push(`State dir migration skipped: target already exists (${targetDir}). Remove or merge manually.`);
|
|
710
|
+
return {
|
|
711
|
+
migrated: false,
|
|
712
|
+
skipped: false,
|
|
713
|
+
changes,
|
|
714
|
+
warnings
|
|
715
|
+
};
|
|
716
|
+
}
|
|
717
|
+
try {
|
|
718
|
+
if (!legacyDir) throw new Error("Legacy state dir not found");
|
|
719
|
+
fs.renameSync(legacyDir, targetDir);
|
|
720
|
+
} catch (err) {
|
|
721
|
+
warnings.push(`Failed to move legacy state dir (${legacyDir ?? "unknown"} → ${targetDir}): ${String(err)}`);
|
|
722
|
+
return {
|
|
723
|
+
migrated: false,
|
|
724
|
+
skipped: false,
|
|
725
|
+
changes,
|
|
726
|
+
warnings
|
|
727
|
+
};
|
|
728
|
+
}
|
|
729
|
+
try {
|
|
730
|
+
if (!legacyDir) throw new Error("Legacy state dir not found");
|
|
731
|
+
fs.symlinkSync(targetDir, legacyDir, "dir");
|
|
732
|
+
changes.push(formatStateDirMigration(legacyDir, targetDir));
|
|
733
|
+
} catch (err) {
|
|
734
|
+
try {
|
|
735
|
+
if (process.platform === "win32") {
|
|
736
|
+
if (!legacyDir) throw new Error("Legacy state dir not found", { cause: err });
|
|
737
|
+
fs.symlinkSync(targetDir, legacyDir, "junction");
|
|
738
|
+
changes.push(formatStateDirMigration(legacyDir, targetDir));
|
|
739
|
+
} else throw err;
|
|
740
|
+
} catch (fallbackErr) {
|
|
741
|
+
try {
|
|
742
|
+
if (!legacyDir) throw new Error("Legacy state dir not found", { cause: fallbackErr });
|
|
743
|
+
fs.renameSync(targetDir, legacyDir);
|
|
744
|
+
warnings.push(`State dir migration rolled back (failed to link legacy path): ${String(fallbackErr)}`);
|
|
745
|
+
return {
|
|
746
|
+
migrated: false,
|
|
747
|
+
skipped: false,
|
|
748
|
+
changes: [],
|
|
749
|
+
warnings
|
|
750
|
+
};
|
|
751
|
+
} catch (rollbackErr) {
|
|
752
|
+
warnings.push(`State dir moved but failed to link legacy path (${legacyDir ?? "unknown"} → ${targetDir}): ${String(fallbackErr)}`);
|
|
753
|
+
warnings.push(`Rollback failed; set REMOTECLAW_STATE_DIR=${targetDir} to avoid split state: ${String(rollbackErr)}`);
|
|
754
|
+
changes.push(`State dir: ${legacyDir ?? "unknown"} → ${targetDir}`);
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
}
|
|
758
|
+
return {
|
|
759
|
+
migrated: changes.length > 0,
|
|
760
|
+
skipped: false,
|
|
761
|
+
changes,
|
|
762
|
+
warnings
|
|
763
|
+
};
|
|
764
|
+
}
|
|
765
|
+
async function detectLegacyStateMigrations(params) {
|
|
766
|
+
const env = params.env ?? process.env;
|
|
767
|
+
const stateDir = resolveStateDir(env, params.homedir ?? os.homedir);
|
|
768
|
+
const oauthDir = resolveOAuthDir(env, stateDir);
|
|
769
|
+
const targetAgentId = normalizeAgentId(resolveDefaultAgentId(params.cfg));
|
|
770
|
+
const rawMainKey = params.cfg.session?.mainKey;
|
|
771
|
+
const targetMainKey = typeof rawMainKey === "string" && rawMainKey.trim().length > 0 ? rawMainKey.trim() : DEFAULT_MAIN_KEY;
|
|
772
|
+
const targetScope = params.cfg.session?.scope;
|
|
773
|
+
const sessionsLegacyDir = path.join(stateDir, "sessions");
|
|
774
|
+
const sessionsLegacyStorePath = path.join(sessionsLegacyDir, "sessions.json");
|
|
775
|
+
const sessionsTargetDir = path.join(stateDir, "agents", targetAgentId, "sessions");
|
|
776
|
+
const sessionsTargetStorePath = path.join(sessionsTargetDir, "sessions.json");
|
|
777
|
+
const legacySessionEntries = safeReadDir(sessionsLegacyDir);
|
|
778
|
+
const hasLegacySessions = fileExists(sessionsLegacyStorePath) || legacySessionEntries.some((e) => e.isFile() && e.name.endsWith(".jsonl"));
|
|
779
|
+
const targetSessionParsed = fileExists(sessionsTargetStorePath) ? readSessionStoreJson5(sessionsTargetStorePath) : {
|
|
780
|
+
store: {},
|
|
781
|
+
ok: true
|
|
782
|
+
};
|
|
783
|
+
const legacyKeys = targetSessionParsed.ok ? listLegacySessionKeys({
|
|
784
|
+
store: targetSessionParsed.store,
|
|
785
|
+
agentId: targetAgentId,
|
|
786
|
+
mainKey: targetMainKey,
|
|
787
|
+
scope: targetScope
|
|
788
|
+
}) : [];
|
|
789
|
+
const legacyAgentDir = path.join(stateDir, "agent");
|
|
790
|
+
const targetAgentDir = path.join(stateDir, "agents", targetAgentId, "agent");
|
|
791
|
+
const hasLegacyAgentDir = existsDir(legacyAgentDir);
|
|
792
|
+
const targetWhatsAppAuthDir = path.join(oauthDir, "whatsapp", DEFAULT_ACCOUNT_ID);
|
|
793
|
+
const hasLegacyWhatsAppAuth = fileExists(path.join(oauthDir, "creds.json")) && !fileExists(path.join(targetWhatsAppAuthDir, "creds.json"));
|
|
794
|
+
const legacyTelegramAllowFromPath = path.join(oauthDir, "telegram-allowFrom.json");
|
|
795
|
+
const targetTelegramAllowFromPath = path.join(oauthDir, `telegram-${DEFAULT_ACCOUNT_ID}-allowFrom.json`);
|
|
796
|
+
const hasLegacyTelegramAllowFrom = fileExists(legacyTelegramAllowFromPath) && !fileExists(targetTelegramAllowFromPath);
|
|
797
|
+
const preview = [];
|
|
798
|
+
if (hasLegacySessions) preview.push(`- Sessions: ${sessionsLegacyDir} → ${sessionsTargetDir}`);
|
|
799
|
+
if (legacyKeys.length > 0) preview.push(`- Sessions: canonicalize legacy keys in ${sessionsTargetStorePath}`);
|
|
800
|
+
if (hasLegacyAgentDir) preview.push(`- Agent dir: ${legacyAgentDir} → ${targetAgentDir}`);
|
|
801
|
+
if (hasLegacyWhatsAppAuth) preview.push(`- WhatsApp auth: ${oauthDir} → ${targetWhatsAppAuthDir} (keep oauth.json)`);
|
|
802
|
+
if (hasLegacyTelegramAllowFrom) preview.push(`- Telegram pairing allowFrom: ${legacyTelegramAllowFromPath} → ${targetTelegramAllowFromPath}`);
|
|
803
|
+
return {
|
|
804
|
+
targetAgentId,
|
|
805
|
+
targetMainKey,
|
|
806
|
+
targetScope,
|
|
807
|
+
stateDir,
|
|
808
|
+
oauthDir,
|
|
809
|
+
sessions: {
|
|
810
|
+
legacyDir: sessionsLegacyDir,
|
|
811
|
+
legacyStorePath: sessionsLegacyStorePath,
|
|
812
|
+
targetDir: sessionsTargetDir,
|
|
813
|
+
targetStorePath: sessionsTargetStorePath,
|
|
814
|
+
hasLegacy: hasLegacySessions || legacyKeys.length > 0,
|
|
815
|
+
legacyKeys
|
|
816
|
+
},
|
|
817
|
+
agentDir: {
|
|
818
|
+
legacyDir: legacyAgentDir,
|
|
819
|
+
targetDir: targetAgentDir,
|
|
820
|
+
hasLegacy: hasLegacyAgentDir
|
|
821
|
+
},
|
|
822
|
+
whatsappAuth: {
|
|
823
|
+
legacyDir: oauthDir,
|
|
824
|
+
targetDir: targetWhatsAppAuthDir,
|
|
825
|
+
hasLegacy: hasLegacyWhatsAppAuth
|
|
826
|
+
},
|
|
827
|
+
pairingAllowFrom: {
|
|
828
|
+
legacyTelegramPath: legacyTelegramAllowFromPath,
|
|
829
|
+
targetTelegramPath: targetTelegramAllowFromPath,
|
|
830
|
+
hasLegacyTelegram: hasLegacyTelegramAllowFrom
|
|
831
|
+
},
|
|
832
|
+
preview
|
|
833
|
+
};
|
|
834
|
+
}
|
|
835
|
+
async function migrateLegacySessions(detected, now) {
|
|
836
|
+
const changes = [];
|
|
837
|
+
const warnings = [];
|
|
838
|
+
if (!detected.sessions.hasLegacy) return {
|
|
839
|
+
changes,
|
|
840
|
+
warnings
|
|
841
|
+
};
|
|
842
|
+
ensureDir(detected.sessions.targetDir);
|
|
843
|
+
const legacyParsed = fileExists(detected.sessions.legacyStorePath) ? readSessionStoreJson5(detected.sessions.legacyStorePath) : {
|
|
844
|
+
store: {},
|
|
845
|
+
ok: true
|
|
846
|
+
};
|
|
847
|
+
const targetParsed = fileExists(detected.sessions.targetStorePath) ? readSessionStoreJson5(detected.sessions.targetStorePath) : {
|
|
848
|
+
store: {},
|
|
849
|
+
ok: true
|
|
850
|
+
};
|
|
851
|
+
const legacyStore = legacyParsed.store;
|
|
852
|
+
const targetStore = targetParsed.store;
|
|
853
|
+
const canonicalizedTarget = canonicalizeSessionStore({
|
|
854
|
+
store: targetStore,
|
|
855
|
+
agentId: detected.targetAgentId,
|
|
856
|
+
mainKey: detected.targetMainKey,
|
|
857
|
+
scope: detected.targetScope
|
|
858
|
+
});
|
|
859
|
+
const canonicalizedLegacy = canonicalizeSessionStore({
|
|
860
|
+
store: legacyStore,
|
|
861
|
+
agentId: detected.targetAgentId,
|
|
862
|
+
mainKey: detected.targetMainKey,
|
|
863
|
+
scope: detected.targetScope
|
|
864
|
+
});
|
|
865
|
+
const merged = { ...canonicalizedTarget.store };
|
|
866
|
+
for (const [key, entry] of Object.entries(canonicalizedLegacy.store)) merged[key] = mergeSessionEntry({
|
|
867
|
+
existing: merged[key],
|
|
868
|
+
incoming: entry,
|
|
869
|
+
preferIncomingOnTie: false
|
|
870
|
+
});
|
|
871
|
+
const mainKey = buildAgentMainSessionKey({
|
|
872
|
+
agentId: detected.targetAgentId,
|
|
873
|
+
mainKey: detected.targetMainKey
|
|
874
|
+
});
|
|
875
|
+
if (!merged[mainKey]) {
|
|
876
|
+
const latest = pickLatestLegacyDirectEntry(legacyStore);
|
|
877
|
+
if (latest?.sessionId) {
|
|
878
|
+
merged[mainKey] = latest;
|
|
879
|
+
changes.push(`Migrated latest direct-chat session → ${mainKey}`);
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
if (!legacyParsed.ok) warnings.push(`Legacy sessions store unreadable; left in place at ${detected.sessions.legacyStorePath}`);
|
|
883
|
+
if ((legacyParsed.ok || targetParsed.ok) && (Object.keys(legacyStore).length > 0 || Object.keys(targetStore).length > 0)) {
|
|
884
|
+
const normalized = {};
|
|
885
|
+
for (const [key, entry] of Object.entries(merged)) {
|
|
886
|
+
const normalizedEntry = normalizeSessionEntry(entry);
|
|
887
|
+
if (!normalizedEntry) continue;
|
|
888
|
+
normalized[key] = normalizedEntry;
|
|
889
|
+
}
|
|
890
|
+
await saveSessionStore(detected.sessions.targetStorePath, normalized, { skipMaintenance: true });
|
|
891
|
+
changes.push(`Merged sessions store → ${detected.sessions.targetStorePath}`);
|
|
892
|
+
if (canonicalizedTarget.legacyKeys.length > 0) changes.push(`Canonicalized ${canonicalizedTarget.legacyKeys.length} legacy session key(s)`);
|
|
893
|
+
}
|
|
894
|
+
const entries = safeReadDir(detected.sessions.legacyDir);
|
|
895
|
+
for (const entry of entries) {
|
|
896
|
+
if (!entry.isFile()) continue;
|
|
897
|
+
if (entry.name === "sessions.json") continue;
|
|
898
|
+
const from = path.join(detected.sessions.legacyDir, entry.name);
|
|
899
|
+
const to = path.join(detected.sessions.targetDir, entry.name);
|
|
900
|
+
if (fileExists(to)) continue;
|
|
901
|
+
try {
|
|
902
|
+
fs.renameSync(from, to);
|
|
903
|
+
changes.push(`Moved ${entry.name} → agents/${detected.targetAgentId}/sessions`);
|
|
904
|
+
} catch (err) {
|
|
905
|
+
warnings.push(`Failed moving ${from}: ${String(err)}`);
|
|
906
|
+
}
|
|
907
|
+
}
|
|
908
|
+
if (legacyParsed.ok) try {
|
|
909
|
+
if (fileExists(detected.sessions.legacyStorePath)) fs.rmSync(detected.sessions.legacyStorePath, { force: true });
|
|
910
|
+
} catch {}
|
|
911
|
+
removeDirIfEmpty(detected.sessions.legacyDir);
|
|
912
|
+
if (safeReadDir(detected.sessions.legacyDir).filter((e) => e.isFile()).length > 0) {
|
|
913
|
+
const backupDir = `${detected.sessions.legacyDir}.legacy-${now()}`;
|
|
914
|
+
try {
|
|
915
|
+
fs.renameSync(detected.sessions.legacyDir, backupDir);
|
|
916
|
+
warnings.push(`Left legacy sessions at ${backupDir}`);
|
|
917
|
+
} catch {}
|
|
918
|
+
}
|
|
919
|
+
return {
|
|
920
|
+
changes,
|
|
921
|
+
warnings
|
|
922
|
+
};
|
|
923
|
+
}
|
|
924
|
+
async function migrateLegacyAgentDir(detected, now) {
|
|
925
|
+
const changes = [];
|
|
926
|
+
const warnings = [];
|
|
927
|
+
if (!detected.agentDir.hasLegacy) return {
|
|
928
|
+
changes,
|
|
929
|
+
warnings
|
|
930
|
+
};
|
|
931
|
+
ensureDir(detected.agentDir.targetDir);
|
|
932
|
+
const entries = safeReadDir(detected.agentDir.legacyDir);
|
|
933
|
+
for (const entry of entries) {
|
|
934
|
+
const from = path.join(detected.agentDir.legacyDir, entry.name);
|
|
935
|
+
const to = path.join(detected.agentDir.targetDir, entry.name);
|
|
936
|
+
if (fs.existsSync(to)) continue;
|
|
937
|
+
try {
|
|
938
|
+
fs.renameSync(from, to);
|
|
939
|
+
changes.push(`Moved agent file ${entry.name} → agents/${detected.targetAgentId}/agent`);
|
|
940
|
+
} catch (err) {
|
|
941
|
+
warnings.push(`Failed moving ${from}: ${String(err)}`);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
removeDirIfEmpty(detected.agentDir.legacyDir);
|
|
945
|
+
if (!emptyDirOrMissing(detected.agentDir.legacyDir)) {
|
|
946
|
+
const backupDir = path.join(detected.stateDir, "agents", detected.targetAgentId, `agent.legacy-${now()}`);
|
|
947
|
+
try {
|
|
948
|
+
fs.renameSync(detected.agentDir.legacyDir, backupDir);
|
|
949
|
+
warnings.push(`Left legacy agent dir at ${backupDir}`);
|
|
950
|
+
} catch (err) {
|
|
951
|
+
warnings.push(`Failed relocating legacy agent dir: ${String(err)}`);
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
return {
|
|
955
|
+
changes,
|
|
956
|
+
warnings
|
|
957
|
+
};
|
|
958
|
+
}
|
|
959
|
+
async function migrateLegacyWhatsAppAuth(detected) {
|
|
960
|
+
const changes = [];
|
|
961
|
+
const warnings = [];
|
|
962
|
+
if (!detected.whatsappAuth.hasLegacy) return {
|
|
963
|
+
changes,
|
|
964
|
+
warnings
|
|
965
|
+
};
|
|
966
|
+
ensureDir(detected.whatsappAuth.targetDir);
|
|
967
|
+
const entries = safeReadDir(detected.whatsappAuth.legacyDir);
|
|
968
|
+
for (const entry of entries) {
|
|
969
|
+
if (!entry.isFile()) continue;
|
|
970
|
+
if (entry.name === "oauth.json") continue;
|
|
971
|
+
if (!isLegacyWhatsAppAuthFile(entry.name)) continue;
|
|
972
|
+
const from = path.join(detected.whatsappAuth.legacyDir, entry.name);
|
|
973
|
+
const to = path.join(detected.whatsappAuth.targetDir, entry.name);
|
|
974
|
+
if (fileExists(to)) continue;
|
|
975
|
+
try {
|
|
976
|
+
fs.renameSync(from, to);
|
|
977
|
+
changes.push(`Moved WhatsApp auth ${entry.name} → whatsapp/default`);
|
|
978
|
+
} catch (err) {
|
|
979
|
+
warnings.push(`Failed moving ${from}: ${String(err)}`);
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
return {
|
|
983
|
+
changes,
|
|
984
|
+
warnings
|
|
985
|
+
};
|
|
986
|
+
}
|
|
987
|
+
async function migrateLegacyTelegramPairingAllowFrom(detected) {
|
|
988
|
+
const changes = [];
|
|
989
|
+
const warnings = [];
|
|
990
|
+
if (!detected.pairingAllowFrom.hasLegacyTelegram) return {
|
|
991
|
+
changes,
|
|
992
|
+
warnings
|
|
993
|
+
};
|
|
994
|
+
const legacyPath = detected.pairingAllowFrom.legacyTelegramPath;
|
|
995
|
+
const targetPath = detected.pairingAllowFrom.targetTelegramPath;
|
|
996
|
+
try {
|
|
997
|
+
ensureDir(path.dirname(targetPath));
|
|
998
|
+
fs.copyFileSync(legacyPath, targetPath);
|
|
999
|
+
changes.push(`Copied Telegram pairing allowFrom → ${targetPath}`);
|
|
1000
|
+
} catch (err) {
|
|
1001
|
+
warnings.push(`Failed migrating Telegram pairing allowFrom (${legacyPath}): ${String(err)}`);
|
|
1002
|
+
}
|
|
1003
|
+
return {
|
|
1004
|
+
changes,
|
|
1005
|
+
warnings
|
|
1006
|
+
};
|
|
1007
|
+
}
|
|
1008
|
+
async function runLegacyStateMigrations(params) {
|
|
1009
|
+
const now = params.now ?? (() => Date.now());
|
|
1010
|
+
const detected = params.detected;
|
|
1011
|
+
const sessions = await migrateLegacySessions(detected, now);
|
|
1012
|
+
const agentDir = await migrateLegacyAgentDir(detected, now);
|
|
1013
|
+
const whatsappAuth = await migrateLegacyWhatsAppAuth(detected);
|
|
1014
|
+
const telegramPairingAllowFrom = await migrateLegacyTelegramPairingAllowFrom(detected);
|
|
1015
|
+
return {
|
|
1016
|
+
changes: [
|
|
1017
|
+
...sessions.changes,
|
|
1018
|
+
...agentDir.changes,
|
|
1019
|
+
...whatsappAuth.changes,
|
|
1020
|
+
...telegramPairingAllowFrom.changes
|
|
1021
|
+
],
|
|
1022
|
+
warnings: [
|
|
1023
|
+
...sessions.warnings,
|
|
1024
|
+
...agentDir.warnings,
|
|
1025
|
+
...whatsappAuth.warnings,
|
|
1026
|
+
...telegramPairingAllowFrom.warnings
|
|
1027
|
+
]
|
|
1028
|
+
};
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
//#endregion
|
|
1032
|
+
//#region src/commands/doctor-config-flow.ts
|
|
1033
|
+
function normalizeIssuePath(path) {
|
|
1034
|
+
return path.filter((part) => typeof part !== "symbol");
|
|
1035
|
+
}
|
|
1036
|
+
function isUnrecognizedKeysIssue(issue) {
|
|
1037
|
+
return issue.code === "unrecognized_keys";
|
|
1038
|
+
}
|
|
1039
|
+
function formatPath(parts) {
|
|
1040
|
+
if (parts.length === 0) return "<root>";
|
|
1041
|
+
let out = "";
|
|
1042
|
+
for (const part of parts) {
|
|
1043
|
+
if (typeof part === "number") {
|
|
1044
|
+
out += `[${part}]`;
|
|
1045
|
+
continue;
|
|
1046
|
+
}
|
|
1047
|
+
out = out ? `${out}.${part}` : part;
|
|
1048
|
+
}
|
|
1049
|
+
return out || "<root>";
|
|
1050
|
+
}
|
|
1051
|
+
function resolvePathTarget(root, path) {
|
|
1052
|
+
let current = root;
|
|
1053
|
+
for (const part of path) {
|
|
1054
|
+
if (typeof part === "number") {
|
|
1055
|
+
if (!Array.isArray(current)) return null;
|
|
1056
|
+
if (part < 0 || part >= current.length) return null;
|
|
1057
|
+
current = current[part];
|
|
1058
|
+
continue;
|
|
1059
|
+
}
|
|
1060
|
+
if (!current || typeof current !== "object" || Array.isArray(current)) return null;
|
|
1061
|
+
const record = current;
|
|
1062
|
+
if (!(part in record)) return null;
|
|
1063
|
+
current = record[part];
|
|
1064
|
+
}
|
|
1065
|
+
return current;
|
|
1066
|
+
}
|
|
1067
|
+
function stripUnknownConfigKeys(config) {
|
|
1068
|
+
const parsed = RemoteClawSchema.safeParse(config);
|
|
1069
|
+
if (parsed.success) return {
|
|
1070
|
+
config,
|
|
1071
|
+
removed: []
|
|
1072
|
+
};
|
|
1073
|
+
const next = structuredClone(config);
|
|
1074
|
+
const removed = [];
|
|
1075
|
+
for (const issue of parsed.error.issues) {
|
|
1076
|
+
if (!isUnrecognizedKeysIssue(issue)) continue;
|
|
1077
|
+
const path = normalizeIssuePath(issue.path);
|
|
1078
|
+
const target = resolvePathTarget(next, path);
|
|
1079
|
+
if (!target || typeof target !== "object" || Array.isArray(target)) continue;
|
|
1080
|
+
const record = target;
|
|
1081
|
+
for (const key of issue.keys) {
|
|
1082
|
+
if (typeof key !== "string") continue;
|
|
1083
|
+
if (!(key in record)) continue;
|
|
1084
|
+
delete record[key];
|
|
1085
|
+
removed.push(formatPath([...path, key]));
|
|
1086
|
+
}
|
|
1087
|
+
}
|
|
1088
|
+
return {
|
|
1089
|
+
config: next,
|
|
1090
|
+
removed
|
|
1091
|
+
};
|
|
1092
|
+
}
|
|
1093
|
+
function noteOpencodeProviderOverrides(_cfg) {}
|
|
1094
|
+
function noteIncludeConfinementWarning(snapshot) {
|
|
1095
|
+
const includeIssue = (snapshot.issues ?? []).find((issue) => issue.message.includes("Include path escapes config directory") || issue.message.includes("Include path resolves outside config directory"));
|
|
1096
|
+
if (!includeIssue) return;
|
|
1097
|
+
note([
|
|
1098
|
+
`- $include paths must stay under: ${path.dirname(snapshot.path ?? CONFIG_PATH)}`,
|
|
1099
|
+
"- Move shared include files under that directory and update to relative paths like \"./shared/common.json\".",
|
|
1100
|
+
`- Error: ${includeIssue.message}`
|
|
1101
|
+
].join("\n"), "Doctor warnings");
|
|
1102
|
+
}
|
|
1103
|
+
function asObjectRecord(value) {
|
|
1104
|
+
if (!value || typeof value !== "object" || Array.isArray(value)) return null;
|
|
1105
|
+
return value;
|
|
1106
|
+
}
|
|
1107
|
+
function collectTelegramAccountScopes(cfg) {
|
|
1108
|
+
const scopes = [];
|
|
1109
|
+
const telegram = asObjectRecord(cfg.channels?.telegram);
|
|
1110
|
+
if (!telegram) return scopes;
|
|
1111
|
+
scopes.push({
|
|
1112
|
+
prefix: "channels.telegram",
|
|
1113
|
+
account: telegram
|
|
1114
|
+
});
|
|
1115
|
+
const accounts = asObjectRecord(telegram.accounts);
|
|
1116
|
+
if (!accounts) return scopes;
|
|
1117
|
+
for (const key of Object.keys(accounts)) {
|
|
1118
|
+
const account = asObjectRecord(accounts[key]);
|
|
1119
|
+
if (!account) continue;
|
|
1120
|
+
scopes.push({
|
|
1121
|
+
prefix: `channels.telegram.accounts.${key}`,
|
|
1122
|
+
account
|
|
1123
|
+
});
|
|
1124
|
+
}
|
|
1125
|
+
return scopes;
|
|
1126
|
+
}
|
|
1127
|
+
function collectTelegramAllowFromLists(prefix, account) {
|
|
1128
|
+
const refs = [{
|
|
1129
|
+
pathLabel: `${prefix}.allowFrom`,
|
|
1130
|
+
holder: account,
|
|
1131
|
+
key: "allowFrom"
|
|
1132
|
+
}, {
|
|
1133
|
+
pathLabel: `${prefix}.groupAllowFrom`,
|
|
1134
|
+
holder: account,
|
|
1135
|
+
key: "groupAllowFrom"
|
|
1136
|
+
}];
|
|
1137
|
+
const groups = asObjectRecord(account.groups);
|
|
1138
|
+
if (!groups) return refs;
|
|
1139
|
+
for (const groupId of Object.keys(groups)) {
|
|
1140
|
+
const group = asObjectRecord(groups[groupId]);
|
|
1141
|
+
if (!group) continue;
|
|
1142
|
+
refs.push({
|
|
1143
|
+
pathLabel: `${prefix}.groups.${groupId}.allowFrom`,
|
|
1144
|
+
holder: group,
|
|
1145
|
+
key: "allowFrom"
|
|
1146
|
+
});
|
|
1147
|
+
const topics = asObjectRecord(group.topics);
|
|
1148
|
+
if (!topics) continue;
|
|
1149
|
+
for (const topicId of Object.keys(topics)) {
|
|
1150
|
+
const topic = asObjectRecord(topics[topicId]);
|
|
1151
|
+
if (!topic) continue;
|
|
1152
|
+
refs.push({
|
|
1153
|
+
pathLabel: `${prefix}.groups.${groupId}.topics.${topicId}.allowFrom`,
|
|
1154
|
+
holder: topic,
|
|
1155
|
+
key: "allowFrom"
|
|
1156
|
+
});
|
|
1157
|
+
}
|
|
1158
|
+
}
|
|
1159
|
+
return refs;
|
|
1160
|
+
}
|
|
1161
|
+
function scanTelegramAllowFromUsernameEntries(cfg) {
|
|
1162
|
+
const hits = [];
|
|
1163
|
+
const scanList = (pathLabel, list) => {
|
|
1164
|
+
if (!Array.isArray(list)) return;
|
|
1165
|
+
for (const entry of list) {
|
|
1166
|
+
const normalized = normalizeTelegramAllowFromEntry(entry);
|
|
1167
|
+
if (!normalized || normalized === "*") continue;
|
|
1168
|
+
if (isNumericTelegramUserId(normalized)) continue;
|
|
1169
|
+
hits.push({
|
|
1170
|
+
path: pathLabel,
|
|
1171
|
+
entry: String(entry).trim()
|
|
1172
|
+
});
|
|
1173
|
+
}
|
|
1174
|
+
};
|
|
1175
|
+
for (const scope of collectTelegramAccountScopes(cfg)) for (const ref of collectTelegramAllowFromLists(scope.prefix, scope.account)) scanList(ref.pathLabel, ref.holder[ref.key]);
|
|
1176
|
+
return hits;
|
|
1177
|
+
}
|
|
1178
|
+
async function maybeRepairTelegramAllowFromUsernames(cfg) {
|
|
1179
|
+
if (scanTelegramAllowFromUsernameEntries(cfg).length === 0) return {
|
|
1180
|
+
config: cfg,
|
|
1181
|
+
changes: []
|
|
1182
|
+
};
|
|
1183
|
+
const tokens = Array.from(new Set(listTelegramAccountIds(cfg).map((accountId) => resolveTelegramAccount({
|
|
1184
|
+
cfg,
|
|
1185
|
+
accountId
|
|
1186
|
+
})).map((account) => account.tokenSource === "none" ? "" : account.token).map((token) => token.trim()).filter(Boolean)));
|
|
1187
|
+
if (tokens.length === 0) return {
|
|
1188
|
+
config: cfg,
|
|
1189
|
+
changes: [`- Telegram allowFrom contains @username entries, but no Telegram bot token is configured; cannot auto-resolve (run onboarding or replace with numeric sender IDs).`]
|
|
1190
|
+
};
|
|
1191
|
+
const resolveUserId = async (raw) => {
|
|
1192
|
+
const trimmed = raw.trim();
|
|
1193
|
+
if (!trimmed) return null;
|
|
1194
|
+
const stripped = normalizeTelegramAllowFromEntry(trimmed);
|
|
1195
|
+
if (!stripped || stripped === "*") return null;
|
|
1196
|
+
if (isNumericTelegramUserId(stripped)) return stripped;
|
|
1197
|
+
if (/\s/.test(stripped)) return null;
|
|
1198
|
+
const username = stripped.startsWith("@") ? stripped : `@${stripped}`;
|
|
1199
|
+
for (const token of tokens) {
|
|
1200
|
+
const controller = new AbortController();
|
|
1201
|
+
const timeout = setTimeout(() => controller.abort(), 4e3);
|
|
1202
|
+
try {
|
|
1203
|
+
const id = await fetchTelegramChatId({
|
|
1204
|
+
token,
|
|
1205
|
+
chatId: username,
|
|
1206
|
+
signal: controller.signal
|
|
1207
|
+
});
|
|
1208
|
+
if (id) return id;
|
|
1209
|
+
} catch {} finally {
|
|
1210
|
+
clearTimeout(timeout);
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
return null;
|
|
1214
|
+
};
|
|
1215
|
+
const changes = [];
|
|
1216
|
+
const next = structuredClone(cfg);
|
|
1217
|
+
const repairList = async (pathLabel, holder, key) => {
|
|
1218
|
+
const raw = holder[key];
|
|
1219
|
+
if (!Array.isArray(raw)) return;
|
|
1220
|
+
const out = [];
|
|
1221
|
+
const replaced = [];
|
|
1222
|
+
for (const entry of raw) {
|
|
1223
|
+
const normalized = normalizeTelegramAllowFromEntry(entry);
|
|
1224
|
+
if (!normalized) continue;
|
|
1225
|
+
if (normalized === "*") {
|
|
1226
|
+
out.push("*");
|
|
1227
|
+
continue;
|
|
1228
|
+
}
|
|
1229
|
+
if (isNumericTelegramUserId(normalized)) {
|
|
1230
|
+
out.push(normalized);
|
|
1231
|
+
continue;
|
|
1232
|
+
}
|
|
1233
|
+
const resolved = await resolveUserId(String(entry));
|
|
1234
|
+
if (resolved) {
|
|
1235
|
+
out.push(resolved);
|
|
1236
|
+
replaced.push({
|
|
1237
|
+
from: String(entry).trim(),
|
|
1238
|
+
to: resolved
|
|
1239
|
+
});
|
|
1240
|
+
} else out.push(String(entry).trim());
|
|
1241
|
+
}
|
|
1242
|
+
const deduped = [];
|
|
1243
|
+
const seen = /* @__PURE__ */ new Set();
|
|
1244
|
+
for (const entry of out) {
|
|
1245
|
+
const k = String(entry).trim();
|
|
1246
|
+
if (!k || seen.has(k)) continue;
|
|
1247
|
+
seen.add(k);
|
|
1248
|
+
deduped.push(entry);
|
|
1249
|
+
}
|
|
1250
|
+
holder[key] = deduped;
|
|
1251
|
+
if (replaced.length > 0) {
|
|
1252
|
+
for (const rep of replaced.slice(0, 5)) changes.push(`- ${pathLabel}: resolved ${rep.from} -> ${rep.to}`);
|
|
1253
|
+
if (replaced.length > 5) changes.push(`- ${pathLabel}: resolved ${replaced.length - 5} more @username entries`);
|
|
1254
|
+
}
|
|
1255
|
+
};
|
|
1256
|
+
const repairAccount = async (prefix, account) => {
|
|
1257
|
+
for (const ref of collectTelegramAllowFromLists(prefix, account)) await repairList(ref.pathLabel, ref.holder, ref.key);
|
|
1258
|
+
};
|
|
1259
|
+
for (const scope of collectTelegramAccountScopes(next)) await repairAccount(scope.prefix, scope.account);
|
|
1260
|
+
if (changes.length === 0) return {
|
|
1261
|
+
config: cfg,
|
|
1262
|
+
changes: []
|
|
1263
|
+
};
|
|
1264
|
+
return {
|
|
1265
|
+
config: next,
|
|
1266
|
+
changes
|
|
1267
|
+
};
|
|
1268
|
+
}
|
|
1269
|
+
function collectDiscordAccountScopes(cfg) {
|
|
1270
|
+
const scopes = [];
|
|
1271
|
+
const discord = asObjectRecord(cfg.channels?.discord);
|
|
1272
|
+
if (!discord) return scopes;
|
|
1273
|
+
scopes.push({
|
|
1274
|
+
prefix: "channels.discord",
|
|
1275
|
+
account: discord
|
|
1276
|
+
});
|
|
1277
|
+
const accounts = asObjectRecord(discord.accounts);
|
|
1278
|
+
if (!accounts) return scopes;
|
|
1279
|
+
for (const key of Object.keys(accounts)) {
|
|
1280
|
+
const account = asObjectRecord(accounts[key]);
|
|
1281
|
+
if (!account) continue;
|
|
1282
|
+
scopes.push({
|
|
1283
|
+
prefix: `channels.discord.accounts.${key}`,
|
|
1284
|
+
account
|
|
1285
|
+
});
|
|
1286
|
+
}
|
|
1287
|
+
return scopes;
|
|
1288
|
+
}
|
|
1289
|
+
function collectDiscordIdLists(prefix, account) {
|
|
1290
|
+
const refs = [{
|
|
1291
|
+
pathLabel: `${prefix}.allowFrom`,
|
|
1292
|
+
holder: account,
|
|
1293
|
+
key: "allowFrom"
|
|
1294
|
+
}];
|
|
1295
|
+
const dm = asObjectRecord(account.dm);
|
|
1296
|
+
if (dm) {
|
|
1297
|
+
refs.push({
|
|
1298
|
+
pathLabel: `${prefix}.dm.allowFrom`,
|
|
1299
|
+
holder: dm,
|
|
1300
|
+
key: "allowFrom"
|
|
1301
|
+
});
|
|
1302
|
+
refs.push({
|
|
1303
|
+
pathLabel: `${prefix}.dm.groupChannels`,
|
|
1304
|
+
holder: dm,
|
|
1305
|
+
key: "groupChannels"
|
|
1306
|
+
});
|
|
1307
|
+
}
|
|
1308
|
+
const execApprovals = asObjectRecord(account.execApprovals);
|
|
1309
|
+
if (execApprovals) refs.push({
|
|
1310
|
+
pathLabel: `${prefix}.execApprovals.approvers`,
|
|
1311
|
+
holder: execApprovals,
|
|
1312
|
+
key: "approvers"
|
|
1313
|
+
});
|
|
1314
|
+
const guilds = asObjectRecord(account.guilds);
|
|
1315
|
+
if (!guilds) return refs;
|
|
1316
|
+
for (const guildId of Object.keys(guilds)) {
|
|
1317
|
+
const guild = asObjectRecord(guilds[guildId]);
|
|
1318
|
+
if (!guild) continue;
|
|
1319
|
+
refs.push({
|
|
1320
|
+
pathLabel: `${prefix}.guilds.${guildId}.users`,
|
|
1321
|
+
holder: guild,
|
|
1322
|
+
key: "users"
|
|
1323
|
+
});
|
|
1324
|
+
refs.push({
|
|
1325
|
+
pathLabel: `${prefix}.guilds.${guildId}.roles`,
|
|
1326
|
+
holder: guild,
|
|
1327
|
+
key: "roles"
|
|
1328
|
+
});
|
|
1329
|
+
const channels = asObjectRecord(guild.channels);
|
|
1330
|
+
if (!channels) continue;
|
|
1331
|
+
for (const channelId of Object.keys(channels)) {
|
|
1332
|
+
const channel = asObjectRecord(channels[channelId]);
|
|
1333
|
+
if (!channel) continue;
|
|
1334
|
+
refs.push({
|
|
1335
|
+
pathLabel: `${prefix}.guilds.${guildId}.channels.${channelId}.users`,
|
|
1336
|
+
holder: channel,
|
|
1337
|
+
key: "users"
|
|
1338
|
+
});
|
|
1339
|
+
refs.push({
|
|
1340
|
+
pathLabel: `${prefix}.guilds.${guildId}.channels.${channelId}.roles`,
|
|
1341
|
+
holder: channel,
|
|
1342
|
+
key: "roles"
|
|
1343
|
+
});
|
|
1344
|
+
}
|
|
1345
|
+
}
|
|
1346
|
+
return refs;
|
|
1347
|
+
}
|
|
1348
|
+
function scanDiscordNumericIdEntries(cfg) {
|
|
1349
|
+
const hits = [];
|
|
1350
|
+
const scanList = (pathLabel, list) => {
|
|
1351
|
+
if (!Array.isArray(list)) return;
|
|
1352
|
+
for (const [index, entry] of list.entries()) {
|
|
1353
|
+
if (typeof entry !== "number") continue;
|
|
1354
|
+
hits.push({
|
|
1355
|
+
path: `${pathLabel}[${index}]`,
|
|
1356
|
+
entry
|
|
1357
|
+
});
|
|
1358
|
+
}
|
|
1359
|
+
};
|
|
1360
|
+
for (const scope of collectDiscordAccountScopes(cfg)) for (const ref of collectDiscordIdLists(scope.prefix, scope.account)) scanList(ref.pathLabel, ref.holder[ref.key]);
|
|
1361
|
+
return hits;
|
|
1362
|
+
}
|
|
1363
|
+
function maybeRepairDiscordNumericIds(cfg) {
|
|
1364
|
+
if (scanDiscordNumericIdEntries(cfg).length === 0) return {
|
|
1365
|
+
config: cfg,
|
|
1366
|
+
changes: []
|
|
1367
|
+
};
|
|
1368
|
+
const next = structuredClone(cfg);
|
|
1369
|
+
const changes = [];
|
|
1370
|
+
const repairList = (pathLabel, holder, key) => {
|
|
1371
|
+
const raw = holder[key];
|
|
1372
|
+
if (!Array.isArray(raw)) return;
|
|
1373
|
+
let converted = 0;
|
|
1374
|
+
const updated = raw.map((entry) => {
|
|
1375
|
+
if (typeof entry === "number") {
|
|
1376
|
+
converted += 1;
|
|
1377
|
+
return String(entry);
|
|
1378
|
+
}
|
|
1379
|
+
return entry;
|
|
1380
|
+
});
|
|
1381
|
+
if (converted === 0) return;
|
|
1382
|
+
holder[key] = updated;
|
|
1383
|
+
changes.push(`- ${pathLabel}: converted ${converted} numeric ${converted === 1 ? "entry" : "entries"} to strings`);
|
|
1384
|
+
};
|
|
1385
|
+
for (const scope of collectDiscordAccountScopes(next)) for (const ref of collectDiscordIdLists(scope.prefix, scope.account)) repairList(ref.pathLabel, ref.holder, ref.key);
|
|
1386
|
+
if (changes.length === 0) return {
|
|
1387
|
+
config: cfg,
|
|
1388
|
+
changes: []
|
|
1389
|
+
};
|
|
1390
|
+
return {
|
|
1391
|
+
config: next,
|
|
1392
|
+
changes
|
|
1393
|
+
};
|
|
1394
|
+
}
|
|
1395
|
+
function addMutableAllowlistHits(params) {
|
|
1396
|
+
if (!Array.isArray(params.list)) return;
|
|
1397
|
+
for (const entry of params.list) {
|
|
1398
|
+
const text = String(entry).trim();
|
|
1399
|
+
if (!text || text === "*") continue;
|
|
1400
|
+
if (!params.detector(text)) continue;
|
|
1401
|
+
params.hits.push({
|
|
1402
|
+
channel: params.channel,
|
|
1403
|
+
path: params.pathLabel,
|
|
1404
|
+
entry: text,
|
|
1405
|
+
dangerousFlagPath: params.dangerousFlagPath
|
|
1406
|
+
});
|
|
1407
|
+
}
|
|
1408
|
+
}
|
|
1409
|
+
function scanMutableAllowlistEntries(cfg) {
|
|
1410
|
+
const hits = [];
|
|
1411
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "discord")) {
|
|
1412
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1413
|
+
addMutableAllowlistHits({
|
|
1414
|
+
hits,
|
|
1415
|
+
pathLabel: `${scope.prefix}.allowFrom`,
|
|
1416
|
+
list: scope.account.allowFrom,
|
|
1417
|
+
detector: isDiscordMutableAllowEntry,
|
|
1418
|
+
channel: "discord",
|
|
1419
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1420
|
+
});
|
|
1421
|
+
const dm = asObjectRecord(scope.account.dm);
|
|
1422
|
+
if (dm) addMutableAllowlistHits({
|
|
1423
|
+
hits,
|
|
1424
|
+
pathLabel: `${scope.prefix}.dm.allowFrom`,
|
|
1425
|
+
list: dm.allowFrom,
|
|
1426
|
+
detector: isDiscordMutableAllowEntry,
|
|
1427
|
+
channel: "discord",
|
|
1428
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1429
|
+
});
|
|
1430
|
+
const guilds = asObjectRecord(scope.account.guilds);
|
|
1431
|
+
if (!guilds) continue;
|
|
1432
|
+
for (const [guildId, guildRaw] of Object.entries(guilds)) {
|
|
1433
|
+
const guild = asObjectRecord(guildRaw);
|
|
1434
|
+
if (!guild) continue;
|
|
1435
|
+
addMutableAllowlistHits({
|
|
1436
|
+
hits,
|
|
1437
|
+
pathLabel: `${scope.prefix}.guilds.${guildId}.users`,
|
|
1438
|
+
list: guild.users,
|
|
1439
|
+
detector: isDiscordMutableAllowEntry,
|
|
1440
|
+
channel: "discord",
|
|
1441
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1442
|
+
});
|
|
1443
|
+
const channels = asObjectRecord(guild.channels);
|
|
1444
|
+
if (!channels) continue;
|
|
1445
|
+
for (const [channelId, channelRaw] of Object.entries(channels)) {
|
|
1446
|
+
const channel = asObjectRecord(channelRaw);
|
|
1447
|
+
if (!channel) continue;
|
|
1448
|
+
addMutableAllowlistHits({
|
|
1449
|
+
hits,
|
|
1450
|
+
pathLabel: `${scope.prefix}.guilds.${guildId}.channels.${channelId}.users`,
|
|
1451
|
+
list: channel.users,
|
|
1452
|
+
detector: isDiscordMutableAllowEntry,
|
|
1453
|
+
channel: "discord",
|
|
1454
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1455
|
+
});
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "slack")) {
|
|
1460
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1461
|
+
addMutableAllowlistHits({
|
|
1462
|
+
hits,
|
|
1463
|
+
pathLabel: `${scope.prefix}.allowFrom`,
|
|
1464
|
+
list: scope.account.allowFrom,
|
|
1465
|
+
detector: isSlackMutableAllowEntry,
|
|
1466
|
+
channel: "slack",
|
|
1467
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1468
|
+
});
|
|
1469
|
+
const dm = asObjectRecord(scope.account.dm);
|
|
1470
|
+
if (dm) addMutableAllowlistHits({
|
|
1471
|
+
hits,
|
|
1472
|
+
pathLabel: `${scope.prefix}.dm.allowFrom`,
|
|
1473
|
+
list: dm.allowFrom,
|
|
1474
|
+
detector: isSlackMutableAllowEntry,
|
|
1475
|
+
channel: "slack",
|
|
1476
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1477
|
+
});
|
|
1478
|
+
const channels = asObjectRecord(scope.account.channels);
|
|
1479
|
+
if (!channels) continue;
|
|
1480
|
+
for (const [channelKey, channelRaw] of Object.entries(channels)) {
|
|
1481
|
+
const channel = asObjectRecord(channelRaw);
|
|
1482
|
+
if (!channel) continue;
|
|
1483
|
+
addMutableAllowlistHits({
|
|
1484
|
+
hits,
|
|
1485
|
+
pathLabel: `${scope.prefix}.channels.${channelKey}.users`,
|
|
1486
|
+
list: channel.users,
|
|
1487
|
+
detector: isSlackMutableAllowEntry,
|
|
1488
|
+
channel: "slack",
|
|
1489
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1490
|
+
});
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
1493
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "googlechat")) {
|
|
1494
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1495
|
+
addMutableAllowlistHits({
|
|
1496
|
+
hits,
|
|
1497
|
+
pathLabel: `${scope.prefix}.groupAllowFrom`,
|
|
1498
|
+
list: scope.account.groupAllowFrom,
|
|
1499
|
+
detector: isGoogleChatMutableAllowEntry,
|
|
1500
|
+
channel: "googlechat",
|
|
1501
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1502
|
+
});
|
|
1503
|
+
const dm = asObjectRecord(scope.account.dm);
|
|
1504
|
+
if (dm) addMutableAllowlistHits({
|
|
1505
|
+
hits,
|
|
1506
|
+
pathLabel: `${scope.prefix}.dm.allowFrom`,
|
|
1507
|
+
list: dm.allowFrom,
|
|
1508
|
+
detector: isGoogleChatMutableAllowEntry,
|
|
1509
|
+
channel: "googlechat",
|
|
1510
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1511
|
+
});
|
|
1512
|
+
const groups = asObjectRecord(scope.account.groups);
|
|
1513
|
+
if (!groups) continue;
|
|
1514
|
+
for (const [groupKey, groupRaw] of Object.entries(groups)) {
|
|
1515
|
+
const group = asObjectRecord(groupRaw);
|
|
1516
|
+
if (!group) continue;
|
|
1517
|
+
addMutableAllowlistHits({
|
|
1518
|
+
hits,
|
|
1519
|
+
pathLabel: `${scope.prefix}.groups.${groupKey}.users`,
|
|
1520
|
+
list: group.users,
|
|
1521
|
+
detector: isGoogleChatMutableAllowEntry,
|
|
1522
|
+
channel: "googlechat",
|
|
1523
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1524
|
+
});
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "msteams")) {
|
|
1528
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1529
|
+
addMutableAllowlistHits({
|
|
1530
|
+
hits,
|
|
1531
|
+
pathLabel: `${scope.prefix}.allowFrom`,
|
|
1532
|
+
list: scope.account.allowFrom,
|
|
1533
|
+
detector: isMSTeamsMutableAllowEntry,
|
|
1534
|
+
channel: "msteams",
|
|
1535
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1536
|
+
});
|
|
1537
|
+
addMutableAllowlistHits({
|
|
1538
|
+
hits,
|
|
1539
|
+
pathLabel: `${scope.prefix}.groupAllowFrom`,
|
|
1540
|
+
list: scope.account.groupAllowFrom,
|
|
1541
|
+
detector: isMSTeamsMutableAllowEntry,
|
|
1542
|
+
channel: "msteams",
|
|
1543
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1544
|
+
});
|
|
1545
|
+
}
|
|
1546
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "mattermost")) {
|
|
1547
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1548
|
+
addMutableAllowlistHits({
|
|
1549
|
+
hits,
|
|
1550
|
+
pathLabel: `${scope.prefix}.allowFrom`,
|
|
1551
|
+
list: scope.account.allowFrom,
|
|
1552
|
+
detector: isMattermostMutableAllowEntry,
|
|
1553
|
+
channel: "mattermost",
|
|
1554
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1555
|
+
});
|
|
1556
|
+
addMutableAllowlistHits({
|
|
1557
|
+
hits,
|
|
1558
|
+
pathLabel: `${scope.prefix}.groupAllowFrom`,
|
|
1559
|
+
list: scope.account.groupAllowFrom,
|
|
1560
|
+
detector: isMattermostMutableAllowEntry,
|
|
1561
|
+
channel: "mattermost",
|
|
1562
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1563
|
+
});
|
|
1564
|
+
}
|
|
1565
|
+
for (const scope of collectProviderDangerousNameMatchingScopes(cfg, "irc")) {
|
|
1566
|
+
if (scope.dangerousNameMatchingEnabled) continue;
|
|
1567
|
+
addMutableAllowlistHits({
|
|
1568
|
+
hits,
|
|
1569
|
+
pathLabel: `${scope.prefix}.allowFrom`,
|
|
1570
|
+
list: scope.account.allowFrom,
|
|
1571
|
+
detector: isIrcMutableAllowEntry,
|
|
1572
|
+
channel: "irc",
|
|
1573
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1574
|
+
});
|
|
1575
|
+
addMutableAllowlistHits({
|
|
1576
|
+
hits,
|
|
1577
|
+
pathLabel: `${scope.prefix}.groupAllowFrom`,
|
|
1578
|
+
list: scope.account.groupAllowFrom,
|
|
1579
|
+
detector: isIrcMutableAllowEntry,
|
|
1580
|
+
channel: "irc",
|
|
1581
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1582
|
+
});
|
|
1583
|
+
const groups = asObjectRecord(scope.account.groups);
|
|
1584
|
+
if (!groups) continue;
|
|
1585
|
+
for (const [groupKey, groupRaw] of Object.entries(groups)) {
|
|
1586
|
+
const group = asObjectRecord(groupRaw);
|
|
1587
|
+
if (!group) continue;
|
|
1588
|
+
addMutableAllowlistHits({
|
|
1589
|
+
hits,
|
|
1590
|
+
pathLabel: `${scope.prefix}.groups.${groupKey}.allowFrom`,
|
|
1591
|
+
list: group.allowFrom,
|
|
1592
|
+
detector: isIrcMutableAllowEntry,
|
|
1593
|
+
channel: "irc",
|
|
1594
|
+
dangerousFlagPath: scope.dangerousFlagPath
|
|
1595
|
+
});
|
|
1596
|
+
}
|
|
1597
|
+
}
|
|
1598
|
+
return hits;
|
|
1599
|
+
}
|
|
1600
|
+
/**
|
|
1601
|
+
* Scan all channel configs for dmPolicy="open" without allowFrom including "*".
|
|
1602
|
+
* This configuration is rejected by the schema validator but can easily occur when
|
|
1603
|
+
* users (or integrations) set dmPolicy to "open" without realising that an explicit
|
|
1604
|
+
* allowFrom wildcard is also required.
|
|
1605
|
+
*/
|
|
1606
|
+
function maybeRepairOpenPolicyAllowFrom(cfg) {
|
|
1607
|
+
const channels = cfg.channels;
|
|
1608
|
+
if (!channels || typeof channels !== "object") return {
|
|
1609
|
+
config: cfg,
|
|
1610
|
+
changes: []
|
|
1611
|
+
};
|
|
1612
|
+
const next = structuredClone(cfg);
|
|
1613
|
+
const changes = [];
|
|
1614
|
+
const resolveAllowFromMode = (channelName) => {
|
|
1615
|
+
if (channelName === "googlechat") return "nestedOnly";
|
|
1616
|
+
if (channelName === "discord" || channelName === "slack") return "topOrNested";
|
|
1617
|
+
return "topOnly";
|
|
1618
|
+
};
|
|
1619
|
+
const hasWildcard = (list) => list?.some((v) => String(v).trim() === "*") ?? false;
|
|
1620
|
+
const ensureWildcard = (account, prefix, mode) => {
|
|
1621
|
+
const dmEntry = account.dm;
|
|
1622
|
+
const dm = dmEntry && typeof dmEntry === "object" && !Array.isArray(dmEntry) ? dmEntry : void 0;
|
|
1623
|
+
if ((account.dmPolicy ?? dm?.policy ?? void 0) !== "open") return;
|
|
1624
|
+
const topAllowFrom = account.allowFrom;
|
|
1625
|
+
const nestedAllowFrom = dm?.allowFrom;
|
|
1626
|
+
if (mode === "nestedOnly") {
|
|
1627
|
+
if (hasWildcard(nestedAllowFrom)) return;
|
|
1628
|
+
if (Array.isArray(nestedAllowFrom)) {
|
|
1629
|
+
nestedAllowFrom.push("*");
|
|
1630
|
+
changes.push(`- ${prefix}.dm.allowFrom: added "*" (required by dmPolicy="open")`);
|
|
1631
|
+
return;
|
|
1632
|
+
}
|
|
1633
|
+
const nextDm = dm ?? {};
|
|
1634
|
+
nextDm.allowFrom = ["*"];
|
|
1635
|
+
account.dm = nextDm;
|
|
1636
|
+
changes.push(`- ${prefix}.dm.allowFrom: set to ["*"] (required by dmPolicy="open")`);
|
|
1637
|
+
return;
|
|
1638
|
+
}
|
|
1639
|
+
if (mode === "topOrNested") {
|
|
1640
|
+
if (hasWildcard(topAllowFrom) || hasWildcard(nestedAllowFrom)) return;
|
|
1641
|
+
if (Array.isArray(topAllowFrom)) {
|
|
1642
|
+
topAllowFrom.push("*");
|
|
1643
|
+
changes.push(`- ${prefix}.allowFrom: added "*" (required by dmPolicy="open")`);
|
|
1644
|
+
} else if (Array.isArray(nestedAllowFrom)) {
|
|
1645
|
+
nestedAllowFrom.push("*");
|
|
1646
|
+
changes.push(`- ${prefix}.dm.allowFrom: added "*" (required by dmPolicy="open")`);
|
|
1647
|
+
} else {
|
|
1648
|
+
account.allowFrom = ["*"];
|
|
1649
|
+
changes.push(`- ${prefix}.allowFrom: set to ["*"] (required by dmPolicy="open")`);
|
|
1650
|
+
}
|
|
1651
|
+
return;
|
|
1652
|
+
}
|
|
1653
|
+
if (hasWildcard(topAllowFrom)) return;
|
|
1654
|
+
if (Array.isArray(topAllowFrom)) {
|
|
1655
|
+
topAllowFrom.push("*");
|
|
1656
|
+
changes.push(`- ${prefix}.allowFrom: added "*" (required by dmPolicy="open")`);
|
|
1657
|
+
} else {
|
|
1658
|
+
account.allowFrom = ["*"];
|
|
1659
|
+
changes.push(`- ${prefix}.allowFrom: set to ["*"] (required by dmPolicy="open")`);
|
|
1660
|
+
}
|
|
1661
|
+
};
|
|
1662
|
+
const nextChannels = next.channels;
|
|
1663
|
+
for (const [channelName, channelConfig] of Object.entries(nextChannels)) {
|
|
1664
|
+
if (!channelConfig || typeof channelConfig !== "object") continue;
|
|
1665
|
+
const allowFromMode = resolveAllowFromMode(channelName);
|
|
1666
|
+
ensureWildcard(channelConfig, `channels.${channelName}`, allowFromMode);
|
|
1667
|
+
const accounts = channelConfig.accounts;
|
|
1668
|
+
if (accounts && typeof accounts === "object") {
|
|
1669
|
+
for (const [accountName, accountConfig] of Object.entries(accounts)) if (accountConfig && typeof accountConfig === "object") ensureWildcard(accountConfig, `channels.${channelName}.accounts.${accountName}`, allowFromMode);
|
|
1670
|
+
}
|
|
1671
|
+
}
|
|
1672
|
+
if (changes.length === 0) return {
|
|
1673
|
+
config: cfg,
|
|
1674
|
+
changes: []
|
|
1675
|
+
};
|
|
1676
|
+
return {
|
|
1677
|
+
config: next,
|
|
1678
|
+
changes
|
|
1679
|
+
};
|
|
1680
|
+
}
|
|
1681
|
+
function collectLegacyToolsBySenderKeyHits(value, pathParts, hits) {
|
|
1682
|
+
if (Array.isArray(value)) {
|
|
1683
|
+
for (const [index, entry] of value.entries()) collectLegacyToolsBySenderKeyHits(entry, [...pathParts, index], hits);
|
|
1684
|
+
return;
|
|
1685
|
+
}
|
|
1686
|
+
const record = asObjectRecord(value);
|
|
1687
|
+
if (!record) return;
|
|
1688
|
+
const toolsBySender = asObjectRecord(record.toolsBySender);
|
|
1689
|
+
if (toolsBySender) {
|
|
1690
|
+
const path = [...pathParts, "toolsBySender"];
|
|
1691
|
+
const pathLabel = formatPath(path);
|
|
1692
|
+
for (const rawKey of Object.keys(toolsBySender)) {
|
|
1693
|
+
const trimmed = rawKey.trim();
|
|
1694
|
+
if (!trimmed || trimmed === "*" || parseToolsBySenderTypedKey(trimmed)) continue;
|
|
1695
|
+
hits.push({
|
|
1696
|
+
toolsBySenderPath: path,
|
|
1697
|
+
pathLabel,
|
|
1698
|
+
key: rawKey,
|
|
1699
|
+
targetKey: `id:${trimmed}`
|
|
1700
|
+
});
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
for (const [key, nested] of Object.entries(record)) {
|
|
1704
|
+
if (key === "toolsBySender") continue;
|
|
1705
|
+
collectLegacyToolsBySenderKeyHits(nested, [...pathParts, key], hits);
|
|
1706
|
+
}
|
|
1707
|
+
}
|
|
1708
|
+
function scanLegacyToolsBySenderKeys(cfg) {
|
|
1709
|
+
const hits = [];
|
|
1710
|
+
collectLegacyToolsBySenderKeyHits(cfg, [], hits);
|
|
1711
|
+
return hits;
|
|
1712
|
+
}
|
|
1713
|
+
function maybeRepairLegacyToolsBySenderKeys(cfg) {
|
|
1714
|
+
const next = structuredClone(cfg);
|
|
1715
|
+
const hits = scanLegacyToolsBySenderKeys(next);
|
|
1716
|
+
if (hits.length === 0) return {
|
|
1717
|
+
config: cfg,
|
|
1718
|
+
changes: []
|
|
1719
|
+
};
|
|
1720
|
+
const summary = /* @__PURE__ */ new Map();
|
|
1721
|
+
let changed = false;
|
|
1722
|
+
for (const hit of hits) {
|
|
1723
|
+
const toolsBySender = asObjectRecord(resolvePathTarget(next, hit.toolsBySenderPath));
|
|
1724
|
+
if (!toolsBySender || !(hit.key in toolsBySender)) continue;
|
|
1725
|
+
const row = summary.get(hit.pathLabel) ?? {
|
|
1726
|
+
migrated: 0,
|
|
1727
|
+
dropped: 0,
|
|
1728
|
+
examples: []
|
|
1729
|
+
};
|
|
1730
|
+
if (toolsBySender[hit.targetKey] === void 0) {
|
|
1731
|
+
toolsBySender[hit.targetKey] = toolsBySender[hit.key];
|
|
1732
|
+
row.migrated++;
|
|
1733
|
+
if (row.examples.length < 3) row.examples.push(`${hit.key} -> ${hit.targetKey}`);
|
|
1734
|
+
} else {
|
|
1735
|
+
row.dropped++;
|
|
1736
|
+
if (row.examples.length < 3) row.examples.push(`${hit.key} (kept existing ${hit.targetKey})`);
|
|
1737
|
+
}
|
|
1738
|
+
delete toolsBySender[hit.key];
|
|
1739
|
+
summary.set(hit.pathLabel, row);
|
|
1740
|
+
changed = true;
|
|
1741
|
+
}
|
|
1742
|
+
if (!changed) return {
|
|
1743
|
+
config: cfg,
|
|
1744
|
+
changes: []
|
|
1745
|
+
};
|
|
1746
|
+
const changes = [];
|
|
1747
|
+
for (const [pathLabel, row] of summary) {
|
|
1748
|
+
if (row.migrated > 0) {
|
|
1749
|
+
const suffix = row.examples.length > 0 ? ` (${row.examples.join(", ")})` : "";
|
|
1750
|
+
changes.push(`- ${pathLabel}: migrated ${row.migrated} legacy key${row.migrated === 1 ? "" : "s"} to typed id: entries${suffix}.`);
|
|
1751
|
+
}
|
|
1752
|
+
if (row.dropped > 0) changes.push(`- ${pathLabel}: removed ${row.dropped} legacy key${row.dropped === 1 ? "" : "s"} where typed id: entries already existed.`);
|
|
1753
|
+
}
|
|
1754
|
+
return {
|
|
1755
|
+
config: next,
|
|
1756
|
+
changes
|
|
1757
|
+
};
|
|
1758
|
+
}
|
|
1759
|
+
async function maybeMigrateLegacyConfig() {
|
|
1760
|
+
const changes = [];
|
|
1761
|
+
const home = resolveHomeDir();
|
|
1762
|
+
if (!home) return changes;
|
|
1763
|
+
const targetDir = path.join(home, ".remoteclaw");
|
|
1764
|
+
const targetPath = path.join(targetDir, "remoteclaw.json");
|
|
1765
|
+
try {
|
|
1766
|
+
await fs$1.access(targetPath);
|
|
1767
|
+
return changes;
|
|
1768
|
+
} catch {}
|
|
1769
|
+
const legacyCandidates = [
|
|
1770
|
+
path.join(home, ".clawdbot", "clawdbot.json"),
|
|
1771
|
+
path.join(home, ".moldbot", "moldbot.json"),
|
|
1772
|
+
path.join(home, ".moltbot", "moltbot.json")
|
|
1773
|
+
];
|
|
1774
|
+
let legacyPath = null;
|
|
1775
|
+
for (const candidate of legacyCandidates) try {
|
|
1776
|
+
await fs$1.access(candidate);
|
|
1777
|
+
legacyPath = candidate;
|
|
1778
|
+
break;
|
|
1779
|
+
} catch {}
|
|
1780
|
+
if (!legacyPath) return changes;
|
|
1781
|
+
await fs$1.mkdir(targetDir, { recursive: true });
|
|
1782
|
+
try {
|
|
1783
|
+
await fs$1.copyFile(legacyPath, targetPath, fs$1.constants.COPYFILE_EXCL);
|
|
1784
|
+
changes.push(`Migrated legacy config: ${legacyPath} -> ${targetPath}`);
|
|
1785
|
+
} catch {}
|
|
1786
|
+
return changes;
|
|
1787
|
+
}
|
|
1788
|
+
async function loadAndMaybeMigrateDoctorConfig(params) {
|
|
1789
|
+
const shouldRepair = params.options.repair === true || params.options.yes === true;
|
|
1790
|
+
const stateDirResult = await autoMigrateLegacyStateDir({ env: process.env });
|
|
1791
|
+
if (stateDirResult.changes.length > 0) note(stateDirResult.changes.map((entry) => `- ${entry}`).join("\n"), "Doctor changes");
|
|
1792
|
+
if (stateDirResult.warnings.length > 0) note(stateDirResult.warnings.map((entry) => `- ${entry}`).join("\n"), "Doctor warnings");
|
|
1793
|
+
const legacyConfigChanges = await maybeMigrateLegacyConfig();
|
|
1794
|
+
if (legacyConfigChanges.length > 0) note(legacyConfigChanges.map((entry) => `- ${entry}`).join("\n"), "Doctor changes");
|
|
1795
|
+
let snapshot = await readConfigFileSnapshot();
|
|
1796
|
+
const baseCfg = snapshot.config ?? {};
|
|
1797
|
+
let cfg = baseCfg;
|
|
1798
|
+
let candidate = structuredClone(baseCfg);
|
|
1799
|
+
let pendingChanges = false;
|
|
1800
|
+
let shouldWriteConfig = false;
|
|
1801
|
+
const fixHints = [];
|
|
1802
|
+
if (snapshot.exists && !snapshot.valid && snapshot.legacyIssues.length === 0) {
|
|
1803
|
+
note("Config invalid; doctor will run with best-effort config.", "Config");
|
|
1804
|
+
noteIncludeConfinementWarning(snapshot);
|
|
1805
|
+
}
|
|
1806
|
+
const warnings = snapshot.warnings ?? [];
|
|
1807
|
+
if (warnings.length > 0) note(warnings.map((issue) => `- ${issue.path}: ${issue.message}`).join("\n"), "Config warnings");
|
|
1808
|
+
if (snapshot.legacyIssues.length > 0) {
|
|
1809
|
+
note(snapshot.legacyIssues.map((issue) => `- ${issue.path}: ${issue.message}`).join("\n"), "Legacy config keys detected");
|
|
1810
|
+
const { config: migrated, changes } = migrateLegacyConfig(snapshot.parsed);
|
|
1811
|
+
if (changes.length > 0) note(changes.join("\n"), "Doctor changes");
|
|
1812
|
+
if (migrated) {
|
|
1813
|
+
candidate = migrated;
|
|
1814
|
+
pendingChanges = pendingChanges || changes.length > 0;
|
|
1815
|
+
}
|
|
1816
|
+
if (shouldRepair) {
|
|
1817
|
+
if (migrated) cfg = migrated;
|
|
1818
|
+
} else fixHints.push(`Run "${formatCliCommand("remoteclaw doctor --fix")}" to apply legacy migrations.`);
|
|
1819
|
+
}
|
|
1820
|
+
const normalized = normalizeLegacyConfigValues(candidate);
|
|
1821
|
+
if (normalized.changes.length > 0) {
|
|
1822
|
+
note(normalized.changes.join("\n"), "Doctor changes");
|
|
1823
|
+
candidate = normalized.config;
|
|
1824
|
+
pendingChanges = true;
|
|
1825
|
+
if (shouldRepair) cfg = normalized.config;
|
|
1826
|
+
else fixHints.push(`Run "${formatCliCommand("remoteclaw doctor --fix")}" to apply these changes.`);
|
|
1827
|
+
}
|
|
1828
|
+
const autoEnable = applyPluginAutoEnable({
|
|
1829
|
+
config: candidate,
|
|
1830
|
+
env: process.env
|
|
1831
|
+
});
|
|
1832
|
+
if (autoEnable.changes.length > 0) {
|
|
1833
|
+
note(autoEnable.changes.join("\n"), "Doctor changes");
|
|
1834
|
+
candidate = autoEnable.config;
|
|
1835
|
+
pendingChanges = true;
|
|
1836
|
+
if (shouldRepair) cfg = autoEnable.config;
|
|
1837
|
+
else fixHints.push(`Run "${formatCliCommand("remoteclaw doctor --fix")}" to apply these changes.`);
|
|
1838
|
+
}
|
|
1839
|
+
if (shouldRepair) {
|
|
1840
|
+
const repair = await maybeRepairTelegramAllowFromUsernames(candidate);
|
|
1841
|
+
if (repair.changes.length > 0) {
|
|
1842
|
+
note(repair.changes.join("\n"), "Doctor changes");
|
|
1843
|
+
candidate = repair.config;
|
|
1844
|
+
pendingChanges = true;
|
|
1845
|
+
cfg = repair.config;
|
|
1846
|
+
}
|
|
1847
|
+
const discordRepair = maybeRepairDiscordNumericIds(candidate);
|
|
1848
|
+
if (discordRepair.changes.length > 0) {
|
|
1849
|
+
note(discordRepair.changes.join("\n"), "Doctor changes");
|
|
1850
|
+
candidate = discordRepair.config;
|
|
1851
|
+
pendingChanges = true;
|
|
1852
|
+
cfg = discordRepair.config;
|
|
1853
|
+
}
|
|
1854
|
+
const allowFromRepair = maybeRepairOpenPolicyAllowFrom(candidate);
|
|
1855
|
+
if (allowFromRepair.changes.length > 0) {
|
|
1856
|
+
note(allowFromRepair.changes.join("\n"), "Doctor changes");
|
|
1857
|
+
candidate = allowFromRepair.config;
|
|
1858
|
+
pendingChanges = true;
|
|
1859
|
+
cfg = allowFromRepair.config;
|
|
1860
|
+
}
|
|
1861
|
+
const toolsBySenderRepair = maybeRepairLegacyToolsBySenderKeys(candidate);
|
|
1862
|
+
if (toolsBySenderRepair.changes.length > 0) {
|
|
1863
|
+
note(toolsBySenderRepair.changes.join("\n"), "Doctor changes");
|
|
1864
|
+
candidate = toolsBySenderRepair.config;
|
|
1865
|
+
pendingChanges = true;
|
|
1866
|
+
cfg = toolsBySenderRepair.config;
|
|
1867
|
+
}
|
|
1868
|
+
} else {
|
|
1869
|
+
const hits = scanTelegramAllowFromUsernameEntries(candidate);
|
|
1870
|
+
if (hits.length > 0) note([`- Telegram allowFrom contains ${hits.length} non-numeric entries (e.g. ${hits[0]?.entry ?? "@"}); Telegram authorization requires numeric sender IDs.`, `- Run "${formatCliCommand("remoteclaw doctor --fix")}" to auto-resolve @username entries to numeric IDs (requires a Telegram bot token).`].join("\n"), "Doctor warnings");
|
|
1871
|
+
const discordHits = scanDiscordNumericIdEntries(candidate);
|
|
1872
|
+
if (discordHits.length > 0) note([`- Discord allowlists contain ${discordHits.length} numeric entries (e.g. ${discordHits[0]?.path}=${discordHits[0]?.entry}).`, `- Discord IDs must be strings; run "${formatCliCommand("remoteclaw doctor --fix")}" to convert numeric IDs to quoted strings.`].join("\n"), "Doctor warnings");
|
|
1873
|
+
const allowFromScan = maybeRepairOpenPolicyAllowFrom(candidate);
|
|
1874
|
+
if (allowFromScan.changes.length > 0) note([...allowFromScan.changes, `- Run "${formatCliCommand("remoteclaw doctor --fix")}" to add missing allowFrom wildcards.`].join("\n"), "Doctor warnings");
|
|
1875
|
+
const toolsBySenderHits = scanLegacyToolsBySenderKeys(candidate);
|
|
1876
|
+
if (toolsBySenderHits.length > 0) {
|
|
1877
|
+
const sample = toolsBySenderHits[0];
|
|
1878
|
+
const sampleLabel = sample ? `${sample.pathLabel}.${sample.key}` : "toolsBySender";
|
|
1879
|
+
note([
|
|
1880
|
+
`- Found ${toolsBySenderHits.length} legacy untyped toolsBySender key${toolsBySenderHits.length === 1 ? "" : "s"} (for example ${sampleLabel}).`,
|
|
1881
|
+
"- Untyped sender keys are deprecated; use explicit prefixes (id:, e164:, username:, name:).",
|
|
1882
|
+
`- Run "${formatCliCommand("remoteclaw doctor --fix")}" to migrate legacy keys to typed id: entries.`
|
|
1883
|
+
].join("\n"), "Doctor warnings");
|
|
1884
|
+
}
|
|
1885
|
+
}
|
|
1886
|
+
const mutableAllowlistHits = scanMutableAllowlistEntries(candidate);
|
|
1887
|
+
if (mutableAllowlistHits.length > 0) {
|
|
1888
|
+
const channels = Array.from(new Set(mutableAllowlistHits.map((hit) => hit.channel))).toSorted();
|
|
1889
|
+
const exampleLines = mutableAllowlistHits.slice(0, 8).map((hit) => `- ${hit.path}: ${hit.entry}`).join("\n");
|
|
1890
|
+
const remaining = mutableAllowlistHits.length > 8 ? `- +${mutableAllowlistHits.length - 8} more mutable allowlist entries.` : null;
|
|
1891
|
+
const flagPaths = Array.from(new Set(mutableAllowlistHits.map((hit) => hit.dangerousFlagPath)));
|
|
1892
|
+
const flagHint = flagPaths.length === 1 ? flagPaths[0] : `${flagPaths[0]} (and ${flagPaths.length - 1} other scope flags)`;
|
|
1893
|
+
note([
|
|
1894
|
+
`- Found ${mutableAllowlistHits.length} mutable allowlist ${mutableAllowlistHits.length === 1 ? "entry" : "entries"} across ${channels.join(", ")} while name matching is disabled by default.`,
|
|
1895
|
+
exampleLines,
|
|
1896
|
+
...remaining ? [remaining] : [],
|
|
1897
|
+
`- Option A (break-glass): enable ${flagHint}=true to keep name/email/nick matching.`,
|
|
1898
|
+
"- Option B (recommended): resolve names/emails/nicks to stable sender IDs and rewrite the allowlist entries."
|
|
1899
|
+
].join("\n"), "Doctor warnings");
|
|
1900
|
+
}
|
|
1901
|
+
const unknown = stripUnknownConfigKeys(candidate);
|
|
1902
|
+
if (unknown.removed.length > 0) {
|
|
1903
|
+
const lines = unknown.removed.map((path) => `- ${path}`).join("\n");
|
|
1904
|
+
candidate = unknown.config;
|
|
1905
|
+
pendingChanges = true;
|
|
1906
|
+
if (shouldRepair) {
|
|
1907
|
+
cfg = unknown.config;
|
|
1908
|
+
note(lines, "Doctor changes");
|
|
1909
|
+
} else {
|
|
1910
|
+
note(lines, "Unknown config keys");
|
|
1911
|
+
fixHints.push("Run \"remoteclaw doctor --fix\" to remove these keys.");
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
if (!shouldRepair && pendingChanges) {
|
|
1915
|
+
if (await params.confirm({
|
|
1916
|
+
message: "Apply recommended config repairs now?",
|
|
1917
|
+
initialValue: true
|
|
1918
|
+
})) {
|
|
1919
|
+
cfg = candidate;
|
|
1920
|
+
shouldWriteConfig = true;
|
|
1921
|
+
} else if (fixHints.length > 0) note(fixHints.join("\n"), "Doctor");
|
|
1922
|
+
}
|
|
1923
|
+
if (shouldRepair && pendingChanges) shouldWriteConfig = true;
|
|
1924
|
+
noteOpencodeProviderOverrides(cfg);
|
|
1925
|
+
return {
|
|
1926
|
+
cfg,
|
|
1927
|
+
path: snapshot.path ?? CONFIG_PATH,
|
|
1928
|
+
shouldWriteConfig,
|
|
1929
|
+
sourceConfigValid: snapshot.valid
|
|
1930
|
+
};
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
//#endregion
|
|
1934
|
+
export { detectLegacyStateMigrations as n, runLegacyStateMigrations as r, loadAndMaybeMigrateDoctorConfig as t };
|