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,1778 @@
|
|
|
1
|
+
import { t as __exportAll } from "./rolldown-runtime-Cbj13DAv.js";
|
|
2
|
+
import { g as expandHomePrefix } from "./paths-BTaH3rLn.js";
|
|
3
|
+
import { T as danger, k as logVerbose, t as CONFIG_DIR } from "./utils-LBKvDoPx.js";
|
|
4
|
+
import { t as createSubsystemLogger } from "./subsystem-COd61u0P.js";
|
|
5
|
+
import { i as loadConfig, l as writeConfigFile, nt as resolveTelegramPreviewStreamMode, s as readConfigFileSnapshotForWrite } from "./config-D5XU45KD.js";
|
|
6
|
+
import { t as isTruthyEnvValue } from "./env-DeF64iu0.js";
|
|
7
|
+
import { n as redactSensitiveText } from "./redact-eZq1uwNK.js";
|
|
8
|
+
import { n as formatErrorMessage, r as formatUncaughtError, t as extractErrorCode } from "./errors-8F-77i6m.js";
|
|
9
|
+
import { o as isGifMedia, u as mediaKindFromMime } from "./mime-BS3jhcZE.js";
|
|
10
|
+
import { d as resolveTelegramAccount } from "./plugins-woGRXMzU.js";
|
|
11
|
+
import { i as readChannelAllowFromStore } from "./pairing-store-BxdqFZGK.js";
|
|
12
|
+
import { t as resolveFetch } from "./fetch-C6XKGA11.js";
|
|
13
|
+
import { t as isTelegramVoiceCompatibleAudio } from "./audio-DPOuhNq7.js";
|
|
14
|
+
import { i as createTelegramRetryRunner, n as recordChannelActivity } from "./channel-activity-BaCNOZpP.js";
|
|
15
|
+
import { n as normalizePollInput } from "./polls-B0CCBDeR.js";
|
|
16
|
+
import { i as loadWebMedia, n as markdownToIR, t as chunkMarkdownIR } from "./ir-BpaAMTfW.js";
|
|
17
|
+
import { n as resolveMarkdownTableMode } from "./markdown-tables-CrmghPAr.js";
|
|
18
|
+
import { t as renderMarkdownWithMarkers } from "./render-CCLsW6Lz.js";
|
|
19
|
+
import { n as normalizeTelegramLookupTarget, r as parseTelegramTarget, t as normalizeTelegramChatId } from "./targets-D-qLBpTA.js";
|
|
20
|
+
import { t as formatLocationText } from "./location-DBWCGNLq.js";
|
|
21
|
+
import { n as isWSL2Sync } from "./wsl-BCnYV9O0.js";
|
|
22
|
+
import { t as makeProxyFetch } from "./proxy-DL3MD6-P.js";
|
|
23
|
+
import process$1 from "node:process";
|
|
24
|
+
import fs from "node:fs";
|
|
25
|
+
import path from "node:path";
|
|
26
|
+
import JSON5 from "json5";
|
|
27
|
+
import * as dns from "node:dns";
|
|
28
|
+
import { Agent, setGlobalDispatcher } from "undici";
|
|
29
|
+
import * as net$1 from "node:net";
|
|
30
|
+
import { Bot, HttpError, InputFile } from "grammy";
|
|
31
|
+
|
|
32
|
+
//#region src/infra/diagnostic-flags.ts
|
|
33
|
+
const DIAGNOSTICS_ENV = "REMOTECLAW_DIAGNOSTICS";
|
|
34
|
+
function normalizeFlag(value) {
|
|
35
|
+
return value.trim().toLowerCase();
|
|
36
|
+
}
|
|
37
|
+
function parseEnvFlags(raw) {
|
|
38
|
+
if (!raw) return [];
|
|
39
|
+
const trimmed = raw.trim();
|
|
40
|
+
if (!trimmed) return [];
|
|
41
|
+
const lowered = trimmed.toLowerCase();
|
|
42
|
+
if ([
|
|
43
|
+
"0",
|
|
44
|
+
"false",
|
|
45
|
+
"off",
|
|
46
|
+
"none"
|
|
47
|
+
].includes(lowered)) return [];
|
|
48
|
+
if ([
|
|
49
|
+
"1",
|
|
50
|
+
"true",
|
|
51
|
+
"all",
|
|
52
|
+
"*"
|
|
53
|
+
].includes(lowered)) return ["*"];
|
|
54
|
+
return trimmed.split(/[,\s]+/).map(normalizeFlag).filter(Boolean);
|
|
55
|
+
}
|
|
56
|
+
function uniqueFlags(flags) {
|
|
57
|
+
const seen = /* @__PURE__ */ new Set();
|
|
58
|
+
const out = [];
|
|
59
|
+
for (const flag of flags) {
|
|
60
|
+
const normalized = normalizeFlag(flag);
|
|
61
|
+
if (!normalized || seen.has(normalized)) continue;
|
|
62
|
+
seen.add(normalized);
|
|
63
|
+
out.push(normalized);
|
|
64
|
+
}
|
|
65
|
+
return out;
|
|
66
|
+
}
|
|
67
|
+
function resolveDiagnosticFlags(cfg, env = process.env) {
|
|
68
|
+
const configFlags = Array.isArray(cfg?.diagnostics?.flags) ? cfg?.diagnostics?.flags : [];
|
|
69
|
+
const envFlags = parseEnvFlags(env[DIAGNOSTICS_ENV]);
|
|
70
|
+
return uniqueFlags([...configFlags, ...envFlags]);
|
|
71
|
+
}
|
|
72
|
+
function matchesDiagnosticFlag(flag, enabledFlags) {
|
|
73
|
+
const target = normalizeFlag(flag);
|
|
74
|
+
if (!target) return false;
|
|
75
|
+
for (const raw of enabledFlags) {
|
|
76
|
+
const enabled = normalizeFlag(raw);
|
|
77
|
+
if (!enabled) continue;
|
|
78
|
+
if (enabled === "*" || enabled === "all") return true;
|
|
79
|
+
if (enabled.endsWith(".*")) {
|
|
80
|
+
const prefix = enabled.slice(0, -2);
|
|
81
|
+
if (target === prefix || target.startsWith(`${prefix}.`)) return true;
|
|
82
|
+
}
|
|
83
|
+
if (enabled.endsWith("*")) {
|
|
84
|
+
const prefix = enabled.slice(0, -1);
|
|
85
|
+
if (target.startsWith(prefix)) return true;
|
|
86
|
+
}
|
|
87
|
+
if (enabled === target) return true;
|
|
88
|
+
}
|
|
89
|
+
return false;
|
|
90
|
+
}
|
|
91
|
+
function isDiagnosticFlagEnabled(flag, cfg, env = process.env) {
|
|
92
|
+
return matchesDiagnosticFlag(flag, resolveDiagnosticFlags(cfg, env));
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
//#endregion
|
|
96
|
+
//#region src/telegram/api-logging.ts
|
|
97
|
+
const fallbackLogger = createSubsystemLogger("telegram/api");
|
|
98
|
+
function resolveTelegramApiLogger(runtime, logger) {
|
|
99
|
+
if (logger) return logger;
|
|
100
|
+
if (runtime?.error) return runtime.error;
|
|
101
|
+
return (message) => fallbackLogger.error(message);
|
|
102
|
+
}
|
|
103
|
+
async function withTelegramApiErrorLogging({ operation, fn, runtime, logger, shouldLog }) {
|
|
104
|
+
try {
|
|
105
|
+
return await fn();
|
|
106
|
+
} catch (err) {
|
|
107
|
+
if (!shouldLog || shouldLog(err)) {
|
|
108
|
+
const errText = formatErrorMessage(err);
|
|
109
|
+
resolveTelegramApiLogger(runtime, logger)(danger(`telegram ${operation} failed: ${errText}`));
|
|
110
|
+
}
|
|
111
|
+
throw err;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
//#endregion
|
|
116
|
+
//#region src/channels/allow-from.ts
|
|
117
|
+
function mergeAllowFromSources(params) {
|
|
118
|
+
const storeEntries = params.dmPolicy === "allowlist" ? [] : params.storeAllowFrom ?? [];
|
|
119
|
+
return [...params.allowFrom ?? [], ...storeEntries].map((value) => String(value).trim()).filter(Boolean);
|
|
120
|
+
}
|
|
121
|
+
function firstDefined(...values) {
|
|
122
|
+
for (const value of values) if (typeof value !== "undefined") return value;
|
|
123
|
+
}
|
|
124
|
+
function isSenderIdAllowed(allow, senderId, allowWhenEmpty) {
|
|
125
|
+
if (!allow.hasEntries) return allowWhenEmpty;
|
|
126
|
+
if (allow.hasWildcard) return true;
|
|
127
|
+
if (!senderId) return false;
|
|
128
|
+
return allow.entries.includes(senderId);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
//#endregion
|
|
132
|
+
//#region src/telegram/bot-access.ts
|
|
133
|
+
const warnedInvalidEntries = /* @__PURE__ */ new Set();
|
|
134
|
+
const log$1 = createSubsystemLogger("telegram/bot-access");
|
|
135
|
+
function warnInvalidAllowFromEntries(entries) {
|
|
136
|
+
if (process.env.VITEST || false) return;
|
|
137
|
+
for (const entry of entries) {
|
|
138
|
+
if (warnedInvalidEntries.has(entry)) continue;
|
|
139
|
+
warnedInvalidEntries.add(entry);
|
|
140
|
+
log$1.warn([
|
|
141
|
+
"Invalid allowFrom entry:",
|
|
142
|
+
JSON.stringify(entry),
|
|
143
|
+
"- allowFrom/groupAllowFrom authorization requires numeric Telegram sender IDs only.",
|
|
144
|
+
"If you had \"@username\" entries, re-run onboarding (it resolves @username to IDs) or replace them manually."
|
|
145
|
+
].join(" "));
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
const normalizeAllowFrom = (list) => {
|
|
149
|
+
const entries = (list ?? []).map((value) => String(value).trim()).filter(Boolean);
|
|
150
|
+
const hasWildcard = entries.includes("*");
|
|
151
|
+
const normalized = entries.filter((value) => value !== "*").map((value) => value.replace(/^(telegram|tg):/i, ""));
|
|
152
|
+
const invalidEntries = normalized.filter((value) => !/^\d+$/.test(value));
|
|
153
|
+
if (invalidEntries.length > 0) warnInvalidAllowFromEntries([...new Set(invalidEntries)]);
|
|
154
|
+
return {
|
|
155
|
+
entries: normalized.filter((value) => /^\d+$/.test(value)),
|
|
156
|
+
hasWildcard,
|
|
157
|
+
hasEntries: entries.length > 0,
|
|
158
|
+
invalidEntries
|
|
159
|
+
};
|
|
160
|
+
};
|
|
161
|
+
const normalizeAllowFromWithStore = (params) => normalizeAllowFrom(mergeAllowFromSources(params));
|
|
162
|
+
const isSenderAllowed = (params) => {
|
|
163
|
+
const { allow, senderId } = params;
|
|
164
|
+
return isSenderIdAllowed(allow, senderId, true);
|
|
165
|
+
};
|
|
166
|
+
const resolveSenderAllowMatch = (params) => {
|
|
167
|
+
const { allow, senderId } = params;
|
|
168
|
+
if (allow.hasWildcard) return {
|
|
169
|
+
allowed: true,
|
|
170
|
+
matchKey: "*",
|
|
171
|
+
matchSource: "wildcard"
|
|
172
|
+
};
|
|
173
|
+
if (!allow.hasEntries) return { allowed: false };
|
|
174
|
+
if (senderId && allow.entries.includes(senderId)) return {
|
|
175
|
+
allowed: true,
|
|
176
|
+
matchKey: senderId,
|
|
177
|
+
matchSource: "id"
|
|
178
|
+
};
|
|
179
|
+
return { allowed: false };
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
//#endregion
|
|
183
|
+
//#region src/telegram/bot/helpers.ts
|
|
184
|
+
const TELEGRAM_GENERAL_TOPIC_ID = 1;
|
|
185
|
+
async function resolveTelegramGroupAllowFromContext(params) {
|
|
186
|
+
const resolvedThreadId = resolveTelegramForumThreadId({
|
|
187
|
+
isForum: params.isForum,
|
|
188
|
+
messageThreadId: params.messageThreadId
|
|
189
|
+
});
|
|
190
|
+
const storeAllowFrom = await readChannelAllowFromStore("telegram", process.env, params.accountId).catch(() => []);
|
|
191
|
+
const { groupConfig, topicConfig } = params.resolveTelegramGroupConfig(params.chatId, resolvedThreadId);
|
|
192
|
+
const groupAllowOverride = firstDefined(topicConfig?.allowFrom, groupConfig?.allowFrom);
|
|
193
|
+
return {
|
|
194
|
+
resolvedThreadId,
|
|
195
|
+
storeAllowFrom,
|
|
196
|
+
groupConfig,
|
|
197
|
+
topicConfig,
|
|
198
|
+
groupAllowOverride,
|
|
199
|
+
effectiveGroupAllow: normalizeAllowFromWithStore({
|
|
200
|
+
allowFrom: groupAllowOverride ?? params.groupAllowFrom,
|
|
201
|
+
storeAllowFrom,
|
|
202
|
+
dmPolicy: params.dmPolicy
|
|
203
|
+
}),
|
|
204
|
+
hasGroupAllowOverride: typeof groupAllowOverride !== "undefined"
|
|
205
|
+
};
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Resolve the thread ID for Telegram forum topics.
|
|
209
|
+
* For non-forum groups, returns undefined even if messageThreadId is present
|
|
210
|
+
* (reply threads in regular groups should not create separate sessions).
|
|
211
|
+
* For forum groups, returns the topic ID (or General topic ID=1 if unspecified).
|
|
212
|
+
*/
|
|
213
|
+
function resolveTelegramForumThreadId(params) {
|
|
214
|
+
if (!params.isForum) return;
|
|
215
|
+
if (params.messageThreadId == null) return TELEGRAM_GENERAL_TOPIC_ID;
|
|
216
|
+
return params.messageThreadId;
|
|
217
|
+
}
|
|
218
|
+
function resolveTelegramThreadSpec(params) {
|
|
219
|
+
if (params.isGroup) return {
|
|
220
|
+
id: resolveTelegramForumThreadId({
|
|
221
|
+
isForum: params.isForum,
|
|
222
|
+
messageThreadId: params.messageThreadId
|
|
223
|
+
}),
|
|
224
|
+
scope: params.isForum ? "forum" : "none"
|
|
225
|
+
};
|
|
226
|
+
if (params.messageThreadId == null) return { scope: "dm" };
|
|
227
|
+
return {
|
|
228
|
+
id: params.messageThreadId,
|
|
229
|
+
scope: "dm"
|
|
230
|
+
};
|
|
231
|
+
}
|
|
232
|
+
/**
|
|
233
|
+
* Build thread params for Telegram API calls (messages, media).
|
|
234
|
+
*
|
|
235
|
+
* IMPORTANT: Thread IDs behave differently based on chat type:
|
|
236
|
+
* - DMs (private chats): Include message_thread_id when present (DM topics)
|
|
237
|
+
* - Forum topics: Skip thread_id=1 (General topic), include others
|
|
238
|
+
* - Regular groups: Thread IDs are ignored by Telegram
|
|
239
|
+
*
|
|
240
|
+
* General forum topic (id=1) must be treated like a regular supergroup send:
|
|
241
|
+
* Telegram rejects sendMessage/sendMedia with message_thread_id=1 ("thread not found").
|
|
242
|
+
*
|
|
243
|
+
* @param thread - Thread specification with ID and scope
|
|
244
|
+
* @returns API params object or undefined if thread_id should be omitted
|
|
245
|
+
*/
|
|
246
|
+
function buildTelegramThreadParams(thread) {
|
|
247
|
+
if (thread?.id == null) return;
|
|
248
|
+
const normalized = Math.trunc(thread.id);
|
|
249
|
+
if (thread.scope === "dm") return normalized > 0 ? { message_thread_id: normalized } : void 0;
|
|
250
|
+
if (normalized === TELEGRAM_GENERAL_TOPIC_ID) return;
|
|
251
|
+
return { message_thread_id: normalized };
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* Build thread params for typing indicators (sendChatAction).
|
|
255
|
+
* Empirically, General topic (id=1) needs message_thread_id for typing to appear.
|
|
256
|
+
*/
|
|
257
|
+
function buildTypingThreadParams(messageThreadId) {
|
|
258
|
+
if (messageThreadId == null) return;
|
|
259
|
+
return { message_thread_id: Math.trunc(messageThreadId) };
|
|
260
|
+
}
|
|
261
|
+
function resolveTelegramStreamMode(telegramCfg) {
|
|
262
|
+
return resolveTelegramPreviewStreamMode(telegramCfg);
|
|
263
|
+
}
|
|
264
|
+
function buildTelegramGroupPeerId(chatId, messageThreadId) {
|
|
265
|
+
return messageThreadId != null ? `${chatId}:topic:${messageThreadId}` : String(chatId);
|
|
266
|
+
}
|
|
267
|
+
function buildTelegramGroupFrom(chatId, messageThreadId) {
|
|
268
|
+
return `telegram:group:${buildTelegramGroupPeerId(chatId, messageThreadId)}`;
|
|
269
|
+
}
|
|
270
|
+
/**
|
|
271
|
+
* Build parentPeer for forum topic binding inheritance.
|
|
272
|
+
* When a message comes from a forum topic, the peer ID includes the topic suffix
|
|
273
|
+
* (e.g., `-1001234567890:topic:99`). To allow bindings configured for the base
|
|
274
|
+
* group ID to match, we provide the parent group as `parentPeer` so the routing
|
|
275
|
+
* layer can fall back to it when the exact peer doesn't match.
|
|
276
|
+
*/
|
|
277
|
+
function buildTelegramParentPeer(params) {
|
|
278
|
+
if (!params.isGroup || params.resolvedThreadId == null) return;
|
|
279
|
+
return {
|
|
280
|
+
kind: "group",
|
|
281
|
+
id: String(params.chatId)
|
|
282
|
+
};
|
|
283
|
+
}
|
|
284
|
+
function buildSenderName(msg) {
|
|
285
|
+
return [msg.from?.first_name, msg.from?.last_name].filter(Boolean).join(" ").trim() || msg.from?.username || void 0;
|
|
286
|
+
}
|
|
287
|
+
function resolveTelegramMediaPlaceholder(msg) {
|
|
288
|
+
if (!msg) return;
|
|
289
|
+
if (msg.photo) return "<media:image>";
|
|
290
|
+
if (msg.video || msg.video_note) return "<media:video>";
|
|
291
|
+
if (msg.audio || msg.voice) return "<media:audio>";
|
|
292
|
+
if (msg.document) return "<media:document>";
|
|
293
|
+
if (msg.sticker) return "<media:sticker>";
|
|
294
|
+
}
|
|
295
|
+
function buildSenderLabel(msg, senderId) {
|
|
296
|
+
const name = buildSenderName(msg);
|
|
297
|
+
const username = msg.from?.username ? `@${msg.from.username}` : void 0;
|
|
298
|
+
let label = name;
|
|
299
|
+
if (name && username) label = `${name} (${username})`;
|
|
300
|
+
else if (!name && username) label = username;
|
|
301
|
+
const fallbackId = (senderId != null && `${senderId}`.trim() ? `${senderId}`.trim() : void 0) ?? (msg.from?.id != null ? String(msg.from.id) : void 0);
|
|
302
|
+
const idPart = fallbackId ? `id:${fallbackId}` : void 0;
|
|
303
|
+
if (label && idPart) return `${label} ${idPart}`;
|
|
304
|
+
if (label) return label;
|
|
305
|
+
return idPart ?? "id:unknown";
|
|
306
|
+
}
|
|
307
|
+
function buildGroupLabel(msg, chatId, messageThreadId) {
|
|
308
|
+
const title = msg.chat?.title;
|
|
309
|
+
const topicSuffix = messageThreadId != null ? ` topic:${messageThreadId}` : "";
|
|
310
|
+
if (title) return `${title} id:${chatId}${topicSuffix}`;
|
|
311
|
+
return `group:${chatId}${topicSuffix}`;
|
|
312
|
+
}
|
|
313
|
+
function hasBotMention(msg, botUsername) {
|
|
314
|
+
if ((msg.text ?? msg.caption ?? "").toLowerCase().includes(`@${botUsername}`)) return true;
|
|
315
|
+
const entities = msg.entities ?? msg.caption_entities ?? [];
|
|
316
|
+
for (const ent of entities) {
|
|
317
|
+
if (ent.type !== "mention") continue;
|
|
318
|
+
if ((msg.text ?? msg.caption ?? "").slice(ent.offset, ent.offset + ent.length).toLowerCase() === `@${botUsername}`) return true;
|
|
319
|
+
}
|
|
320
|
+
return false;
|
|
321
|
+
}
|
|
322
|
+
function expandTextLinks(text, entities) {
|
|
323
|
+
if (!text || !entities?.length) return text;
|
|
324
|
+
const textLinks = entities.filter((entity) => entity.type === "text_link" && Boolean(entity.url)).toSorted((a, b) => b.offset - a.offset);
|
|
325
|
+
if (textLinks.length === 0) return text;
|
|
326
|
+
let result = text;
|
|
327
|
+
for (const entity of textLinks) {
|
|
328
|
+
const markdown = `[${text.slice(entity.offset, entity.offset + entity.length)}](${entity.url})`;
|
|
329
|
+
result = result.slice(0, entity.offset) + markdown + result.slice(entity.offset + entity.length);
|
|
330
|
+
}
|
|
331
|
+
return result;
|
|
332
|
+
}
|
|
333
|
+
function resolveTelegramReplyId(raw) {
|
|
334
|
+
if (!raw) return;
|
|
335
|
+
const parsed = Number(raw);
|
|
336
|
+
if (!Number.isFinite(parsed)) return;
|
|
337
|
+
return parsed;
|
|
338
|
+
}
|
|
339
|
+
function describeReplyTarget(msg) {
|
|
340
|
+
const reply = msg.reply_to_message;
|
|
341
|
+
const externalReply = msg.external_reply;
|
|
342
|
+
const quoteText = msg.quote?.text ?? externalReply?.quote?.text;
|
|
343
|
+
let body = "";
|
|
344
|
+
let kind = "reply";
|
|
345
|
+
if (typeof quoteText === "string") {
|
|
346
|
+
body = quoteText.trim();
|
|
347
|
+
if (body) kind = "quote";
|
|
348
|
+
}
|
|
349
|
+
const replyLike = reply ?? externalReply;
|
|
350
|
+
if (!body && replyLike) {
|
|
351
|
+
body = (replyLike.text ?? replyLike.caption ?? "").trim();
|
|
352
|
+
if (!body) {
|
|
353
|
+
body = resolveTelegramMediaPlaceholder(replyLike) ?? "";
|
|
354
|
+
if (!body) {
|
|
355
|
+
const locationData = extractTelegramLocation(replyLike);
|
|
356
|
+
if (locationData) body = formatLocationText(locationData);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
if (!body) return null;
|
|
361
|
+
const senderLabel = (replyLike ? buildSenderName(replyLike) : void 0) ?? "unknown sender";
|
|
362
|
+
const forwardedFrom = replyLike?.forward_origin ? resolveForwardOrigin(replyLike.forward_origin) ?? void 0 : void 0;
|
|
363
|
+
return {
|
|
364
|
+
id: replyLike?.message_id ? String(replyLike.message_id) : void 0,
|
|
365
|
+
sender: senderLabel,
|
|
366
|
+
body,
|
|
367
|
+
kind,
|
|
368
|
+
forwardedFrom
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
function normalizeForwardedUserLabel(user) {
|
|
372
|
+
const name = [user.first_name, user.last_name].filter(Boolean).join(" ").trim();
|
|
373
|
+
const username = user.username?.trim() || void 0;
|
|
374
|
+
const id = String(user.id);
|
|
375
|
+
return {
|
|
376
|
+
display: (name && username ? `${name} (@${username})` : name || (username ? `@${username}` : void 0)) || `user:${id}`,
|
|
377
|
+
name: name || void 0,
|
|
378
|
+
username,
|
|
379
|
+
id
|
|
380
|
+
};
|
|
381
|
+
}
|
|
382
|
+
function normalizeForwardedChatLabel(chat, fallbackKind) {
|
|
383
|
+
const title = chat.title?.trim() || void 0;
|
|
384
|
+
const username = chat.username?.trim() || void 0;
|
|
385
|
+
const id = String(chat.id);
|
|
386
|
+
return {
|
|
387
|
+
display: title || (username ? `@${username}` : void 0) || `${fallbackKind}:${id}`,
|
|
388
|
+
title,
|
|
389
|
+
username,
|
|
390
|
+
id
|
|
391
|
+
};
|
|
392
|
+
}
|
|
393
|
+
function buildForwardedContextFromUser(params) {
|
|
394
|
+
const { display, name, username, id } = normalizeForwardedUserLabel(params.user);
|
|
395
|
+
if (!display) return null;
|
|
396
|
+
return {
|
|
397
|
+
from: display,
|
|
398
|
+
date: params.date,
|
|
399
|
+
fromType: params.type,
|
|
400
|
+
fromId: id,
|
|
401
|
+
fromUsername: username,
|
|
402
|
+
fromTitle: name
|
|
403
|
+
};
|
|
404
|
+
}
|
|
405
|
+
function buildForwardedContextFromHiddenName(params) {
|
|
406
|
+
const trimmed = params.name?.trim();
|
|
407
|
+
if (!trimmed) return null;
|
|
408
|
+
return {
|
|
409
|
+
from: trimmed,
|
|
410
|
+
date: params.date,
|
|
411
|
+
fromType: params.type,
|
|
412
|
+
fromTitle: trimmed
|
|
413
|
+
};
|
|
414
|
+
}
|
|
415
|
+
function buildForwardedContextFromChat(params) {
|
|
416
|
+
const fallbackKind = params.type === "channel" ? "channel" : "chat";
|
|
417
|
+
const { display, title, username, id } = normalizeForwardedChatLabel(params.chat, fallbackKind);
|
|
418
|
+
if (!display) return null;
|
|
419
|
+
const signature = params.signature?.trim() || void 0;
|
|
420
|
+
const from = signature ? `${display} (${signature})` : display;
|
|
421
|
+
const chatType = params.chat.type?.trim() || void 0;
|
|
422
|
+
return {
|
|
423
|
+
from,
|
|
424
|
+
date: params.date,
|
|
425
|
+
fromType: params.type,
|
|
426
|
+
fromId: id,
|
|
427
|
+
fromUsername: username,
|
|
428
|
+
fromTitle: title,
|
|
429
|
+
fromSignature: signature,
|
|
430
|
+
fromChatType: chatType,
|
|
431
|
+
fromMessageId: params.messageId
|
|
432
|
+
};
|
|
433
|
+
}
|
|
434
|
+
function resolveForwardOrigin(origin) {
|
|
435
|
+
switch (origin.type) {
|
|
436
|
+
case "user": return buildForwardedContextFromUser({
|
|
437
|
+
user: origin.sender_user,
|
|
438
|
+
date: origin.date,
|
|
439
|
+
type: "user"
|
|
440
|
+
});
|
|
441
|
+
case "hidden_user": return buildForwardedContextFromHiddenName({
|
|
442
|
+
name: origin.sender_user_name,
|
|
443
|
+
date: origin.date,
|
|
444
|
+
type: "hidden_user"
|
|
445
|
+
});
|
|
446
|
+
case "chat": return buildForwardedContextFromChat({
|
|
447
|
+
chat: origin.sender_chat,
|
|
448
|
+
date: origin.date,
|
|
449
|
+
type: "chat",
|
|
450
|
+
signature: origin.author_signature
|
|
451
|
+
});
|
|
452
|
+
case "channel": return buildForwardedContextFromChat({
|
|
453
|
+
chat: origin.chat,
|
|
454
|
+
date: origin.date,
|
|
455
|
+
type: "channel",
|
|
456
|
+
signature: origin.author_signature,
|
|
457
|
+
messageId: origin.message_id
|
|
458
|
+
});
|
|
459
|
+
default: return null;
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
/** Extract forwarded message origin info from Telegram message. */
|
|
463
|
+
function normalizeForwardedContext(msg) {
|
|
464
|
+
if (!msg.forward_origin) return null;
|
|
465
|
+
return resolveForwardOrigin(msg.forward_origin);
|
|
466
|
+
}
|
|
467
|
+
function extractTelegramLocation(msg) {
|
|
468
|
+
const { venue, location } = msg;
|
|
469
|
+
if (venue) return {
|
|
470
|
+
latitude: venue.location.latitude,
|
|
471
|
+
longitude: venue.location.longitude,
|
|
472
|
+
accuracy: venue.location.horizontal_accuracy,
|
|
473
|
+
name: venue.title,
|
|
474
|
+
address: venue.address,
|
|
475
|
+
source: "place",
|
|
476
|
+
isLive: false
|
|
477
|
+
};
|
|
478
|
+
if (location) {
|
|
479
|
+
const isLive = typeof location.live_period === "number" && location.live_period > 0;
|
|
480
|
+
return {
|
|
481
|
+
latitude: location.latitude,
|
|
482
|
+
longitude: location.longitude,
|
|
483
|
+
accuracy: location.horizontal_accuracy,
|
|
484
|
+
source: isLive ? "live" : "pin",
|
|
485
|
+
isLive
|
|
486
|
+
};
|
|
487
|
+
}
|
|
488
|
+
return null;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
//#endregion
|
|
492
|
+
//#region src/telegram/caption.ts
|
|
493
|
+
const TELEGRAM_MAX_CAPTION_LENGTH = 1024;
|
|
494
|
+
function splitTelegramCaption(text) {
|
|
495
|
+
const trimmed = text?.trim() ?? "";
|
|
496
|
+
if (!trimmed) return {
|
|
497
|
+
caption: void 0,
|
|
498
|
+
followUpText: void 0
|
|
499
|
+
};
|
|
500
|
+
if (trimmed.length > TELEGRAM_MAX_CAPTION_LENGTH) return {
|
|
501
|
+
caption: void 0,
|
|
502
|
+
followUpText: trimmed
|
|
503
|
+
};
|
|
504
|
+
return {
|
|
505
|
+
caption: trimmed,
|
|
506
|
+
followUpText: void 0
|
|
507
|
+
};
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
//#endregion
|
|
511
|
+
//#region src/telegram/network-config.ts
|
|
512
|
+
const TELEGRAM_DISABLE_AUTO_SELECT_FAMILY_ENV = "REMOTECLAW_TELEGRAM_DISABLE_AUTO_SELECT_FAMILY";
|
|
513
|
+
const TELEGRAM_ENABLE_AUTO_SELECT_FAMILY_ENV = "REMOTECLAW_TELEGRAM_ENABLE_AUTO_SELECT_FAMILY";
|
|
514
|
+
const TELEGRAM_DNS_RESULT_ORDER_ENV = "REMOTECLAW_TELEGRAM_DNS_RESULT_ORDER";
|
|
515
|
+
let wsl2SyncCache;
|
|
516
|
+
function isWSL2SyncCached() {
|
|
517
|
+
if (typeof wsl2SyncCache === "boolean") return wsl2SyncCache;
|
|
518
|
+
wsl2SyncCache = isWSL2Sync();
|
|
519
|
+
return wsl2SyncCache;
|
|
520
|
+
}
|
|
521
|
+
function resolveTelegramAutoSelectFamilyDecision(params) {
|
|
522
|
+
const env = params?.env ?? process$1.env;
|
|
523
|
+
const nodeMajor = typeof params?.nodeMajor === "number" ? params.nodeMajor : Number(process$1.versions.node.split(".")[0]);
|
|
524
|
+
if (isTruthyEnvValue(env[TELEGRAM_ENABLE_AUTO_SELECT_FAMILY_ENV])) return {
|
|
525
|
+
value: true,
|
|
526
|
+
source: `env:${TELEGRAM_ENABLE_AUTO_SELECT_FAMILY_ENV}`
|
|
527
|
+
};
|
|
528
|
+
if (isTruthyEnvValue(env[TELEGRAM_DISABLE_AUTO_SELECT_FAMILY_ENV])) return {
|
|
529
|
+
value: false,
|
|
530
|
+
source: `env:${TELEGRAM_DISABLE_AUTO_SELECT_FAMILY_ENV}`
|
|
531
|
+
};
|
|
532
|
+
if (typeof params?.network?.autoSelectFamily === "boolean") return {
|
|
533
|
+
value: params.network.autoSelectFamily,
|
|
534
|
+
source: "config"
|
|
535
|
+
};
|
|
536
|
+
if (isWSL2SyncCached()) return {
|
|
537
|
+
value: false,
|
|
538
|
+
source: "default-wsl2"
|
|
539
|
+
};
|
|
540
|
+
if (Number.isFinite(nodeMajor) && nodeMajor >= 22) return {
|
|
541
|
+
value: true,
|
|
542
|
+
source: "default-node22"
|
|
543
|
+
};
|
|
544
|
+
return { value: null };
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
* Resolve DNS result order setting for Telegram network requests.
|
|
548
|
+
* Some networks/ISPs have issues with IPv6 causing fetch failures.
|
|
549
|
+
* Setting "ipv4first" prioritizes IPv4 addresses in DNS resolution.
|
|
550
|
+
*
|
|
551
|
+
* Priority:
|
|
552
|
+
* 1. Environment variable REMOTECLAW_TELEGRAM_DNS_RESULT_ORDER
|
|
553
|
+
* 2. Config: channels.telegram.network.dnsResultOrder
|
|
554
|
+
* 3. Default: "ipv4first" on Node 22+ (to work around common IPv6 issues)
|
|
555
|
+
*/
|
|
556
|
+
function resolveTelegramDnsResultOrderDecision(params) {
|
|
557
|
+
const env = params?.env ?? process$1.env;
|
|
558
|
+
const nodeMajor = typeof params?.nodeMajor === "number" ? params.nodeMajor : Number(process$1.versions.node.split(".")[0]);
|
|
559
|
+
const envValue = env[TELEGRAM_DNS_RESULT_ORDER_ENV]?.trim().toLowerCase();
|
|
560
|
+
if (envValue === "ipv4first" || envValue === "verbatim") return {
|
|
561
|
+
value: envValue,
|
|
562
|
+
source: `env:${TELEGRAM_DNS_RESULT_ORDER_ENV}`
|
|
563
|
+
};
|
|
564
|
+
const configValue = (params?.network)?.dnsResultOrder?.trim().toLowerCase();
|
|
565
|
+
if (configValue === "ipv4first" || configValue === "verbatim") return {
|
|
566
|
+
value: configValue,
|
|
567
|
+
source: "config"
|
|
568
|
+
};
|
|
569
|
+
if (Number.isFinite(nodeMajor) && nodeMajor >= 22) return {
|
|
570
|
+
value: "ipv4first",
|
|
571
|
+
source: "default-node22"
|
|
572
|
+
};
|
|
573
|
+
return { value: null };
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
//#endregion
|
|
577
|
+
//#region src/telegram/fetch.ts
|
|
578
|
+
let appliedAutoSelectFamily = null;
|
|
579
|
+
let appliedDnsResultOrder = null;
|
|
580
|
+
let appliedGlobalDispatcherAutoSelectFamily = null;
|
|
581
|
+
const log = createSubsystemLogger("telegram/network");
|
|
582
|
+
function applyTelegramNetworkWorkarounds(network) {
|
|
583
|
+
const autoSelectDecision = resolveTelegramAutoSelectFamilyDecision({ network });
|
|
584
|
+
if (autoSelectDecision.value !== null && autoSelectDecision.value !== appliedAutoSelectFamily) {
|
|
585
|
+
if (typeof net$1.setDefaultAutoSelectFamily === "function") try {
|
|
586
|
+
net$1.setDefaultAutoSelectFamily(autoSelectDecision.value);
|
|
587
|
+
appliedAutoSelectFamily = autoSelectDecision.value;
|
|
588
|
+
const label = autoSelectDecision.source ? ` (${autoSelectDecision.source})` : "";
|
|
589
|
+
log.info(`autoSelectFamily=${autoSelectDecision.value}${label}`);
|
|
590
|
+
} catch {}
|
|
591
|
+
}
|
|
592
|
+
if (autoSelectDecision.value !== null && autoSelectDecision.value !== appliedGlobalDispatcherAutoSelectFamily) try {
|
|
593
|
+
setGlobalDispatcher(new Agent({ connect: {
|
|
594
|
+
autoSelectFamily: autoSelectDecision.value,
|
|
595
|
+
autoSelectFamilyAttemptTimeout: 300
|
|
596
|
+
} }));
|
|
597
|
+
appliedGlobalDispatcherAutoSelectFamily = autoSelectDecision.value;
|
|
598
|
+
log.info(`global undici dispatcher autoSelectFamily=${autoSelectDecision.value}`);
|
|
599
|
+
} catch {}
|
|
600
|
+
const dnsDecision = resolveTelegramDnsResultOrderDecision({ network });
|
|
601
|
+
if (dnsDecision.value !== null && dnsDecision.value !== appliedDnsResultOrder) {
|
|
602
|
+
if (typeof dns.setDefaultResultOrder === "function") try {
|
|
603
|
+
dns.setDefaultResultOrder(dnsDecision.value);
|
|
604
|
+
appliedDnsResultOrder = dnsDecision.value;
|
|
605
|
+
const label = dnsDecision.source ? ` (${dnsDecision.source})` : "";
|
|
606
|
+
log.info(`dnsResultOrder=${dnsDecision.value}${label}`);
|
|
607
|
+
} catch {}
|
|
608
|
+
}
|
|
609
|
+
}
|
|
610
|
+
function resolveTelegramFetch(proxyFetch, options) {
|
|
611
|
+
applyTelegramNetworkWorkarounds(options?.network);
|
|
612
|
+
if (proxyFetch) return resolveFetch(proxyFetch);
|
|
613
|
+
const fetchImpl = resolveFetch();
|
|
614
|
+
if (!fetchImpl) throw new Error("fetch is not available; set channels.telegram.proxy in config");
|
|
615
|
+
return fetchImpl;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
//#endregion
|
|
619
|
+
//#region src/telegram/format.ts
|
|
620
|
+
function escapeHtml(text) {
|
|
621
|
+
return text.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">");
|
|
622
|
+
}
|
|
623
|
+
function escapeHtmlAttr(text) {
|
|
624
|
+
return escapeHtml(text).replace(/"/g, """);
|
|
625
|
+
}
|
|
626
|
+
/**
|
|
627
|
+
* File extensions that share TLDs and commonly appear in code/documentation.
|
|
628
|
+
* These are wrapped in <code> tags to prevent Telegram from generating
|
|
629
|
+
* spurious domain registrar previews.
|
|
630
|
+
*
|
|
631
|
+
* Only includes extensions that are:
|
|
632
|
+
* 1. Commonly used as file extensions in code/docs
|
|
633
|
+
* 2. Rarely used as intentional domain references
|
|
634
|
+
*
|
|
635
|
+
* Excluded: .ai, .io, .tv, .fm (popular domain TLDs like x.ai, vercel.io, github.io)
|
|
636
|
+
*/
|
|
637
|
+
const FILE_EXTENSIONS_WITH_TLD = new Set([
|
|
638
|
+
"md",
|
|
639
|
+
"go",
|
|
640
|
+
"py",
|
|
641
|
+
"pl",
|
|
642
|
+
"sh",
|
|
643
|
+
"am",
|
|
644
|
+
"at",
|
|
645
|
+
"be",
|
|
646
|
+
"cc"
|
|
647
|
+
]);
|
|
648
|
+
/** Detects when markdown-it linkify auto-generated a link from a bare filename (e.g. README.md → http://README.md) */
|
|
649
|
+
function isAutoLinkedFileRef(href, label) {
|
|
650
|
+
if (href.replace(/^https?:\/\//i, "") !== label) return false;
|
|
651
|
+
const dotIndex = label.lastIndexOf(".");
|
|
652
|
+
if (dotIndex < 1) return false;
|
|
653
|
+
const ext = label.slice(dotIndex + 1).toLowerCase();
|
|
654
|
+
if (!FILE_EXTENSIONS_WITH_TLD.has(ext)) return false;
|
|
655
|
+
const segments = label.split("/");
|
|
656
|
+
if (segments.length > 1) {
|
|
657
|
+
for (let i = 0; i < segments.length - 1; i++) if (segments[i].includes(".")) return false;
|
|
658
|
+
}
|
|
659
|
+
return true;
|
|
660
|
+
}
|
|
661
|
+
function buildTelegramLink(link, text) {
|
|
662
|
+
const href = link.href.trim();
|
|
663
|
+
if (!href) return null;
|
|
664
|
+
if (link.start === link.end) return null;
|
|
665
|
+
if (isAutoLinkedFileRef(href, text.slice(link.start, link.end))) return null;
|
|
666
|
+
const safeHref = escapeHtmlAttr(href);
|
|
667
|
+
return {
|
|
668
|
+
start: link.start,
|
|
669
|
+
end: link.end,
|
|
670
|
+
open: `<a href="${safeHref}">`,
|
|
671
|
+
close: "</a>"
|
|
672
|
+
};
|
|
673
|
+
}
|
|
674
|
+
function renderTelegramHtml(ir) {
|
|
675
|
+
return renderMarkdownWithMarkers(ir, {
|
|
676
|
+
styleMarkers: {
|
|
677
|
+
bold: {
|
|
678
|
+
open: "<b>",
|
|
679
|
+
close: "</b>"
|
|
680
|
+
},
|
|
681
|
+
italic: {
|
|
682
|
+
open: "<i>",
|
|
683
|
+
close: "</i>"
|
|
684
|
+
},
|
|
685
|
+
strikethrough: {
|
|
686
|
+
open: "<s>",
|
|
687
|
+
close: "</s>"
|
|
688
|
+
},
|
|
689
|
+
code: {
|
|
690
|
+
open: "<code>",
|
|
691
|
+
close: "</code>"
|
|
692
|
+
},
|
|
693
|
+
code_block: {
|
|
694
|
+
open: "<pre><code>",
|
|
695
|
+
close: "</code></pre>"
|
|
696
|
+
},
|
|
697
|
+
spoiler: {
|
|
698
|
+
open: "<tg-spoiler>",
|
|
699
|
+
close: "</tg-spoiler>"
|
|
700
|
+
},
|
|
701
|
+
blockquote: {
|
|
702
|
+
open: "<blockquote>",
|
|
703
|
+
close: "</blockquote>"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
escapeText: escapeHtml,
|
|
707
|
+
buildLink: buildTelegramLink
|
|
708
|
+
});
|
|
709
|
+
}
|
|
710
|
+
function markdownToTelegramHtml(markdown, options = {}) {
|
|
711
|
+
const html = renderTelegramHtml(markdownToIR(markdown ?? "", {
|
|
712
|
+
linkify: true,
|
|
713
|
+
enableSpoilers: true,
|
|
714
|
+
headingStyle: "none",
|
|
715
|
+
blockquotePrefix: "",
|
|
716
|
+
tableMode: options.tableMode
|
|
717
|
+
}));
|
|
718
|
+
if (options.wrapFileRefs !== false) return wrapFileReferencesInHtml(html);
|
|
719
|
+
return html;
|
|
720
|
+
}
|
|
721
|
+
/**
|
|
722
|
+
* Wraps standalone file references (with TLD extensions) in <code> tags.
|
|
723
|
+
* This prevents Telegram from treating them as URLs and generating
|
|
724
|
+
* irrelevant domain registrar previews.
|
|
725
|
+
*
|
|
726
|
+
* Runs AFTER markdown→HTML conversion to avoid modifying HTML attributes.
|
|
727
|
+
* Skips content inside <code>, <pre>, and <a> tags to avoid nesting issues.
|
|
728
|
+
*/
|
|
729
|
+
/** Escape regex metacharacters in a string */
|
|
730
|
+
function escapeRegex(str) {
|
|
731
|
+
return str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
732
|
+
}
|
|
733
|
+
const FILE_EXTENSIONS_PATTERN = Array.from(FILE_EXTENSIONS_WITH_TLD).map(escapeRegex).join("|");
|
|
734
|
+
const AUTO_LINKED_ANCHOR_PATTERN = /<a\s+href="https?:\/\/([^"]+)"[^>]*>\1<\/a>/gi;
|
|
735
|
+
const FILE_REFERENCE_PATTERN = new RegExp(`(^|[^a-zA-Z0-9_\\-/])([a-zA-Z0-9_.\\-./]+\\.(?:${FILE_EXTENSIONS_PATTERN}))(?=$|[^a-zA-Z0-9_\\-/])`, "gi");
|
|
736
|
+
const ORPHANED_TLD_PATTERN = new RegExp(`([^a-zA-Z0-9]|^)([A-Za-z]\\.(?:${FILE_EXTENSIONS_PATTERN}))(?=[^a-zA-Z0-9/]|$)`, "g");
|
|
737
|
+
const HTML_TAG_PATTERN = /(<\/?)([a-zA-Z][a-zA-Z0-9-]*)\b[^>]*?>/gi;
|
|
738
|
+
function wrapStandaloneFileRef(match, prefix, filename) {
|
|
739
|
+
if (filename.startsWith("//")) return match;
|
|
740
|
+
if (/https?:\/\/$/i.test(prefix)) return match;
|
|
741
|
+
return `${prefix}<code>${escapeHtml(filename)}</code>`;
|
|
742
|
+
}
|
|
743
|
+
function wrapSegmentFileRefs(text, codeDepth, preDepth, anchorDepth) {
|
|
744
|
+
if (!text || codeDepth > 0 || preDepth > 0 || anchorDepth > 0) return text;
|
|
745
|
+
return text.replace(FILE_REFERENCE_PATTERN, wrapStandaloneFileRef).replace(ORPHANED_TLD_PATTERN, (match, prefix, tld) => prefix === ">" ? match : `${prefix}<code>${escapeHtml(tld)}</code>`);
|
|
746
|
+
}
|
|
747
|
+
function wrapFileReferencesInHtml(html) {
|
|
748
|
+
AUTO_LINKED_ANCHOR_PATTERN.lastIndex = 0;
|
|
749
|
+
const deLinkified = html.replace(AUTO_LINKED_ANCHOR_PATTERN, (_match, label) => {
|
|
750
|
+
if (!isAutoLinkedFileRef(`http://${label}`, label)) return _match;
|
|
751
|
+
return `<code>${escapeHtml(label)}</code>`;
|
|
752
|
+
});
|
|
753
|
+
let codeDepth = 0;
|
|
754
|
+
let preDepth = 0;
|
|
755
|
+
let anchorDepth = 0;
|
|
756
|
+
let result = "";
|
|
757
|
+
let lastIndex = 0;
|
|
758
|
+
HTML_TAG_PATTERN.lastIndex = 0;
|
|
759
|
+
let match;
|
|
760
|
+
while ((match = HTML_TAG_PATTERN.exec(deLinkified)) !== null) {
|
|
761
|
+
const tagStart = match.index;
|
|
762
|
+
const tagEnd = HTML_TAG_PATTERN.lastIndex;
|
|
763
|
+
const isClosing = match[1] === "</";
|
|
764
|
+
const tagName = match[2].toLowerCase();
|
|
765
|
+
const textBefore = deLinkified.slice(lastIndex, tagStart);
|
|
766
|
+
result += wrapSegmentFileRefs(textBefore, codeDepth, preDepth, anchorDepth);
|
|
767
|
+
if (tagName === "code") codeDepth = isClosing ? Math.max(0, codeDepth - 1) : codeDepth + 1;
|
|
768
|
+
else if (tagName === "pre") preDepth = isClosing ? Math.max(0, preDepth - 1) : preDepth + 1;
|
|
769
|
+
else if (tagName === "a") anchorDepth = isClosing ? Math.max(0, anchorDepth - 1) : anchorDepth + 1;
|
|
770
|
+
result += deLinkified.slice(tagStart, tagEnd);
|
|
771
|
+
lastIndex = tagEnd;
|
|
772
|
+
}
|
|
773
|
+
const remainingText = deLinkified.slice(lastIndex);
|
|
774
|
+
result += wrapSegmentFileRefs(remainingText, codeDepth, preDepth, anchorDepth);
|
|
775
|
+
return result;
|
|
776
|
+
}
|
|
777
|
+
function renderTelegramHtmlText(text, options = {}) {
|
|
778
|
+
if ((options.textMode ?? "markdown") === "html") return text;
|
|
779
|
+
return markdownToTelegramHtml(text, { tableMode: options.tableMode });
|
|
780
|
+
}
|
|
781
|
+
function markdownToTelegramChunks(markdown, limit, options = {}) {
|
|
782
|
+
return chunkMarkdownIR(markdownToIR(markdown ?? "", {
|
|
783
|
+
linkify: true,
|
|
784
|
+
enableSpoilers: true,
|
|
785
|
+
headingStyle: "none",
|
|
786
|
+
blockquotePrefix: "",
|
|
787
|
+
tableMode: options.tableMode
|
|
788
|
+
}), limit).map((chunk) => ({
|
|
789
|
+
html: wrapFileReferencesInHtml(renderTelegramHtml(chunk)),
|
|
790
|
+
text: chunk.text
|
|
791
|
+
}));
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
//#endregion
|
|
795
|
+
//#region src/telegram/network-errors.ts
|
|
796
|
+
const RECOVERABLE_ERROR_CODES = new Set([
|
|
797
|
+
"ECONNRESET",
|
|
798
|
+
"ECONNREFUSED",
|
|
799
|
+
"EPIPE",
|
|
800
|
+
"ETIMEDOUT",
|
|
801
|
+
"ESOCKETTIMEDOUT",
|
|
802
|
+
"ENETUNREACH",
|
|
803
|
+
"EHOSTUNREACH",
|
|
804
|
+
"ENOTFOUND",
|
|
805
|
+
"EAI_AGAIN",
|
|
806
|
+
"UND_ERR_CONNECT_TIMEOUT",
|
|
807
|
+
"UND_ERR_HEADERS_TIMEOUT",
|
|
808
|
+
"UND_ERR_BODY_TIMEOUT",
|
|
809
|
+
"UND_ERR_SOCKET",
|
|
810
|
+
"UND_ERR_ABORTED",
|
|
811
|
+
"ECONNABORTED",
|
|
812
|
+
"ERR_NETWORK"
|
|
813
|
+
]);
|
|
814
|
+
const RECOVERABLE_ERROR_NAMES = new Set([
|
|
815
|
+
"AbortError",
|
|
816
|
+
"TimeoutError",
|
|
817
|
+
"ConnectTimeoutError",
|
|
818
|
+
"HeadersTimeoutError",
|
|
819
|
+
"BodyTimeoutError"
|
|
820
|
+
]);
|
|
821
|
+
const ALWAYS_RECOVERABLE_MESSAGES = new Set(["fetch failed", "typeerror: fetch failed"]);
|
|
822
|
+
const RECOVERABLE_MESSAGE_SNIPPETS = [
|
|
823
|
+
"undici",
|
|
824
|
+
"network error",
|
|
825
|
+
"network request",
|
|
826
|
+
"client network socket disconnected",
|
|
827
|
+
"socket hang up",
|
|
828
|
+
"getaddrinfo",
|
|
829
|
+
"timeout",
|
|
830
|
+
"timed out"
|
|
831
|
+
];
|
|
832
|
+
function normalizeCode(code) {
|
|
833
|
+
return code?.trim().toUpperCase() ?? "";
|
|
834
|
+
}
|
|
835
|
+
function getErrorName(err) {
|
|
836
|
+
if (!err || typeof err !== "object") return "";
|
|
837
|
+
return "name" in err ? String(err.name) : "";
|
|
838
|
+
}
|
|
839
|
+
function getErrorCode(err) {
|
|
840
|
+
const direct = extractErrorCode(err);
|
|
841
|
+
if (direct) return direct;
|
|
842
|
+
if (!err || typeof err !== "object") return;
|
|
843
|
+
const errno = err.errno;
|
|
844
|
+
if (typeof errno === "string") return errno;
|
|
845
|
+
if (typeof errno === "number") return String(errno);
|
|
846
|
+
}
|
|
847
|
+
function collectErrorCandidates(err) {
|
|
848
|
+
const queue = [err];
|
|
849
|
+
const seen = /* @__PURE__ */ new Set();
|
|
850
|
+
const candidates = [];
|
|
851
|
+
while (queue.length > 0) {
|
|
852
|
+
const current = queue.shift();
|
|
853
|
+
if (current == null || seen.has(current)) continue;
|
|
854
|
+
seen.add(current);
|
|
855
|
+
candidates.push(current);
|
|
856
|
+
if (typeof current === "object") {
|
|
857
|
+
const cause = current.cause;
|
|
858
|
+
if (cause && !seen.has(cause)) queue.push(cause);
|
|
859
|
+
const reason = current.reason;
|
|
860
|
+
if (reason && !seen.has(reason)) queue.push(reason);
|
|
861
|
+
const errors = current.errors;
|
|
862
|
+
if (Array.isArray(errors)) {
|
|
863
|
+
for (const nested of errors) if (nested && !seen.has(nested)) queue.push(nested);
|
|
864
|
+
}
|
|
865
|
+
if (getErrorName(current) === "HttpError") {
|
|
866
|
+
const wrappedError = current.error;
|
|
867
|
+
if (wrappedError && !seen.has(wrappedError)) queue.push(wrappedError);
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
return candidates;
|
|
872
|
+
}
|
|
873
|
+
function isRecoverableTelegramNetworkError(err, options = {}) {
|
|
874
|
+
if (!err) return false;
|
|
875
|
+
const allowMessageMatch = typeof options.allowMessageMatch === "boolean" ? options.allowMessageMatch : options.context !== "send";
|
|
876
|
+
for (const candidate of collectErrorCandidates(err)) {
|
|
877
|
+
const code = normalizeCode(getErrorCode(candidate));
|
|
878
|
+
if (code && RECOVERABLE_ERROR_CODES.has(code)) return true;
|
|
879
|
+
const name = getErrorName(candidate);
|
|
880
|
+
if (name && RECOVERABLE_ERROR_NAMES.has(name)) return true;
|
|
881
|
+
const message = formatErrorMessage(candidate).trim().toLowerCase();
|
|
882
|
+
if (message && ALWAYS_RECOVERABLE_MESSAGES.has(message)) return true;
|
|
883
|
+
if (allowMessageMatch && message) {
|
|
884
|
+
if (RECOVERABLE_MESSAGE_SNIPPETS.some((snippet) => message.includes(snippet))) return true;
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
return false;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
//#endregion
|
|
891
|
+
//#region src/telegram/sent-message-cache.ts
|
|
892
|
+
/**
|
|
893
|
+
* In-memory cache of sent message IDs per chat.
|
|
894
|
+
* Used to identify bot's own messages for reaction filtering ("own" mode).
|
|
895
|
+
*/
|
|
896
|
+
const TTL_MS = 1440 * 60 * 1e3;
|
|
897
|
+
const sentMessages = /* @__PURE__ */ new Map();
|
|
898
|
+
function getChatKey(chatId) {
|
|
899
|
+
return String(chatId);
|
|
900
|
+
}
|
|
901
|
+
function cleanupExpired(entry) {
|
|
902
|
+
const now = Date.now();
|
|
903
|
+
for (const [msgId, timestamp] of entry.timestamps) if (now - timestamp > TTL_MS) entry.timestamps.delete(msgId);
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* Record a message ID as sent by the bot.
|
|
907
|
+
*/
|
|
908
|
+
function recordSentMessage(chatId, messageId) {
|
|
909
|
+
const key = getChatKey(chatId);
|
|
910
|
+
let entry = sentMessages.get(key);
|
|
911
|
+
if (!entry) {
|
|
912
|
+
entry = { timestamps: /* @__PURE__ */ new Map() };
|
|
913
|
+
sentMessages.set(key, entry);
|
|
914
|
+
}
|
|
915
|
+
entry.timestamps.set(messageId, Date.now());
|
|
916
|
+
if (entry.timestamps.size > 100) cleanupExpired(entry);
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* Check if a message was sent by the bot.
|
|
920
|
+
*/
|
|
921
|
+
function wasSentByBot(chatId, messageId) {
|
|
922
|
+
const key = getChatKey(chatId);
|
|
923
|
+
const entry = sentMessages.get(key);
|
|
924
|
+
if (!entry) return false;
|
|
925
|
+
cleanupExpired(entry);
|
|
926
|
+
return entry.timestamps.has(messageId);
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
//#endregion
|
|
930
|
+
//#region src/cron/store.ts
|
|
931
|
+
const DEFAULT_CRON_DIR = path.join(CONFIG_DIR, "cron");
|
|
932
|
+
const DEFAULT_CRON_STORE_PATH = path.join(DEFAULT_CRON_DIR, "jobs.json");
|
|
933
|
+
function resolveCronStorePath(storePath) {
|
|
934
|
+
if (storePath?.trim()) {
|
|
935
|
+
const raw = storePath.trim();
|
|
936
|
+
if (raw.startsWith("~")) return path.resolve(expandHomePrefix(raw));
|
|
937
|
+
return path.resolve(raw);
|
|
938
|
+
}
|
|
939
|
+
return DEFAULT_CRON_STORE_PATH;
|
|
940
|
+
}
|
|
941
|
+
async function loadCronStore(storePath) {
|
|
942
|
+
try {
|
|
943
|
+
const raw = await fs.promises.readFile(storePath, "utf-8");
|
|
944
|
+
let parsed;
|
|
945
|
+
try {
|
|
946
|
+
parsed = JSON5.parse(raw);
|
|
947
|
+
} catch (err) {
|
|
948
|
+
throw new Error(`Failed to parse cron store at ${storePath}: ${String(err)}`, { cause: err });
|
|
949
|
+
}
|
|
950
|
+
const parsedRecord = parsed && typeof parsed === "object" && !Array.isArray(parsed) ? parsed : {};
|
|
951
|
+
return {
|
|
952
|
+
version: 1,
|
|
953
|
+
jobs: (Array.isArray(parsedRecord.jobs) ? parsedRecord.jobs : []).filter(Boolean)
|
|
954
|
+
};
|
|
955
|
+
} catch (err) {
|
|
956
|
+
if (err?.code === "ENOENT") return {
|
|
957
|
+
version: 1,
|
|
958
|
+
jobs: []
|
|
959
|
+
};
|
|
960
|
+
throw err;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
async function saveCronStore(storePath, store) {
|
|
964
|
+
await fs.promises.mkdir(path.dirname(storePath), { recursive: true });
|
|
965
|
+
const { randomBytes } = await import("node:crypto");
|
|
966
|
+
const tmp = `${storePath}.${process.pid}.${randomBytes(8).toString("hex")}.tmp`;
|
|
967
|
+
const json = JSON.stringify(store, null, 2);
|
|
968
|
+
await fs.promises.writeFile(tmp, json, "utf-8");
|
|
969
|
+
await fs.promises.rename(tmp, storePath);
|
|
970
|
+
try {
|
|
971
|
+
await fs.promises.copyFile(storePath, `${storePath}.bak`);
|
|
972
|
+
} catch {}
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
//#endregion
|
|
976
|
+
//#region src/telegram/target-writeback.ts
|
|
977
|
+
const writebackLogger = createSubsystemLogger("telegram/target-writeback");
|
|
978
|
+
function asObjectRecord(value) {
|
|
979
|
+
if (!value || typeof value !== "object" || Array.isArray(value)) return null;
|
|
980
|
+
return value;
|
|
981
|
+
}
|
|
982
|
+
function normalizeTelegramLookupTargetForMatch(raw) {
|
|
983
|
+
const normalized = normalizeTelegramLookupTarget(raw);
|
|
984
|
+
if (!normalized) return;
|
|
985
|
+
return normalized.startsWith("@") ? normalized.toLowerCase() : normalized;
|
|
986
|
+
}
|
|
987
|
+
function normalizeTelegramTargetForMatch(raw) {
|
|
988
|
+
const parsed = parseTelegramTarget(raw);
|
|
989
|
+
const normalized = normalizeTelegramLookupTargetForMatch(parsed.chatId);
|
|
990
|
+
if (!normalized) return;
|
|
991
|
+
return `${normalized}|${parsed.messageThreadId == null ? "" : String(parsed.messageThreadId)}`;
|
|
992
|
+
}
|
|
993
|
+
function buildResolvedTelegramTarget(params) {
|
|
994
|
+
const { raw, parsed, resolvedChatId } = params;
|
|
995
|
+
if (parsed.messageThreadId == null) return resolvedChatId;
|
|
996
|
+
return raw.includes(":topic:") ? `${resolvedChatId}:topic:${parsed.messageThreadId}` : `${resolvedChatId}:${parsed.messageThreadId}`;
|
|
997
|
+
}
|
|
998
|
+
function resolveLegacyRewrite(params) {
|
|
999
|
+
const parsed = parseTelegramTarget(params.raw);
|
|
1000
|
+
if (normalizeTelegramChatId(parsed.chatId)) return null;
|
|
1001
|
+
const normalized = normalizeTelegramLookupTargetForMatch(parsed.chatId);
|
|
1002
|
+
if (!normalized) return null;
|
|
1003
|
+
return {
|
|
1004
|
+
matchKey: `${normalized}|${parsed.messageThreadId == null ? "" : String(parsed.messageThreadId)}`,
|
|
1005
|
+
resolvedTarget: buildResolvedTelegramTarget({
|
|
1006
|
+
raw: params.raw,
|
|
1007
|
+
parsed,
|
|
1008
|
+
resolvedChatId: params.resolvedChatId
|
|
1009
|
+
})
|
|
1010
|
+
};
|
|
1011
|
+
}
|
|
1012
|
+
function rewriteTargetIfMatch(params) {
|
|
1013
|
+
if (typeof params.rawValue !== "string" && typeof params.rawValue !== "number") return null;
|
|
1014
|
+
const value = String(params.rawValue).trim();
|
|
1015
|
+
if (!value) return null;
|
|
1016
|
+
if (normalizeTelegramTargetForMatch(value) !== params.matchKey) return null;
|
|
1017
|
+
return params.resolvedTarget;
|
|
1018
|
+
}
|
|
1019
|
+
function replaceTelegramDefaultToTargets(params) {
|
|
1020
|
+
let changed = false;
|
|
1021
|
+
const telegram = asObjectRecord(params.cfg.channels?.telegram);
|
|
1022
|
+
if (!telegram) return changed;
|
|
1023
|
+
const maybeReplace = (holder, key) => {
|
|
1024
|
+
const nextTarget = rewriteTargetIfMatch({
|
|
1025
|
+
rawValue: holder[key],
|
|
1026
|
+
matchKey: params.matchKey,
|
|
1027
|
+
resolvedTarget: params.resolvedTarget
|
|
1028
|
+
});
|
|
1029
|
+
if (!nextTarget) return;
|
|
1030
|
+
holder[key] = nextTarget;
|
|
1031
|
+
changed = true;
|
|
1032
|
+
};
|
|
1033
|
+
maybeReplace(telegram, "defaultTo");
|
|
1034
|
+
const accounts = asObjectRecord(telegram.accounts);
|
|
1035
|
+
if (!accounts) return changed;
|
|
1036
|
+
for (const accountId of Object.keys(accounts)) {
|
|
1037
|
+
const account = asObjectRecord(accounts[accountId]);
|
|
1038
|
+
if (!account) continue;
|
|
1039
|
+
maybeReplace(account, "defaultTo");
|
|
1040
|
+
}
|
|
1041
|
+
return changed;
|
|
1042
|
+
}
|
|
1043
|
+
async function maybePersistResolvedTelegramTarget(params) {
|
|
1044
|
+
const raw = params.rawTarget.trim();
|
|
1045
|
+
if (!raw) return;
|
|
1046
|
+
const rewrite = resolveLegacyRewrite({
|
|
1047
|
+
raw,
|
|
1048
|
+
resolvedChatId: params.resolvedChatId
|
|
1049
|
+
});
|
|
1050
|
+
if (!rewrite) return;
|
|
1051
|
+
const { matchKey, resolvedTarget } = rewrite;
|
|
1052
|
+
try {
|
|
1053
|
+
const { snapshot, writeOptions } = await readConfigFileSnapshotForWrite();
|
|
1054
|
+
const nextConfig = structuredClone(snapshot.config ?? {});
|
|
1055
|
+
if (replaceTelegramDefaultToTargets({
|
|
1056
|
+
cfg: nextConfig,
|
|
1057
|
+
matchKey,
|
|
1058
|
+
resolvedTarget
|
|
1059
|
+
})) {
|
|
1060
|
+
await writeConfigFile(nextConfig, writeOptions);
|
|
1061
|
+
if (params.verbose) writebackLogger.warn(`resolved Telegram defaultTo target ${raw} -> ${resolvedTarget}`);
|
|
1062
|
+
}
|
|
1063
|
+
} catch (err) {
|
|
1064
|
+
if (params.verbose) writebackLogger.warn(`failed to persist Telegram defaultTo target ${raw}: ${String(err)}`);
|
|
1065
|
+
}
|
|
1066
|
+
try {
|
|
1067
|
+
const storePath = resolveCronStorePath(params.cfg.cron?.store);
|
|
1068
|
+
const store = await loadCronStore(storePath);
|
|
1069
|
+
let cronChanged = false;
|
|
1070
|
+
for (const job of store.jobs) {
|
|
1071
|
+
if (job.delivery?.channel !== "telegram") continue;
|
|
1072
|
+
const nextTarget = rewriteTargetIfMatch({
|
|
1073
|
+
rawValue: job.delivery.to,
|
|
1074
|
+
matchKey,
|
|
1075
|
+
resolvedTarget
|
|
1076
|
+
});
|
|
1077
|
+
if (!nextTarget) continue;
|
|
1078
|
+
job.delivery.to = nextTarget;
|
|
1079
|
+
cronChanged = true;
|
|
1080
|
+
}
|
|
1081
|
+
if (cronChanged) {
|
|
1082
|
+
await saveCronStore(storePath, store);
|
|
1083
|
+
if (params.verbose) writebackLogger.warn(`resolved Telegram cron delivery target ${raw} -> ${resolvedTarget}`);
|
|
1084
|
+
}
|
|
1085
|
+
} catch (err) {
|
|
1086
|
+
if (params.verbose) writebackLogger.warn(`failed to persist Telegram cron target ${raw}: ${String(err)}`);
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
//#endregion
|
|
1091
|
+
//#region src/telegram/voice.ts
|
|
1092
|
+
function resolveTelegramVoiceDecision(opts) {
|
|
1093
|
+
if (!opts.wantsVoice) return { useVoice: false };
|
|
1094
|
+
if (isTelegramVoiceCompatibleAudio(opts)) return { useVoice: true };
|
|
1095
|
+
return {
|
|
1096
|
+
useVoice: false,
|
|
1097
|
+
reason: `media is ${opts.contentType ?? "unknown"} (${opts.fileName ?? "unknown"})`
|
|
1098
|
+
};
|
|
1099
|
+
}
|
|
1100
|
+
function resolveTelegramVoiceSend(opts) {
|
|
1101
|
+
const decision = resolveTelegramVoiceDecision(opts);
|
|
1102
|
+
if (decision.reason && opts.logFallback) opts.logFallback(`Telegram voice requested but ${decision.reason}; sending as audio file instead.`);
|
|
1103
|
+
return { useVoice: decision.useVoice };
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
//#endregion
|
|
1107
|
+
//#region src/telegram/send.ts
|
|
1108
|
+
var send_exports = /* @__PURE__ */ __exportAll({
|
|
1109
|
+
buildInlineKeyboard: () => buildInlineKeyboard,
|
|
1110
|
+
createForumTopicTelegram: () => createForumTopicTelegram,
|
|
1111
|
+
deleteMessageTelegram: () => deleteMessageTelegram,
|
|
1112
|
+
editMessageTelegram: () => editMessageTelegram,
|
|
1113
|
+
reactMessageTelegram: () => reactMessageTelegram,
|
|
1114
|
+
sendMessageTelegram: () => sendMessageTelegram,
|
|
1115
|
+
sendPollTelegram: () => sendPollTelegram,
|
|
1116
|
+
sendStickerTelegram: () => sendStickerTelegram
|
|
1117
|
+
});
|
|
1118
|
+
const PARSE_ERR_RE = /can't parse entities|parse entities|find end of the entity/i;
|
|
1119
|
+
const THREAD_NOT_FOUND_RE = /400:\s*Bad Request:\s*message thread not found/i;
|
|
1120
|
+
const MESSAGE_NOT_MODIFIED_RE = /400:\s*Bad Request:\s*message is not modified|MESSAGE_NOT_MODIFIED/i;
|
|
1121
|
+
const CHAT_NOT_FOUND_RE = /400: Bad Request: chat not found/i;
|
|
1122
|
+
const sendLogger = createSubsystemLogger("telegram/send");
|
|
1123
|
+
const diagLogger = createSubsystemLogger("telegram/diagnostic");
|
|
1124
|
+
function createTelegramHttpLogger(cfg) {
|
|
1125
|
+
if (!isDiagnosticFlagEnabled("telegram.http", cfg)) return () => {};
|
|
1126
|
+
return (label, err) => {
|
|
1127
|
+
if (!(err instanceof HttpError)) return;
|
|
1128
|
+
const detail = redactSensitiveText(formatUncaughtError(err.error ?? err));
|
|
1129
|
+
diagLogger.warn(`telegram http error (${label}): ${detail}`);
|
|
1130
|
+
};
|
|
1131
|
+
}
|
|
1132
|
+
function resolveTelegramClientOptions(account) {
|
|
1133
|
+
const proxyUrl = account.config.proxy?.trim();
|
|
1134
|
+
const fetchImpl = resolveTelegramFetch(proxyUrl ? makeProxyFetch(proxyUrl) : void 0, { network: account.config.network });
|
|
1135
|
+
const timeoutSeconds = typeof account.config.timeoutSeconds === "number" && Number.isFinite(account.config.timeoutSeconds) ? Math.max(1, Math.floor(account.config.timeoutSeconds)) : void 0;
|
|
1136
|
+
return fetchImpl || timeoutSeconds ? {
|
|
1137
|
+
...fetchImpl ? { fetch: fetchImpl } : {},
|
|
1138
|
+
...timeoutSeconds ? { timeoutSeconds } : {}
|
|
1139
|
+
} : void 0;
|
|
1140
|
+
}
|
|
1141
|
+
function resolveToken(explicit, params) {
|
|
1142
|
+
if (explicit?.trim()) return explicit.trim();
|
|
1143
|
+
if (!params.token) throw new Error(`Telegram bot token missing for account "${params.accountId}" (set channels.telegram.accounts.${params.accountId}.botToken/tokenFile or TELEGRAM_BOT_TOKEN for default).`);
|
|
1144
|
+
return params.token.trim();
|
|
1145
|
+
}
|
|
1146
|
+
async function resolveChatId(to, params) {
|
|
1147
|
+
const numericChatId = normalizeTelegramChatId(to);
|
|
1148
|
+
if (numericChatId) return numericChatId;
|
|
1149
|
+
const lookupTarget = normalizeTelegramLookupTarget(to);
|
|
1150
|
+
const getChat = params.api.getChat;
|
|
1151
|
+
if (!lookupTarget || typeof getChat !== "function") throw new Error("Telegram recipient must be a numeric chat ID");
|
|
1152
|
+
try {
|
|
1153
|
+
const chat = await getChat.call(params.api, lookupTarget);
|
|
1154
|
+
const resolved = normalizeTelegramChatId(String(chat?.id ?? ""));
|
|
1155
|
+
if (!resolved) throw new Error(`resolved chat id is not numeric (${String(chat?.id ?? "")})`);
|
|
1156
|
+
if (params.verbose) sendLogger.warn(`telegram recipient ${lookupTarget} resolved to numeric chat id ${resolved}`);
|
|
1157
|
+
return resolved;
|
|
1158
|
+
} catch (err) {
|
|
1159
|
+
const detail = formatErrorMessage(err);
|
|
1160
|
+
throw new Error(`Telegram recipient ${lookupTarget} could not be resolved to a numeric chat ID (${detail})`, { cause: err });
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
async function resolveAndPersistChatId(params) {
|
|
1164
|
+
const chatId = await resolveChatId(params.lookupTarget, {
|
|
1165
|
+
api: params.api,
|
|
1166
|
+
verbose: params.verbose
|
|
1167
|
+
});
|
|
1168
|
+
await maybePersistResolvedTelegramTarget({
|
|
1169
|
+
cfg: params.cfg,
|
|
1170
|
+
rawTarget: params.persistTarget,
|
|
1171
|
+
resolvedChatId: chatId,
|
|
1172
|
+
verbose: params.verbose
|
|
1173
|
+
});
|
|
1174
|
+
return chatId;
|
|
1175
|
+
}
|
|
1176
|
+
function normalizeMessageId(raw) {
|
|
1177
|
+
if (typeof raw === "number" && Number.isFinite(raw)) return Math.trunc(raw);
|
|
1178
|
+
if (typeof raw === "string") {
|
|
1179
|
+
const value = raw.trim();
|
|
1180
|
+
if (!value) throw new Error("Message id is required for Telegram actions");
|
|
1181
|
+
const parsed = Number.parseInt(value, 10);
|
|
1182
|
+
if (Number.isFinite(parsed)) return parsed;
|
|
1183
|
+
}
|
|
1184
|
+
throw new Error("Message id is required for Telegram actions");
|
|
1185
|
+
}
|
|
1186
|
+
function isTelegramThreadNotFoundError(err) {
|
|
1187
|
+
return THREAD_NOT_FOUND_RE.test(formatErrorMessage(err));
|
|
1188
|
+
}
|
|
1189
|
+
function isTelegramMessageNotModifiedError(err) {
|
|
1190
|
+
return MESSAGE_NOT_MODIFIED_RE.test(formatErrorMessage(err));
|
|
1191
|
+
}
|
|
1192
|
+
function hasMessageThreadIdParam(params) {
|
|
1193
|
+
if (!params) return false;
|
|
1194
|
+
const value = params.message_thread_id;
|
|
1195
|
+
if (typeof value === "number") return Number.isFinite(value);
|
|
1196
|
+
if (typeof value === "string") return value.trim().length > 0;
|
|
1197
|
+
return false;
|
|
1198
|
+
}
|
|
1199
|
+
function removeMessageThreadIdParam(params) {
|
|
1200
|
+
if (!params || !hasMessageThreadIdParam(params)) return params;
|
|
1201
|
+
const next = { ...params };
|
|
1202
|
+
delete next.message_thread_id;
|
|
1203
|
+
return Object.keys(next).length > 0 ? next : void 0;
|
|
1204
|
+
}
|
|
1205
|
+
function isTelegramHtmlParseError(err) {
|
|
1206
|
+
return PARSE_ERR_RE.test(formatErrorMessage(err));
|
|
1207
|
+
}
|
|
1208
|
+
function buildTelegramThreadReplyParams(params) {
|
|
1209
|
+
const messageThreadId = params.messageThreadId != null ? params.messageThreadId : params.targetMessageThreadId;
|
|
1210
|
+
const threadScope = params.chatType === "direct" ? "dm" : "forum";
|
|
1211
|
+
const threadIdParams = buildTelegramThreadParams(messageThreadId != null ? {
|
|
1212
|
+
id: messageThreadId,
|
|
1213
|
+
scope: threadScope
|
|
1214
|
+
} : void 0);
|
|
1215
|
+
const threadParams = threadIdParams ? { ...threadIdParams } : {};
|
|
1216
|
+
if (params.replyToMessageId != null) {
|
|
1217
|
+
const replyToMessageId = Math.trunc(params.replyToMessageId);
|
|
1218
|
+
if (params.quoteText?.trim()) threadParams.reply_parameters = {
|
|
1219
|
+
message_id: replyToMessageId,
|
|
1220
|
+
quote: params.quoteText.trim()
|
|
1221
|
+
};
|
|
1222
|
+
else threadParams.reply_to_message_id = replyToMessageId;
|
|
1223
|
+
}
|
|
1224
|
+
return threadParams;
|
|
1225
|
+
}
|
|
1226
|
+
async function withTelegramHtmlParseFallback(params) {
|
|
1227
|
+
try {
|
|
1228
|
+
return await params.requestHtml(params.label);
|
|
1229
|
+
} catch (err) {
|
|
1230
|
+
if (!isTelegramHtmlParseError(err)) throw err;
|
|
1231
|
+
if (params.verbose) sendLogger.warn(`telegram ${params.label} failed with HTML parse error, retrying as plain text: ${formatErrorMessage(err)}`);
|
|
1232
|
+
return await params.requestPlain(`${params.label}-plain`);
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1235
|
+
function resolveTelegramApiContext(opts) {
|
|
1236
|
+
const cfg = opts.cfg ?? loadConfig();
|
|
1237
|
+
const account = resolveTelegramAccount({
|
|
1238
|
+
cfg,
|
|
1239
|
+
accountId: opts.accountId
|
|
1240
|
+
});
|
|
1241
|
+
const token = resolveToken(opts.token, account);
|
|
1242
|
+
const client = resolveTelegramClientOptions(account);
|
|
1243
|
+
return {
|
|
1244
|
+
cfg,
|
|
1245
|
+
account,
|
|
1246
|
+
api: opts.api ?? new Bot(token, client ? { client } : void 0).api
|
|
1247
|
+
};
|
|
1248
|
+
}
|
|
1249
|
+
function createTelegramRequestWithDiag(params) {
|
|
1250
|
+
const request = createTelegramRetryRunner({
|
|
1251
|
+
retry: params.retry,
|
|
1252
|
+
configRetry: params.account.config.retry,
|
|
1253
|
+
verbose: params.verbose,
|
|
1254
|
+
...params.shouldRetry ? { shouldRetry: params.shouldRetry } : {}
|
|
1255
|
+
});
|
|
1256
|
+
const logHttpError = createTelegramHttpLogger(params.cfg);
|
|
1257
|
+
return (fn, label, options) => {
|
|
1258
|
+
const runRequest = () => request(fn, label);
|
|
1259
|
+
return (params.useApiErrorLogging === false ? runRequest() : withTelegramApiErrorLogging({
|
|
1260
|
+
operation: label ?? "request",
|
|
1261
|
+
fn: runRequest,
|
|
1262
|
+
...options?.shouldLog ? { shouldLog: options.shouldLog } : {}
|
|
1263
|
+
})).catch((err) => {
|
|
1264
|
+
logHttpError(label ?? "request", err);
|
|
1265
|
+
throw err;
|
|
1266
|
+
});
|
|
1267
|
+
};
|
|
1268
|
+
}
|
|
1269
|
+
function wrapTelegramChatNotFoundError(err, params) {
|
|
1270
|
+
if (!CHAT_NOT_FOUND_RE.test(formatErrorMessage(err))) return err;
|
|
1271
|
+
return new Error([
|
|
1272
|
+
`Telegram send failed: chat not found (chat_id=${params.chatId}).`,
|
|
1273
|
+
"Likely: bot not started in DM, bot removed from group/channel, group migrated (new -100… id), or wrong bot token.",
|
|
1274
|
+
`Input was: ${JSON.stringify(params.input)}.`
|
|
1275
|
+
].join(" "));
|
|
1276
|
+
}
|
|
1277
|
+
async function withTelegramThreadFallback(params, label, verbose, attempt) {
|
|
1278
|
+
try {
|
|
1279
|
+
return await attempt(params, label);
|
|
1280
|
+
} catch (err) {
|
|
1281
|
+
if (!hasMessageThreadIdParam(params) || !isTelegramThreadNotFoundError(err)) throw err;
|
|
1282
|
+
if (verbose) sendLogger.warn(`telegram ${label} failed with message_thread_id, retrying without thread: ${formatErrorMessage(err)}`);
|
|
1283
|
+
return await attempt(removeMessageThreadIdParam(params), `${label}-threadless`);
|
|
1284
|
+
}
|
|
1285
|
+
}
|
|
1286
|
+
function createRequestWithChatNotFound(params) {
|
|
1287
|
+
return async (fn, label) => params.requestWithDiag(fn, label).catch((err) => {
|
|
1288
|
+
throw wrapTelegramChatNotFoundError(err, {
|
|
1289
|
+
chatId: params.chatId,
|
|
1290
|
+
input: params.input
|
|
1291
|
+
});
|
|
1292
|
+
});
|
|
1293
|
+
}
|
|
1294
|
+
function buildInlineKeyboard(buttons) {
|
|
1295
|
+
if (!buttons?.length) return;
|
|
1296
|
+
const rows = buttons.map((row) => row.filter((button) => button?.text && button?.callback_data).map((button) => ({
|
|
1297
|
+
text: button.text,
|
|
1298
|
+
callback_data: button.callback_data,
|
|
1299
|
+
...button.style ? { style: button.style } : {}
|
|
1300
|
+
}))).filter((row) => row.length > 0);
|
|
1301
|
+
if (rows.length === 0) return;
|
|
1302
|
+
return { inline_keyboard: rows };
|
|
1303
|
+
}
|
|
1304
|
+
async function sendMessageTelegram(to, text, opts = {}) {
|
|
1305
|
+
const { cfg, account, api } = resolveTelegramApiContext(opts);
|
|
1306
|
+
const target = parseTelegramTarget(to);
|
|
1307
|
+
const chatId = await resolveAndPersistChatId({
|
|
1308
|
+
cfg,
|
|
1309
|
+
api,
|
|
1310
|
+
lookupTarget: target.chatId,
|
|
1311
|
+
persistTarget: to,
|
|
1312
|
+
verbose: opts.verbose
|
|
1313
|
+
});
|
|
1314
|
+
const mediaUrl = opts.mediaUrl?.trim();
|
|
1315
|
+
const replyMarkup = buildInlineKeyboard(opts.buttons);
|
|
1316
|
+
const threadParams = buildTelegramThreadReplyParams({
|
|
1317
|
+
targetMessageThreadId: target.messageThreadId,
|
|
1318
|
+
messageThreadId: opts.messageThreadId,
|
|
1319
|
+
chatType: target.chatType,
|
|
1320
|
+
replyToMessageId: opts.replyToMessageId,
|
|
1321
|
+
quoteText: opts.quoteText
|
|
1322
|
+
});
|
|
1323
|
+
const hasThreadParams = Object.keys(threadParams).length > 0;
|
|
1324
|
+
const requestWithChatNotFound = createRequestWithChatNotFound({
|
|
1325
|
+
requestWithDiag: createTelegramRequestWithDiag({
|
|
1326
|
+
cfg,
|
|
1327
|
+
account,
|
|
1328
|
+
retry: opts.retry,
|
|
1329
|
+
verbose: opts.verbose,
|
|
1330
|
+
shouldRetry: (err) => isRecoverableTelegramNetworkError(err, { context: "send" })
|
|
1331
|
+
}),
|
|
1332
|
+
chatId,
|
|
1333
|
+
input: to
|
|
1334
|
+
});
|
|
1335
|
+
const textMode = opts.textMode ?? "markdown";
|
|
1336
|
+
const tableMode = resolveMarkdownTableMode({
|
|
1337
|
+
cfg,
|
|
1338
|
+
channel: "telegram",
|
|
1339
|
+
accountId: account.accountId
|
|
1340
|
+
});
|
|
1341
|
+
const renderHtmlText = (value) => renderTelegramHtmlText(value, {
|
|
1342
|
+
textMode,
|
|
1343
|
+
tableMode
|
|
1344
|
+
});
|
|
1345
|
+
const linkPreviewOptions = account.config.linkPreview ?? true ? void 0 : { is_disabled: true };
|
|
1346
|
+
const sendTelegramText = async (rawText, params, fallbackText) => {
|
|
1347
|
+
return await withTelegramThreadFallback(params, "message", opts.verbose, async (effectiveParams, label) => {
|
|
1348
|
+
const htmlText = renderHtmlText(rawText);
|
|
1349
|
+
const baseParams = effectiveParams ? { ...effectiveParams } : {};
|
|
1350
|
+
if (linkPreviewOptions) baseParams.link_preview_options = linkPreviewOptions;
|
|
1351
|
+
const hasBaseParams = Object.keys(baseParams).length > 0;
|
|
1352
|
+
const sendParams = {
|
|
1353
|
+
parse_mode: "HTML",
|
|
1354
|
+
...baseParams,
|
|
1355
|
+
...opts.silent === true ? { disable_notification: true } : {}
|
|
1356
|
+
};
|
|
1357
|
+
return await withTelegramHtmlParseFallback({
|
|
1358
|
+
label,
|
|
1359
|
+
verbose: opts.verbose,
|
|
1360
|
+
requestHtml: (retryLabel) => requestWithChatNotFound(() => api.sendMessage(chatId, htmlText, sendParams), retryLabel),
|
|
1361
|
+
requestPlain: (retryLabel) => {
|
|
1362
|
+
const plainParams = hasBaseParams ? baseParams : void 0;
|
|
1363
|
+
return requestWithChatNotFound(() => plainParams ? api.sendMessage(chatId, fallbackText ?? rawText, plainParams) : api.sendMessage(chatId, fallbackText ?? rawText), retryLabel);
|
|
1364
|
+
}
|
|
1365
|
+
});
|
|
1366
|
+
});
|
|
1367
|
+
};
|
|
1368
|
+
if (mediaUrl) {
|
|
1369
|
+
const media = await loadWebMedia(mediaUrl, {
|
|
1370
|
+
maxBytes: opts.maxBytes,
|
|
1371
|
+
localRoots: opts.mediaLocalRoots
|
|
1372
|
+
});
|
|
1373
|
+
const kind = mediaKindFromMime(media.contentType ?? void 0);
|
|
1374
|
+
const isGif = isGifMedia({
|
|
1375
|
+
contentType: media.contentType,
|
|
1376
|
+
fileName: media.fileName
|
|
1377
|
+
});
|
|
1378
|
+
const isVideoNote = kind === "video" && opts.asVideoNote === true;
|
|
1379
|
+
const fileName = media.fileName ?? (isGif ? "animation.gif" : inferFilename(kind)) ?? "file";
|
|
1380
|
+
const file = new InputFile(media.buffer, fileName);
|
|
1381
|
+
let caption;
|
|
1382
|
+
let followUpText;
|
|
1383
|
+
if (isVideoNote) {
|
|
1384
|
+
caption = void 0;
|
|
1385
|
+
followUpText = text.trim() ? text : void 0;
|
|
1386
|
+
} else {
|
|
1387
|
+
const split = splitTelegramCaption(text);
|
|
1388
|
+
caption = split.caption;
|
|
1389
|
+
followUpText = split.followUpText;
|
|
1390
|
+
}
|
|
1391
|
+
const htmlCaption = caption ? renderHtmlText(caption) : void 0;
|
|
1392
|
+
const needsSeparateText = Boolean(followUpText);
|
|
1393
|
+
const baseMediaParams = {
|
|
1394
|
+
...hasThreadParams ? threadParams : {},
|
|
1395
|
+
...!needsSeparateText && replyMarkup ? { reply_markup: replyMarkup } : {}
|
|
1396
|
+
};
|
|
1397
|
+
const mediaParams = {
|
|
1398
|
+
...htmlCaption ? {
|
|
1399
|
+
caption: htmlCaption,
|
|
1400
|
+
parse_mode: "HTML"
|
|
1401
|
+
} : {},
|
|
1402
|
+
...baseMediaParams,
|
|
1403
|
+
...opts.silent === true ? { disable_notification: true } : {}
|
|
1404
|
+
};
|
|
1405
|
+
const sendMedia = async (label, sender) => await withTelegramThreadFallback(mediaParams, label, opts.verbose, async (effectiveParams, retryLabel) => requestWithChatNotFound(() => sender(effectiveParams), retryLabel));
|
|
1406
|
+
const mediaSender = (() => {
|
|
1407
|
+
if (isGif) return {
|
|
1408
|
+
label: "animation",
|
|
1409
|
+
sender: (effectiveParams) => api.sendAnimation(chatId, file, effectiveParams)
|
|
1410
|
+
};
|
|
1411
|
+
if (kind === "image") return {
|
|
1412
|
+
label: "photo",
|
|
1413
|
+
sender: (effectiveParams) => api.sendPhoto(chatId, file, effectiveParams)
|
|
1414
|
+
};
|
|
1415
|
+
if (kind === "video") {
|
|
1416
|
+
if (isVideoNote) return {
|
|
1417
|
+
label: "video_note",
|
|
1418
|
+
sender: (effectiveParams) => api.sendVideoNote(chatId, file, effectiveParams)
|
|
1419
|
+
};
|
|
1420
|
+
return {
|
|
1421
|
+
label: "video",
|
|
1422
|
+
sender: (effectiveParams) => api.sendVideo(chatId, file, effectiveParams)
|
|
1423
|
+
};
|
|
1424
|
+
}
|
|
1425
|
+
if (kind === "audio") {
|
|
1426
|
+
const { useVoice } = resolveTelegramVoiceSend({
|
|
1427
|
+
wantsVoice: opts.asVoice === true,
|
|
1428
|
+
contentType: media.contentType,
|
|
1429
|
+
fileName,
|
|
1430
|
+
logFallback: logVerbose
|
|
1431
|
+
});
|
|
1432
|
+
if (useVoice) return {
|
|
1433
|
+
label: "voice",
|
|
1434
|
+
sender: (effectiveParams) => api.sendVoice(chatId, file, effectiveParams)
|
|
1435
|
+
};
|
|
1436
|
+
return {
|
|
1437
|
+
label: "audio",
|
|
1438
|
+
sender: (effectiveParams) => api.sendAudio(chatId, file, effectiveParams)
|
|
1439
|
+
};
|
|
1440
|
+
}
|
|
1441
|
+
return {
|
|
1442
|
+
label: "document",
|
|
1443
|
+
sender: (effectiveParams) => api.sendDocument(chatId, file, effectiveParams)
|
|
1444
|
+
};
|
|
1445
|
+
})();
|
|
1446
|
+
const result = await sendMedia(mediaSender.label, mediaSender.sender);
|
|
1447
|
+
const mediaMessageId = String(result?.message_id ?? "unknown");
|
|
1448
|
+
const resolvedChatId = String(result?.chat?.id ?? chatId);
|
|
1449
|
+
if (result?.message_id) recordSentMessage(chatId, result.message_id);
|
|
1450
|
+
recordChannelActivity({
|
|
1451
|
+
channel: "telegram",
|
|
1452
|
+
accountId: account.accountId,
|
|
1453
|
+
direction: "outbound"
|
|
1454
|
+
});
|
|
1455
|
+
if (needsSeparateText && followUpText) {
|
|
1456
|
+
const textParams = hasThreadParams || replyMarkup ? {
|
|
1457
|
+
...threadParams,
|
|
1458
|
+
...replyMarkup ? { reply_markup: replyMarkup } : {}
|
|
1459
|
+
} : void 0;
|
|
1460
|
+
const textRes = await sendTelegramText(followUpText, textParams);
|
|
1461
|
+
return {
|
|
1462
|
+
messageId: String(textRes?.message_id ?? mediaMessageId),
|
|
1463
|
+
chatId: resolvedChatId
|
|
1464
|
+
};
|
|
1465
|
+
}
|
|
1466
|
+
return {
|
|
1467
|
+
messageId: mediaMessageId,
|
|
1468
|
+
chatId: resolvedChatId
|
|
1469
|
+
};
|
|
1470
|
+
}
|
|
1471
|
+
if (!text || !text.trim()) throw new Error("Message must be non-empty for Telegram sends");
|
|
1472
|
+
const res = await sendTelegramText(text, hasThreadParams || replyMarkup ? {
|
|
1473
|
+
...threadParams,
|
|
1474
|
+
...replyMarkup ? { reply_markup: replyMarkup } : {}
|
|
1475
|
+
} : void 0, opts.plainText);
|
|
1476
|
+
const messageId = String(res?.message_id ?? "unknown");
|
|
1477
|
+
if (res?.message_id) recordSentMessage(chatId, res.message_id);
|
|
1478
|
+
recordChannelActivity({
|
|
1479
|
+
channel: "telegram",
|
|
1480
|
+
accountId: account.accountId,
|
|
1481
|
+
direction: "outbound"
|
|
1482
|
+
});
|
|
1483
|
+
return {
|
|
1484
|
+
messageId,
|
|
1485
|
+
chatId: String(res?.chat?.id ?? chatId)
|
|
1486
|
+
};
|
|
1487
|
+
}
|
|
1488
|
+
async function reactMessageTelegram(chatIdInput, messageIdInput, emoji, opts = {}) {
|
|
1489
|
+
const { cfg, account, api } = resolveTelegramApiContext(opts);
|
|
1490
|
+
const rawTarget = String(chatIdInput);
|
|
1491
|
+
const chatId = await resolveAndPersistChatId({
|
|
1492
|
+
cfg,
|
|
1493
|
+
api,
|
|
1494
|
+
lookupTarget: rawTarget,
|
|
1495
|
+
persistTarget: rawTarget,
|
|
1496
|
+
verbose: opts.verbose
|
|
1497
|
+
});
|
|
1498
|
+
const messageId = normalizeMessageId(messageIdInput);
|
|
1499
|
+
const requestWithDiag = createTelegramRequestWithDiag({
|
|
1500
|
+
cfg,
|
|
1501
|
+
account,
|
|
1502
|
+
retry: opts.retry,
|
|
1503
|
+
verbose: opts.verbose,
|
|
1504
|
+
shouldRetry: (err) => isRecoverableTelegramNetworkError(err, { context: "send" })
|
|
1505
|
+
});
|
|
1506
|
+
const remove = opts.remove === true;
|
|
1507
|
+
const trimmedEmoji = emoji.trim();
|
|
1508
|
+
const reactions = remove || !trimmedEmoji ? [] : [{
|
|
1509
|
+
type: "emoji",
|
|
1510
|
+
emoji: trimmedEmoji
|
|
1511
|
+
}];
|
|
1512
|
+
if (typeof api.setMessageReaction !== "function") throw new Error("Telegram reactions are unavailable in this bot API.");
|
|
1513
|
+
try {
|
|
1514
|
+
await requestWithDiag(() => api.setMessageReaction(chatId, messageId, reactions), "reaction");
|
|
1515
|
+
} catch (err) {
|
|
1516
|
+
const msg = err instanceof Error ? err.message : String(err);
|
|
1517
|
+
if (/REACTION_INVALID/i.test(msg)) return {
|
|
1518
|
+
ok: false,
|
|
1519
|
+
warning: `Reaction unavailable: ${trimmedEmoji}`
|
|
1520
|
+
};
|
|
1521
|
+
throw err;
|
|
1522
|
+
}
|
|
1523
|
+
return { ok: true };
|
|
1524
|
+
}
|
|
1525
|
+
async function deleteMessageTelegram(chatIdInput, messageIdInput, opts = {}) {
|
|
1526
|
+
const { cfg, account, api } = resolveTelegramApiContext(opts);
|
|
1527
|
+
const rawTarget = String(chatIdInput);
|
|
1528
|
+
const chatId = await resolveAndPersistChatId({
|
|
1529
|
+
cfg,
|
|
1530
|
+
api,
|
|
1531
|
+
lookupTarget: rawTarget,
|
|
1532
|
+
persistTarget: rawTarget,
|
|
1533
|
+
verbose: opts.verbose
|
|
1534
|
+
});
|
|
1535
|
+
const messageId = normalizeMessageId(messageIdInput);
|
|
1536
|
+
await createTelegramRequestWithDiag({
|
|
1537
|
+
cfg,
|
|
1538
|
+
account,
|
|
1539
|
+
retry: opts.retry,
|
|
1540
|
+
verbose: opts.verbose,
|
|
1541
|
+
shouldRetry: (err) => isRecoverableTelegramNetworkError(err, { context: "send" })
|
|
1542
|
+
})(() => api.deleteMessage(chatId, messageId), "deleteMessage");
|
|
1543
|
+
logVerbose(`[telegram] Deleted message ${messageId} from chat ${chatId}`);
|
|
1544
|
+
return { ok: true };
|
|
1545
|
+
}
|
|
1546
|
+
async function editMessageTelegram(chatIdInput, messageIdInput, text, opts = {}) {
|
|
1547
|
+
const { cfg, account, api } = resolveTelegramApiContext({
|
|
1548
|
+
...opts,
|
|
1549
|
+
cfg: opts.cfg
|
|
1550
|
+
});
|
|
1551
|
+
const rawTarget = String(chatIdInput);
|
|
1552
|
+
const chatId = await resolveAndPersistChatId({
|
|
1553
|
+
cfg,
|
|
1554
|
+
api,
|
|
1555
|
+
lookupTarget: rawTarget,
|
|
1556
|
+
persistTarget: rawTarget,
|
|
1557
|
+
verbose: opts.verbose
|
|
1558
|
+
});
|
|
1559
|
+
const messageId = normalizeMessageId(messageIdInput);
|
|
1560
|
+
const requestWithDiag = createTelegramRequestWithDiag({
|
|
1561
|
+
cfg,
|
|
1562
|
+
account,
|
|
1563
|
+
retry: opts.retry,
|
|
1564
|
+
verbose: opts.verbose
|
|
1565
|
+
});
|
|
1566
|
+
const requestWithEditShouldLog = (fn, label, shouldLog) => requestWithDiag(fn, label, shouldLog ? { shouldLog } : void 0);
|
|
1567
|
+
const htmlText = renderTelegramHtmlText(text, {
|
|
1568
|
+
textMode: opts.textMode ?? "markdown",
|
|
1569
|
+
tableMode: resolveMarkdownTableMode({
|
|
1570
|
+
cfg,
|
|
1571
|
+
channel: "telegram",
|
|
1572
|
+
accountId: account.accountId
|
|
1573
|
+
})
|
|
1574
|
+
});
|
|
1575
|
+
const shouldTouchButtons = opts.buttons !== void 0;
|
|
1576
|
+
const builtKeyboard = shouldTouchButtons ? buildInlineKeyboard(opts.buttons) : void 0;
|
|
1577
|
+
const replyMarkup = shouldTouchButtons ? builtKeyboard ?? { inline_keyboard: [] } : void 0;
|
|
1578
|
+
const editParams = { parse_mode: "HTML" };
|
|
1579
|
+
if (opts.linkPreview === false) editParams.link_preview_options = { is_disabled: true };
|
|
1580
|
+
if (replyMarkup !== void 0) editParams.reply_markup = replyMarkup;
|
|
1581
|
+
const plainParams = {};
|
|
1582
|
+
if (opts.linkPreview === false) plainParams.link_preview_options = { is_disabled: true };
|
|
1583
|
+
if (replyMarkup !== void 0) plainParams.reply_markup = replyMarkup;
|
|
1584
|
+
try {
|
|
1585
|
+
await withTelegramHtmlParseFallback({
|
|
1586
|
+
label: "editMessage",
|
|
1587
|
+
verbose: opts.verbose,
|
|
1588
|
+
requestHtml: (retryLabel) => requestWithEditShouldLog(() => api.editMessageText(chatId, messageId, htmlText, editParams), retryLabel, (err) => !isTelegramMessageNotModifiedError(err)),
|
|
1589
|
+
requestPlain: (retryLabel) => requestWithEditShouldLog(() => Object.keys(plainParams).length > 0 ? api.editMessageText(chatId, messageId, text, plainParams) : api.editMessageText(chatId, messageId, text), retryLabel, (plainErr) => !isTelegramMessageNotModifiedError(plainErr))
|
|
1590
|
+
});
|
|
1591
|
+
} catch (err) {
|
|
1592
|
+
if (isTelegramMessageNotModifiedError(err)) {} else throw err;
|
|
1593
|
+
}
|
|
1594
|
+
logVerbose(`[telegram] Edited message ${messageId} in chat ${chatId}`);
|
|
1595
|
+
return {
|
|
1596
|
+
ok: true,
|
|
1597
|
+
messageId: String(messageId),
|
|
1598
|
+
chatId
|
|
1599
|
+
};
|
|
1600
|
+
}
|
|
1601
|
+
function inferFilename(kind) {
|
|
1602
|
+
switch (kind) {
|
|
1603
|
+
case "image": return "image.jpg";
|
|
1604
|
+
case "video": return "video.mp4";
|
|
1605
|
+
case "audio": return "audio.ogg";
|
|
1606
|
+
default: return "file.bin";
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
/**
|
|
1610
|
+
* Send a sticker to a Telegram chat by file_id.
|
|
1611
|
+
* @param to - Chat ID or username (e.g., "123456789" or "@username")
|
|
1612
|
+
* @param fileId - Telegram file_id of the sticker to send
|
|
1613
|
+
* @param opts - Optional configuration
|
|
1614
|
+
*/
|
|
1615
|
+
async function sendStickerTelegram(to, fileId, opts = {}) {
|
|
1616
|
+
if (!fileId?.trim()) throw new Error("Telegram sticker file_id is required");
|
|
1617
|
+
const { cfg, account, api } = resolveTelegramApiContext(opts);
|
|
1618
|
+
const target = parseTelegramTarget(to);
|
|
1619
|
+
const chatId = await resolveAndPersistChatId({
|
|
1620
|
+
cfg,
|
|
1621
|
+
api,
|
|
1622
|
+
lookupTarget: target.chatId,
|
|
1623
|
+
persistTarget: to,
|
|
1624
|
+
verbose: opts.verbose
|
|
1625
|
+
});
|
|
1626
|
+
const threadParams = buildTelegramThreadReplyParams({
|
|
1627
|
+
targetMessageThreadId: target.messageThreadId,
|
|
1628
|
+
messageThreadId: opts.messageThreadId,
|
|
1629
|
+
chatType: target.chatType,
|
|
1630
|
+
replyToMessageId: opts.replyToMessageId
|
|
1631
|
+
});
|
|
1632
|
+
const hasThreadParams = Object.keys(threadParams).length > 0;
|
|
1633
|
+
const requestWithChatNotFound = createRequestWithChatNotFound({
|
|
1634
|
+
requestWithDiag: createTelegramRequestWithDiag({
|
|
1635
|
+
cfg,
|
|
1636
|
+
account,
|
|
1637
|
+
retry: opts.retry,
|
|
1638
|
+
verbose: opts.verbose,
|
|
1639
|
+
useApiErrorLogging: false
|
|
1640
|
+
}),
|
|
1641
|
+
chatId,
|
|
1642
|
+
input: to
|
|
1643
|
+
});
|
|
1644
|
+
const result = await withTelegramThreadFallback(hasThreadParams ? threadParams : void 0, "sticker", opts.verbose, async (effectiveParams, label) => requestWithChatNotFound(() => api.sendSticker(chatId, fileId.trim(), effectiveParams), label));
|
|
1645
|
+
const messageId = String(result?.message_id ?? "unknown");
|
|
1646
|
+
const resolvedChatId = String(result?.chat?.id ?? chatId);
|
|
1647
|
+
if (result?.message_id) recordSentMessage(chatId, result.message_id);
|
|
1648
|
+
recordChannelActivity({
|
|
1649
|
+
channel: "telegram",
|
|
1650
|
+
accountId: account.accountId,
|
|
1651
|
+
direction: "outbound"
|
|
1652
|
+
});
|
|
1653
|
+
return {
|
|
1654
|
+
messageId,
|
|
1655
|
+
chatId: resolvedChatId
|
|
1656
|
+
};
|
|
1657
|
+
}
|
|
1658
|
+
/**
|
|
1659
|
+
* Send a poll to a Telegram chat.
|
|
1660
|
+
* @param to - Chat ID or username (e.g., "123456789" or "@username")
|
|
1661
|
+
* @param poll - Poll input with question, options, maxSelections, and optional durationHours
|
|
1662
|
+
* @param opts - Optional configuration
|
|
1663
|
+
*/
|
|
1664
|
+
async function sendPollTelegram(to, poll, opts = {}) {
|
|
1665
|
+
const { cfg, account, api } = resolveTelegramApiContext(opts);
|
|
1666
|
+
const target = parseTelegramTarget(to);
|
|
1667
|
+
const chatId = await resolveAndPersistChatId({
|
|
1668
|
+
cfg,
|
|
1669
|
+
api,
|
|
1670
|
+
lookupTarget: target.chatId,
|
|
1671
|
+
persistTarget: to,
|
|
1672
|
+
verbose: opts.verbose
|
|
1673
|
+
});
|
|
1674
|
+
const normalizedPoll = normalizePollInput(poll, { maxOptions: 10 });
|
|
1675
|
+
const threadParams = buildTelegramThreadReplyParams({
|
|
1676
|
+
targetMessageThreadId: target.messageThreadId,
|
|
1677
|
+
messageThreadId: opts.messageThreadId,
|
|
1678
|
+
chatType: target.chatType,
|
|
1679
|
+
replyToMessageId: opts.replyToMessageId
|
|
1680
|
+
});
|
|
1681
|
+
const pollOptions = normalizedPoll.options;
|
|
1682
|
+
const requestWithChatNotFound = createRequestWithChatNotFound({
|
|
1683
|
+
requestWithDiag: createTelegramRequestWithDiag({
|
|
1684
|
+
cfg,
|
|
1685
|
+
account,
|
|
1686
|
+
retry: opts.retry,
|
|
1687
|
+
verbose: opts.verbose,
|
|
1688
|
+
shouldRetry: (err) => isRecoverableTelegramNetworkError(err, { context: "send" })
|
|
1689
|
+
}),
|
|
1690
|
+
chatId,
|
|
1691
|
+
input: to
|
|
1692
|
+
});
|
|
1693
|
+
const durationSeconds = normalizedPoll.durationSeconds;
|
|
1694
|
+
if (durationSeconds === void 0 && normalizedPoll.durationHours !== void 0) throw new Error("Telegram poll durationHours is not supported. Use durationSeconds (5-600) instead.");
|
|
1695
|
+
if (durationSeconds !== void 0 && (durationSeconds < 5 || durationSeconds > 600)) throw new Error("Telegram poll durationSeconds must be between 5 and 600");
|
|
1696
|
+
const result = await withTelegramThreadFallback({
|
|
1697
|
+
allows_multiple_answers: normalizedPoll.maxSelections > 1,
|
|
1698
|
+
is_anonymous: opts.isAnonymous ?? true,
|
|
1699
|
+
...durationSeconds !== void 0 ? { open_period: durationSeconds } : {},
|
|
1700
|
+
...Object.keys(threadParams).length > 0 ? threadParams : {},
|
|
1701
|
+
...opts.silent === true ? { disable_notification: true } : {}
|
|
1702
|
+
}, "poll", opts.verbose, async (effectiveParams, label) => requestWithChatNotFound(() => api.sendPoll(chatId, normalizedPoll.question, pollOptions, effectiveParams), label));
|
|
1703
|
+
const messageId = String(result?.message_id ?? "unknown");
|
|
1704
|
+
const resolvedChatId = String(result?.chat?.id ?? chatId);
|
|
1705
|
+
const pollId = result?.poll?.id;
|
|
1706
|
+
if (result?.message_id) recordSentMessage(chatId, result.message_id);
|
|
1707
|
+
recordChannelActivity({
|
|
1708
|
+
channel: "telegram",
|
|
1709
|
+
accountId: account.accountId,
|
|
1710
|
+
direction: "outbound"
|
|
1711
|
+
});
|
|
1712
|
+
return {
|
|
1713
|
+
messageId,
|
|
1714
|
+
chatId: resolvedChatId,
|
|
1715
|
+
pollId
|
|
1716
|
+
};
|
|
1717
|
+
}
|
|
1718
|
+
/**
|
|
1719
|
+
* Create a forum topic in a Telegram supergroup.
|
|
1720
|
+
* Requires the bot to have `can_manage_topics` permission.
|
|
1721
|
+
*
|
|
1722
|
+
* @param chatId - Supergroup chat ID
|
|
1723
|
+
* @param name - Topic name (1-128 characters)
|
|
1724
|
+
* @param opts - Optional configuration
|
|
1725
|
+
*/
|
|
1726
|
+
async function createForumTopicTelegram(chatId, name, opts = {}) {
|
|
1727
|
+
if (!name?.trim()) throw new Error("Forum topic name is required");
|
|
1728
|
+
const trimmedName = name.trim();
|
|
1729
|
+
if (trimmedName.length > 128) throw new Error("Forum topic name must be 128 characters or fewer");
|
|
1730
|
+
const cfg = loadConfig();
|
|
1731
|
+
const account = resolveTelegramAccount({
|
|
1732
|
+
cfg,
|
|
1733
|
+
accountId: opts.accountId
|
|
1734
|
+
});
|
|
1735
|
+
const token = resolveToken(opts.token, account);
|
|
1736
|
+
const client = resolveTelegramClientOptions(account);
|
|
1737
|
+
const api = opts.api ?? new Bot(token, client ? { client } : void 0).api;
|
|
1738
|
+
const normalizedChatId = await resolveAndPersistChatId({
|
|
1739
|
+
cfg,
|
|
1740
|
+
api,
|
|
1741
|
+
lookupTarget: parseTelegramTarget(chatId).chatId,
|
|
1742
|
+
persistTarget: chatId,
|
|
1743
|
+
verbose: opts.verbose
|
|
1744
|
+
});
|
|
1745
|
+
const request = createTelegramRetryRunner({
|
|
1746
|
+
retry: opts.retry,
|
|
1747
|
+
configRetry: account.config.retry,
|
|
1748
|
+
verbose: opts.verbose,
|
|
1749
|
+
shouldRetry: (err) => isRecoverableTelegramNetworkError(err, { context: "send" })
|
|
1750
|
+
});
|
|
1751
|
+
const logHttpError = createTelegramHttpLogger(cfg);
|
|
1752
|
+
const requestWithDiag = (fn, label) => withTelegramApiErrorLogging({
|
|
1753
|
+
operation: label ?? "request",
|
|
1754
|
+
fn: () => request(fn, label)
|
|
1755
|
+
}).catch((err) => {
|
|
1756
|
+
logHttpError(label ?? "request", err);
|
|
1757
|
+
throw err;
|
|
1758
|
+
});
|
|
1759
|
+
const extra = {};
|
|
1760
|
+
if (opts.iconColor != null) extra.icon_color = opts.iconColor;
|
|
1761
|
+
if (opts.iconCustomEmojiId?.trim()) extra.icon_custom_emoji_id = opts.iconCustomEmojiId.trim();
|
|
1762
|
+
const hasExtra = Object.keys(extra).length > 0;
|
|
1763
|
+
const result = await requestWithDiag(() => api.createForumTopic(normalizedChatId, trimmedName, hasExtra ? extra : void 0), "createForumTopic");
|
|
1764
|
+
const topicId = result.message_thread_id;
|
|
1765
|
+
recordChannelActivity({
|
|
1766
|
+
channel: "telegram",
|
|
1767
|
+
accountId: account.accountId,
|
|
1768
|
+
direction: "outbound"
|
|
1769
|
+
});
|
|
1770
|
+
return {
|
|
1771
|
+
topicId,
|
|
1772
|
+
name: result.name ?? trimmedName,
|
|
1773
|
+
chatId: normalizedChatId
|
|
1774
|
+
};
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
//#endregion
|
|
1778
|
+
export { describeReplyTarget as A, resolveTelegramThreadSpec as B, buildSenderLabel as C, buildTelegramParentPeer as D, buildTelegramGroupPeerId as E, resolveTelegramForumThreadId as F, isSenderIdAllowed as G, normalizeAllowFromWithStore as H, resolveTelegramGroupAllowFromContext as I, mergeAllowFromSources as K, resolveTelegramMediaPlaceholder as L, extractTelegramLocation as M, hasBotMention as N, buildTelegramThreadParams as O, normalizeForwardedContext as P, resolveTelegramReplyId as R, buildGroupLabel as S, buildTelegramGroupFrom as T, resolveSenderAllowMatch as U, isSenderAllowed as V, firstDefined as W, markdownToTelegramHtml as _, reactMessageTelegram as a, resolveTelegramFetch as b, sendStickerTelegram as c, loadCronStore as d, resolveCronStorePath as f, markdownToTelegramChunks as g, isRecoverableTelegramNetworkError as h, editMessageTelegram as i, expandTextLinks as j, buildTypingThreadParams as k, send_exports as l, wasSentByBot as m, createForumTopicTelegram as n, sendMessageTelegram as o, saveCronStore as p, withTelegramApiErrorLogging as q, deleteMessageTelegram as r, sendPollTelegram as s, buildInlineKeyboard as t, resolveTelegramVoiceSend as u, renderTelegramHtmlText as v, buildSenderName as w, splitTelegramCaption as x, wrapFileReferencesInHtml as y, resolveTelegramStreamMode as z };
|