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,2172 @@
|
|
|
1
|
+
import { O as normalizeAnyChannelId, _ as defaultRuntime } from "./entry.js";
|
|
2
|
+
import { a as ensureAuthProfileStore, r as listProfilesForProvider } from "./auth-profiles-BquJGKLC.js";
|
|
3
|
+
import { t as formatCliCommand } from "./command-format-CVfo8I5f.js";
|
|
4
|
+
import { a as normalizeProviderId } from "./provider-utils-3JTMJroG.js";
|
|
5
|
+
import { h as normalizeAccountId, v as deriveSessionChatType } from "./session-key-C2n-VILA.js";
|
|
6
|
+
import { t as getChannelDock } from "./dock-BqNINg7k.js";
|
|
7
|
+
import { c as normalizeMessageChannel, n as isDeliverableMessageChannel, t as INTERNAL_MESSAGE_CHANNEL } from "./message-channel-uWMAiywE.js";
|
|
8
|
+
import { g as updateSessionStore, y as deliveryContextFromSession } from "./sessions--PykPynp.js";
|
|
9
|
+
import { t as normalizeChatType } from "./chat-type-CYPyHAj-.js";
|
|
10
|
+
import { a as isWhatsAppGroupJid, o as normalizeWhatsAppTarget, r as normalizeChannelId, t as getChannelPlugin } from "./plugins-BflZz0sp.js";
|
|
11
|
+
import { t as parseSlackTarget } from "./targets-CmC5m7Ey.js";
|
|
12
|
+
import { t as parseDiscordTarget } from "./targets-D7OKVXMI.js";
|
|
13
|
+
import { c as normalizeVerboseLevel } from "./agent-helpers-CTx5KKJu.js";
|
|
14
|
+
import { t as SILENT_REPLY_TOKEN } from "./tokens-B-jmvNR9.js";
|
|
15
|
+
import { t as getGlobalHookRunner } from "./hook-runner-global-DJ14gXFP.js";
|
|
16
|
+
import { n as missingTargetError } from "./target-errors-DdIAPcMM.js";
|
|
17
|
+
import { i as resolveTelegramTargetChatType, r as parseTelegramTarget } from "./targets-UncQvCVs.js";
|
|
18
|
+
import { spawn } from "node:child_process";
|
|
19
|
+
import { homedir, tmpdir } from "node:os";
|
|
20
|
+
import { join } from "node:path";
|
|
21
|
+
import { mkdir, mkdtemp, readFile, readdir, rm, rmdir, writeFile } from "node:fs/promises";
|
|
22
|
+
import { randomUUID } from "node:crypto";
|
|
23
|
+
import { createInterface } from "node:readline";
|
|
24
|
+
|
|
25
|
+
//#region src/sessions/send-policy.ts
|
|
26
|
+
function normalizeSendPolicy(raw) {
|
|
27
|
+
const value = raw?.trim().toLowerCase();
|
|
28
|
+
if (value === "allow") return "allow";
|
|
29
|
+
if (value === "deny") return "deny";
|
|
30
|
+
}
|
|
31
|
+
function normalizeMatchValue(raw) {
|
|
32
|
+
const value = raw?.trim().toLowerCase();
|
|
33
|
+
return value ? value : void 0;
|
|
34
|
+
}
|
|
35
|
+
function stripAgentSessionKeyPrefix(key) {
|
|
36
|
+
if (!key) return;
|
|
37
|
+
const parts = key.split(":").filter(Boolean);
|
|
38
|
+
if (parts.length >= 3 && parts[0] === "agent") return parts.slice(2).join(":");
|
|
39
|
+
return key;
|
|
40
|
+
}
|
|
41
|
+
function deriveChannelFromKey(key) {
|
|
42
|
+
const normalizedKey = stripAgentSessionKeyPrefix(key);
|
|
43
|
+
if (!normalizedKey) return;
|
|
44
|
+
const parts = normalizedKey.split(":").filter(Boolean);
|
|
45
|
+
if (parts.length >= 3 && (parts[1] === "group" || parts[1] === "channel")) return normalizeMatchValue(parts[0]);
|
|
46
|
+
}
|
|
47
|
+
function deriveChatTypeFromKey(key) {
|
|
48
|
+
const chatType = deriveSessionChatType(key);
|
|
49
|
+
return chatType === "unknown" ? void 0 : chatType;
|
|
50
|
+
}
|
|
51
|
+
function resolveSendPolicy(params) {
|
|
52
|
+
const override = normalizeSendPolicy(params.entry?.sendPolicy);
|
|
53
|
+
if (override) return override;
|
|
54
|
+
const policy = params.cfg.session?.sendPolicy;
|
|
55
|
+
if (!policy) return "allow";
|
|
56
|
+
const channel = normalizeMatchValue(params.channel) ?? normalizeMatchValue(params.entry?.channel) ?? normalizeMatchValue(params.entry?.lastChannel) ?? deriveChannelFromKey(params.sessionKey);
|
|
57
|
+
const chatType = normalizeChatType(params.chatType ?? params.entry?.chatType) ?? normalizeChatType(deriveChatTypeFromKey(params.sessionKey));
|
|
58
|
+
const rawSessionKey = params.sessionKey ?? "";
|
|
59
|
+
const strippedSessionKey = stripAgentSessionKeyPrefix(rawSessionKey) ?? "";
|
|
60
|
+
const rawSessionKeyNorm = rawSessionKey.toLowerCase();
|
|
61
|
+
const strippedSessionKeyNorm = strippedSessionKey.toLowerCase();
|
|
62
|
+
let allowedMatch = false;
|
|
63
|
+
for (const rule of policy.rules ?? []) {
|
|
64
|
+
if (!rule) continue;
|
|
65
|
+
const action = normalizeSendPolicy(rule.action) ?? "allow";
|
|
66
|
+
const match = rule.match ?? {};
|
|
67
|
+
const matchChannel = normalizeMatchValue(match.channel);
|
|
68
|
+
const matchChatType = normalizeChatType(match.chatType);
|
|
69
|
+
const matchPrefix = normalizeMatchValue(match.keyPrefix);
|
|
70
|
+
const matchRawPrefix = normalizeMatchValue(match.rawKeyPrefix);
|
|
71
|
+
if (matchChannel && matchChannel !== channel) continue;
|
|
72
|
+
if (matchChatType && matchChatType !== chatType) continue;
|
|
73
|
+
if (matchRawPrefix && !rawSessionKeyNorm.startsWith(matchRawPrefix)) continue;
|
|
74
|
+
if (matchPrefix && !rawSessionKeyNorm.startsWith(matchPrefix) && !strippedSessionKeyNorm.startsWith(matchPrefix)) continue;
|
|
75
|
+
if (action === "deny") return "deny";
|
|
76
|
+
allowedMatch = true;
|
|
77
|
+
}
|
|
78
|
+
if (allowedMatch) return "allow";
|
|
79
|
+
return normalizeSendPolicy(policy.default) ?? "allow";
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/infra/system-events.ts
|
|
84
|
+
const MAX_EVENTS = 20;
|
|
85
|
+
const queues = /* @__PURE__ */ new Map();
|
|
86
|
+
function requireSessionKey(key) {
|
|
87
|
+
const trimmed = typeof key === "string" ? key.trim() : "";
|
|
88
|
+
if (!trimmed) throw new Error("system events require a sessionKey");
|
|
89
|
+
return trimmed;
|
|
90
|
+
}
|
|
91
|
+
function normalizeContextKey(key) {
|
|
92
|
+
if (!key) return null;
|
|
93
|
+
const trimmed = key.trim();
|
|
94
|
+
if (!trimmed) return null;
|
|
95
|
+
return trimmed.toLowerCase();
|
|
96
|
+
}
|
|
97
|
+
function isSystemEventContextChanged(sessionKey, contextKey) {
|
|
98
|
+
const key = requireSessionKey(sessionKey);
|
|
99
|
+
const existing = queues.get(key);
|
|
100
|
+
return normalizeContextKey(contextKey) !== (existing?.lastContextKey ?? null);
|
|
101
|
+
}
|
|
102
|
+
function enqueueSystemEvent(text, options) {
|
|
103
|
+
const key = requireSessionKey(options?.sessionKey);
|
|
104
|
+
const entry = queues.get(key) ?? (() => {
|
|
105
|
+
const created = {
|
|
106
|
+
queue: [],
|
|
107
|
+
lastText: null,
|
|
108
|
+
lastContextKey: null
|
|
109
|
+
};
|
|
110
|
+
queues.set(key, created);
|
|
111
|
+
return created;
|
|
112
|
+
})();
|
|
113
|
+
const cleaned = text.trim();
|
|
114
|
+
if (!cleaned) return;
|
|
115
|
+
const normalizedContextKey = normalizeContextKey(options?.contextKey);
|
|
116
|
+
entry.lastContextKey = normalizedContextKey;
|
|
117
|
+
if (entry.lastText === cleaned) return;
|
|
118
|
+
entry.lastText = cleaned;
|
|
119
|
+
entry.queue.push({
|
|
120
|
+
text: cleaned,
|
|
121
|
+
ts: Date.now(),
|
|
122
|
+
contextKey: normalizedContextKey
|
|
123
|
+
});
|
|
124
|
+
if (entry.queue.length > MAX_EVENTS) entry.queue.shift();
|
|
125
|
+
}
|
|
126
|
+
function drainSystemEventEntries(sessionKey) {
|
|
127
|
+
const key = requireSessionKey(sessionKey);
|
|
128
|
+
const entry = queues.get(key);
|
|
129
|
+
if (!entry || entry.queue.length === 0) return [];
|
|
130
|
+
const out = entry.queue.slice();
|
|
131
|
+
entry.queue.length = 0;
|
|
132
|
+
entry.lastText = null;
|
|
133
|
+
entry.lastContextKey = null;
|
|
134
|
+
queues.delete(key);
|
|
135
|
+
return out;
|
|
136
|
+
}
|
|
137
|
+
function peekSystemEventEntries(sessionKey) {
|
|
138
|
+
const key = requireSessionKey(sessionKey);
|
|
139
|
+
return queues.get(key)?.queue.map((event) => ({ ...event })) ?? [];
|
|
140
|
+
}
|
|
141
|
+
function peekSystemEvents(sessionKey) {
|
|
142
|
+
return peekSystemEventEntries(sessionKey).map((event) => event.text);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
//#endregion
|
|
146
|
+
//#region src/sessions/level-overrides.ts
|
|
147
|
+
function parseVerboseOverride(raw) {
|
|
148
|
+
if (raw === null) return {
|
|
149
|
+
ok: true,
|
|
150
|
+
value: null
|
|
151
|
+
};
|
|
152
|
+
if (raw === void 0) return {
|
|
153
|
+
ok: true,
|
|
154
|
+
value: void 0
|
|
155
|
+
};
|
|
156
|
+
if (typeof raw !== "string") return {
|
|
157
|
+
ok: false,
|
|
158
|
+
error: "invalid verboseLevel (use \"on\"|\"off\")"
|
|
159
|
+
};
|
|
160
|
+
const normalized = normalizeVerboseLevel(raw);
|
|
161
|
+
if (!normalized) return {
|
|
162
|
+
ok: false,
|
|
163
|
+
error: "invalid verboseLevel (use \"on\"|\"off\")"
|
|
164
|
+
};
|
|
165
|
+
return {
|
|
166
|
+
ok: true,
|
|
167
|
+
value: normalized
|
|
168
|
+
};
|
|
169
|
+
}
|
|
170
|
+
function applyVerboseOverride(entry, level) {
|
|
171
|
+
if (level === void 0) return;
|
|
172
|
+
if (level === null) {
|
|
173
|
+
delete entry.verboseLevel;
|
|
174
|
+
return;
|
|
175
|
+
}
|
|
176
|
+
entry.verboseLevel = level;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
//#endregion
|
|
180
|
+
//#region src/agents/auth-profiles/session-override.ts
|
|
181
|
+
function isProfileForProvider(params) {
|
|
182
|
+
const entry = params.store.profiles[params.profileId];
|
|
183
|
+
if (!entry?.provider) return false;
|
|
184
|
+
return normalizeProviderId(entry.provider) === normalizeProviderId(params.provider);
|
|
185
|
+
}
|
|
186
|
+
async function clearSessionAuthProfileOverride(params) {
|
|
187
|
+
const { sessionEntry, sessionStore, sessionKey, storePath } = params;
|
|
188
|
+
delete sessionEntry.authProfileOverride;
|
|
189
|
+
delete sessionEntry.authProfileOverrideSource;
|
|
190
|
+
delete sessionEntry.authProfileOverrideCompactionCount;
|
|
191
|
+
sessionEntry.updatedAt = Date.now();
|
|
192
|
+
sessionStore[sessionKey] = sessionEntry;
|
|
193
|
+
if (storePath) await updateSessionStore(storePath, (store) => {
|
|
194
|
+
store[sessionKey] = sessionEntry;
|
|
195
|
+
});
|
|
196
|
+
}
|
|
197
|
+
async function resolveSessionAuthProfileOverride(params) {
|
|
198
|
+
const { provider, agentDir, sessionEntry, sessionStore, sessionKey, storePath } = params;
|
|
199
|
+
if (!sessionEntry || !sessionStore || !sessionKey) return sessionEntry?.authProfileOverride;
|
|
200
|
+
const store = ensureAuthProfileStore(agentDir, { allowKeychainPrompt: false });
|
|
201
|
+
const profiles = listProfilesForProvider(store, provider);
|
|
202
|
+
let current = sessionEntry.authProfileOverride?.trim();
|
|
203
|
+
if (current && !store.profiles[current]) {
|
|
204
|
+
await clearSessionAuthProfileOverride({
|
|
205
|
+
sessionEntry,
|
|
206
|
+
sessionStore,
|
|
207
|
+
sessionKey,
|
|
208
|
+
storePath
|
|
209
|
+
});
|
|
210
|
+
current = void 0;
|
|
211
|
+
}
|
|
212
|
+
if (current && !isProfileForProvider({
|
|
213
|
+
provider,
|
|
214
|
+
profileId: current,
|
|
215
|
+
store
|
|
216
|
+
})) {
|
|
217
|
+
await clearSessionAuthProfileOverride({
|
|
218
|
+
sessionEntry,
|
|
219
|
+
sessionStore,
|
|
220
|
+
sessionKey,
|
|
221
|
+
storePath
|
|
222
|
+
});
|
|
223
|
+
current = void 0;
|
|
224
|
+
}
|
|
225
|
+
if (profiles.length === 0) return;
|
|
226
|
+
const next = current ?? profiles[0];
|
|
227
|
+
if (!next) return current;
|
|
228
|
+
if (next !== sessionEntry.authProfileOverride || sessionEntry.authProfileOverrideSource !== "auto") {
|
|
229
|
+
sessionEntry.authProfileOverride = next;
|
|
230
|
+
sessionEntry.authProfileOverrideSource = "auto";
|
|
231
|
+
sessionEntry.updatedAt = Date.now();
|
|
232
|
+
sessionStore[sessionKey] = sessionEntry;
|
|
233
|
+
if (storePath) await updateSessionStore(storePath, (store) => {
|
|
234
|
+
store[sessionKey] = sessionEntry;
|
|
235
|
+
});
|
|
236
|
+
}
|
|
237
|
+
return next;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
//#endregion
|
|
241
|
+
//#region src/agents/channel-tools.ts
|
|
242
|
+
/**
|
|
243
|
+
* Get the list of supported message actions for a specific channel.
|
|
244
|
+
* Returns an empty array if channel is not found or has no actions configured.
|
|
245
|
+
*/
|
|
246
|
+
function listChannelSupportedActions(params) {
|
|
247
|
+
if (!params.channel) return [];
|
|
248
|
+
const plugin = getChannelPlugin(params.channel);
|
|
249
|
+
if (!plugin?.actions?.listActions) return [];
|
|
250
|
+
return runPluginListActions(plugin, params.cfg ?? {});
|
|
251
|
+
}
|
|
252
|
+
function resolveChannelMessageToolHints(params) {
|
|
253
|
+
const channelId = normalizeAnyChannelId(params.channel);
|
|
254
|
+
if (!channelId) return [];
|
|
255
|
+
const resolve = getChannelDock(channelId)?.agentPrompt?.messageToolHints;
|
|
256
|
+
if (!resolve) return [];
|
|
257
|
+
return (resolve({
|
|
258
|
+
cfg: params.cfg ?? {},
|
|
259
|
+
accountId: params.accountId
|
|
260
|
+
}) ?? []).map((entry) => entry.trim()).filter(Boolean);
|
|
261
|
+
}
|
|
262
|
+
const loggedListActionErrors = /* @__PURE__ */ new Set();
|
|
263
|
+
function runPluginListActions(plugin, cfg) {
|
|
264
|
+
if (!plugin.actions?.listActions) return [];
|
|
265
|
+
try {
|
|
266
|
+
const listed = plugin.actions.listActions({ cfg });
|
|
267
|
+
return Array.isArray(listed) ? listed : [];
|
|
268
|
+
} catch (err) {
|
|
269
|
+
logListActionsError(plugin.id, err);
|
|
270
|
+
return [];
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
function logListActionsError(pluginId, err) {
|
|
274
|
+
const message = err instanceof Error ? err.message : String(err);
|
|
275
|
+
const key = `${pluginId}:${message}`;
|
|
276
|
+
if (loggedListActionErrors.has(key)) return;
|
|
277
|
+
loggedListActionErrors.add(key);
|
|
278
|
+
const details = (err instanceof Error && err.stack ? err.stack : null) ?? message;
|
|
279
|
+
defaultRuntime.error?.(`[channel-tools] ${pluginId}.actions.listActions failed: ${details}`);
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
//#endregion
|
|
283
|
+
//#region src/middleware/delivery-adapter.ts
|
|
284
|
+
const DEFAULT_CHUNK_LIMIT = 4e3;
|
|
285
|
+
/**
|
|
286
|
+
* Converts AgentEvent async iterable into channel-deliverable ReplyPayload chunks.
|
|
287
|
+
*
|
|
288
|
+
* Handles:
|
|
289
|
+
* - Text accumulation and chunking at channel limits
|
|
290
|
+
* - Progressive streaming via BridgeCallbacks
|
|
291
|
+
* - Tool result formatting
|
|
292
|
+
* - Error event formatting
|
|
293
|
+
*/
|
|
294
|
+
var DeliveryAdapter = class {
|
|
295
|
+
constructor(options) {
|
|
296
|
+
this.chunkLimit = options?.chunkLimit ?? DEFAULT_CHUNK_LIMIT;
|
|
297
|
+
}
|
|
298
|
+
/**
|
|
299
|
+
* Process an event stream, invoking callbacks for real-time delivery
|
|
300
|
+
* and returning final payloads for post-execution delivery.
|
|
301
|
+
*
|
|
302
|
+
* @param events - AgentEvent async iterable from runtime.execute()
|
|
303
|
+
* @param callbacks - Optional streaming callbacks for real-time delivery
|
|
304
|
+
* @returns Final ReplyPayload array for post-execution delivery
|
|
305
|
+
*/
|
|
306
|
+
async process(events, callbacks) {
|
|
307
|
+
let textBuffer = "";
|
|
308
|
+
const payloads = [];
|
|
309
|
+
for await (const event of events) switch (event.type) {
|
|
310
|
+
case "text":
|
|
311
|
+
if (event.text === "") break;
|
|
312
|
+
textBuffer += event.text;
|
|
313
|
+
while (textBuffer.length > this.chunkLimit) {
|
|
314
|
+
const { chunk, rest } = splitAtBoundary(textBuffer, this.chunkLimit);
|
|
315
|
+
textBuffer = rest;
|
|
316
|
+
const payload = { text: chunk };
|
|
317
|
+
payloads.push(payload);
|
|
318
|
+
await callbacks?.onPartialReply?.(payload);
|
|
319
|
+
}
|
|
320
|
+
break;
|
|
321
|
+
case "tool_use": break;
|
|
322
|
+
case "tool_result": {
|
|
323
|
+
const payload = { text: formatToolResult(event.toolId, event.output, event.isError) };
|
|
324
|
+
await callbacks?.onToolResult?.(payload);
|
|
325
|
+
break;
|
|
326
|
+
}
|
|
327
|
+
case "error": {
|
|
328
|
+
const payload = {
|
|
329
|
+
text: event.code ? `[${event.code}] ${event.message}` : event.message,
|
|
330
|
+
isError: true
|
|
331
|
+
};
|
|
332
|
+
payloads.push(payload);
|
|
333
|
+
await callbacks?.onBlockReply?.(payload);
|
|
334
|
+
break;
|
|
335
|
+
}
|
|
336
|
+
case "done":
|
|
337
|
+
if (textBuffer.length > 0) {
|
|
338
|
+
const payload = { text: textBuffer };
|
|
339
|
+
payloads.push(payload);
|
|
340
|
+
await callbacks?.onBlockReply?.(payload);
|
|
341
|
+
textBuffer = "";
|
|
342
|
+
}
|
|
343
|
+
break;
|
|
344
|
+
}
|
|
345
|
+
if (textBuffer.length > 0) {
|
|
346
|
+
const payload = { text: textBuffer };
|
|
347
|
+
payloads.push(payload);
|
|
348
|
+
}
|
|
349
|
+
return payloads;
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
/** Format a tool result for display. */
|
|
353
|
+
function formatToolResult(toolId, output, isError) {
|
|
354
|
+
return `${isError ? `Tool ${toolId} error` : `Tool ${toolId} result`}: ${output}`;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* Split text at the nearest safe boundary before the limit.
|
|
358
|
+
*
|
|
359
|
+
* Preference order:
|
|
360
|
+
* 1. Paragraph break (\n\n)
|
|
361
|
+
* 2. Line break (\n)
|
|
362
|
+
* 3. Word boundary (space)
|
|
363
|
+
* 4. Hard split at limit
|
|
364
|
+
*
|
|
365
|
+
* Markdown-aware: preserves code fence boundaries by closing/reopening
|
|
366
|
+
* fences at split points when a split occurs inside a fenced code block.
|
|
367
|
+
*/
|
|
368
|
+
function splitAtBoundary(text, limit) {
|
|
369
|
+
const fenceInfo = findOpenCodeFence(text, limit);
|
|
370
|
+
if (fenceInfo !== void 0) {
|
|
371
|
+
const beforeFence = text.substring(0, fenceInfo.fenceStart);
|
|
372
|
+
if (beforeFence.trimEnd().length > 0) {
|
|
373
|
+
const trimmed = beforeFence.trimEnd();
|
|
374
|
+
return {
|
|
375
|
+
chunk: trimmed,
|
|
376
|
+
rest: text.substring(trimmed.length).trimStart()
|
|
377
|
+
};
|
|
378
|
+
}
|
|
379
|
+
const closingFence = `\n${fenceInfo.fence}`;
|
|
380
|
+
const openingFence = `${fenceInfo.fence}\n`;
|
|
381
|
+
const splitPoint = findSplitPoint(text, limit - closingFence.length);
|
|
382
|
+
return {
|
|
383
|
+
chunk: text.substring(0, splitPoint) + closingFence,
|
|
384
|
+
rest: openingFence + text.substring(splitPoint)
|
|
385
|
+
};
|
|
386
|
+
}
|
|
387
|
+
const splitPoint = findSplitPoint(text, limit);
|
|
388
|
+
return {
|
|
389
|
+
chunk: text.substring(0, splitPoint),
|
|
390
|
+
rest: text.substring(splitPoint)
|
|
391
|
+
};
|
|
392
|
+
}
|
|
393
|
+
/** Find the best split point within the text up to the given limit. */
|
|
394
|
+
function findSplitPoint(text, limit) {
|
|
395
|
+
if (limit <= 0) return Math.min(1, text.length);
|
|
396
|
+
const searchRegion = text.substring(0, limit);
|
|
397
|
+
const paragraphIdx = searchRegion.lastIndexOf("\n\n");
|
|
398
|
+
if (paragraphIdx > 0) return paragraphIdx + 2;
|
|
399
|
+
const lineIdx = searchRegion.lastIndexOf("\n");
|
|
400
|
+
if (lineIdx > 0) return lineIdx + 1;
|
|
401
|
+
const spaceIdx = searchRegion.lastIndexOf(" ");
|
|
402
|
+
if (spaceIdx > 0) return spaceIdx + 1;
|
|
403
|
+
return limit;
|
|
404
|
+
}
|
|
405
|
+
/**
|
|
406
|
+
* Detect if the text has an unclosed code fence at or before the limit position.
|
|
407
|
+
* Returns info about the open fence, or undefined if no open fence.
|
|
408
|
+
*/
|
|
409
|
+
function findOpenCodeFence(text, limit) {
|
|
410
|
+
const fenceRegex = /^(`{3,}|~{3,})/gm;
|
|
411
|
+
let openFence;
|
|
412
|
+
let match;
|
|
413
|
+
while ((match = fenceRegex.exec(text)) !== null) {
|
|
414
|
+
if (match.index >= limit) break;
|
|
415
|
+
if (openFence === void 0) openFence = {
|
|
416
|
+
fenceStart: match.index,
|
|
417
|
+
fence: match[1]
|
|
418
|
+
};
|
|
419
|
+
else if (match[1].charAt(0) === openFence.fence.charAt(0) && match[1].length >= openFence.fence.length) openFence = void 0;
|
|
420
|
+
}
|
|
421
|
+
return openFence;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
//#endregion
|
|
425
|
+
//#region src/middleware/error-classifier.ts
|
|
426
|
+
const retryablePatterns = [
|
|
427
|
+
/rate.?limit/i,
|
|
428
|
+
/429/i,
|
|
429
|
+
/503/i,
|
|
430
|
+
/overloaded/i,
|
|
431
|
+
/ETIMEDOUT/i,
|
|
432
|
+
/ECONNRESET/i,
|
|
433
|
+
/ECONNREFUSED/i,
|
|
434
|
+
/network/i
|
|
435
|
+
];
|
|
436
|
+
const contextOverflowPatterns = [
|
|
437
|
+
/context.?length/i,
|
|
438
|
+
/context.?window/i,
|
|
439
|
+
/context.?overflow/i,
|
|
440
|
+
/too many tokens/i,
|
|
441
|
+
/maximum context/i,
|
|
442
|
+
/token.?limit/i
|
|
443
|
+
];
|
|
444
|
+
const fatalAuthPatterns = [
|
|
445
|
+
/401/i,
|
|
446
|
+
/403/i,
|
|
447
|
+
/unauthorized/i,
|
|
448
|
+
/forbidden/i,
|
|
449
|
+
/invalid.?key/i,
|
|
450
|
+
/authentication/i
|
|
451
|
+
];
|
|
452
|
+
/**
|
|
453
|
+
* Classify an error message string into an actionable category.
|
|
454
|
+
*
|
|
455
|
+
* Uses first-match-wins semantics across ordered pattern arrays:
|
|
456
|
+
* 1. Retryable patterns checked first
|
|
457
|
+
* 2. Context overflow patterns checked second
|
|
458
|
+
* 3. Fatal auth patterns checked third
|
|
459
|
+
* 4. Default: "fatal" for unmatched messages
|
|
460
|
+
*
|
|
461
|
+
* Case-insensitive matching throughout.
|
|
462
|
+
*/
|
|
463
|
+
function classifyError(message) {
|
|
464
|
+
for (const pattern of retryablePatterns) if (pattern.test(message)) return "retryable";
|
|
465
|
+
for (const pattern of contextOverflowPatterns) if (pattern.test(message)) return "context_overflow";
|
|
466
|
+
for (const pattern of fatalAuthPatterns) if (pattern.test(message)) return "fatal";
|
|
467
|
+
return "fatal";
|
|
468
|
+
}
|
|
469
|
+
|
|
470
|
+
//#endregion
|
|
471
|
+
//#region src/middleware/mcp-side-effects.ts
|
|
472
|
+
async function readMcpSideEffects(filePath) {
|
|
473
|
+
const result = {
|
|
474
|
+
sentTexts: [],
|
|
475
|
+
sentMediaUrls: [],
|
|
476
|
+
sentTargets: [],
|
|
477
|
+
cronAdds: 0
|
|
478
|
+
};
|
|
479
|
+
let content;
|
|
480
|
+
try {
|
|
481
|
+
content = await readFile(filePath, "utf-8");
|
|
482
|
+
} catch {
|
|
483
|
+
return result;
|
|
484
|
+
}
|
|
485
|
+
const lines = content.split("\n").filter(Boolean);
|
|
486
|
+
for (const line of lines) {
|
|
487
|
+
let record;
|
|
488
|
+
try {
|
|
489
|
+
record = JSON.parse(line);
|
|
490
|
+
} catch {
|
|
491
|
+
continue;
|
|
492
|
+
}
|
|
493
|
+
if (record.type === "message_sent") {
|
|
494
|
+
result.sentTexts.push(record.text);
|
|
495
|
+
if (record.mediaUrl) result.sentMediaUrls.push(record.mediaUrl);
|
|
496
|
+
const target = {
|
|
497
|
+
tool: record.tool,
|
|
498
|
+
provider: record.provider,
|
|
499
|
+
...record.accountId ? { accountId: record.accountId } : {},
|
|
500
|
+
...record.to ? { to: record.to } : {}
|
|
501
|
+
};
|
|
502
|
+
result.sentTargets.push(target);
|
|
503
|
+
} else if (record.type === "cron_added") result.cronAdds += 1;
|
|
504
|
+
else if (record.type === "heartbeat_report") result.heartbeatReport = {
|
|
505
|
+
anythingDone: record.anythingDone,
|
|
506
|
+
summary: record.summary
|
|
507
|
+
};
|
|
508
|
+
}
|
|
509
|
+
return result;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
//#endregion
|
|
513
|
+
//#region src/middleware/cli-runtime-base.ts
|
|
514
|
+
/**
|
|
515
|
+
* Abstract base class encapsulating shared subprocess machinery for CLI-based agent runtimes.
|
|
516
|
+
*
|
|
517
|
+
* Concrete runtimes (Claude, Gemini, Codex, OpenCode) extend this and implement only
|
|
518
|
+
* the CLI-specific parts: argument construction, event extraction, and environment setup.
|
|
519
|
+
*/
|
|
520
|
+
var CLIRuntimeBase = class CLIRuntimeBase {
|
|
521
|
+
static {
|
|
522
|
+
this.STDIN_PROMPT_THRESHOLD = 1e4;
|
|
523
|
+
}
|
|
524
|
+
constructor(command, timeoutMs = 3e5) {
|
|
525
|
+
this.command = command;
|
|
526
|
+
this.timeoutMs = timeoutMs;
|
|
527
|
+
}
|
|
528
|
+
/** Whether this CLI accepts prompts via stdin. Subclasses may override. */
|
|
529
|
+
get supportsStdinPrompt() {
|
|
530
|
+
return true;
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Which subprocess stream carries NDJSON output.
|
|
534
|
+
* Defaults to `"stdout"`. Override to `"stderr"` for CLIs (like Claude)
|
|
535
|
+
* that emit structured output on stderr.
|
|
536
|
+
*/
|
|
537
|
+
get ndjsonStream() {
|
|
538
|
+
return "stdout";
|
|
539
|
+
}
|
|
540
|
+
async *execute(params) {
|
|
541
|
+
const args = this.buildArgs(params);
|
|
542
|
+
const env = {
|
|
543
|
+
...process.env,
|
|
544
|
+
...this.buildEnv(params),
|
|
545
|
+
...params.env
|
|
546
|
+
};
|
|
547
|
+
const child = spawn(this.command, args, {
|
|
548
|
+
cwd: params.workingDirectory,
|
|
549
|
+
env,
|
|
550
|
+
stdio: [
|
|
551
|
+
"pipe",
|
|
552
|
+
"pipe",
|
|
553
|
+
"pipe"
|
|
554
|
+
]
|
|
555
|
+
});
|
|
556
|
+
const startMs = Date.now();
|
|
557
|
+
const stderrChunks = [];
|
|
558
|
+
let aborted = false;
|
|
559
|
+
let escalationTimer;
|
|
560
|
+
const killWithEscalation = () => {
|
|
561
|
+
if (escalationTimer === void 0) escalationTimer = setTimeout(() => {
|
|
562
|
+
try {
|
|
563
|
+
child.kill("SIGKILL");
|
|
564
|
+
} catch {}
|
|
565
|
+
}, 1500);
|
|
566
|
+
child.kill("SIGTERM");
|
|
567
|
+
};
|
|
568
|
+
child.on("exit", () => {
|
|
569
|
+
if (escalationTimer !== void 0) {
|
|
570
|
+
clearTimeout(escalationTimer);
|
|
571
|
+
escalationTimer = void 0;
|
|
572
|
+
}
|
|
573
|
+
});
|
|
574
|
+
let watchdogTimer;
|
|
575
|
+
let watchdogFired = false;
|
|
576
|
+
const resetWatchdog = () => {
|
|
577
|
+
if (watchdogTimer !== void 0) clearTimeout(watchdogTimer);
|
|
578
|
+
watchdogTimer = setTimeout(() => {
|
|
579
|
+
watchdogFired = true;
|
|
580
|
+
killWithEscalation();
|
|
581
|
+
}, this.timeoutMs);
|
|
582
|
+
};
|
|
583
|
+
resetWatchdog();
|
|
584
|
+
const ndjsonSource = this.ndjsonStream === "stderr" ? child.stderr : child.stdout;
|
|
585
|
+
(this.ndjsonStream === "stderr" ? child.stdout : child.stderr)?.on("data", (chunk) => {
|
|
586
|
+
stderrChunks.push(chunk.toString());
|
|
587
|
+
});
|
|
588
|
+
const rl = createInterface({ input: ndjsonSource });
|
|
589
|
+
const eventQueue = [];
|
|
590
|
+
let resolveNext;
|
|
591
|
+
let streamDone = false;
|
|
592
|
+
const enqueue = (event) => {
|
|
593
|
+
eventQueue.push(event);
|
|
594
|
+
resolveNext?.();
|
|
595
|
+
};
|
|
596
|
+
rl.on("line", (line) => {
|
|
597
|
+
resetWatchdog();
|
|
598
|
+
if (!line.trim()) return;
|
|
599
|
+
try {
|
|
600
|
+
JSON.parse(line);
|
|
601
|
+
} catch {
|
|
602
|
+
return;
|
|
603
|
+
}
|
|
604
|
+
const event = this.extractEvent(line);
|
|
605
|
+
if (event) enqueue(event);
|
|
606
|
+
});
|
|
607
|
+
rl.on("close", () => {
|
|
608
|
+
streamDone = true;
|
|
609
|
+
enqueue(null);
|
|
610
|
+
});
|
|
611
|
+
const exitPromise = new Promise((resolve) => {
|
|
612
|
+
child.on("exit", (code, signal) => {
|
|
613
|
+
resolve({
|
|
614
|
+
code,
|
|
615
|
+
signal
|
|
616
|
+
});
|
|
617
|
+
});
|
|
618
|
+
});
|
|
619
|
+
if (this.supportsStdinPrompt && params.prompt.length > CLIRuntimeBase.STDIN_PROMPT_THRESHOLD && child.stdin) child.stdin.write(params.prompt);
|
|
620
|
+
child.stdin?.end();
|
|
621
|
+
const onAbort = () => {
|
|
622
|
+
aborted = true;
|
|
623
|
+
killWithEscalation();
|
|
624
|
+
};
|
|
625
|
+
if (params.abortSignal) if (params.abortSignal.aborted) {
|
|
626
|
+
aborted = true;
|
|
627
|
+
killWithEscalation();
|
|
628
|
+
} else params.abortSignal.addEventListener("abort", onAbort, { once: true });
|
|
629
|
+
try {
|
|
630
|
+
while (!streamDone) {
|
|
631
|
+
if (eventQueue.length === 0) await new Promise((resolve) => {
|
|
632
|
+
resolveNext = resolve;
|
|
633
|
+
});
|
|
634
|
+
while (eventQueue.length > 0) {
|
|
635
|
+
const event = eventQueue.shift();
|
|
636
|
+
if (event === null || event === void 0) break;
|
|
637
|
+
yield event;
|
|
638
|
+
}
|
|
639
|
+
}
|
|
640
|
+
} finally {
|
|
641
|
+
if (watchdogTimer !== void 0) clearTimeout(watchdogTimer);
|
|
642
|
+
params.abortSignal?.removeEventListener("abort", onAbort);
|
|
643
|
+
}
|
|
644
|
+
await exitPromise;
|
|
645
|
+
if (escalationTimer !== void 0) clearTimeout(escalationTimer);
|
|
646
|
+
const durationMs = Date.now() - startMs;
|
|
647
|
+
if (watchdogFired) yield {
|
|
648
|
+
type: "error",
|
|
649
|
+
message: `Watchdog timeout: no output for ${this.timeoutMs}ms`,
|
|
650
|
+
code: "WATCHDOG_TIMEOUT"
|
|
651
|
+
};
|
|
652
|
+
if (aborted) yield {
|
|
653
|
+
type: "error",
|
|
654
|
+
message: "Execution aborted",
|
|
655
|
+
code: "ABORTED"
|
|
656
|
+
};
|
|
657
|
+
yield {
|
|
658
|
+
type: "done",
|
|
659
|
+
result: {
|
|
660
|
+
text: "",
|
|
661
|
+
sessionId: void 0,
|
|
662
|
+
durationMs,
|
|
663
|
+
usage: void 0,
|
|
664
|
+
aborted
|
|
665
|
+
}
|
|
666
|
+
};
|
|
667
|
+
}
|
|
668
|
+
};
|
|
669
|
+
|
|
670
|
+
//#endregion
|
|
671
|
+
//#region src/middleware/runtimes/claude.ts
|
|
672
|
+
/**
|
|
673
|
+
* Claude CLI runtime — invokes `claude --print --output-format stream-json`
|
|
674
|
+
* and maps the streaming NDJSON output to {@link AgentEvent} instances.
|
|
675
|
+
*/
|
|
676
|
+
var ClaudeCliRuntime = class extends CLIRuntimeBase {
|
|
677
|
+
constructor() {
|
|
678
|
+
super("claude");
|
|
679
|
+
this.accumulatedText = "";
|
|
680
|
+
this.toolBuffer = null;
|
|
681
|
+
}
|
|
682
|
+
async *execute(params) {
|
|
683
|
+
this.resetState();
|
|
684
|
+
for await (const event of super.execute(params)) {
|
|
685
|
+
if (event.type === "done") this.enrichDoneEvent(event);
|
|
686
|
+
yield event;
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
buildArgs(params) {
|
|
690
|
+
const args = [
|
|
691
|
+
"--output-format",
|
|
692
|
+
"stream-json",
|
|
693
|
+
"--verbose",
|
|
694
|
+
"--include-partial-messages"
|
|
695
|
+
];
|
|
696
|
+
if (params.sessionId) args.push("--resume", params.sessionId);
|
|
697
|
+
if (params.mcpServers && Object.keys(params.mcpServers).length > 0) args.push("--mcp-config", JSON.stringify({ mcpServers: params.mcpServers }));
|
|
698
|
+
args.push("--print", params.prompt);
|
|
699
|
+
return args;
|
|
700
|
+
}
|
|
701
|
+
extractEvent(line) {
|
|
702
|
+
const parsed = JSON.parse(line);
|
|
703
|
+
if (!isObject$3(parsed)) return null;
|
|
704
|
+
if (parsed.type === "system") {
|
|
705
|
+
if (typeof parsed.session_id === "string" && !this.currentSessionId) this.currentSessionId = parsed.session_id;
|
|
706
|
+
return null;
|
|
707
|
+
}
|
|
708
|
+
if (parsed.type === "stream_event") {
|
|
709
|
+
if (typeof parsed.session_id === "string" && !this.currentSessionId) this.currentSessionId = parsed.session_id;
|
|
710
|
+
if (isObject$3(parsed.event)) return this.handleInnerEvent(parsed.event);
|
|
711
|
+
return null;
|
|
712
|
+
}
|
|
713
|
+
if (parsed.type === "result") {
|
|
714
|
+
this.storeResultData(parsed);
|
|
715
|
+
return null;
|
|
716
|
+
}
|
|
717
|
+
return null;
|
|
718
|
+
}
|
|
719
|
+
buildEnv(_params) {
|
|
720
|
+
return {};
|
|
721
|
+
}
|
|
722
|
+
handleInnerEvent(event) {
|
|
723
|
+
switch (event.type) {
|
|
724
|
+
case "content_block_start": return this.handleContentBlockStart(event);
|
|
725
|
+
case "content_block_delta": return this.handleContentBlockDelta(event);
|
|
726
|
+
case "content_block_stop": return this.handleContentBlockStop();
|
|
727
|
+
case "message_delta":
|
|
728
|
+
this.handleMessageDelta(event);
|
|
729
|
+
return null;
|
|
730
|
+
default: return null;
|
|
731
|
+
}
|
|
732
|
+
}
|
|
733
|
+
handleContentBlockStart(event) {
|
|
734
|
+
const contentBlock = isObject$3(event.content_block) ? event.content_block : null;
|
|
735
|
+
if (!contentBlock) return null;
|
|
736
|
+
if (contentBlock.type === "tool_use") this.toolBuffer = {
|
|
737
|
+
name: typeof contentBlock.name === "string" ? contentBlock.name : "",
|
|
738
|
+
id: typeof contentBlock.id === "string" ? contentBlock.id : "",
|
|
739
|
+
input: ""
|
|
740
|
+
};
|
|
741
|
+
return null;
|
|
742
|
+
}
|
|
743
|
+
handleContentBlockDelta(event) {
|
|
744
|
+
const delta = isObject$3(event.delta) ? event.delta : null;
|
|
745
|
+
if (!delta) return null;
|
|
746
|
+
if (delta.type === "text_delta" && typeof delta.text === "string") {
|
|
747
|
+
this.accumulatedText += delta.text;
|
|
748
|
+
return {
|
|
749
|
+
type: "text",
|
|
750
|
+
text: delta.text
|
|
751
|
+
};
|
|
752
|
+
}
|
|
753
|
+
if (delta.type === "input_json_delta" && typeof delta.partial_json === "string") {
|
|
754
|
+
if (this.toolBuffer) this.toolBuffer.input += delta.partial_json;
|
|
755
|
+
return null;
|
|
756
|
+
}
|
|
757
|
+
return null;
|
|
758
|
+
}
|
|
759
|
+
handleContentBlockStop() {
|
|
760
|
+
if (this.toolBuffer) {
|
|
761
|
+
const { name, id, input } = this.toolBuffer;
|
|
762
|
+
this.toolBuffer = null;
|
|
763
|
+
let parsedInput = {};
|
|
764
|
+
if (input) try {
|
|
765
|
+
parsedInput = JSON.parse(input);
|
|
766
|
+
} catch {}
|
|
767
|
+
return {
|
|
768
|
+
type: "tool_use",
|
|
769
|
+
toolName: name,
|
|
770
|
+
toolId: id,
|
|
771
|
+
input: parsedInput
|
|
772
|
+
};
|
|
773
|
+
}
|
|
774
|
+
return null;
|
|
775
|
+
}
|
|
776
|
+
handleMessageDelta(event) {
|
|
777
|
+
const delta = isObject$3(event.delta) ? event.delta : null;
|
|
778
|
+
if (delta && typeof delta.stop_reason === "string") this.lastStopReason = delta.stop_reason;
|
|
779
|
+
const usage = isObject$3(event.usage) ? parseUsage(event.usage) : void 0;
|
|
780
|
+
if (usage) this.lastUsage = usage;
|
|
781
|
+
}
|
|
782
|
+
storeResultData(parsed) {
|
|
783
|
+
const usage = isObject$3(parsed.usage) ? parsed.usage : null;
|
|
784
|
+
this.resultData = {
|
|
785
|
+
sessionId: typeof parsed.session_id === "string" ? parsed.session_id : void 0,
|
|
786
|
+
costUsd: typeof parsed.cost_usd === "number" ? parsed.cost_usd : void 0,
|
|
787
|
+
durationApiMs: typeof parsed.duration_api_ms === "number" ? parsed.duration_api_ms : void 0,
|
|
788
|
+
numTurns: typeof parsed.num_turns === "number" ? parsed.num_turns : void 0,
|
|
789
|
+
subtype: typeof parsed.subtype === "string" ? parsed.subtype : void 0,
|
|
790
|
+
usage: usage ? parseUsage(usage) : void 0
|
|
791
|
+
};
|
|
792
|
+
}
|
|
793
|
+
enrichDoneEvent(event) {
|
|
794
|
+
const { result } = event;
|
|
795
|
+
result.text = this.accumulatedText;
|
|
796
|
+
result.sessionId = this.resultData?.sessionId ?? this.currentSessionId;
|
|
797
|
+
result.stopReason = this.lastStopReason ?? this.resultData?.subtype;
|
|
798
|
+
result.usage = this.resultData?.usage ?? this.lastUsage;
|
|
799
|
+
if (this.resultData?.costUsd !== void 0) result.totalCostUsd = this.resultData.costUsd;
|
|
800
|
+
if (this.resultData?.durationApiMs !== void 0) result.apiDurationMs = this.resultData.durationApiMs;
|
|
801
|
+
if (this.resultData?.numTurns !== void 0) result.numTurns = this.resultData.numTurns;
|
|
802
|
+
}
|
|
803
|
+
resetState() {
|
|
804
|
+
this.currentSessionId = void 0;
|
|
805
|
+
this.accumulatedText = "";
|
|
806
|
+
this.toolBuffer = null;
|
|
807
|
+
this.lastUsage = void 0;
|
|
808
|
+
this.lastStopReason = void 0;
|
|
809
|
+
this.resultData = void 0;
|
|
810
|
+
}
|
|
811
|
+
};
|
|
812
|
+
function isObject$3(value) {
|
|
813
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
814
|
+
}
|
|
815
|
+
function parseUsage(raw) {
|
|
816
|
+
return {
|
|
817
|
+
inputTokens: typeof raw.input_tokens === "number" ? raw.input_tokens : 0,
|
|
818
|
+
outputTokens: typeof raw.output_tokens === "number" ? raw.output_tokens : 0,
|
|
819
|
+
...typeof raw.cache_read_input_tokens === "number" ? { cacheReadTokens: raw.cache_read_input_tokens } : {},
|
|
820
|
+
...typeof raw.cache_creation_input_tokens === "number" ? { cacheWriteTokens: raw.cache_creation_input_tokens } : {}
|
|
821
|
+
};
|
|
822
|
+
}
|
|
823
|
+
|
|
824
|
+
//#endregion
|
|
825
|
+
//#region src/middleware/runtimes/codex.ts
|
|
826
|
+
/**
|
|
827
|
+
* Codex CLI runtime — invokes `codex exec --json`
|
|
828
|
+
* and maps the streaming NDJSON output to {@link AgentEvent} instances.
|
|
829
|
+
*
|
|
830
|
+
* The Codex CLI uses a two-level event model:
|
|
831
|
+
* - Top-level events: thread.started, turn.started, item.started, item.updated,
|
|
832
|
+
* item.completed, turn.completed, turn.failed, error
|
|
833
|
+
* - Item types: agent_message, command_execution, mcp_tool_call, file_change,
|
|
834
|
+
* reasoning, web_search, error, todo_list
|
|
835
|
+
*/
|
|
836
|
+
var CodexCliRuntime = class extends CLIRuntimeBase {
|
|
837
|
+
constructor() {
|
|
838
|
+
super("codex");
|
|
839
|
+
this.accumulatedText = "";
|
|
840
|
+
this.lastEmittedTextLength = 0;
|
|
841
|
+
this.itemCounter = 0;
|
|
842
|
+
}
|
|
843
|
+
get supportsStdinPrompt() {
|
|
844
|
+
return false;
|
|
845
|
+
}
|
|
846
|
+
async *execute(params) {
|
|
847
|
+
this.resetState();
|
|
848
|
+
const mcpConfigManager = params.mcpServers && Object.keys(params.mcpServers).length > 0 ? new CodexMcpConfigManager(params.mcpServers) : null;
|
|
849
|
+
try {
|
|
850
|
+
await mcpConfigManager?.setup();
|
|
851
|
+
for await (const event of super.execute(params)) {
|
|
852
|
+
if (event.type === "done") this.enrichDoneEvent(event);
|
|
853
|
+
yield event;
|
|
854
|
+
}
|
|
855
|
+
} finally {
|
|
856
|
+
await mcpConfigManager?.teardown();
|
|
857
|
+
}
|
|
858
|
+
}
|
|
859
|
+
buildArgs(params) {
|
|
860
|
+
if (params.sessionId) return [
|
|
861
|
+
"exec",
|
|
862
|
+
"resume",
|
|
863
|
+
"--json",
|
|
864
|
+
params.sessionId,
|
|
865
|
+
params.prompt
|
|
866
|
+
];
|
|
867
|
+
return [
|
|
868
|
+
"exec",
|
|
869
|
+
"--json",
|
|
870
|
+
"--color",
|
|
871
|
+
"never",
|
|
872
|
+
params.prompt
|
|
873
|
+
];
|
|
874
|
+
}
|
|
875
|
+
extractEvent(line) {
|
|
876
|
+
const parsed = JSON.parse(line);
|
|
877
|
+
if (!isObject$2(parsed) || typeof parsed.type !== "string") return null;
|
|
878
|
+
switch (parsed.type) {
|
|
879
|
+
case "thread.started": return this.handleThreadStarted(parsed);
|
|
880
|
+
case "item.started": return this.handleItemStarted(parsed);
|
|
881
|
+
case "item.updated": return this.handleItemUpdated(parsed);
|
|
882
|
+
case "item.completed": return this.handleItemCompleted(parsed);
|
|
883
|
+
case "turn.completed": return this.handleTurnCompleted(parsed);
|
|
884
|
+
case "turn.failed": return this.handleTurnFailed(parsed);
|
|
885
|
+
case "error": return this.handleError(parsed);
|
|
886
|
+
default: return null;
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
buildEnv(_params) {
|
|
890
|
+
return {};
|
|
891
|
+
}
|
|
892
|
+
handleThreadStarted(parsed) {
|
|
893
|
+
if (typeof parsed.thread_id === "string") this.currentSessionId = parsed.thread_id;
|
|
894
|
+
return null;
|
|
895
|
+
}
|
|
896
|
+
handleItemStarted(parsed) {
|
|
897
|
+
const item = isObject$2(parsed.item) ? parsed.item : null;
|
|
898
|
+
if (!item || typeof item.type !== "string") return null;
|
|
899
|
+
const toolId = this.extractToolId(item);
|
|
900
|
+
switch (item.type) {
|
|
901
|
+
case "command_execution":
|
|
902
|
+
this.currentToolId = toolId;
|
|
903
|
+
return {
|
|
904
|
+
type: "tool_use",
|
|
905
|
+
toolName: "command_execution",
|
|
906
|
+
toolId,
|
|
907
|
+
input: { command: typeof item.command === "string" ? item.command : "" }
|
|
908
|
+
};
|
|
909
|
+
case "mcp_tool_call":
|
|
910
|
+
this.currentToolId = toolId;
|
|
911
|
+
return {
|
|
912
|
+
type: "tool_use",
|
|
913
|
+
toolName: typeof item.name === "string" ? item.name : "",
|
|
914
|
+
toolId,
|
|
915
|
+
input: isObject$2(item.arguments) ? item.arguments : {}
|
|
916
|
+
};
|
|
917
|
+
case "agent_message":
|
|
918
|
+
this.lastEmittedTextLength = 0;
|
|
919
|
+
return null;
|
|
920
|
+
default: return null;
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
handleItemUpdated(parsed) {
|
|
924
|
+
const item = isObject$2(parsed.item) ? parsed.item : null;
|
|
925
|
+
if (!item || item.type !== "agent_message") return null;
|
|
926
|
+
const fullText = this.extractMessageText(item);
|
|
927
|
+
if (fullText === void 0) return null;
|
|
928
|
+
const delta = fullText.substring(this.lastEmittedTextLength);
|
|
929
|
+
this.lastEmittedTextLength = fullText.length;
|
|
930
|
+
if (delta) {
|
|
931
|
+
this.accumulatedText += delta;
|
|
932
|
+
return {
|
|
933
|
+
type: "text",
|
|
934
|
+
text: delta
|
|
935
|
+
};
|
|
936
|
+
}
|
|
937
|
+
return null;
|
|
938
|
+
}
|
|
939
|
+
handleItemCompleted(parsed) {
|
|
940
|
+
const item = isObject$2(parsed.item) ? parsed.item : null;
|
|
941
|
+
if (!item || typeof item.type !== "string") return null;
|
|
942
|
+
switch (item.type) {
|
|
943
|
+
case "agent_message": {
|
|
944
|
+
const fullText = this.extractMessageText(item);
|
|
945
|
+
if (fullText !== void 0) {
|
|
946
|
+
const delta = fullText.substring(this.lastEmittedTextLength);
|
|
947
|
+
this.lastEmittedTextLength = fullText.length;
|
|
948
|
+
if (delta) {
|
|
949
|
+
this.accumulatedText += delta;
|
|
950
|
+
return {
|
|
951
|
+
type: "text",
|
|
952
|
+
text: delta
|
|
953
|
+
};
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
return null;
|
|
957
|
+
}
|
|
958
|
+
case "command_execution": {
|
|
959
|
+
const toolId = this.currentToolId ?? this.extractToolId(item);
|
|
960
|
+
this.currentToolId = void 0;
|
|
961
|
+
return {
|
|
962
|
+
type: "tool_result",
|
|
963
|
+
toolId,
|
|
964
|
+
output: typeof item.output === "string" ? item.output : "",
|
|
965
|
+
isError: (typeof item.exit_code === "number" ? item.exit_code : 0) !== 0
|
|
966
|
+
};
|
|
967
|
+
}
|
|
968
|
+
case "mcp_tool_call": {
|
|
969
|
+
const toolId = this.currentToolId ?? this.extractToolId(item);
|
|
970
|
+
this.currentToolId = void 0;
|
|
971
|
+
return {
|
|
972
|
+
type: "tool_result",
|
|
973
|
+
toolId,
|
|
974
|
+
output: typeof item.output === "string" ? item.output : "",
|
|
975
|
+
isError: typeof item.error === "string" && item.error.length > 0
|
|
976
|
+
};
|
|
977
|
+
}
|
|
978
|
+
case "error": return {
|
|
979
|
+
type: "error",
|
|
980
|
+
message: typeof item.message === "string" ? item.message : "Unknown error"
|
|
981
|
+
};
|
|
982
|
+
default: return null;
|
|
983
|
+
}
|
|
984
|
+
}
|
|
985
|
+
handleTurnCompleted(parsed) {
|
|
986
|
+
if (isObject$2(parsed.usage)) {
|
|
987
|
+
const usage = parsed.usage;
|
|
988
|
+
this.lastUsage = {
|
|
989
|
+
inputTokens: typeof usage.input_tokens === "number" ? usage.input_tokens : 0,
|
|
990
|
+
outputTokens: typeof usage.output_tokens === "number" ? usage.output_tokens : 0,
|
|
991
|
+
...typeof usage.cached_input_tokens === "number" && usage.cached_input_tokens > 0 ? { cacheReadTokens: usage.cached_input_tokens } : {}
|
|
992
|
+
};
|
|
993
|
+
}
|
|
994
|
+
return null;
|
|
995
|
+
}
|
|
996
|
+
handleTurnFailed(parsed) {
|
|
997
|
+
return {
|
|
998
|
+
type: "error",
|
|
999
|
+
message: typeof parsed.message === "string" ? parsed.message : "Turn failed",
|
|
1000
|
+
code: "turn_failed"
|
|
1001
|
+
};
|
|
1002
|
+
}
|
|
1003
|
+
handleError(parsed) {
|
|
1004
|
+
return {
|
|
1005
|
+
type: "error",
|
|
1006
|
+
message: typeof parsed.message === "string" ? parsed.message : "Unknown error"
|
|
1007
|
+
};
|
|
1008
|
+
}
|
|
1009
|
+
enrichDoneEvent(event) {
|
|
1010
|
+
const { result } = event;
|
|
1011
|
+
result.text = this.accumulatedText;
|
|
1012
|
+
result.sessionId = this.currentSessionId;
|
|
1013
|
+
if (this.lastUsage) result.usage = this.lastUsage;
|
|
1014
|
+
}
|
|
1015
|
+
extractToolId(item) {
|
|
1016
|
+
if (typeof item.id === "string") return item.id;
|
|
1017
|
+
return `codex-item-${this.itemCounter++}`;
|
|
1018
|
+
}
|
|
1019
|
+
extractMessageText(item) {
|
|
1020
|
+
if (Array.isArray(item.content)) {
|
|
1021
|
+
const textParts = [];
|
|
1022
|
+
for (const part of item.content) if (isObject$2(part) && part.type === "output_text" && typeof part.text === "string") textParts.push(part.text);
|
|
1023
|
+
if (textParts.length > 0) return textParts.join("");
|
|
1024
|
+
}
|
|
1025
|
+
if (typeof item.text === "string") return item.text;
|
|
1026
|
+
}
|
|
1027
|
+
resetState() {
|
|
1028
|
+
this.currentSessionId = void 0;
|
|
1029
|
+
this.accumulatedText = "";
|
|
1030
|
+
this.lastEmittedTextLength = 0;
|
|
1031
|
+
this.lastUsage = void 0;
|
|
1032
|
+
this.currentToolId = void 0;
|
|
1033
|
+
this.itemCounter = 0;
|
|
1034
|
+
}
|
|
1035
|
+
};
|
|
1036
|
+
/**
|
|
1037
|
+
* Manages the `~/.codex/config.toml` lifecycle for MCP server configuration.
|
|
1038
|
+
*
|
|
1039
|
+
* The Codex CLI reads MCP config from `~/.codex/config.toml`. The config uses
|
|
1040
|
+
* TOML format with `[mcp_servers.<name>]` sections.
|
|
1041
|
+
*
|
|
1042
|
+
* Uses a merge-restore pattern:
|
|
1043
|
+
* - **Setup**: read existing config (if any), save a copy, append `mcp_servers`
|
|
1044
|
+
* sections, write back.
|
|
1045
|
+
* - **Teardown** (always, via `finally`): restore original or delete created file.
|
|
1046
|
+
*/
|
|
1047
|
+
var CodexMcpConfigManager = class {
|
|
1048
|
+
constructor(mcpServers, configDir) {
|
|
1049
|
+
this.mcpServers = mcpServers;
|
|
1050
|
+
this.originalContent = null;
|
|
1051
|
+
this.createdFile = false;
|
|
1052
|
+
this.createdDir = false;
|
|
1053
|
+
this.configDir = configDir ?? join(homedir(), ".codex");
|
|
1054
|
+
this.configPath = join(this.configDir, "config.toml");
|
|
1055
|
+
}
|
|
1056
|
+
async setup() {
|
|
1057
|
+
try {
|
|
1058
|
+
await mkdir(this.configDir, { recursive: true });
|
|
1059
|
+
} catch {}
|
|
1060
|
+
let existingContent = null;
|
|
1061
|
+
try {
|
|
1062
|
+
const content = await readFile(this.configPath, "utf-8");
|
|
1063
|
+
this.originalContent = content;
|
|
1064
|
+
existingContent = content;
|
|
1065
|
+
} catch {
|
|
1066
|
+
this.createdFile = true;
|
|
1067
|
+
try {
|
|
1068
|
+
if ((await readdir(this.configDir)).length === 0) this.createdDir = true;
|
|
1069
|
+
} catch {}
|
|
1070
|
+
}
|
|
1071
|
+
const mcpToml = serializeMcpServersToToml(this.mcpServers);
|
|
1072
|
+
if (existingContent) {
|
|
1073
|
+
const stripped = stripMcpServersSections(existingContent);
|
|
1074
|
+
const separator = stripped.endsWith("\n") ? "\n" : "\n\n";
|
|
1075
|
+
await writeFile(this.configPath, stripped + separator + mcpToml, "utf-8");
|
|
1076
|
+
} else await writeFile(this.configPath, mcpToml, "utf-8");
|
|
1077
|
+
}
|
|
1078
|
+
async teardown() {
|
|
1079
|
+
try {
|
|
1080
|
+
if (this.originalContent !== null) await writeFile(this.configPath, this.originalContent, "utf-8");
|
|
1081
|
+
else if (this.createdFile) {
|
|
1082
|
+
await rm(this.configPath, { force: true });
|
|
1083
|
+
if (this.createdDir) try {
|
|
1084
|
+
await rmdir(this.configDir);
|
|
1085
|
+
} catch {}
|
|
1086
|
+
}
|
|
1087
|
+
} catch {}
|
|
1088
|
+
}
|
|
1089
|
+
};
|
|
1090
|
+
/**
|
|
1091
|
+
* Serialize MCP server configs to TOML format for Codex config.
|
|
1092
|
+
*
|
|
1093
|
+
* Output format:
|
|
1094
|
+
* ```toml
|
|
1095
|
+
* [mcp_servers.server_name]
|
|
1096
|
+
* type = "stdio"
|
|
1097
|
+
* command = "node"
|
|
1098
|
+
* args = ["server.js"]
|
|
1099
|
+
*
|
|
1100
|
+
* [mcp_servers.server_name.env]
|
|
1101
|
+
* KEY = "VALUE"
|
|
1102
|
+
* ```
|
|
1103
|
+
*/
|
|
1104
|
+
function serializeMcpServersToToml(mcpServers) {
|
|
1105
|
+
const sections = [];
|
|
1106
|
+
for (const [name, config] of Object.entries(mcpServers)) {
|
|
1107
|
+
const lines = [];
|
|
1108
|
+
lines.push(`[mcp_servers.${name}]`);
|
|
1109
|
+
lines.push(`type = "stdio"`);
|
|
1110
|
+
lines.push(`command = ${toTomlString(config.command)}`);
|
|
1111
|
+
const args = config.args ?? [];
|
|
1112
|
+
if (args.length > 0) lines.push(`args = [${args.map((s) => toTomlString(s)).join(", ")}]`);
|
|
1113
|
+
sections.push(lines.join("\n"));
|
|
1114
|
+
if (config.env && Object.keys(config.env).length > 0) {
|
|
1115
|
+
const envLines = [];
|
|
1116
|
+
envLines.push(`[mcp_servers.${name}.env]`);
|
|
1117
|
+
for (const [key, value] of Object.entries(config.env)) envLines.push(`${key} = ${toTomlString(value)}`);
|
|
1118
|
+
sections.push(envLines.join("\n"));
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
return sections.join("\n\n") + "\n";
|
|
1122
|
+
}
|
|
1123
|
+
/**
|
|
1124
|
+
* Strip existing `[mcp_servers.*]` sections from TOML content.
|
|
1125
|
+
* This is a simple line-based approach that removes lines belonging to
|
|
1126
|
+
* mcp_servers sections (from header to next non-mcp_servers section).
|
|
1127
|
+
*/
|
|
1128
|
+
function stripMcpServersSections(content) {
|
|
1129
|
+
const lines = content.split("\n");
|
|
1130
|
+
const result = [];
|
|
1131
|
+
let inMcpSection = false;
|
|
1132
|
+
for (const line of lines) {
|
|
1133
|
+
const trimmed = line.trim();
|
|
1134
|
+
if (trimmed.startsWith("[")) {
|
|
1135
|
+
if (trimmed.startsWith("[mcp_servers.") || trimmed === "[mcp_servers]") {
|
|
1136
|
+
inMcpSection = true;
|
|
1137
|
+
continue;
|
|
1138
|
+
}
|
|
1139
|
+
inMcpSection = false;
|
|
1140
|
+
}
|
|
1141
|
+
if (!inMcpSection) result.push(line);
|
|
1142
|
+
}
|
|
1143
|
+
while (result.length > 0 && result[result.length - 1].trim() === "") result.pop();
|
|
1144
|
+
return result.join("\n") + "\n";
|
|
1145
|
+
}
|
|
1146
|
+
/** Escape a string for TOML (basic string with double quotes). */
|
|
1147
|
+
function toTomlString(value) {
|
|
1148
|
+
return `"${value.replace(/\\/g, "\\\\").replace(/"/g, "\\\"").replace(/\n/g, "\\n").replace(/\r/g, "\\r").replace(/\t/g, "\\t")}"`;
|
|
1149
|
+
}
|
|
1150
|
+
function isObject$2(value) {
|
|
1151
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
//#endregion
|
|
1155
|
+
//#region src/middleware/runtimes/gemini.ts
|
|
1156
|
+
/**
|
|
1157
|
+
* Gemini CLI runtime — invokes `gemini --output-format stream-json`
|
|
1158
|
+
* and maps the streaming NDJSON output to {@link AgentEvent} instances.
|
|
1159
|
+
*/
|
|
1160
|
+
var GeminiCliRuntime = class extends CLIRuntimeBase {
|
|
1161
|
+
constructor() {
|
|
1162
|
+
super("gemini");
|
|
1163
|
+
this.accumulatedText = "";
|
|
1164
|
+
}
|
|
1165
|
+
get supportsStdinPrompt() {
|
|
1166
|
+
return false;
|
|
1167
|
+
}
|
|
1168
|
+
async *execute(params) {
|
|
1169
|
+
this.resetState();
|
|
1170
|
+
const mcpConfigManager = params.mcpServers && Object.keys(params.mcpServers).length > 0 ? new GeminiMcpConfigManager(params.workingDirectory, params.mcpServers) : null;
|
|
1171
|
+
try {
|
|
1172
|
+
await mcpConfigManager?.setup();
|
|
1173
|
+
for await (const event of super.execute(params)) {
|
|
1174
|
+
if (event.type === "done") this.enrichDoneEvent(event);
|
|
1175
|
+
yield event;
|
|
1176
|
+
}
|
|
1177
|
+
} finally {
|
|
1178
|
+
await mcpConfigManager?.teardown();
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
buildArgs(params) {
|
|
1182
|
+
const args = [
|
|
1183
|
+
"--output-format",
|
|
1184
|
+
"stream-json",
|
|
1185
|
+
"--prompt",
|
|
1186
|
+
params.prompt
|
|
1187
|
+
];
|
|
1188
|
+
if (params.sessionId) args.push("--resume", params.sessionId);
|
|
1189
|
+
return args;
|
|
1190
|
+
}
|
|
1191
|
+
extractEvent(line) {
|
|
1192
|
+
const parsed = JSON.parse(line);
|
|
1193
|
+
if (!isObject$1(parsed) || typeof parsed.type !== "string") return null;
|
|
1194
|
+
switch (parsed.type) {
|
|
1195
|
+
case "init": return this.handleInit(parsed);
|
|
1196
|
+
case "message": return this.handleMessage(parsed);
|
|
1197
|
+
case "tool_use": return this.handleToolUse(parsed);
|
|
1198
|
+
case "tool_result": return this.handleToolResult(parsed);
|
|
1199
|
+
case "error": return this.handleError(parsed);
|
|
1200
|
+
case "result": return this.handleResult(parsed);
|
|
1201
|
+
default: return null;
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
buildEnv(_params) {
|
|
1205
|
+
return {};
|
|
1206
|
+
}
|
|
1207
|
+
handleInit(parsed) {
|
|
1208
|
+
if (typeof parsed.session_id === "string") this.currentSessionId = parsed.session_id;
|
|
1209
|
+
return null;
|
|
1210
|
+
}
|
|
1211
|
+
handleMessage(parsed) {
|
|
1212
|
+
if (parsed.delta !== true || parsed.role !== "assistant") return null;
|
|
1213
|
+
const content = typeof parsed.content === "string" ? parsed.content : void 0;
|
|
1214
|
+
if (content === void 0) return null;
|
|
1215
|
+
this.accumulatedText += content;
|
|
1216
|
+
return {
|
|
1217
|
+
type: "text",
|
|
1218
|
+
text: content
|
|
1219
|
+
};
|
|
1220
|
+
}
|
|
1221
|
+
handleToolUse(parsed) {
|
|
1222
|
+
return {
|
|
1223
|
+
type: "tool_use",
|
|
1224
|
+
toolName: typeof parsed.tool_name === "string" ? parsed.tool_name : "",
|
|
1225
|
+
toolId: typeof parsed.tool_id === "string" ? parsed.tool_id : "",
|
|
1226
|
+
input: isObject$1(parsed.parameters) ? parsed.parameters : {}
|
|
1227
|
+
};
|
|
1228
|
+
}
|
|
1229
|
+
handleToolResult(parsed) {
|
|
1230
|
+
return {
|
|
1231
|
+
type: "tool_result",
|
|
1232
|
+
toolId: typeof parsed.tool_id === "string" ? parsed.tool_id : "",
|
|
1233
|
+
output: typeof parsed.output === "string" ? parsed.output : "",
|
|
1234
|
+
isError: parsed.status === "error"
|
|
1235
|
+
};
|
|
1236
|
+
}
|
|
1237
|
+
handleError(parsed) {
|
|
1238
|
+
return {
|
|
1239
|
+
type: "error",
|
|
1240
|
+
message: typeof parsed.message === "string" ? parsed.message : "Unknown error",
|
|
1241
|
+
code: typeof parsed.severity === "string" ? parsed.severity : void 0
|
|
1242
|
+
};
|
|
1243
|
+
}
|
|
1244
|
+
handleResult(parsed) {
|
|
1245
|
+
if (isObject$1(parsed.stats)) this.resultStats = {
|
|
1246
|
+
inputTokens: typeof parsed.stats.input_tokens === "number" ? parsed.stats.input_tokens : void 0,
|
|
1247
|
+
outputTokens: typeof parsed.stats.output_tokens === "number" ? parsed.stats.output_tokens : void 0,
|
|
1248
|
+
cached: typeof parsed.stats.cached === "number" ? parsed.stats.cached : void 0,
|
|
1249
|
+
durationMs: typeof parsed.stats.duration_ms === "number" ? parsed.stats.duration_ms : void 0,
|
|
1250
|
+
toolCalls: typeof parsed.stats.tool_calls === "number" ? parsed.stats.tool_calls : void 0
|
|
1251
|
+
};
|
|
1252
|
+
return null;
|
|
1253
|
+
}
|
|
1254
|
+
enrichDoneEvent(event) {
|
|
1255
|
+
const { result } = event;
|
|
1256
|
+
result.text = this.accumulatedText;
|
|
1257
|
+
result.sessionId = this.currentSessionId;
|
|
1258
|
+
if (this.resultStats) {
|
|
1259
|
+
result.usage = {
|
|
1260
|
+
inputTokens: this.resultStats.inputTokens ?? 0,
|
|
1261
|
+
outputTokens: this.resultStats.outputTokens ?? 0,
|
|
1262
|
+
...this.resultStats.cached != null && this.resultStats.cached > 0 ? { cacheReadTokens: this.resultStats.cached } : {}
|
|
1263
|
+
};
|
|
1264
|
+
if (this.resultStats.durationMs !== void 0) result.apiDurationMs = this.resultStats.durationMs;
|
|
1265
|
+
if (this.resultStats.toolCalls !== void 0) result.numTurns = this.resultStats.toolCalls;
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
resetState() {
|
|
1269
|
+
this.currentSessionId = void 0;
|
|
1270
|
+
this.accumulatedText = "";
|
|
1271
|
+
this.resultStats = void 0;
|
|
1272
|
+
}
|
|
1273
|
+
};
|
|
1274
|
+
/**
|
|
1275
|
+
* Manages the `.gemini/settings.json` lifecycle for MCP server configuration.
|
|
1276
|
+
*
|
|
1277
|
+
* The Gemini CLI reads MCP config from a fixed settings file hierarchy — there
|
|
1278
|
+
* is no `--mcp-config`, `--settings-dir`, or `--config` CLI flag. Project-level
|
|
1279
|
+
* settings live in `.gemini/settings.json` within the working directory.
|
|
1280
|
+
*
|
|
1281
|
+
* A `GEMINI_CONFIG_DIR` env var was requested (google-gemini/gemini-cli#2815)
|
|
1282
|
+
* but redirected to XDG spec compliance (#1825), which hasn't shipped as of
|
|
1283
|
+
* v0.11.x. Until a flag or env var exists, we use a merge-restore pattern:
|
|
1284
|
+
*
|
|
1285
|
+
* - **Setup**: read existing `.gemini/settings.json` (if any), save a copy,
|
|
1286
|
+
* merge `mcpServers` into it, write back.
|
|
1287
|
+
* - **Teardown** (always, via `finally`): restore the original file, or remove
|
|
1288
|
+
* the file/directory we created.
|
|
1289
|
+
*/
|
|
1290
|
+
var GeminiMcpConfigManager = class {
|
|
1291
|
+
constructor(workingDirectory, mcpServers) {
|
|
1292
|
+
this.mcpServers = mcpServers;
|
|
1293
|
+
this.originalContent = null;
|
|
1294
|
+
this.createdFile = false;
|
|
1295
|
+
this.createdDir = false;
|
|
1296
|
+
this.settingsDir = join(workingDirectory ?? process.cwd(), ".gemini");
|
|
1297
|
+
this.settingsPath = join(this.settingsDir, "settings.json");
|
|
1298
|
+
}
|
|
1299
|
+
async setup() {
|
|
1300
|
+
try {
|
|
1301
|
+
await mkdir(this.settingsDir, { recursive: true });
|
|
1302
|
+
} catch {}
|
|
1303
|
+
let existingSettings = null;
|
|
1304
|
+
try {
|
|
1305
|
+
const content = await readFile(this.settingsPath, "utf-8");
|
|
1306
|
+
this.originalContent = content;
|
|
1307
|
+
existingSettings = JSON.parse(content);
|
|
1308
|
+
} catch {
|
|
1309
|
+
this.createdFile = true;
|
|
1310
|
+
try {
|
|
1311
|
+
if ((await readdir(this.settingsDir)).length === 0) this.createdDir = true;
|
|
1312
|
+
} catch {}
|
|
1313
|
+
}
|
|
1314
|
+
const mergedSettings = existingSettings ?? {};
|
|
1315
|
+
mergedSettings.mcpServers = this.mcpServers;
|
|
1316
|
+
await writeFile(this.settingsPath, JSON.stringify(mergedSettings, null, 2), "utf-8");
|
|
1317
|
+
}
|
|
1318
|
+
async teardown() {
|
|
1319
|
+
try {
|
|
1320
|
+
if (this.originalContent !== null) await writeFile(this.settingsPath, this.originalContent, "utf-8");
|
|
1321
|
+
else if (this.createdFile) {
|
|
1322
|
+
await rm(this.settingsPath, { force: true });
|
|
1323
|
+
if (this.createdDir) try {
|
|
1324
|
+
await rmdir(this.settingsDir);
|
|
1325
|
+
} catch {}
|
|
1326
|
+
}
|
|
1327
|
+
} catch {}
|
|
1328
|
+
}
|
|
1329
|
+
};
|
|
1330
|
+
function isObject$1(value) {
|
|
1331
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
//#endregion
|
|
1335
|
+
//#region src/middleware/runtimes/opencode.ts
|
|
1336
|
+
/**
|
|
1337
|
+
* OpenCode CLI runtime — invokes `opencode run --format json`
|
|
1338
|
+
* and maps the streaming NDJSON output to {@link AgentEvent} instances.
|
|
1339
|
+
*
|
|
1340
|
+
* OpenCode uses a per-line envelope model where every NDJSON line has:
|
|
1341
|
+
* `{ type, timestamp, sessionID, ...data }`
|
|
1342
|
+
*
|
|
1343
|
+
* Key differences from other runtimes:
|
|
1344
|
+
* - Text events are complete parts (no delta tracking needed)
|
|
1345
|
+
* - Tool events combine use + result in a single line (buffered drain pattern)
|
|
1346
|
+
* - Usage/cost comes from `step_finish` events
|
|
1347
|
+
*/
|
|
1348
|
+
var OpenCodeCliRuntime = class extends CLIRuntimeBase {
|
|
1349
|
+
constructor() {
|
|
1350
|
+
super("opencode");
|
|
1351
|
+
this.accumulatedText = "";
|
|
1352
|
+
this.pendingEvents = [];
|
|
1353
|
+
this.toolCounter = 0;
|
|
1354
|
+
}
|
|
1355
|
+
async *execute(params) {
|
|
1356
|
+
this.resetState();
|
|
1357
|
+
const mcpConfigManager = params.mcpServers && Object.keys(params.mcpServers).length > 0 ? new OpenCodeMcpConfigManager(params.workingDirectory, params.mcpServers) : null;
|
|
1358
|
+
try {
|
|
1359
|
+
await mcpConfigManager?.setup();
|
|
1360
|
+
for await (const event of super.execute(params)) {
|
|
1361
|
+
if (event.type === "done") this.enrichDoneEvent(event);
|
|
1362
|
+
yield event;
|
|
1363
|
+
while (this.pendingEvents.length > 0) yield this.pendingEvents.shift();
|
|
1364
|
+
}
|
|
1365
|
+
} finally {
|
|
1366
|
+
await mcpConfigManager?.teardown();
|
|
1367
|
+
}
|
|
1368
|
+
}
|
|
1369
|
+
buildArgs(params) {
|
|
1370
|
+
const args = [
|
|
1371
|
+
"run",
|
|
1372
|
+
"--format",
|
|
1373
|
+
"json"
|
|
1374
|
+
];
|
|
1375
|
+
if (params.sessionId) args.push("--session", params.sessionId);
|
|
1376
|
+
args.push(params.prompt);
|
|
1377
|
+
return args;
|
|
1378
|
+
}
|
|
1379
|
+
extractEvent(line) {
|
|
1380
|
+
const parsed = JSON.parse(line);
|
|
1381
|
+
if (!isObject(parsed) || typeof parsed.type !== "string") return null;
|
|
1382
|
+
if (typeof parsed.sessionID === "string" && this.currentSessionId === void 0) this.currentSessionId = parsed.sessionID;
|
|
1383
|
+
const data = isObject(parsed.part) ? parsed.part : parsed;
|
|
1384
|
+
switch (parsed.type) {
|
|
1385
|
+
case "text": return this.handleText(data);
|
|
1386
|
+
case "tool_use": return this.handleToolUse(data);
|
|
1387
|
+
case "step_start": return null;
|
|
1388
|
+
case "step_finish": return this.handleStepFinish(data);
|
|
1389
|
+
case "reasoning": return null;
|
|
1390
|
+
case "error": return this.handleError(data);
|
|
1391
|
+
default: return null;
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
buildEnv(_params) {
|
|
1395
|
+
return {};
|
|
1396
|
+
}
|
|
1397
|
+
handleText(parsed) {
|
|
1398
|
+
const content = typeof parsed.text === "string" ? parsed.text : typeof parsed.content === "string" ? parsed.content : "";
|
|
1399
|
+
this.accumulatedText += content;
|
|
1400
|
+
return {
|
|
1401
|
+
type: "text",
|
|
1402
|
+
text: content
|
|
1403
|
+
};
|
|
1404
|
+
}
|
|
1405
|
+
handleToolUse(parsed) {
|
|
1406
|
+
const toolId = typeof parsed.callID === "string" ? parsed.callID : `opencode-tool-${this.toolCounter++}`;
|
|
1407
|
+
const state = isObject(parsed.state) ? parsed.state : void 0;
|
|
1408
|
+
this.pendingEvents.push({
|
|
1409
|
+
type: "tool_result",
|
|
1410
|
+
toolId,
|
|
1411
|
+
output: typeof state?.output === "string" ? state.output : "",
|
|
1412
|
+
isError: typeof state?.error === "string" && state.error.length > 0
|
|
1413
|
+
});
|
|
1414
|
+
return {
|
|
1415
|
+
type: "tool_use",
|
|
1416
|
+
toolName: typeof parsed.name === "string" ? parsed.name : "",
|
|
1417
|
+
toolId,
|
|
1418
|
+
input: isObject(parsed.input) ? parsed.input : {}
|
|
1419
|
+
};
|
|
1420
|
+
}
|
|
1421
|
+
handleStepFinish(parsed) {
|
|
1422
|
+
this.lastStepFinish = {
|
|
1423
|
+
tokens: isObject(parsed.tokens) ? parsed.tokens : void 0,
|
|
1424
|
+
cost: typeof parsed.cost === "number" ? parsed.cost : void 0,
|
|
1425
|
+
reason: typeof parsed.reason === "string" ? parsed.reason : void 0
|
|
1426
|
+
};
|
|
1427
|
+
return null;
|
|
1428
|
+
}
|
|
1429
|
+
handleError(parsed) {
|
|
1430
|
+
return {
|
|
1431
|
+
type: "error",
|
|
1432
|
+
message: typeof parsed.message === "string" ? parsed.message : "Unknown error"
|
|
1433
|
+
};
|
|
1434
|
+
}
|
|
1435
|
+
enrichDoneEvent(event) {
|
|
1436
|
+
const { result } = event;
|
|
1437
|
+
result.text = this.accumulatedText;
|
|
1438
|
+
result.sessionId = this.currentSessionId;
|
|
1439
|
+
if (this.lastStepFinish) {
|
|
1440
|
+
const { tokens, cost, reason } = this.lastStepFinish;
|
|
1441
|
+
if (tokens) {
|
|
1442
|
+
const input = typeof tokens.input === "number" ? tokens.input : 0;
|
|
1443
|
+
const output = typeof tokens.output === "number" ? tokens.output : 0;
|
|
1444
|
+
const cache = isObject(tokens.cache) ? tokens.cache : void 0;
|
|
1445
|
+
const cacheRead = typeof cache?.read === "number" ? cache.read : 0;
|
|
1446
|
+
const cacheWrite = typeof cache?.write === "number" ? cache.write : 0;
|
|
1447
|
+
result.usage = {
|
|
1448
|
+
inputTokens: input,
|
|
1449
|
+
outputTokens: output,
|
|
1450
|
+
...cacheRead > 0 ? { cacheReadTokens: cacheRead } : {},
|
|
1451
|
+
...cacheWrite > 0 ? { cacheWriteTokens: cacheWrite } : {}
|
|
1452
|
+
};
|
|
1453
|
+
}
|
|
1454
|
+
if (cost !== void 0) result.totalCostUsd = cost;
|
|
1455
|
+
if (reason !== void 0) result.stopReason = reason;
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
resetState() {
|
|
1459
|
+
this.currentSessionId = void 0;
|
|
1460
|
+
this.accumulatedText = "";
|
|
1461
|
+
this.lastStepFinish = void 0;
|
|
1462
|
+
this.pendingEvents = [];
|
|
1463
|
+
this.toolCounter = 0;
|
|
1464
|
+
}
|
|
1465
|
+
};
|
|
1466
|
+
/**
|
|
1467
|
+
* Manages the `.opencode/config.json` lifecycle for MCP server configuration.
|
|
1468
|
+
*
|
|
1469
|
+
* OpenCode reads MCP config from its project-level settings file. Uses a
|
|
1470
|
+
* merge-restore pattern (same as Gemini and Codex):
|
|
1471
|
+
*
|
|
1472
|
+
* - **Setup**: read existing `.opencode/config.json` (if any), save a copy,
|
|
1473
|
+
* merge `mcpServers` into it, write back.
|
|
1474
|
+
* - **Teardown** (always, via `finally`): restore the original file, or remove
|
|
1475
|
+
* the file/directory we created.
|
|
1476
|
+
*/
|
|
1477
|
+
var OpenCodeMcpConfigManager = class {
|
|
1478
|
+
constructor(workingDirectory, mcpServers) {
|
|
1479
|
+
this.mcpServers = mcpServers;
|
|
1480
|
+
this.originalContent = null;
|
|
1481
|
+
this.createdFile = false;
|
|
1482
|
+
this.createdDir = false;
|
|
1483
|
+
this.configDir = join(workingDirectory ?? process.cwd(), ".opencode");
|
|
1484
|
+
this.configPath = join(this.configDir, "config.json");
|
|
1485
|
+
}
|
|
1486
|
+
async setup() {
|
|
1487
|
+
try {
|
|
1488
|
+
await mkdir(this.configDir, { recursive: true });
|
|
1489
|
+
} catch {}
|
|
1490
|
+
let existingConfig = null;
|
|
1491
|
+
try {
|
|
1492
|
+
const content = await readFile(this.configPath, "utf-8");
|
|
1493
|
+
this.originalContent = content;
|
|
1494
|
+
existingConfig = JSON.parse(content);
|
|
1495
|
+
} catch {
|
|
1496
|
+
this.createdFile = true;
|
|
1497
|
+
try {
|
|
1498
|
+
if ((await readdir(this.configDir)).length === 0) this.createdDir = true;
|
|
1499
|
+
} catch {}
|
|
1500
|
+
}
|
|
1501
|
+
const mergedConfig = existingConfig ?? {};
|
|
1502
|
+
mergedConfig.mcpServers = this.mcpServers;
|
|
1503
|
+
await writeFile(this.configPath, JSON.stringify(mergedConfig, null, 2), "utf-8");
|
|
1504
|
+
}
|
|
1505
|
+
async teardown() {
|
|
1506
|
+
try {
|
|
1507
|
+
if (this.originalContent !== null) await writeFile(this.configPath, this.originalContent, "utf-8");
|
|
1508
|
+
else if (this.createdFile) {
|
|
1509
|
+
await rm(this.configPath, { force: true });
|
|
1510
|
+
if (this.createdDir) try {
|
|
1511
|
+
await rmdir(this.configDir);
|
|
1512
|
+
} catch {}
|
|
1513
|
+
}
|
|
1514
|
+
} catch {}
|
|
1515
|
+
}
|
|
1516
|
+
};
|
|
1517
|
+
function isObject(value) {
|
|
1518
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
1519
|
+
}
|
|
1520
|
+
|
|
1521
|
+
//#endregion
|
|
1522
|
+
//#region src/middleware/runtime-factory.ts
|
|
1523
|
+
const SUPPORTED_PROVIDERS = [
|
|
1524
|
+
"claude",
|
|
1525
|
+
"gemini",
|
|
1526
|
+
"codex",
|
|
1527
|
+
"opencode"
|
|
1528
|
+
];
|
|
1529
|
+
function createCliRuntime(provider) {
|
|
1530
|
+
switch (provider.trim().toLowerCase()) {
|
|
1531
|
+
case "claude": return new ClaudeCliRuntime();
|
|
1532
|
+
case "gemini": return new GeminiCliRuntime();
|
|
1533
|
+
case "codex": return new CodexCliRuntime();
|
|
1534
|
+
case "opencode": return new OpenCodeCliRuntime();
|
|
1535
|
+
default: throw new Error(`Unknown runtime provider "${provider}". Supported providers: ${SUPPORTED_PROVIDERS.join(", ")}`);
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1539
|
+
//#endregion
|
|
1540
|
+
//#region src/middleware/system-prompt.ts
|
|
1541
|
+
const SAFETY_SECTION = [
|
|
1542
|
+
"## Safety",
|
|
1543
|
+
"You have no independent goals: do not pursue self-preservation, replication, resource acquisition, or power-seeking; avoid long-term plans beyond the user's request.",
|
|
1544
|
+
"Prioritize safety and human oversight over completion; if instructions conflict, pause and ask; comply with stop/pause/audit requests and never bypass safeguards.",
|
|
1545
|
+
"Do not manipulate or persuade anyone to expand access or disable safeguards. Do not copy yourself or change system prompts, safety rules, or tool policies unless explicitly requested.",
|
|
1546
|
+
"Never expose credentials, API keys, or secrets in replies or tool calls. Respect user privacy."
|
|
1547
|
+
].join("\n");
|
|
1548
|
+
const MESSAGING_SECTION = [
|
|
1549
|
+
"## Messaging",
|
|
1550
|
+
"- Reply in current session: automatically routes to the source channel.",
|
|
1551
|
+
"- Cross-session messaging: use sessions_send(sessionKey, message) to reach other channels.",
|
|
1552
|
+
"- `[System Message] ...` blocks are internal context and are not user-visible.",
|
|
1553
|
+
`- If a \`[System Message]\` reports completed work and asks for a user update, rewrite it in your normal assistant voice and send that update (do not forward raw system text or default to ${SILENT_REPLY_TOKEN}).`,
|
|
1554
|
+
"- Never use exec/curl for provider messaging; RemoteClaw handles all routing internally."
|
|
1555
|
+
].join("\n");
|
|
1556
|
+
const REPLY_TAGS_SECTION = [
|
|
1557
|
+
"## Reply Tags",
|
|
1558
|
+
"To request a native reply/quote on supported surfaces, include one tag in your reply:",
|
|
1559
|
+
"- Reply tags must be the very first token in the message (no leading text/newlines): [[reply_to_current]] your reply.",
|
|
1560
|
+
"- [[reply_to_current]] replies to the triggering message.",
|
|
1561
|
+
"- Prefer [[reply_to_current]]. Use [[reply_to:<id>]] only when an id was explicitly provided (e.g. by the user or a tool).",
|
|
1562
|
+
"Whitespace inside the tag is allowed (e.g. [[ reply_to_current ]] / [[ reply_to: 123 ]]).",
|
|
1563
|
+
"Tags are stripped before sending; support depends on the current channel config."
|
|
1564
|
+
].join("\n");
|
|
1565
|
+
const SILENT_REPLIES_SECTION = [
|
|
1566
|
+
"## Silent Replies",
|
|
1567
|
+
`When you have nothing to say, respond with ONLY: ${SILENT_REPLY_TOKEN}`,
|
|
1568
|
+
"",
|
|
1569
|
+
"Rules:",
|
|
1570
|
+
"- It must be your ENTIRE message — nothing else.",
|
|
1571
|
+
`- Never append it to an actual response (never include "${SILENT_REPLY_TOKEN}" in real replies).`,
|
|
1572
|
+
"- Never wrap it in markdown or code blocks."
|
|
1573
|
+
].join("\n");
|
|
1574
|
+
function buildIdentitySection(channelName, userName) {
|
|
1575
|
+
const intro = "You are running inside RemoteClaw, a middleware that connects AI agents to messaging channels.";
|
|
1576
|
+
return userName ? `${intro}\nYou are responding to a message from ${userName} on ${channelName}.` : `${intro}\nYou are responding to a message on ${channelName}.`;
|
|
1577
|
+
}
|
|
1578
|
+
function buildRuntimeSection(params) {
|
|
1579
|
+
const parts = [`channel=${params.channelName}`];
|
|
1580
|
+
if (params.timezone) parts.push(`timezone=${params.timezone}`);
|
|
1581
|
+
if (params.agentId) parts.push(`agent=${params.agentId}`);
|
|
1582
|
+
return `## Runtime\nRuntime: ${parts.join(" | ")}`;
|
|
1583
|
+
}
|
|
1584
|
+
function buildWorkspaceSection(workspaceDir) {
|
|
1585
|
+
return [
|
|
1586
|
+
"## Workspace",
|
|
1587
|
+
`Your working directory is: ${workspaceDir}`,
|
|
1588
|
+
"Treat this directory as the single global workspace for file operations unless explicitly instructed otherwise."
|
|
1589
|
+
].join("\n");
|
|
1590
|
+
}
|
|
1591
|
+
function buildMessageToolHintsSection(hints) {
|
|
1592
|
+
if (!hints || hints.length === 0) return;
|
|
1593
|
+
return `## Message Formatting\n${hints.join("\n")}`;
|
|
1594
|
+
}
|
|
1595
|
+
function buildAuthorizedSendersSection(senders) {
|
|
1596
|
+
const filtered = senders?.filter(Boolean);
|
|
1597
|
+
if (!filtered || filtered.length === 0) return;
|
|
1598
|
+
return `## Authorized Senders\nAuthorized senders: ${filtered.join(", ")}. These senders are allowlisted; do not assume they are the owner.`;
|
|
1599
|
+
}
|
|
1600
|
+
function buildReactionsSection(guidance) {
|
|
1601
|
+
if (!guidance) return;
|
|
1602
|
+
const { level, channel } = guidance;
|
|
1603
|
+
if (level === "minimal") return [
|
|
1604
|
+
"## Reactions",
|
|
1605
|
+
`Reactions are enabled for ${channel} in MINIMAL mode.`,
|
|
1606
|
+
"React ONLY when truly relevant:",
|
|
1607
|
+
"- Acknowledge important user requests or confirmations",
|
|
1608
|
+
"- Express genuine sentiment (humor, appreciation) sparingly",
|
|
1609
|
+
"- Avoid reacting to routine messages or your own replies",
|
|
1610
|
+
"Guideline: at most 1 reaction per 5-10 exchanges."
|
|
1611
|
+
].join("\n");
|
|
1612
|
+
return [
|
|
1613
|
+
"## Reactions",
|
|
1614
|
+
`Reactions are enabled for ${channel} in EXTENSIVE mode.`,
|
|
1615
|
+
"Feel free to react liberally:",
|
|
1616
|
+
"- Acknowledge messages with appropriate emojis",
|
|
1617
|
+
"- Express sentiment and personality through reactions",
|
|
1618
|
+
"- React to interesting content, humor, or notable events",
|
|
1619
|
+
"- Use reactions to confirm understanding or agreement",
|
|
1620
|
+
"Guideline: react whenever it feels natural."
|
|
1621
|
+
].join("\n");
|
|
1622
|
+
}
|
|
1623
|
+
/**
|
|
1624
|
+
* Build the RemoteClaw system prompt for injection into CLI subprocess agents.
|
|
1625
|
+
*
|
|
1626
|
+
* Assembles ~10 sections totaling ~3,000-5,000 chars (~770-1,270 tokens).
|
|
1627
|
+
* No promptMode switch (always full), no bootstrap context (CLI agent handles),
|
|
1628
|
+
* no tool list (MCP handles), no skills/memory/sandbox sections.
|
|
1629
|
+
*/
|
|
1630
|
+
function buildSystemPrompt(params) {
|
|
1631
|
+
const sections = [
|
|
1632
|
+
buildIdentitySection(params.channelName, params.userName),
|
|
1633
|
+
SAFETY_SECTION,
|
|
1634
|
+
MESSAGING_SECTION
|
|
1635
|
+
];
|
|
1636
|
+
const hintsSection = buildMessageToolHintsSection(params.messageToolHints);
|
|
1637
|
+
if (hintsSection) sections.push(hintsSection);
|
|
1638
|
+
sections.push(REPLY_TAGS_SECTION);
|
|
1639
|
+
sections.push(SILENT_REPLIES_SECTION);
|
|
1640
|
+
const sendersSection = buildAuthorizedSendersSection(params.authorizedSenders);
|
|
1641
|
+
if (sendersSection) sections.push(sendersSection);
|
|
1642
|
+
const reactionsSection = buildReactionsSection(params.reactionGuidance);
|
|
1643
|
+
if (reactionsSection) sections.push(reactionsSection);
|
|
1644
|
+
sections.push(buildRuntimeSection(params));
|
|
1645
|
+
sections.push(buildWorkspaceSection(params.workspaceDir));
|
|
1646
|
+
return sections.join("\n\n");
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
//#endregion
|
|
1650
|
+
//#region src/middleware/channel-bridge.ts
|
|
1651
|
+
const DEFAULT_WORKSPACE_DIR = ".";
|
|
1652
|
+
const DEFAULT_MCP_SERVER_PATH = join("dist", "middleware", "mcp-server.js");
|
|
1653
|
+
const EMPTY_SIDE_EFFECTS = {
|
|
1654
|
+
sentTexts: [],
|
|
1655
|
+
sentMediaUrls: [],
|
|
1656
|
+
sentTargets: [],
|
|
1657
|
+
cronAdds: 0
|
|
1658
|
+
};
|
|
1659
|
+
const DEFAULT_RUN_RESULT = {
|
|
1660
|
+
text: "",
|
|
1661
|
+
sessionId: void 0,
|
|
1662
|
+
durationMs: 0,
|
|
1663
|
+
usage: void 0,
|
|
1664
|
+
aborted: false
|
|
1665
|
+
};
|
|
1666
|
+
/**
|
|
1667
|
+
* Central orchestrator connecting incoming channel messages to CLI agent execution and delivery.
|
|
1668
|
+
*
|
|
1669
|
+
* `handle()` is the single entry point for all dispatch sites: agent command, auto-reply,
|
|
1670
|
+
* cron, and follow-up. It wires together runtime factory, session map, error classifier,
|
|
1671
|
+
* delivery adapter, system prompt builder, and MCP side effects.
|
|
1672
|
+
*/
|
|
1673
|
+
var ChannelBridge = class {
|
|
1674
|
+
#provider;
|
|
1675
|
+
#sessionMap;
|
|
1676
|
+
#gatewayUrl;
|
|
1677
|
+
#gatewayToken;
|
|
1678
|
+
#workspaceDir;
|
|
1679
|
+
#chunkLimit;
|
|
1680
|
+
#mcpServerPath;
|
|
1681
|
+
constructor(options) {
|
|
1682
|
+
this.#provider = options.provider;
|
|
1683
|
+
this.#sessionMap = options.sessionMap;
|
|
1684
|
+
this.#gatewayUrl = options.gatewayUrl;
|
|
1685
|
+
this.#gatewayToken = options.gatewayToken;
|
|
1686
|
+
this.#workspaceDir = options.workspaceDir ?? DEFAULT_WORKSPACE_DIR;
|
|
1687
|
+
this.#chunkLimit = options.chunkLimit;
|
|
1688
|
+
this.#mcpServerPath = options.mcpServerPath ?? DEFAULT_MCP_SERVER_PATH;
|
|
1689
|
+
}
|
|
1690
|
+
/**
|
|
1691
|
+
* Process an incoming channel message through the full agent execution pipeline.
|
|
1692
|
+
*
|
|
1693
|
+
* Flow: session lookup → system prompt → MCP config → runtime execution →
|
|
1694
|
+
* event streaming → error classification → side effects → session update → result assembly.
|
|
1695
|
+
*/
|
|
1696
|
+
async handle(message, callbacks, abortSignal) {
|
|
1697
|
+
const sessionKey = buildSessionKey(message);
|
|
1698
|
+
const existingSessionId = await this.#sessionMap.get(sessionKey);
|
|
1699
|
+
const hookRunner = getGlobalHookRunner();
|
|
1700
|
+
if (existingSessionId && hookRunner?.hasHooks("session_resumed")) await hookRunner.runSessionResumed({
|
|
1701
|
+
sessionId: existingSessionId,
|
|
1702
|
+
runtimeName: this.#provider,
|
|
1703
|
+
channelId: message.channelId,
|
|
1704
|
+
userId: message.from,
|
|
1705
|
+
resumeMethod: "session_map"
|
|
1706
|
+
}, {
|
|
1707
|
+
sessionId: existingSessionId,
|
|
1708
|
+
channelId: message.channelId,
|
|
1709
|
+
runtimeName: this.#provider
|
|
1710
|
+
});
|
|
1711
|
+
const systemPrompt = buildSystemPrompt({
|
|
1712
|
+
channelName: message.provider,
|
|
1713
|
+
workspaceDir: this.#workspaceDir,
|
|
1714
|
+
messageToolHints: message.messageToolHints,
|
|
1715
|
+
userName: message.userName,
|
|
1716
|
+
agentId: message.agentId,
|
|
1717
|
+
timezone: message.timezone,
|
|
1718
|
+
authorizedSenders: message.authorizedSenders,
|
|
1719
|
+
reactionGuidance: message.reactionGuidance
|
|
1720
|
+
});
|
|
1721
|
+
const invocationDir = await createInvocationDir();
|
|
1722
|
+
const sideEffectsFile = join(invocationDir, "side-effects.ndjson");
|
|
1723
|
+
try {
|
|
1724
|
+
const mcpServers = this.#buildMcpConfig(message, sessionKey, sideEffectsFile);
|
|
1725
|
+
const runtime = createCliRuntime(this.#provider);
|
|
1726
|
+
let workspaceDir = this.#workspaceDir;
|
|
1727
|
+
let extraEnv;
|
|
1728
|
+
const runId = randomUUID();
|
|
1729
|
+
if (hookRunner?.hasHooks("before_runtime_spawn")) {
|
|
1730
|
+
const spawnResult = await hookRunner.runBeforeRuntimeSpawn({
|
|
1731
|
+
runtimeName: this.#provider,
|
|
1732
|
+
sessionId: existingSessionId,
|
|
1733
|
+
command: "node",
|
|
1734
|
+
args: [this.#mcpServerPath],
|
|
1735
|
+
env: mcpServers.remoteclaw?.env ?? {},
|
|
1736
|
+
workspaceDir,
|
|
1737
|
+
channelId: message.channelId
|
|
1738
|
+
}, {
|
|
1739
|
+
sessionId: existingSessionId,
|
|
1740
|
+
channelId: message.channelId,
|
|
1741
|
+
runtimeName: this.#provider
|
|
1742
|
+
});
|
|
1743
|
+
if (spawnResult?.workspaceDir) workspaceDir = spawnResult.workspaceDir;
|
|
1744
|
+
if (spawnResult?.env) extraEnv = spawnResult.env;
|
|
1745
|
+
}
|
|
1746
|
+
const adapter = new DeliveryAdapter(this.#chunkLimit !== void 0 ? { chunkLimit: this.#chunkLimit } : void 0);
|
|
1747
|
+
let runResult;
|
|
1748
|
+
let lastError;
|
|
1749
|
+
let payloads;
|
|
1750
|
+
try {
|
|
1751
|
+
const captured = captureResult(runtime.execute({
|
|
1752
|
+
prompt: systemPrompt + (message.extraContext ? "\n\n" + message.extraContext : "") + "\n\n" + message.text,
|
|
1753
|
+
sessionId: existingSessionId,
|
|
1754
|
+
mcpServers,
|
|
1755
|
+
abortSignal,
|
|
1756
|
+
workingDirectory: workspaceDir,
|
|
1757
|
+
env: extraEnv
|
|
1758
|
+
}));
|
|
1759
|
+
payloads = await adapter.process(captured.events, callbacks);
|
|
1760
|
+
runResult = captured.getResult();
|
|
1761
|
+
lastError = captured.getError();
|
|
1762
|
+
} catch (err) {
|
|
1763
|
+
const errMsg = String(err);
|
|
1764
|
+
const category = classifyError(errMsg);
|
|
1765
|
+
lastError = errMsg;
|
|
1766
|
+
payloads = [];
|
|
1767
|
+
runResult = {
|
|
1768
|
+
...DEFAULT_RUN_RESULT,
|
|
1769
|
+
errorSubtype: category === "context_overflow" ? "context_window" : category
|
|
1770
|
+
};
|
|
1771
|
+
}
|
|
1772
|
+
let mcp;
|
|
1773
|
+
try {
|
|
1774
|
+
mcp = await readMcpSideEffects(sideEffectsFile);
|
|
1775
|
+
} catch {
|
|
1776
|
+
mcp = { ...EMPTY_SIDE_EFFECTS };
|
|
1777
|
+
}
|
|
1778
|
+
if (runResult?.sessionId) await this.#sessionMap.set(sessionKey, runResult.sessionId);
|
|
1779
|
+
const finalResult = runResult ?? { ...DEFAULT_RUN_RESULT };
|
|
1780
|
+
if (hookRunner) {
|
|
1781
|
+
const runtimeCtx = {
|
|
1782
|
+
sessionId: finalResult.sessionId,
|
|
1783
|
+
channelId: message.channelId,
|
|
1784
|
+
runtimeName: this.#provider
|
|
1785
|
+
};
|
|
1786
|
+
if (hookRunner.hasHooks("after_runtime_exit")) hookRunner.runAfterRuntimeExit({
|
|
1787
|
+
runtimeName: this.#provider,
|
|
1788
|
+
sessionId: finalResult.sessionId,
|
|
1789
|
+
exitCode: finalResult.errorSubtype ? 1 : 0,
|
|
1790
|
+
durationMs: finalResult.durationMs,
|
|
1791
|
+
stdout: finalResult.text,
|
|
1792
|
+
stderr: lastError,
|
|
1793
|
+
mcpSideEffects: {
|
|
1794
|
+
sentTexts: mcp.sentTexts,
|
|
1795
|
+
sentMediaUrls: mcp.sentMediaUrls,
|
|
1796
|
+
cronAdds: mcp.cronAdds
|
|
1797
|
+
}
|
|
1798
|
+
}, runtimeCtx);
|
|
1799
|
+
if (hookRunner.hasHooks("agent_end")) hookRunner.runAgentEnd({
|
|
1800
|
+
runId,
|
|
1801
|
+
sessionId: finalResult.sessionId,
|
|
1802
|
+
success: !finalResult.errorSubtype && !lastError,
|
|
1803
|
+
durationMs: finalResult.durationMs
|
|
1804
|
+
}, runtimeCtx);
|
|
1805
|
+
}
|
|
1806
|
+
return {
|
|
1807
|
+
payloads,
|
|
1808
|
+
run: finalResult,
|
|
1809
|
+
mcp,
|
|
1810
|
+
error: lastError
|
|
1811
|
+
};
|
|
1812
|
+
} finally {
|
|
1813
|
+
await rm(invocationDir, {
|
|
1814
|
+
recursive: true,
|
|
1815
|
+
force: true
|
|
1816
|
+
}).catch(() => {});
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
/** Build MCP server configuration for the remoteclaw MCP server. */
|
|
1820
|
+
#buildMcpConfig(message, sessionKey, sideEffectsFile) {
|
|
1821
|
+
return { remoteclaw: {
|
|
1822
|
+
command: "node",
|
|
1823
|
+
args: [this.#mcpServerPath],
|
|
1824
|
+
env: {
|
|
1825
|
+
REMOTECLAW_GATEWAY_URL: this.#gatewayUrl,
|
|
1826
|
+
REMOTECLAW_GATEWAY_TOKEN: this.#gatewayToken,
|
|
1827
|
+
REMOTECLAW_SESSION_KEY: formatSessionKeyString(sessionKey),
|
|
1828
|
+
REMOTECLAW_SIDE_EFFECTS_FILE: sideEffectsFile,
|
|
1829
|
+
REMOTECLAW_CHANNEL: message.provider,
|
|
1830
|
+
REMOTECLAW_ACCOUNT_ID: message.from,
|
|
1831
|
+
REMOTECLAW_TO: message.channelId,
|
|
1832
|
+
...message.replyToId ? { REMOTECLAW_THREAD_ID: message.replyToId } : {},
|
|
1833
|
+
REMOTECLAW_SENDER_IS_OWNER: String(message.senderIsOwner ?? false),
|
|
1834
|
+
REMOTECLAW_TOOL_PROFILE: message.toolProfile ?? "full"
|
|
1835
|
+
}
|
|
1836
|
+
} };
|
|
1837
|
+
}
|
|
1838
|
+
};
|
|
1839
|
+
/** Build a SessionKey from a ChannelMessage. */
|
|
1840
|
+
function buildSessionKey(message) {
|
|
1841
|
+
return {
|
|
1842
|
+
channelId: message.channelId,
|
|
1843
|
+
userId: message.from,
|
|
1844
|
+
threadId: message.replyToId
|
|
1845
|
+
};
|
|
1846
|
+
}
|
|
1847
|
+
/** Format a SessionKey as a composite string (for env vars). */
|
|
1848
|
+
function formatSessionKeyString(key) {
|
|
1849
|
+
return `${key.channelId}:${key.userId}:${key.threadId ?? "_"}`;
|
|
1850
|
+
}
|
|
1851
|
+
/** Create a unique temp directory for an invocation. */
|
|
1852
|
+
async function createInvocationDir() {
|
|
1853
|
+
return mkdtemp(join(tmpdir(), "rc-"));
|
|
1854
|
+
}
|
|
1855
|
+
/**
|
|
1856
|
+
* Wrap an event stream to capture the AgentRunResult from the done event
|
|
1857
|
+
* and any error messages, while passing all events through to the consumer.
|
|
1858
|
+
*/
|
|
1859
|
+
function captureResult(events) {
|
|
1860
|
+
let result;
|
|
1861
|
+
let error;
|
|
1862
|
+
async function* wrapped() {
|
|
1863
|
+
for await (const event of events) {
|
|
1864
|
+
if (event.type === "done") result = event.result;
|
|
1865
|
+
else if (event.type === "error") error = event.message;
|
|
1866
|
+
yield event;
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
return {
|
|
1870
|
+
events: wrapped(),
|
|
1871
|
+
getResult: () => result,
|
|
1872
|
+
getError: () => error
|
|
1873
|
+
};
|
|
1874
|
+
}
|
|
1875
|
+
|
|
1876
|
+
//#endregion
|
|
1877
|
+
//#region src/agents/cli-session.ts
|
|
1878
|
+
function getCliSessionId(entry, provider) {
|
|
1879
|
+
if (!entry) return;
|
|
1880
|
+
const normalized = normalizeProviderId(provider);
|
|
1881
|
+
const fromMap = entry.cliSessionIds?.[normalized];
|
|
1882
|
+
if (fromMap?.trim()) return fromMap.trim();
|
|
1883
|
+
if (normalized === "claude-cli") {
|
|
1884
|
+
const legacy = entry.claudeCliSessionId?.trim();
|
|
1885
|
+
if (legacy) return legacy;
|
|
1886
|
+
}
|
|
1887
|
+
}
|
|
1888
|
+
function setCliSessionId(entry, provider, sessionId) {
|
|
1889
|
+
const normalized = normalizeProviderId(provider);
|
|
1890
|
+
const trimmed = sessionId.trim();
|
|
1891
|
+
if (!trimmed) return;
|
|
1892
|
+
entry.cliSessionIds = { ...entry.cliSessionIds ?? {} };
|
|
1893
|
+
entry.cliSessionIds[normalized] = trimmed;
|
|
1894
|
+
if (normalized === "claude-cli") entry.claudeCliSessionId = trimmed;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
//#endregion
|
|
1898
|
+
//#region src/infra/outbound/targets.ts
|
|
1899
|
+
function resolveSessionDeliveryTarget(params) {
|
|
1900
|
+
const context = deliveryContextFromSession(params.entry);
|
|
1901
|
+
const sessionLastChannel = context?.channel && isDeliverableMessageChannel(context.channel) ? context.channel : void 0;
|
|
1902
|
+
const hasTurnSourceChannel = params.turnSourceChannel != null;
|
|
1903
|
+
const lastChannel = hasTurnSourceChannel ? params.turnSourceChannel : sessionLastChannel;
|
|
1904
|
+
const lastTo = hasTurnSourceChannel ? params.turnSourceTo : context?.to;
|
|
1905
|
+
const lastAccountId = hasTurnSourceChannel ? params.turnSourceAccountId : context?.accountId;
|
|
1906
|
+
const lastThreadId = hasTurnSourceChannel ? params.turnSourceThreadId : context?.threadId;
|
|
1907
|
+
const rawRequested = params.requestedChannel ?? "last";
|
|
1908
|
+
const requested = rawRequested === "last" ? "last" : normalizeMessageChannel(rawRequested);
|
|
1909
|
+
const requestedChannel = requested === "last" ? "last" : requested && isDeliverableMessageChannel(requested) ? requested : void 0;
|
|
1910
|
+
const rawExplicitTo = typeof params.explicitTo === "string" && params.explicitTo.trim() ? params.explicitTo.trim() : void 0;
|
|
1911
|
+
let channel = requestedChannel === "last" ? lastChannel : requestedChannel;
|
|
1912
|
+
if (!channel && params.fallbackChannel && isDeliverableMessageChannel(params.fallbackChannel)) channel = params.fallbackChannel;
|
|
1913
|
+
const isTelegramContext = channel === "telegram" || !channel && lastChannel === "telegram";
|
|
1914
|
+
let explicitTo = rawExplicitTo;
|
|
1915
|
+
let parsedThreadId;
|
|
1916
|
+
if (isTelegramContext && rawExplicitTo && rawExplicitTo.includes(":topic:")) {
|
|
1917
|
+
const parsed = parseTelegramTarget(rawExplicitTo);
|
|
1918
|
+
explicitTo = parsed.chatId;
|
|
1919
|
+
parsedThreadId = parsed.messageThreadId;
|
|
1920
|
+
}
|
|
1921
|
+
const explicitThreadId = params.explicitThreadId != null && params.explicitThreadId !== "" ? params.explicitThreadId : parsedThreadId;
|
|
1922
|
+
let to = explicitTo;
|
|
1923
|
+
if (!to && lastTo) {
|
|
1924
|
+
if (channel && channel === lastChannel) to = lastTo;
|
|
1925
|
+
else if (params.allowMismatchedLastTo) to = lastTo;
|
|
1926
|
+
}
|
|
1927
|
+
const mode = params.mode ?? (explicitTo ? "explicit" : "implicit");
|
|
1928
|
+
const accountId = channel && channel === lastChannel ? lastAccountId : void 0;
|
|
1929
|
+
const resolvedThreadId = explicitThreadId ?? (mode !== "heartbeat" && channel && channel === lastChannel ? lastThreadId : void 0);
|
|
1930
|
+
return {
|
|
1931
|
+
channel,
|
|
1932
|
+
to,
|
|
1933
|
+
accountId,
|
|
1934
|
+
threadId: resolvedThreadId,
|
|
1935
|
+
threadIdExplicit: resolvedThreadId != null && explicitThreadId != null,
|
|
1936
|
+
mode,
|
|
1937
|
+
lastChannel,
|
|
1938
|
+
lastTo,
|
|
1939
|
+
lastAccountId,
|
|
1940
|
+
lastThreadId
|
|
1941
|
+
};
|
|
1942
|
+
}
|
|
1943
|
+
function resolveOutboundTarget(params) {
|
|
1944
|
+
if (params.channel === INTERNAL_MESSAGE_CHANNEL) return {
|
|
1945
|
+
ok: false,
|
|
1946
|
+
error: /* @__PURE__ */ new Error(`Delivering to WebChat is not supported via \`${formatCliCommand("remoteclaw agent")}\`; use WhatsApp/Telegram or run with --deliver=false.`)
|
|
1947
|
+
};
|
|
1948
|
+
const plugin = getChannelPlugin(params.channel);
|
|
1949
|
+
if (!plugin) return {
|
|
1950
|
+
ok: false,
|
|
1951
|
+
error: /* @__PURE__ */ new Error(`Unsupported channel: ${params.channel}`)
|
|
1952
|
+
};
|
|
1953
|
+
const allowFrom = (params.allowFrom ?? (params.cfg && plugin.config.resolveAllowFrom ? plugin.config.resolveAllowFrom({
|
|
1954
|
+
cfg: params.cfg,
|
|
1955
|
+
accountId: params.accountId ?? void 0
|
|
1956
|
+
}) : void 0))?.map((entry) => String(entry));
|
|
1957
|
+
const effectiveTo = params.to?.trim() || (params.cfg && plugin.config.resolveDefaultTo ? plugin.config.resolveDefaultTo({
|
|
1958
|
+
cfg: params.cfg,
|
|
1959
|
+
accountId: params.accountId ?? void 0
|
|
1960
|
+
}) : void 0);
|
|
1961
|
+
const resolveTarget = plugin.outbound?.resolveTarget;
|
|
1962
|
+
if (resolveTarget) return resolveTarget({
|
|
1963
|
+
cfg: params.cfg,
|
|
1964
|
+
to: effectiveTo,
|
|
1965
|
+
allowFrom,
|
|
1966
|
+
accountId: params.accountId ?? void 0,
|
|
1967
|
+
mode: params.mode ?? "explicit"
|
|
1968
|
+
});
|
|
1969
|
+
if (effectiveTo) return {
|
|
1970
|
+
ok: true,
|
|
1971
|
+
to: effectiveTo
|
|
1972
|
+
};
|
|
1973
|
+
const hint = plugin.messaging?.targetResolver?.hint;
|
|
1974
|
+
return {
|
|
1975
|
+
ok: false,
|
|
1976
|
+
error: missingTargetError(plugin.meta.label ?? params.channel, hint)
|
|
1977
|
+
};
|
|
1978
|
+
}
|
|
1979
|
+
function resolveHeartbeatDeliveryTarget(params) {
|
|
1980
|
+
const { cfg, entry } = params;
|
|
1981
|
+
const heartbeat = params.heartbeat ?? cfg.agents?.defaults?.heartbeat;
|
|
1982
|
+
const rawTarget = heartbeat?.target;
|
|
1983
|
+
let target = "none";
|
|
1984
|
+
if (rawTarget === "none" || rawTarget === "last") target = rawTarget;
|
|
1985
|
+
else if (typeof rawTarget === "string") {
|
|
1986
|
+
const normalized = normalizeChannelId(rawTarget);
|
|
1987
|
+
if (normalized) target = normalized;
|
|
1988
|
+
}
|
|
1989
|
+
if (target === "none") {
|
|
1990
|
+
const base = resolveSessionDeliveryTarget({ entry });
|
|
1991
|
+
return buildNoHeartbeatDeliveryTarget({
|
|
1992
|
+
reason: "target-none",
|
|
1993
|
+
lastChannel: base.lastChannel,
|
|
1994
|
+
lastAccountId: base.lastAccountId
|
|
1995
|
+
});
|
|
1996
|
+
}
|
|
1997
|
+
const resolvedTarget = resolveSessionDeliveryTarget({
|
|
1998
|
+
entry,
|
|
1999
|
+
requestedChannel: target === "last" ? "last" : target,
|
|
2000
|
+
explicitTo: heartbeat?.to,
|
|
2001
|
+
mode: "heartbeat"
|
|
2002
|
+
});
|
|
2003
|
+
const heartbeatAccountId = heartbeat?.accountId?.trim();
|
|
2004
|
+
let effectiveAccountId = heartbeatAccountId || resolvedTarget.accountId;
|
|
2005
|
+
if (heartbeatAccountId && resolvedTarget.channel) {
|
|
2006
|
+
const listAccountIds = getChannelPlugin(resolvedTarget.channel)?.config.listAccountIds;
|
|
2007
|
+
const accountIds = listAccountIds ? listAccountIds(cfg) : [];
|
|
2008
|
+
if (accountIds.length > 0) {
|
|
2009
|
+
const normalizedAccountId = normalizeAccountId(heartbeatAccountId);
|
|
2010
|
+
if (!new Set(accountIds.map((accountId) => normalizeAccountId(accountId))).has(normalizedAccountId)) return buildNoHeartbeatDeliveryTarget({
|
|
2011
|
+
reason: "unknown-account",
|
|
2012
|
+
accountId: normalizedAccountId,
|
|
2013
|
+
lastChannel: resolvedTarget.lastChannel,
|
|
2014
|
+
lastAccountId: resolvedTarget.lastAccountId
|
|
2015
|
+
});
|
|
2016
|
+
effectiveAccountId = normalizedAccountId;
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
if (!resolvedTarget.channel || !resolvedTarget.to) return buildNoHeartbeatDeliveryTarget({
|
|
2020
|
+
reason: "no-target",
|
|
2021
|
+
accountId: effectiveAccountId,
|
|
2022
|
+
lastChannel: resolvedTarget.lastChannel,
|
|
2023
|
+
lastAccountId: resolvedTarget.lastAccountId
|
|
2024
|
+
});
|
|
2025
|
+
const resolved = resolveOutboundTarget({
|
|
2026
|
+
channel: resolvedTarget.channel,
|
|
2027
|
+
to: resolvedTarget.to,
|
|
2028
|
+
cfg,
|
|
2029
|
+
accountId: effectiveAccountId,
|
|
2030
|
+
mode: "heartbeat"
|
|
2031
|
+
});
|
|
2032
|
+
if (!resolved.ok) return buildNoHeartbeatDeliveryTarget({
|
|
2033
|
+
reason: "no-target",
|
|
2034
|
+
accountId: effectiveAccountId,
|
|
2035
|
+
lastChannel: resolvedTarget.lastChannel,
|
|
2036
|
+
lastAccountId: resolvedTarget.lastAccountId
|
|
2037
|
+
});
|
|
2038
|
+
const sessionChatTypeHint = target === "last" && !heartbeat?.to ? normalizeChatType(entry?.chatType) : void 0;
|
|
2039
|
+
if (resolveHeartbeatDeliveryChatType({
|
|
2040
|
+
channel: resolvedTarget.channel,
|
|
2041
|
+
to: resolved.to,
|
|
2042
|
+
sessionChatType: sessionChatTypeHint
|
|
2043
|
+
}) === "direct") return buildNoHeartbeatDeliveryTarget({
|
|
2044
|
+
reason: "dm-blocked",
|
|
2045
|
+
accountId: effectiveAccountId,
|
|
2046
|
+
lastChannel: resolvedTarget.lastChannel,
|
|
2047
|
+
lastAccountId: resolvedTarget.lastAccountId
|
|
2048
|
+
});
|
|
2049
|
+
let reason;
|
|
2050
|
+
if (getChannelPlugin(resolvedTarget.channel)?.config.resolveAllowFrom) {
|
|
2051
|
+
const explicit = resolveOutboundTarget({
|
|
2052
|
+
channel: resolvedTarget.channel,
|
|
2053
|
+
to: resolvedTarget.to,
|
|
2054
|
+
cfg,
|
|
2055
|
+
accountId: effectiveAccountId,
|
|
2056
|
+
mode: "explicit"
|
|
2057
|
+
});
|
|
2058
|
+
if (explicit.ok && explicit.to !== resolved.to) reason = "allowFrom-fallback";
|
|
2059
|
+
}
|
|
2060
|
+
return {
|
|
2061
|
+
channel: resolvedTarget.channel,
|
|
2062
|
+
to: resolved.to,
|
|
2063
|
+
reason,
|
|
2064
|
+
accountId: effectiveAccountId,
|
|
2065
|
+
threadId: resolvedTarget.threadId,
|
|
2066
|
+
lastChannel: resolvedTarget.lastChannel,
|
|
2067
|
+
lastAccountId: resolvedTarget.lastAccountId
|
|
2068
|
+
};
|
|
2069
|
+
}
|
|
2070
|
+
function buildNoHeartbeatDeliveryTarget(params) {
|
|
2071
|
+
return {
|
|
2072
|
+
channel: "none",
|
|
2073
|
+
reason: params.reason,
|
|
2074
|
+
accountId: params.accountId,
|
|
2075
|
+
lastChannel: params.lastChannel,
|
|
2076
|
+
lastAccountId: params.lastAccountId
|
|
2077
|
+
};
|
|
2078
|
+
}
|
|
2079
|
+
function inferDiscordTargetChatType(to) {
|
|
2080
|
+
try {
|
|
2081
|
+
const target = parseDiscordTarget(to, { defaultKind: "channel" });
|
|
2082
|
+
if (!target) return;
|
|
2083
|
+
return target.kind === "user" ? "direct" : "channel";
|
|
2084
|
+
} catch {
|
|
2085
|
+
return;
|
|
2086
|
+
}
|
|
2087
|
+
}
|
|
2088
|
+
function inferSlackTargetChatType(to) {
|
|
2089
|
+
const target = parseSlackTarget(to, { defaultKind: "channel" });
|
|
2090
|
+
if (!target) return;
|
|
2091
|
+
return target.kind === "user" ? "direct" : "channel";
|
|
2092
|
+
}
|
|
2093
|
+
function inferTelegramTargetChatType(to) {
|
|
2094
|
+
const chatType = resolveTelegramTargetChatType(to);
|
|
2095
|
+
return chatType === "unknown" ? void 0 : chatType;
|
|
2096
|
+
}
|
|
2097
|
+
function inferWhatsAppTargetChatType(to) {
|
|
2098
|
+
const normalized = normalizeWhatsAppTarget(to);
|
|
2099
|
+
if (!normalized) return;
|
|
2100
|
+
return isWhatsAppGroupJid(normalized) ? "group" : "direct";
|
|
2101
|
+
}
|
|
2102
|
+
function inferSignalTargetChatType(rawTo) {
|
|
2103
|
+
let to = rawTo.trim();
|
|
2104
|
+
if (!to) return;
|
|
2105
|
+
if (/^signal:/i.test(to)) to = to.replace(/^signal:/i, "").trim();
|
|
2106
|
+
if (!to) return;
|
|
2107
|
+
const lower = to.toLowerCase();
|
|
2108
|
+
if (lower.startsWith("group:")) return "group";
|
|
2109
|
+
if (lower.startsWith("username:") || lower.startsWith("u:")) return "direct";
|
|
2110
|
+
return "direct";
|
|
2111
|
+
}
|
|
2112
|
+
const HEARTBEAT_TARGET_CHAT_TYPE_INFERERS = {
|
|
2113
|
+
discord: inferDiscordTargetChatType,
|
|
2114
|
+
slack: inferSlackTargetChatType,
|
|
2115
|
+
telegram: inferTelegramTargetChatType,
|
|
2116
|
+
whatsapp: inferWhatsAppTargetChatType,
|
|
2117
|
+
signal: inferSignalTargetChatType
|
|
2118
|
+
};
|
|
2119
|
+
function inferChatTypeFromTarget(params) {
|
|
2120
|
+
const to = params.to.trim();
|
|
2121
|
+
if (!to) return;
|
|
2122
|
+
if (/^user:/i.test(to)) return "direct";
|
|
2123
|
+
if (/^(channel:|thread:)/i.test(to)) return "channel";
|
|
2124
|
+
if (/^group:/i.test(to)) return "group";
|
|
2125
|
+
return HEARTBEAT_TARGET_CHAT_TYPE_INFERERS[params.channel]?.(to);
|
|
2126
|
+
}
|
|
2127
|
+
function resolveHeartbeatDeliveryChatType(params) {
|
|
2128
|
+
if (params.sessionChatType) return params.sessionChatType;
|
|
2129
|
+
return inferChatTypeFromTarget({
|
|
2130
|
+
channel: params.channel,
|
|
2131
|
+
to: params.to
|
|
2132
|
+
});
|
|
2133
|
+
}
|
|
2134
|
+
function resolveHeartbeatSenderId(params) {
|
|
2135
|
+
const { allowFrom, deliveryTo, lastTo, provider } = params;
|
|
2136
|
+
const candidates = [
|
|
2137
|
+
deliveryTo?.trim(),
|
|
2138
|
+
provider && deliveryTo ? `${provider}:${deliveryTo}` : void 0,
|
|
2139
|
+
lastTo?.trim(),
|
|
2140
|
+
provider && lastTo ? `${provider}:${lastTo}` : void 0
|
|
2141
|
+
].filter((val) => Boolean(val?.trim()));
|
|
2142
|
+
const allowList = allowFrom.map((entry) => String(entry)).filter((entry) => entry && entry !== "*");
|
|
2143
|
+
if (allowFrom.includes("*")) return candidates[0] ?? "heartbeat";
|
|
2144
|
+
if (candidates.length > 0 && allowList.length > 0) {
|
|
2145
|
+
const matched = candidates.find((candidate) => allowList.includes(candidate));
|
|
2146
|
+
if (matched) return matched;
|
|
2147
|
+
}
|
|
2148
|
+
if (candidates.length > 0 && allowList.length === 0) return candidates[0];
|
|
2149
|
+
if (allowList.length > 0) return allowList[0];
|
|
2150
|
+
return candidates[0] ?? "heartbeat";
|
|
2151
|
+
}
|
|
2152
|
+
function resolveHeartbeatSenderContext(params) {
|
|
2153
|
+
const provider = params.delivery.channel !== "none" ? params.delivery.channel : params.delivery.lastChannel;
|
|
2154
|
+
const accountId = params.delivery.accountId ?? (provider === params.delivery.lastChannel ? params.delivery.lastAccountId : void 0);
|
|
2155
|
+
const allowFrom = (provider ? getChannelPlugin(provider)?.config.resolveAllowFrom?.({
|
|
2156
|
+
cfg: params.cfg,
|
|
2157
|
+
accountId
|
|
2158
|
+
}) ?? [] : []).map((entry) => String(entry));
|
|
2159
|
+
return {
|
|
2160
|
+
sender: resolveHeartbeatSenderId({
|
|
2161
|
+
allowFrom,
|
|
2162
|
+
deliveryTo: params.delivery.to,
|
|
2163
|
+
lastTo: params.entry?.lastTo,
|
|
2164
|
+
provider
|
|
2165
|
+
}),
|
|
2166
|
+
provider,
|
|
2167
|
+
allowFrom
|
|
2168
|
+
};
|
|
2169
|
+
}
|
|
2170
|
+
|
|
2171
|
+
//#endregion
|
|
2172
|
+
export { peekSystemEventEntries as _, getCliSessionId as a, resolveSendPolicy as b, listChannelSupportedActions as c, resolveSessionAuthProfileOverride as d, applyVerboseOverride as f, isSystemEventContextChanged as g, enqueueSystemEvent as h, resolveSessionDeliveryTarget as i, resolveChannelMessageToolHints as l, drainSystemEventEntries as m, resolveHeartbeatSenderContext as n, setCliSessionId as o, parseVerboseOverride as p, resolveOutboundTarget as r, ChannelBridge as s, resolveHeartbeatDeliveryTarget as t, clearSessionAuthProfileOverride as u, peekSystemEvents as v, normalizeSendPolicy as y };
|