@askexenow/exe-os 0.9.227 → 0.9.229
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/dist/active-agent-GJDG4CAW.js +24 -0
- package/dist/active-agent-WOP3ZHLN.js +25 -0
- package/dist/agent-context-ZPDQOAD2.js +9 -0
- package/dist/agent-heartbeat-AWTVGE4C.js +60 -0
- package/dist/agent-loop-7UM2ENGU.js +10 -0
- package/dist/agentic-ontology-ASORFII6.js +25 -0
- package/dist/asana-JN2UF47A.js +129 -0
- package/dist/assets/ghostty.conf +83 -0
- package/dist/assets/statusline-command.sh +44 -0
- package/dist/assets/tmux.conf +56 -0
- package/dist/assets/wezterm.lua +68 -0
- package/dist/backfill-metadata-JRWUECUS.js +596 -0
- package/dist/background-jobs-VTOMOTNA.js +25 -0
- package/dist/bash-XA65M6T6.js +8 -0
- package/dist/behaviors-36T3O2DC.js +24 -0
- package/dist/bin/age-ontology-load.js +85 -0
- package/dist/bin/agentic-ontology-backfill.js +84 -0
- package/dist/bin/agentic-reflection-backfill.js +45 -0
- package/dist/bin/agentic-semantic-label.js +193 -0
- package/dist/bin/backfill-conversations.js +399 -0
- package/dist/bin/backfill-responses.js +227 -0
- package/dist/bin/backfill-vectors.js +149 -0
- package/dist/bin/bulk-sync-postgres.js +92 -0
- package/dist/bin/cc-doctor.js +51 -0
- package/dist/bin/cleanup-stale-review-tasks.js +139 -0
- package/dist/bin/cli.js +1076 -0
- package/dist/bin/customer-readiness.js +389 -0
- package/dist/bin/deferred-daemon-restart.js +123 -0
- package/dist/bin/exe-agent-config.js +87 -0
- package/dist/bin/exe-agent.js +190 -0
- package/dist/bin/exe-assign.js +93 -0
- package/dist/bin/exe-boot.js +1114 -0
- package/dist/bin/exe-call.js +127 -0
- package/dist/bin/exe-cloud.js +484 -0
- package/dist/bin/exe-dispatch.js +72 -0
- package/dist/bin/exe-doctor.js +48 -0
- package/dist/bin/exe-export-behaviors.js +48 -0
- package/dist/bin/exe-forget.js +204 -0
- package/dist/bin/exe-gateway.js +1137 -0
- package/dist/bin/exe-healthcheck.js +14 -0
- package/dist/bin/exe-heartbeat.js +233 -0
- package/dist/bin/exe-kill.js +126 -0
- package/dist/bin/exe-launch-agent.js +678 -0
- package/dist/bin/exe-new-employee.js +160 -0
- package/dist/bin/exe-pending-messages.js +60 -0
- package/dist/bin/exe-pending-notifications.js +107 -0
- package/dist/bin/exe-pending-reviews.js +81 -0
- package/dist/bin/exe-rename.js +219 -0
- package/dist/bin/exe-repo-drift.js +95 -0
- package/dist/bin/exe-review.js +251 -0
- package/dist/bin/exe-search.js +65 -0
- package/dist/bin/exe-session-cleanup.js +331 -0
- package/dist/bin/exe-settings.js +364 -0
- package/dist/bin/exe-start-codex.js +404 -0
- package/dist/bin/exe-start-opencode.js +233 -0
- package/dist/bin/exe-start.sh +194 -0
- package/dist/bin/exe-status.js +34 -0
- package/dist/bin/exe-support.js +17 -0
- package/dist/bin/exe-team.js +83 -0
- package/dist/bin/generate-hook-manifest.js +30 -0
- package/dist/bin/git-sweep.js +74 -0
- package/dist/bin/graph-backfill.js +78 -0
- package/dist/bin/graph-export.js +66 -0
- package/dist/bin/graph-layer-benchmark.js +113 -0
- package/dist/bin/import-history.js +84 -0
- package/dist/bin/install-launchd.js +41 -0
- package/dist/bin/install.js +422 -0
- package/dist/bin/intercom-check.js +137 -0
- package/dist/bin/list-providers.js +128 -0
- package/dist/bin/mcp-sessions.js +194 -0
- package/dist/bin/orchestration-metrics.js +61 -0
- package/dist/bin/postgres-agentic-reflection-backfill.js +123 -0
- package/dist/bin/postgres-agentic-semantic-backfill.js +126 -0
- package/dist/bin/pre-build-guard.js +98 -0
- package/dist/bin/pre-publish.js +224 -0
- package/dist/bin/registry-proxy.js +44 -0
- package/dist/bin/scan-tasks.js +265 -0
- package/dist/bin/setup.js +19 -0
- package/dist/bin/shard-migrate.js +162 -0
- package/dist/bin/stack-update.js +372 -0
- package/dist/bin/update.js +354 -0
- package/dist/bin/verify-stack.js +389 -0
- package/dist/bin/vps-backup.js +170 -0
- package/dist/bin/vps-health-gate.js +232 -0
- package/dist/branding-I2TDZFUH.js +97 -0
- package/dist/browser-sanitizer-MRSSEJZE.js +229 -0
- package/dist/browser-session-store-RF45DSJR.js +232 -0
- package/dist/capacity-monitor-HZPAFQZH.js +48 -0
- package/dist/catchup-brief-CDG4KD5Y.js +150 -0
- package/dist/chunk-26PUEPOY.js +290 -0
- package/dist/chunk-2VZ6SY2R.js +142 -0
- package/dist/chunk-36DAY227.js +297 -0
- package/dist/chunk-3A5BZETG.js +463 -0
- package/dist/chunk-3DQ3IPPO.js +50 -0
- package/dist/chunk-3JP3FY33.js +258 -0
- package/dist/chunk-3MK3R5E6.js +85 -0
- package/dist/chunk-46SQTBQW.js +207 -0
- package/dist/chunk-4JERP7NT.js +132 -0
- package/dist/chunk-557C2IGL.js +0 -0
- package/dist/chunk-5BS5ELMC.js +85 -0
- package/dist/chunk-5NFBE376.js +391 -0
- package/dist/chunk-6A7P74QV.js +53 -0
- package/dist/chunk-6KFICEAT.js +20 -0
- package/dist/chunk-6MP5NOOR.js +151 -0
- package/dist/chunk-6Y4B3QF6.js +19 -0
- package/dist/chunk-7BPKHR4O.js +171 -0
- package/dist/chunk-7DNX45WB.js +244 -0
- package/dist/chunk-7EZCYO76.js +128 -0
- package/dist/chunk-7NNXBDOO.js +541 -0
- package/dist/chunk-ADJXHBEU.js +667 -0
- package/dist/chunk-AHMUF6RO.js +147 -0
- package/dist/chunk-AJWFPKQS.js +573 -0
- package/dist/chunk-AVE2B4DQ.js +140 -0
- package/dist/chunk-AZSCW64F.js +190 -0
- package/dist/chunk-BZAQ4UG7.js +614 -0
- package/dist/chunk-CHCA3ZM2.js +167 -0
- package/dist/chunk-CHT3THVG.js +240 -0
- package/dist/chunk-CLGB3FGL.js +48 -0
- package/dist/chunk-CQDSTBKT.js +1919 -0
- package/dist/chunk-CTFKTUYN.js +627 -0
- package/dist/chunk-CVYC6DUW.js +78 -0
- package/dist/chunk-CX6GL3ZJ.js +274 -0
- package/dist/chunk-D4IVTUNN.js +377 -0
- package/dist/chunk-DGOGCPYU.js +390 -0
- package/dist/chunk-DKRTWILB.js +81 -0
- package/dist/chunk-DLXTKVBO.js +183 -0
- package/dist/chunk-E6ORBQHP.js +225 -0
- package/dist/chunk-ECGTESAP.js +236 -0
- package/dist/chunk-ECQBG62Y.js +363 -0
- package/dist/chunk-ECSNSHZ7.js +431 -0
- package/dist/chunk-EEAKFEEA.js +221 -0
- package/dist/chunk-EGWPJQRQ.js +159 -0
- package/dist/chunk-EHKIJPVX.js +30 -0
- package/dist/chunk-EIT6J37V.js +119 -0
- package/dist/chunk-EQSQ4HBW.js +9 -0
- package/dist/chunk-ETSREHYC.js +55 -0
- package/dist/chunk-F2GUJW5O.js +1090 -0
- package/dist/chunk-F7LU65PQ.js +33 -0
- package/dist/chunk-FF62UWIJ.js +90 -0
- package/dist/chunk-FIPU4BDF.js +123 -0
- package/dist/chunk-FLSASUV3.js +177 -0
- package/dist/chunk-FWFFZGSC.js +94 -0
- package/dist/chunk-FXU7JOXK.js +6 -0
- package/dist/chunk-G4LLKD4Z.js +147 -0
- package/dist/chunk-GFCQJZTO.js +1051 -0
- package/dist/chunk-GGV3PFUW.js +41 -0
- package/dist/chunk-GJV3WDWM.js +14 -0
- package/dist/chunk-GKM7RYN3.js +1020 -0
- package/dist/chunk-GNHN5HRQ.js +40 -0
- package/dist/chunk-GP6G6EQI.js +632 -0
- package/dist/chunk-GUMRIUI5.js +63 -0
- package/dist/chunk-GVP5U4WL.js +113 -0
- package/dist/chunk-HF25XPZE.js +83 -0
- package/dist/chunk-HFJNYSTQ.js +1088 -0
- package/dist/chunk-HO5SBL4B.js +97 -0
- package/dist/chunk-HOKOOBDL.js +52 -0
- package/dist/chunk-HQMEOIUJ.js +69 -0
- package/dist/chunk-HTCBLSIB.js +813 -0
- package/dist/chunk-HYZV25LY.js +34 -0
- package/dist/chunk-I2CDSGQW.js +280 -0
- package/dist/chunk-I7AW4237.js +251 -0
- package/dist/chunk-IKTMX6N7.js +495 -0
- package/dist/chunk-IQT43SDJ.js +357 -0
- package/dist/chunk-IW53DAYO.js +210 -0
- package/dist/chunk-JBKA7F5V.js +2017 -0
- package/dist/chunk-JJNXFW7M.js +330 -0
- package/dist/chunk-JKGAJAM7.js +214 -0
- package/dist/chunk-JQ6TLNIV.js +133 -0
- package/dist/chunk-JSH5MAMM.js +284 -0
- package/dist/chunk-KCUYRZSX.js +72 -0
- package/dist/chunk-KH5Y6RR4.js +360 -0
- package/dist/chunk-L24HYX62.js +498 -0
- package/dist/chunk-L3TB7CC3.js +170 -0
- package/dist/chunk-LHOIY5LQ.js +58 -0
- package/dist/chunk-LWVZLTMD.js +412 -0
- package/dist/chunk-LYH5HE24.js +73 -0
- package/dist/chunk-M37HYGAG.js +346 -0
- package/dist/chunk-MJXEOKIW.js +54 -0
- package/dist/chunk-MKVFPQH2.js +1051 -0
- package/dist/chunk-MLXJ5EZG.js +90 -0
- package/dist/chunk-MP2AFCGL.js +53 -0
- package/dist/chunk-MSCB4ACU.js +356 -0
- package/dist/chunk-MVW62NIZ.js +20 -0
- package/dist/chunk-MZIGUUDQ.js +42 -0
- package/dist/chunk-N5RRQOAC.js +134 -0
- package/dist/chunk-NFB4N53K.js +159 -0
- package/dist/chunk-NGP6LSV2.js +25 -0
- package/dist/chunk-NGVOA6ZQ.js +84 -0
- package/dist/chunk-NRFVWJHP.js +575 -0
- package/dist/chunk-NUVDSQNY.js +1345 -0
- package/dist/chunk-O377P7GM.js +100 -0
- package/dist/chunk-OE6SYHTC.js +157 -0
- package/dist/chunk-OHPRXEUA.js +75 -0
- package/dist/chunk-OI6MVDSY.js +33 -0
- package/dist/chunk-ONKIWA3R.js +249 -0
- package/dist/chunk-OPU3NYOO.js +55 -0
- package/dist/chunk-ORCCI2VV.js +140 -0
- package/dist/chunk-OSMMWGJ2.js +204 -0
- package/dist/chunk-OYNKIAVW.js +181 -0
- package/dist/chunk-PRKVT4KN.js +90 -0
- package/dist/chunk-PW2YH2ZR.js +403 -0
- package/dist/chunk-PWMMIGVQ.js +332 -0
- package/dist/chunk-Q3V7K4ME.js +149 -0
- package/dist/chunk-Q5GUJUDW.js +348 -0
- package/dist/chunk-Q7RGLXQO.js +574 -0
- package/dist/chunk-Q7XA3SQ4.js +13097 -0
- package/dist/chunk-QGGH7LOU.js +93 -0
- package/dist/chunk-QHIGMP2M.js +237 -0
- package/dist/chunk-QI4IXJN7.js +132 -0
- package/dist/chunk-R2E4TV5V.js +56 -0
- package/dist/chunk-R4WMF32C.js +81 -0
- package/dist/chunk-R5U7XKVJ.js +16 -0
- package/dist/chunk-RJT7H2KR.js +349 -0
- package/dist/chunk-RMPAMMYW.js +70 -0
- package/dist/chunk-RTXGUKY3.js +731 -0
- package/dist/chunk-SH45SJQW.js +0 -0
- package/dist/chunk-SUNYJ6YE.js +204 -0
- package/dist/chunk-SVXDCELZ.js +163 -0
- package/dist/chunk-TMEE7AT7.js +72 -0
- package/dist/chunk-TNTFEWU5.js +361 -0
- package/dist/chunk-TOQZO2XX.js +76 -0
- package/dist/chunk-UBMGUX6T.js +3753 -0
- package/dist/chunk-UJOSFVWG.js +3511 -0
- package/dist/chunk-UPSZ2VKV.js +197 -0
- package/dist/chunk-UV4ZHXUP.js +38 -0
- package/dist/chunk-UWISNP4U.js +1073 -0
- package/dist/chunk-V3QAAU2U.js +129 -0
- package/dist/chunk-V4TZI6EO.js +60 -0
- package/dist/chunk-W6TC6A73.js +77 -0
- package/dist/chunk-WA67SFFZ.js +227 -0
- package/dist/chunk-WWPX2LLP.js +262 -0
- package/dist/chunk-WZ2RVKRO.js +121 -0
- package/dist/chunk-X2Z5GT3V.js +118 -0
- package/dist/chunk-X3AVWFWW.js +294 -0
- package/dist/chunk-XEKO37NM.js +43 -0
- package/dist/chunk-YADYM2DE.js +42 -0
- package/dist/chunk-YCTCKUZE.js +128 -0
- package/dist/chunk-YGAAZN3E.js +47 -0
- package/dist/chunk-YKIPAQZG.js +333 -0
- package/dist/chunk-YSU7JB7H.js +0 -0
- package/dist/chunk-YZFZDJWZ.js +107 -0
- package/dist/chunk-YZKJLGWL.js +169 -0
- package/dist/chunk-Z3TT2SVJ.js +135 -0
- package/dist/chunk-Z3ZCLTP7.js +382 -0
- package/dist/chunk-ZVSG2KKG.js +106 -0
- package/dist/co-activation-AJZTQHI3.js +71 -0
- package/dist/co-occurrence-FGEJIMMV.js +73 -0
- package/dist/code-context-index-KHUYATRB.js +29 -0
- package/dist/content-extractor-CUJOBFBU.js +9 -0
- package/dist/conversation-entity-extractor-TW4W57K4.js +114 -0
- package/dist/conversation-wiki-populator-GNFRTS7X.js +105 -0
- package/dist/core-memory-R7QBLN4C.js +110 -0
- package/dist/crdt-sync-K25AKQAD.js +33 -0
- package/dist/crm-bridge-NG5WJMGF.js +19 -0
- package/dist/crm-webhook-3ODT32F7.js +10 -0
- package/dist/cto-delegation-gate-4XDMTK6H.js +205 -0
- package/dist/daemon-auth-WFQMMNSD.js +13 -0
- package/dist/daemon-orchestration-5I7RLXCP.js +133 -0
- package/dist/daemon-protocol-4FUHT5NH.js +17 -0
- package/dist/db-backup-MSQKO6M5.js +25 -0
- package/dist/devtools-J4QYYO7U.js +8 -0
- package/dist/discord-7UHIZNJ3.js +7 -0
- package/dist/dispatch-ack-RMVFHO4I.js +13 -0
- package/dist/dreaming-UL7T5ZXA.js +12 -0
- package/dist/email-T6PQUUY6.js +137 -0
- package/dist/entity-boost-7MB2IYAE.js +332 -0
- package/dist/exe-drift-2KHRPBUK.js +67 -0
- package/dist/exe-export-UZN6EFOR.js +72 -0
- package/dist/exe-import-OSM3U36A.js +75 -0
- package/dist/exe-key-OG35WPBA.js +573 -0
- package/dist/exe-org-JRBBON5H.js +73 -0
- package/dist/exe-snapshot-7TQIN7XI.js +145 -0
- package/dist/factory-UQSRMKJW.js +67 -0
- package/dist/fast-db-init-4VXDSFUY.js +7 -0
- package/dist/file-edit-YORRFENG.js +8 -0
- package/dist/file-read-RMQFDE5L.js +8 -0
- package/dist/file-write-VO4MQW5Y.js +8 -0
- package/dist/founder-context-3N6BMG7B.js +96 -0
- package/dist/gateway/index.js +148 -0
- package/dist/gateway-client-V7NH35Q2.js +11 -0
- package/dist/git-staleness-JW57ZGEJ.js +109 -0
- package/dist/git-task-sweep-HYAPIM44.js +39 -0
- package/dist/glob-2LXRC3F5.js +7 -0
- package/dist/global-procedures-NY3W7L5Q.js +19 -0
- package/dist/graph-auto-extract-5GZ34NXS.js +161 -0
- package/dist/graph-query-YZ4RZEIL.js +26 -0
- package/dist/graph-rag-S5SBJW5J.js +29 -0
- package/dist/grep-OY7KCRLQ.js +7 -0
- package/dist/hook-integrity-OKSYTGVP.js +89 -0
- package/dist/hooks/bug-report-worker.js +179 -0
- package/dist/hooks/codex-stop-task-finalizer.js +258 -0
- package/dist/hooks/commit-complete.js +162 -0
- package/dist/hooks/error-recall.js +129 -0
- package/dist/hooks/exe-heartbeat-hook.js +78 -0
- package/dist/hooks/ingest-worker.js +51 -0
- package/dist/hooks/ingest.js +491 -0
- package/dist/hooks/instructions-loaded.js +119 -0
- package/dist/hooks/manifest.json +25 -0
- package/dist/hooks/notification.js +67 -0
- package/dist/hooks/post-compact.js +138 -0
- package/dist/hooks/post-tool-combined.js +152 -0
- package/dist/hooks/pre-compact.js +159 -0
- package/dist/hooks/pre-tool-use.js +512 -0
- package/dist/hooks/prompt-submit.js +699 -0
- package/dist/hooks/session-end.js +482 -0
- package/dist/hooks/session-start.js +362 -0
- package/dist/hooks/stop.js +332 -0
- package/dist/hooks/subagent-stop.js +85 -0
- package/dist/hooks/summary-worker.js +298 -0
- package/dist/hooks-RPTZV5KX.js +9 -0
- package/dist/imessage-CE5USLTI.js +7 -0
- package/dist/index.js +60 -0
- package/dist/installer-GMIVB2JS.js +341 -0
- package/dist/installer-OBYQ6O3C.js +295 -0
- package/dist/installer-UAMA6ZVH.js +37 -0
- package/dist/intercom-queue-USIXVVJQ.js +17 -0
- package/dist/key-backup-status-TVFMMWTT.js +39 -0
- package/dist/keyword-extractor-OGQRRVTB.js +11 -0
- package/dist/lib/agent-config.js +30 -0
- package/dist/lib/cloud-sync.js +103 -0
- package/dist/lib/cloudflare-dns.js +13 -0
- package/dist/lib/config.js +32 -0
- package/dist/lib/consolidation.js +38 -0
- package/dist/lib/crypto.js +13 -0
- package/dist/lib/database.js +31 -0
- package/dist/lib/db-daemon-client.js +141 -0
- package/dist/lib/db.js +31 -0
- package/dist/lib/device-registry.js +70 -0
- package/dist/lib/embed-worker.js +165 -0
- package/dist/lib/embedder.js +19 -0
- package/dist/lib/employee-templates.js +34 -0
- package/dist/lib/employees.js +63 -0
- package/dist/lib/error-detector.js +16 -0
- package/dist/lib/exe-daemon-client.js +25 -0
- package/dist/lib/exe-daemon.js +4454 -0
- package/dist/lib/file-grep.js +242 -0
- package/dist/lib/hybrid-search.js +28 -0
- package/dist/lib/identity-templates.js +650 -0
- package/dist/lib/identity.js +19 -0
- package/dist/lib/keychain.js +17 -0
- package/dist/lib/license.js +35 -0
- package/dist/lib/messaging.js +59 -0
- package/dist/lib/post-tool-memory.js +13 -0
- package/dist/lib/registry-proxy.js +15 -0
- package/dist/lib/reminders.js +16 -0
- package/dist/lib/runtime-table.js +9 -0
- package/dist/lib/schedules.js +24 -0
- package/dist/lib/session-registry.js +21 -0
- package/dist/lib/session-wrappers.js +7 -0
- package/dist/lib/skill-learning.js +29 -0
- package/dist/lib/status-brief.js +7 -0
- package/dist/lib/store.js +43 -0
- package/dist/lib/task-router.js +22 -0
- package/dist/lib/tasks.js +66 -0
- package/dist/lib/tmux-routing.js +70 -0
- package/dist/lib/tmux-status.js +29 -0
- package/dist/lib/tmux-transport.js +7 -0
- package/dist/lib/token-spend.js +12 -0
- package/dist/lib/transport.js +10 -0
- package/dist/lib/ws-auth.js +11 -0
- package/dist/lib/ws-client.js +190 -0
- package/dist/license-gate-7QVCYARF.js +14 -0
- package/dist/mcp/register-tools.js +102 -0
- package/dist/mcp/server.js +370 -0
- package/dist/mcp/tools/complete-reminder.js +13 -0
- package/dist/mcp/tools/create-reminder.js +13 -0
- package/dist/mcp/tools/create-task.js +34 -0
- package/dist/mcp/tools/deactivate-behavior.js +16 -0
- package/dist/mcp/tools/list-reminders.js +13 -0
- package/dist/mcp/tools/list-tasks.js +33 -0
- package/dist/mcp/tools/send-message.js +33 -0
- package/dist/mcp/tools/update-task.js +32 -0
- package/dist/mcp-diagnostics-5T5OZ52S.js +200 -0
- package/dist/mcp-disconnect-tracker-VINUVEZJ.js +79 -0
- package/dist/mcp-http-config-YPF4WGU5.js +26 -0
- package/dist/memory-cards-XHZEOX7Q.js +173 -0
- package/dist/memory-graph-extractor-J3K7B4GC.js +16 -0
- package/dist/memory-poisoning-defense-I76FGNHK.js +224 -0
- package/dist/memory-queue-WEVFXPZO.js +19 -0
- package/dist/memory-queue-client-5XBHYAQR.js +15 -0
- package/dist/memory-reflection-YJGI6IDI.js +237 -0
- package/dist/message-queue-client-FUKX43JD.js +92 -0
- package/dist/notifications-H4F77BYT.js +44 -0
- package/dist/oauth-server-CCZPDTZJ.js +437 -0
- package/dist/orchestration-events-LXVPJL6S.js +24 -0
- package/dist/orchestration-phase-HXRKMZXM.js +23 -0
- package/dist/orchestrator-HXUZ6LYM.js +32 -0
- package/dist/permission-presets-UPVLJWZD.js +25 -0
- package/dist/permissions-C4EMHPDD.js +14 -0
- package/dist/pg-ssl-GD3332YS.js +7 -0
- package/dist/pipeline-router-QRJQWMFF.js +12 -0
- package/dist/plan-limits-NFQVRHS5.js +25 -0
- package/dist/prediction-log-C2BD3AHR.js +120 -0
- package/dist/preferences-5ARPMYE7.js +10 -0
- package/dist/preflight-TZOGLBZU.js +287 -0
- package/dist/project-boot-JIGOSGCN.js +254 -0
- package/dist/project-name-4SKOH2UO.js +10 -0
- package/dist/projection-worker-JZQTL4NU.js +877 -0
- package/dist/push-notifications-3GNJ5SZS.js +15 -0
- package/dist/reranker-U6DEAT4S.js +19 -0
- package/dist/review-gate-I66GDXNR.js +120 -0
- package/dist/review-polling-W2S3XAAU.js +123 -0
- package/dist/runtime/index.js +129 -0
- package/dist/self-query-router-QMK5ZSZR.js +188 -0
- package/dist/session-events-MNWHGZY5.js +35 -0
- package/dist/session-kill-telemetry-JHSI7D3F.js +28 -0
- package/dist/session-scope-SMT225X3.js +85 -0
- package/dist/setup-wizard-RBUTEZB2.js +12 -0
- package/dist/shard-manager-ON2WWCRM.js +29 -0
- package/dist/signal-KF2LIO7Y.js +7 -0
- package/dist/signal-paths-5ZTWCBUX.js +19 -0
- package/dist/skill-refinement-LKJHUW2U.js +156 -0
- package/dist/slack-JRDUD5Z7.js +7 -0
- package/dist/stack-update-ZIMV4OEQ.js +50 -0
- package/dist/steward-gate-6IKH335D.js +12 -0
- package/dist/support-outbox-HIJVUDA2.js +206 -0
- package/dist/task-enforcement-UIEWTA6H.js +292 -0
- package/dist/task-scanner-5OQBNC2N.js +11 -0
- package/dist/task-scope-DNQURKOQ.js +34 -0
- package/dist/tasks-crud-CLAYZZ4O.js +76 -0
- package/dist/tasks-review-OHR2P4QE.js +46 -0
- package/dist/telegram-COCYUCT7.js +7 -0
- package/dist/telemetry-QKWQKAUC.js +9 -0
- package/dist/telemetry-upload-APVDPCEV.js +609 -0
- package/dist/token-budget-6IQNYKLR.js +83 -0
- package/dist/tool-capability-index-UUNF7VPA.js +10 -0
- package/dist/tool-gates-6A6LE4DZ.js +14 -0
- package/dist/tool-gates-RNWEH5IK.js +13 -0
- package/dist/tool-registry-KL24CAFR.js +11 -0
- package/dist/tool-telemetry-SJSIL5M5.js +17 -0
- package/dist/tui/App.js +10223 -0
- package/dist/tui-data-L6XG4Z52.js +161 -0
- package/dist/typed-messages-53Q7L3LB.js +17 -0
- package/dist/update-check-5IL5I3E2.js +11 -0
- package/dist/webhook-VXGIH7PN.js +96 -0
- package/dist/webhook-pipe-4WPFGGFD.js +114 -0
- package/dist/whatsapp-PSMKCDS7.js +9 -0
- package/dist/whatsapp-accounts-4OKWFRWL.js +15 -0
- package/dist/whatsapp-config-ZG5LX4O4.js +125 -0
- package/dist/wiki-acl-XCT6QQGP.js +111 -0
- package/dist/wiki-client-KE622HKY.js +157 -0
- package/dist/worker-gate-GFKXZ6V5.js +21 -0
- package/dist/workflow-engine-6HTKI2ZE.js +28 -0
- package/dist/working-memory-Z3EB3FW6.js +77 -0
- package/dist/worktree-BO7QQ32T.js +25 -0
- package/package.json +1 -1
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
// src/gateway/adapters/slack.ts
|
|
2
|
+
import { randomUUID } from "crypto";
|
|
3
|
+
var SlackAdapter = class {
|
|
4
|
+
platform = "slack";
|
|
5
|
+
webClient = null;
|
|
6
|
+
// WebClient — dynamic import
|
|
7
|
+
socketClient = null;
|
|
8
|
+
// SocketModeClient — dynamic import
|
|
9
|
+
messageHandler = null;
|
|
10
|
+
connected = false;
|
|
11
|
+
botUserId = "";
|
|
12
|
+
async connect(config) {
|
|
13
|
+
const { WebClient } = await import("@slack/web-api");
|
|
14
|
+
const { SocketModeClient } = await import("@slack/socket-mode");
|
|
15
|
+
const token = config.credentials.bot_token ?? config.credentials.token;
|
|
16
|
+
const appToken = config.credentials.app_token;
|
|
17
|
+
if (!token) {
|
|
18
|
+
throw new Error("Slack requires bot_token (xoxb-) in credentials");
|
|
19
|
+
}
|
|
20
|
+
if (!appToken) {
|
|
21
|
+
throw new Error("Slack requires app_token (xapp-) for Socket Mode in credentials");
|
|
22
|
+
}
|
|
23
|
+
this.webClient = new WebClient(token);
|
|
24
|
+
this.socketClient = new SocketModeClient({ appToken });
|
|
25
|
+
try {
|
|
26
|
+
const auth = await this.webClient.auth.test();
|
|
27
|
+
this.botUserId = auth.user_id ?? "";
|
|
28
|
+
} catch (err) {
|
|
29
|
+
throw new Error(
|
|
30
|
+
`Slack auth failed: ${err instanceof Error ? err.message : String(err)}`
|
|
31
|
+
);
|
|
32
|
+
}
|
|
33
|
+
this.socketClient.on("message", async ({ event, ack }) => {
|
|
34
|
+
await ack();
|
|
35
|
+
if (!this.messageHandler || !event) return;
|
|
36
|
+
if (event.user === this.botUserId) return;
|
|
37
|
+
if (event.subtype) return;
|
|
38
|
+
const isGroup = event.channel_type !== "im";
|
|
39
|
+
const normalized = {
|
|
40
|
+
messageId: event.client_msg_id ?? event.ts ?? randomUUID(),
|
|
41
|
+
platform: "slack",
|
|
42
|
+
senderId: event.user ?? "",
|
|
43
|
+
channelId: event.channel ?? "",
|
|
44
|
+
chatType: isGroup ? "group" : "direct",
|
|
45
|
+
text: event.text ?? "",
|
|
46
|
+
timestamp: event.ts ? new Date(parseFloat(event.ts) * 1e3).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
47
|
+
threadId: event.thread_ts ?? void 0,
|
|
48
|
+
replyTo: event.thread_ts && event.thread_ts !== event.ts ? {
|
|
49
|
+
messageId: event.thread_ts,
|
|
50
|
+
text: "",
|
|
51
|
+
senderId: ""
|
|
52
|
+
} : void 0,
|
|
53
|
+
media: this.extractMedia(event),
|
|
54
|
+
raw: event
|
|
55
|
+
};
|
|
56
|
+
try {
|
|
57
|
+
await this.messageHandler(normalized);
|
|
58
|
+
} catch (err) {
|
|
59
|
+
console.error("[slack] Message handler error:", err);
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
await this.socketClient.start();
|
|
63
|
+
this.connected = true;
|
|
64
|
+
console.log("[slack] Connected via Socket Mode");
|
|
65
|
+
}
|
|
66
|
+
async disconnect() {
|
|
67
|
+
await this.socketClient?.disconnect();
|
|
68
|
+
this.socketClient = null;
|
|
69
|
+
this.webClient = null;
|
|
70
|
+
this.connected = false;
|
|
71
|
+
}
|
|
72
|
+
onMessage(handler) {
|
|
73
|
+
this.messageHandler = handler;
|
|
74
|
+
}
|
|
75
|
+
async sendText(channelId, text, options) {
|
|
76
|
+
if (!this.webClient || !this.connected) throw new Error("Slack not connected");
|
|
77
|
+
await this.webClient.chat.postMessage({
|
|
78
|
+
channel: channelId,
|
|
79
|
+
text,
|
|
80
|
+
thread_ts: options?.replyToMessageId
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
async sendTyping(_channelId) {
|
|
84
|
+
}
|
|
85
|
+
async healthCheck() {
|
|
86
|
+
if (!this.webClient) return { connected: false };
|
|
87
|
+
const start = Date.now();
|
|
88
|
+
try {
|
|
89
|
+
await this.webClient.auth.test();
|
|
90
|
+
return { connected: true, latencyMs: Date.now() - start };
|
|
91
|
+
} catch {
|
|
92
|
+
return { connected: false };
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
/** Inject a raw Slack event payload from webhook server */
|
|
96
|
+
async injectMessage(rawPayload) {
|
|
97
|
+
if (!this.messageHandler) return;
|
|
98
|
+
const event = rawPayload;
|
|
99
|
+
if (!event.text) return;
|
|
100
|
+
const isGroup = event.channel_type !== "im";
|
|
101
|
+
const normalized = {
|
|
102
|
+
messageId: event.ts ?? randomUUID(),
|
|
103
|
+
platform: "slack",
|
|
104
|
+
senderId: event.user ?? "",
|
|
105
|
+
senderName: event.user_profile?.display_name ?? event.user_profile?.real_name ?? void 0,
|
|
106
|
+
channelId: event.channel ?? "",
|
|
107
|
+
chatType: isGroup ? "group" : "direct",
|
|
108
|
+
text: event.text,
|
|
109
|
+
timestamp: event.ts ? new Date(parseFloat(event.ts) * 1e3).toISOString() : (/* @__PURE__ */ new Date()).toISOString(),
|
|
110
|
+
threadId: event.thread_ts ?? void 0,
|
|
111
|
+
media: this.extractMedia(event),
|
|
112
|
+
raw: rawPayload
|
|
113
|
+
};
|
|
114
|
+
try {
|
|
115
|
+
await this.messageHandler(normalized);
|
|
116
|
+
} catch (err) {
|
|
117
|
+
console.error("[slack] injectMessage handler error:", err);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
extractMedia(event) {
|
|
121
|
+
const files = event.files;
|
|
122
|
+
if (!files || !Array.isArray(files) || files.length === 0) return void 0;
|
|
123
|
+
return files.map((f) => {
|
|
124
|
+
const mimetype = f.mimetype ?? "";
|
|
125
|
+
let type = "document";
|
|
126
|
+
if (mimetype.startsWith("image/")) type = "image";
|
|
127
|
+
else if (mimetype.startsWith("video/")) type = "video";
|
|
128
|
+
else if (mimetype.startsWith("audio/")) type = "audio";
|
|
129
|
+
return {
|
|
130
|
+
type,
|
|
131
|
+
url: f.url_private ?? void 0,
|
|
132
|
+
fileName: f.name ?? void 0
|
|
133
|
+
};
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export {
|
|
139
|
+
SlackAdapter
|
|
140
|
+
};
|
|
@@ -0,0 +1,204 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getClient
|
|
3
|
+
} from "./chunk-UJOSFVWG.js";
|
|
4
|
+
|
|
5
|
+
// src/lib/pipeline-router.ts
|
|
6
|
+
import crypto from "crypto";
|
|
7
|
+
async function sinkConversationStore(msg, agentResponse, agentName) {
|
|
8
|
+
try {
|
|
9
|
+
const client = getClient();
|
|
10
|
+
const id = crypto.randomUUID();
|
|
11
|
+
const mediaJson = msg.media ? JSON.stringify(msg.media) : null;
|
|
12
|
+
await client.execute({
|
|
13
|
+
sql: `INSERT INTO conversations
|
|
14
|
+
(id, platform, external_id, sender_id, sender_name, sender_phone, sender_email,
|
|
15
|
+
recipient_id, channel_id, thread_id, reply_to_id,
|
|
16
|
+
content_text, content_media, agent_response, agent_name,
|
|
17
|
+
timestamp, ingested_at)
|
|
18
|
+
VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`,
|
|
19
|
+
args: [
|
|
20
|
+
id,
|
|
21
|
+
msg.platform,
|
|
22
|
+
msg.messageId,
|
|
23
|
+
msg.senderId,
|
|
24
|
+
msg.senderName ?? null,
|
|
25
|
+
msg.senderPhone ?? null,
|
|
26
|
+
msg.senderEmail ?? null,
|
|
27
|
+
msg.accountId ?? null,
|
|
28
|
+
msg.channelId,
|
|
29
|
+
msg.threadId ?? `${msg.platform}:${msg.channelId}`,
|
|
30
|
+
msg.replyTo?.messageId ?? null,
|
|
31
|
+
msg.text ?? null,
|
|
32
|
+
mediaJson,
|
|
33
|
+
agentResponse ?? null,
|
|
34
|
+
agentName ?? null,
|
|
35
|
+
msg.timestamp,
|
|
36
|
+
(/* @__PURE__ */ new Date()).toISOString()
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
return true;
|
|
40
|
+
} catch (err) {
|
|
41
|
+
process.stderr.write(
|
|
42
|
+
`[pipeline] conversation-store error: ${err instanceof Error ? err.message : String(err)}
|
|
43
|
+
`
|
|
44
|
+
);
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
async function sinkMemory(msg, agentResponse, agentName) {
|
|
49
|
+
try {
|
|
50
|
+
const { embed } = await import("./lib/embedder.js");
|
|
51
|
+
const { writeMemory, flushBatch } = await import("./lib/store.js");
|
|
52
|
+
const direction = agentResponse ? "conversation" : "inbound";
|
|
53
|
+
const rawText = [
|
|
54
|
+
`[${msg.platform}] ${direction} from ${msg.senderName ?? msg.senderId}`,
|
|
55
|
+
msg.text ? `Message: ${msg.text}` : null,
|
|
56
|
+
agentResponse ? `Agent (${agentName ?? "unknown"}): ${agentResponse}` : null
|
|
57
|
+
].filter(Boolean).join("\n");
|
|
58
|
+
const vector = await embed(rawText);
|
|
59
|
+
await writeMemory({
|
|
60
|
+
id: crypto.randomUUID(),
|
|
61
|
+
agent_id: agentName ?? "gateway",
|
|
62
|
+
agent_role: "gateway",
|
|
63
|
+
session_id: `gateway-${msg.platform}`,
|
|
64
|
+
timestamp: msg.timestamp,
|
|
65
|
+
tool_name: `gateway-${msg.platform}`,
|
|
66
|
+
project_name: "exe-os",
|
|
67
|
+
has_error: false,
|
|
68
|
+
raw_text: rawText,
|
|
69
|
+
vector,
|
|
70
|
+
importance: 4,
|
|
71
|
+
confidence: 0.8
|
|
72
|
+
});
|
|
73
|
+
await flushBatch();
|
|
74
|
+
return true;
|
|
75
|
+
} catch (err) {
|
|
76
|
+
process.stderr.write(
|
|
77
|
+
`[pipeline] memory-sink error: ${err instanceof Error ? err.message : String(err)}
|
|
78
|
+
`
|
|
79
|
+
);
|
|
80
|
+
return false;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
async function sinkCRM(msg, agentResponse, agentName) {
|
|
84
|
+
try {
|
|
85
|
+
const { isCRMBridgeEnabled, pushConversationToCRM, pushInboundMessageToCRM } = await import("./crm-bridge-NG5WJMGF.js");
|
|
86
|
+
if (!isCRMBridgeEnabled()) return false;
|
|
87
|
+
if (agentResponse) {
|
|
88
|
+
await pushConversationToCRM({
|
|
89
|
+
platform: msg.platform,
|
|
90
|
+
senderId: msg.senderId,
|
|
91
|
+
senderName: msg.senderName,
|
|
92
|
+
messageText: msg.text,
|
|
93
|
+
agentResponse,
|
|
94
|
+
agentName: agentName ?? "unknown",
|
|
95
|
+
timestamp: msg.timestamp,
|
|
96
|
+
accountId: msg.accountId
|
|
97
|
+
});
|
|
98
|
+
} else {
|
|
99
|
+
await pushInboundMessageToCRM({
|
|
100
|
+
platform: msg.platform,
|
|
101
|
+
senderId: msg.senderId,
|
|
102
|
+
senderName: msg.senderName,
|
|
103
|
+
messageText: msg.text,
|
|
104
|
+
timestamp: msg.timestamp,
|
|
105
|
+
accountId: msg.accountId
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
return true;
|
|
109
|
+
} catch (err) {
|
|
110
|
+
process.stderr.write(
|
|
111
|
+
`[pipeline] crm-sink error: ${err instanceof Error ? err.message : String(err)}
|
|
112
|
+
`
|
|
113
|
+
);
|
|
114
|
+
return false;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
async function sinkWiki(msg, agentResponse) {
|
|
118
|
+
try {
|
|
119
|
+
const { createWikiClient } = await import("./wiki-client-KE622HKY.js");
|
|
120
|
+
const client = await createWikiClient();
|
|
121
|
+
if (!client) return false;
|
|
122
|
+
const content = msg.text ?? "";
|
|
123
|
+
if (content.length < 50) return false;
|
|
124
|
+
const { chatInWorkspace } = await import("./wiki-client-KE622HKY.js");
|
|
125
|
+
const ingestText = [
|
|
126
|
+
`[${msg.platform}] Message from ${msg.senderName ?? msg.senderId} (${msg.timestamp}):`,
|
|
127
|
+
content,
|
|
128
|
+
agentResponse ? `
|
|
129
|
+
Agent response: ${agentResponse}` : ""
|
|
130
|
+
].join("\n");
|
|
131
|
+
await chatInWorkspace(client, "conversations", ingestText, "chat");
|
|
132
|
+
return true;
|
|
133
|
+
} catch (err) {
|
|
134
|
+
process.stderr.write(
|
|
135
|
+
`[pipeline] wiki-sink error: ${err instanceof Error ? err.message : String(err)}
|
|
136
|
+
`
|
|
137
|
+
);
|
|
138
|
+
return false;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
async function sinkEntityExtraction(msg, agentResponse, agentName) {
|
|
142
|
+
try {
|
|
143
|
+
const { extractFromConversation } = await import("./conversation-entity-extractor-TW4W57K4.js");
|
|
144
|
+
const { storeExtraction } = await import("./graph-rag-S5SBJW5J.js");
|
|
145
|
+
if ((msg.text?.length ?? 0) < 20) return false;
|
|
146
|
+
if (msg.isHistorical) return false;
|
|
147
|
+
const extraction = await extractFromConversation(msg, agentResponse, agentName);
|
|
148
|
+
if (extraction.entities.length === 0) return false;
|
|
149
|
+
const client = getClient();
|
|
150
|
+
const memoryId = `conv:${msg.messageId}`;
|
|
151
|
+
await storeExtraction(client, extraction, memoryId, msg.timestamp);
|
|
152
|
+
import("./conversation-wiki-populator-GNFRTS7X.js").then(
|
|
153
|
+
({ populateWikiFromExtraction }) => populateWikiFromExtraction(extraction, msg, agentResponse, agentName)
|
|
154
|
+
).catch((err) => {
|
|
155
|
+
process.stderr.write(
|
|
156
|
+
`[pipeline] wiki-population error: ${err instanceof Error ? err.message : String(err)}
|
|
157
|
+
`
|
|
158
|
+
);
|
|
159
|
+
});
|
|
160
|
+
return true;
|
|
161
|
+
} catch (err) {
|
|
162
|
+
process.stderr.write(
|
|
163
|
+
`[pipeline] entity-extraction-sink error: ${err instanceof Error ? err.message : String(err)}
|
|
164
|
+
`
|
|
165
|
+
);
|
|
166
|
+
return false;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
async function ingest(msg, agentResponse, agentName) {
|
|
170
|
+
const errors = [];
|
|
171
|
+
const [conversationStored, memorySunk, crmSunk, wikiSunk, entityExtracted] = await Promise.all([
|
|
172
|
+
sinkConversationStore(msg, agentResponse, agentName).catch((e) => {
|
|
173
|
+
errors.push(`conversation: ${e}`);
|
|
174
|
+
return false;
|
|
175
|
+
}),
|
|
176
|
+
sinkMemory(msg, agentResponse, agentName).catch((e) => {
|
|
177
|
+
errors.push(`memory: ${e}`);
|
|
178
|
+
return false;
|
|
179
|
+
}),
|
|
180
|
+
sinkCRM(msg, agentResponse, agentName).catch((e) => {
|
|
181
|
+
errors.push(`crm: ${e}`);
|
|
182
|
+
return false;
|
|
183
|
+
}),
|
|
184
|
+
sinkWiki(msg, agentResponse).catch((e) => {
|
|
185
|
+
errors.push(`wiki: ${e}`);
|
|
186
|
+
return false;
|
|
187
|
+
}),
|
|
188
|
+
sinkEntityExtraction(msg, agentResponse, agentName).catch((e) => {
|
|
189
|
+
errors.push(`entity-extraction: ${e}`);
|
|
190
|
+
return false;
|
|
191
|
+
})
|
|
192
|
+
]);
|
|
193
|
+
if (errors.length > 0) {
|
|
194
|
+
process.stderr.write(
|
|
195
|
+
`[pipeline] ${errors.length} sink error(s): ${errors.join("; ")}
|
|
196
|
+
`
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
return { conversationStored, memorySunk, crmSunk, wikiSunk, entityExtracted, errors };
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export {
|
|
203
|
+
ingest
|
|
204
|
+
};
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
// src/lib/tmux-transport.ts
|
|
2
|
+
import { execFileSync } from "child_process";
|
|
3
|
+
import { writeFileSync, unlinkSync, mkdirSync } from "fs";
|
|
4
|
+
import { randomBytes } from "crypto";
|
|
5
|
+
import path from "path";
|
|
6
|
+
import os from "os";
|
|
7
|
+
var LONG_MESSAGE_THRESHOLD = 500;
|
|
8
|
+
var TMUX_STATUS_CACHE_TTL_MS = Number(process.env.EXE_TMUX_STATUS_CACHE_TTL_MS || 2e3);
|
|
9
|
+
var QUIET = {
|
|
10
|
+
encoding: "utf8",
|
|
11
|
+
stdio: ["pipe", "pipe", "pipe"],
|
|
12
|
+
timeout: 3e3
|
|
13
|
+
};
|
|
14
|
+
var TmuxTransport = class {
|
|
15
|
+
sessionsCache = { ts: 0, sessions: [] };
|
|
16
|
+
paneStatusCache = { ts: 0, bySession: /* @__PURE__ */ new Map(), byPaneId: /* @__PURE__ */ new Map() };
|
|
17
|
+
invalidateCaches() {
|
|
18
|
+
this.sessionsCache = { ts: 0, sessions: [] };
|
|
19
|
+
this.paneStatusCache = { ts: 0, bySession: /* @__PURE__ */ new Map(), byPaneId: /* @__PURE__ */ new Map() };
|
|
20
|
+
}
|
|
21
|
+
listSessionsCached() {
|
|
22
|
+
const now = Date.now();
|
|
23
|
+
if (now - this.sessionsCache.ts < TMUX_STATUS_CACHE_TTL_MS) return this.sessionsCache.sessions;
|
|
24
|
+
try {
|
|
25
|
+
const sessions = execFileSync("tmux", ["list-sessions", "-F", "#{session_name}"], QUIET).trim().split("\n").filter(Boolean);
|
|
26
|
+
this.sessionsCache = { ts: now, sessions };
|
|
27
|
+
return sessions;
|
|
28
|
+
} catch {
|
|
29
|
+
this.sessionsCache = { ts: now, sessions: [] };
|
|
30
|
+
return [];
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
listPaneStatusCached() {
|
|
34
|
+
const now = Date.now();
|
|
35
|
+
if (now - this.paneStatusCache.ts < TMUX_STATUS_CACHE_TTL_MS) return this.paneStatusCache;
|
|
36
|
+
const bySession = /* @__PURE__ */ new Map();
|
|
37
|
+
const byPaneId = /* @__PURE__ */ new Map();
|
|
38
|
+
try {
|
|
39
|
+
const out = execFileSync(
|
|
40
|
+
"tmux",
|
|
41
|
+
["list-panes", "-a", "-F", "#{session_name} #{pane_id} #{pane_dead}"],
|
|
42
|
+
QUIET
|
|
43
|
+
);
|
|
44
|
+
for (const line of out.trim().split("\n").filter(Boolean)) {
|
|
45
|
+
const [session, paneId, paneDead] = line.split(" ");
|
|
46
|
+
if (!session) continue;
|
|
47
|
+
const dead = paneDead === "1" ? "1" : "0";
|
|
48
|
+
const panes = bySession.get(session) ?? [];
|
|
49
|
+
panes.push(dead);
|
|
50
|
+
bySession.set(session, panes);
|
|
51
|
+
if (paneId) byPaneId.set(paneId, dead);
|
|
52
|
+
}
|
|
53
|
+
} catch {
|
|
54
|
+
}
|
|
55
|
+
this.paneStatusCache = { ts: now, bySession, byPaneId };
|
|
56
|
+
return this.paneStatusCache;
|
|
57
|
+
}
|
|
58
|
+
getMySession() {
|
|
59
|
+
try {
|
|
60
|
+
return execFileSync("tmux", ["display-message", "-p", "#{session_name}"], QUIET).trim() || null;
|
|
61
|
+
} catch {
|
|
62
|
+
return null;
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
listSessions() {
|
|
66
|
+
return this.listSessionsCached();
|
|
67
|
+
}
|
|
68
|
+
isAlive(target) {
|
|
69
|
+
try {
|
|
70
|
+
const paneStatus = this.listPaneStatusCached();
|
|
71
|
+
if (target.startsWith("%")) {
|
|
72
|
+
const dead = paneStatus.byPaneId.get(target);
|
|
73
|
+
return dead !== void 0 && dead !== "1";
|
|
74
|
+
}
|
|
75
|
+
const sessions = this.listSessionsCached();
|
|
76
|
+
if (!sessions.includes(target)) return false;
|
|
77
|
+
const paneDeaths = paneStatus.bySession.get(target);
|
|
78
|
+
if (!paneDeaths || paneDeaths.length === 0) return true;
|
|
79
|
+
return paneDeaths.some((dead) => dead !== "1");
|
|
80
|
+
} catch {
|
|
81
|
+
return false;
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
sendKeys(target, keys) {
|
|
85
|
+
execFileSync("tmux", ["send-keys", "-t", target, keys], QUIET);
|
|
86
|
+
execFileSync("tmux", ["send-keys", "-t", target, "Enter"], QUIET);
|
|
87
|
+
}
|
|
88
|
+
/**
|
|
89
|
+
* Send text as literal characters, then submit with Enter as a separate call.
|
|
90
|
+
* Fixes Codex intercom bug: long text + Enter in one send-keys blast causes
|
|
91
|
+
* Codex to drop the Enter. Splitting them ensures the text renders before
|
|
92
|
+
* the submit keystroke arrives.
|
|
93
|
+
*/
|
|
94
|
+
sendKeysLiteral(target, text) {
|
|
95
|
+
if (text.length >= LONG_MESSAGE_THRESHOLD) {
|
|
96
|
+
const tmpDir = path.join(os.tmpdir(), "exe-os-intercom");
|
|
97
|
+
mkdirSync(tmpDir, { recursive: true });
|
|
98
|
+
const tmpFile = path.join(tmpDir, `msg-${randomBytes(8).toString("hex")}.txt`);
|
|
99
|
+
try {
|
|
100
|
+
writeFileSync(tmpFile, text, "utf-8");
|
|
101
|
+
execFileSync("tmux", ["load-buffer", tmpFile], QUIET);
|
|
102
|
+
execFileSync("tmux", ["paste-buffer", "-p", "-t", target], QUIET);
|
|
103
|
+
execFileSync("tmux", ["send-keys", "-t", target, "Enter"], QUIET);
|
|
104
|
+
} finally {
|
|
105
|
+
try {
|
|
106
|
+
unlinkSync(tmpFile);
|
|
107
|
+
} catch {
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
} else {
|
|
111
|
+
execFileSync("tmux", ["send-keys", "-t", target, "-l", text], QUIET);
|
|
112
|
+
execFileSync("tmux", ["send-keys", "-t", target, "Enter"], QUIET);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
capturePane(target, lines) {
|
|
116
|
+
const args = ["capture-pane", "-t", target, "-p"];
|
|
117
|
+
if (lines) args.push("-S", `-${lines}`);
|
|
118
|
+
return execFileSync("tmux", args, QUIET);
|
|
119
|
+
}
|
|
120
|
+
isPaneInCopyMode(target) {
|
|
121
|
+
try {
|
|
122
|
+
const result = execFileSync(
|
|
123
|
+
"tmux",
|
|
124
|
+
["display-message", "-p", "-t", target, "#{pane_in_mode}"],
|
|
125
|
+
QUIET
|
|
126
|
+
).trim();
|
|
127
|
+
return result === "1";
|
|
128
|
+
} catch {
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
spawn(name, config) {
|
|
133
|
+
try {
|
|
134
|
+
const args = ["new-session", "-d", "-s", name, "-x", "200", "-y", "50"];
|
|
135
|
+
if (config.cwd) args.push("-c", config.cwd);
|
|
136
|
+
execFileSync("tmux", args);
|
|
137
|
+
execFileSync("tmux", ["send-keys", "-t", name, config.command, "Enter"]);
|
|
138
|
+
this.invalidateCaches();
|
|
139
|
+
return { sessionName: name };
|
|
140
|
+
} catch (e) {
|
|
141
|
+
return { sessionName: name, error: `spawn failed: ${e}` };
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
kill(target) {
|
|
145
|
+
const callerSession = this.getMySession();
|
|
146
|
+
if (callerSession && target.includes("-")) {
|
|
147
|
+
const targetScope = target.slice(target.lastIndexOf("-") + 1);
|
|
148
|
+
const callerScope = callerSession.includes("-") ? callerSession.slice(callerSession.lastIndexOf("-") + 1) : callerSession;
|
|
149
|
+
if (targetScope !== callerScope) {
|
|
150
|
+
process.stderr.write(
|
|
151
|
+
`[tmux-transport] BLOCKED kill: ${callerSession} tried to kill ${target} (scope ${targetScope} \u2260 ${callerScope}). Session isolation enforced.
|
|
152
|
+
`
|
|
153
|
+
);
|
|
154
|
+
return;
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
try {
|
|
158
|
+
execFileSync("tmux", ["kill-session", "-t", target], QUIET);
|
|
159
|
+
} catch {
|
|
160
|
+
}
|
|
161
|
+
this.invalidateCaches();
|
|
162
|
+
}
|
|
163
|
+
pipeLog(target, logFile) {
|
|
164
|
+
try {
|
|
165
|
+
const resolved = path.resolve(logFile);
|
|
166
|
+
const logsDir = path.join(os.homedir(), ".exe-os", "session-logs");
|
|
167
|
+
if (!resolved.startsWith(logsDir)) {
|
|
168
|
+
process.stderr.write(`[tmux-transport] pipeLog rejected: path escapes session-logs dir: ${logFile}
|
|
169
|
+
`);
|
|
170
|
+
return;
|
|
171
|
+
}
|
|
172
|
+
const safePath = logFile.replace(/'/g, "'\\''");
|
|
173
|
+
execFileSync("tmux", ["pipe-pane", "-t", target, `cat >> '${safePath}'`], QUIET);
|
|
174
|
+
} catch {
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
export {
|
|
180
|
+
TmuxTransport
|
|
181
|
+
};
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import {
|
|
2
|
+
matchToolPattern
|
|
3
|
+
} from "./chunk-HF25XPZE.js";
|
|
4
|
+
|
|
5
|
+
// src/runtime/external-agent-mode.ts
|
|
6
|
+
var HARD_BLOCKED_TOOLS = /* @__PURE__ */ new Set([
|
|
7
|
+
"Bash",
|
|
8
|
+
"Write",
|
|
9
|
+
"Edit",
|
|
10
|
+
"Glob",
|
|
11
|
+
"Grep",
|
|
12
|
+
"Read",
|
|
13
|
+
"Agent",
|
|
14
|
+
"NotebookEdit"
|
|
15
|
+
]);
|
|
16
|
+
var BLOCKED_TOOL_PATTERNS = [
|
|
17
|
+
/^mcp__.*git/i,
|
|
18
|
+
/^mcp__.*exec/i,
|
|
19
|
+
/^mcp__.*shell/i,
|
|
20
|
+
/^mcp__.*process/i,
|
|
21
|
+
/^mcp__.*file/i
|
|
22
|
+
];
|
|
23
|
+
function checkExternalAgentPermission(toolName, config) {
|
|
24
|
+
if (HARD_BLOCKED_TOOLS.has(toolName)) {
|
|
25
|
+
return `DENIED: "${toolName}" is hard-blocked for customer-facing agents`;
|
|
26
|
+
}
|
|
27
|
+
for (const pattern of BLOCKED_TOOL_PATTERNS) {
|
|
28
|
+
if (pattern.test(toolName)) {
|
|
29
|
+
return `DENIED: "${toolName}" matches blocked pattern for customer-facing agents`;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
if (!config.allowedTools.includes(toolName)) {
|
|
33
|
+
return `DENIED: "${toolName}" is not in the external agent tool whitelist`;
|
|
34
|
+
}
|
|
35
|
+
return null;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// src/runtime/permissions.ts
|
|
39
|
+
function checkPermission(toolName, permissions, externalAgentConfig) {
|
|
40
|
+
if (externalAgentConfig) {
|
|
41
|
+
const denyReason = checkExternalAgentPermission(toolName, externalAgentConfig);
|
|
42
|
+
if (denyReason) {
|
|
43
|
+
return { allowed: false, mode: "deny", reason: denyReason };
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
const mode = permissions.overrides[toolName] ?? permissions.defaultMode;
|
|
47
|
+
if (mode === "auto-approve") {
|
|
48
|
+
return { allowed: true, mode };
|
|
49
|
+
}
|
|
50
|
+
if (mode === "deny") {
|
|
51
|
+
return { allowed: false, mode, reason: `Tool "${toolName}" is denied by permission policy` };
|
|
52
|
+
}
|
|
53
|
+
return { allowed: false, mode, reason: `Tool "${toolName}" requires approval` };
|
|
54
|
+
}
|
|
55
|
+
var EMPLOYEE_PERMISSIONS = {
|
|
56
|
+
defaultMode: "auto-approve",
|
|
57
|
+
overrides: {}
|
|
58
|
+
};
|
|
59
|
+
function createRestrictedPermissions(allowedTools) {
|
|
60
|
+
const overrides = {};
|
|
61
|
+
for (const tool of allowedTools) {
|
|
62
|
+
overrides[tool] = "auto-approve";
|
|
63
|
+
}
|
|
64
|
+
return { defaultMode: "deny", overrides };
|
|
65
|
+
}
|
|
66
|
+
function createPermissionsFromPreset(preset, toolNames) {
|
|
67
|
+
const modeMap = {
|
|
68
|
+
allow: "auto-approve",
|
|
69
|
+
deny: "deny",
|
|
70
|
+
ask: "ask"
|
|
71
|
+
};
|
|
72
|
+
const defaultMode = modeMap[preset.defaultMode] ?? "deny";
|
|
73
|
+
const overrides = {};
|
|
74
|
+
for (const rule of preset.rules) {
|
|
75
|
+
if (rule.pattern) continue;
|
|
76
|
+
for (const name of toolNames) {
|
|
77
|
+
if (matchToolPattern(name, rule.tool)) {
|
|
78
|
+
overrides[name] = modeMap[rule.decision] ?? "deny";
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
return { defaultMode, overrides };
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export {
|
|
86
|
+
checkPermission,
|
|
87
|
+
EMPLOYEE_PERMISSIONS,
|
|
88
|
+
createRestrictedPermissions,
|
|
89
|
+
createPermissionsFromPreset
|
|
90
|
+
};
|