agor-live 0.16.2 → 0.16.4
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/bin/agor-daemon.js +1 -1
- package/dist/cli/base-command.d.ts +1 -1
- package/dist/cli/base-command.js +8 -7
- package/dist/cli/commands/auth/login.js +2 -2
- package/dist/cli/commands/board/add-session.d.ts +1 -1
- package/dist/cli/commands/board/add-session.js +15 -17
- package/dist/cli/commands/board/clone.d.ts +1 -1
- package/dist/cli/commands/board/clone.js +8 -7
- package/dist/cli/commands/board/export.d.ts +1 -1
- package/dist/cli/commands/board/export.js +8 -7
- package/dist/cli/commands/board/import.d.ts +1 -1
- package/dist/cli/commands/board/import.js +8 -7
- package/dist/cli/commands/board/list.d.ts +1 -1
- package/dist/cli/commands/board/list.js +15 -13
- package/dist/cli/commands/daemon/logs.js +71 -6
- package/dist/cli/commands/daemon/restart.js +43 -6
- package/dist/cli/commands/daemon/start.d.ts +6 -0
- package/dist/cli/commands/daemon/start.js +208 -133
- package/dist/cli/commands/daemon/status.js +5 -2
- package/dist/cli/commands/daemon/stop.js +3 -0
- package/dist/cli/commands/init.js +1 -1
- package/dist/cli/commands/login.js +2 -2
- package/dist/cli/commands/mcp/add.d.ts +1 -1
- package/dist/cli/commands/mcp/add.js +8 -7
- package/dist/cli/commands/mcp/list.d.ts +1 -1
- package/dist/cli/commands/mcp/list.js +9 -9
- package/dist/cli/commands/mcp/remove.d.ts +1 -1
- package/dist/cli/commands/mcp/remove.js +9 -9
- package/dist/cli/commands/mcp/show.d.ts +1 -1
- package/dist/cli/commands/mcp/show.js +9 -9
- package/dist/cli/commands/open.js +2 -2
- package/dist/cli/commands/repo/add-local.d.ts +1 -1
- package/dist/cli/commands/repo/add-local.js +8 -7
- package/dist/cli/commands/repo/add.d.ts +1 -1
- package/dist/cli/commands/repo/add.js +9 -8
- package/dist/cli/commands/repo/list.d.ts +1 -1
- package/dist/cli/commands/repo/list.js +9 -9
- package/dist/cli/commands/repo/rm.d.ts +1 -1
- package/dist/cli/commands/repo/rm.js +9 -9
- package/dist/cli/commands/session/list.d.ts +1 -1
- package/dist/cli/commands/session/list.js +9 -10
- package/dist/cli/commands/session/load-claude.d.ts +1 -1
- package/dist/cli/commands/session/load-claude.js +10 -10
- package/dist/cli/commands/user/create.d.ts +1 -1
- package/dist/cli/commands/user/create.js +8 -7
- package/dist/cli/commands/user/delete.d.ts +1 -1
- package/dist/cli/commands/user/delete.js +9 -9
- package/dist/cli/commands/user/update.d.ts +1 -1
- package/dist/cli/commands/user/update.js +9 -9
- package/dist/cli/commands/worktree/add.d.ts +1 -1
- package/dist/cli/commands/worktree/add.js +9 -9
- package/dist/cli/commands/worktree/archive.d.ts +1 -1
- package/dist/cli/commands/worktree/archive.js +10 -10
- package/dist/cli/commands/worktree/cd.d.ts +1 -1
- package/dist/cli/commands/worktree/cd.js +8 -7
- package/dist/cli/commands/worktree/env/restart.d.ts +1 -1
- package/dist/cli/commands/worktree/env/restart.js +9 -8
- package/dist/cli/commands/worktree/env/start.d.ts +1 -1
- package/dist/cli/commands/worktree/env/start.js +9 -8
- package/dist/cli/commands/worktree/env/status.d.ts +1 -1
- package/dist/cli/commands/worktree/env/status.js +9 -8
- package/dist/cli/commands/worktree/env/stop.d.ts +1 -1
- package/dist/cli/commands/worktree/env/stop.js +9 -8
- package/dist/cli/commands/worktree/list.d.ts +1 -1
- package/dist/cli/commands/worktree/list.js +12 -15
- package/dist/cli/commands/worktree/rm.d.ts +1 -1
- package/dist/cli/commands/worktree/rm.js +10 -10
- package/dist/cli/commands/worktree/show.d.ts +1 -1
- package/dist/cli/commands/worktree/show.js +10 -10
- package/dist/cli/commands/worktree/unarchive.d.ts +1 -1
- package/dist/cli/commands/worktree/unarchive.js +10 -10
- package/dist/cli/commands/worktree/update.d.ts +1 -1
- package/dist/cli/commands/worktree/update.js +9 -8
- package/dist/cli/lib/context.d.ts +7 -1
- package/dist/cli/lib/context.js +13 -0
- package/dist/cli/lib/daemon-manager.d.ts +15 -2
- package/dist/cli/lib/daemon-manager.js +106 -7
- package/dist/cli/lib/daemon-manager.test.d.ts +2 -0
- package/dist/cli/lib/daemon-manager.test.js +17355 -0
- package/dist/cli/lib/help.js +2 -2
- package/dist/core/{agentic-tool-1L19ixPC.d.ts → agentic-tool-B6RT-ZX5.d.ts} +1 -1
- package/dist/core/{agentic-tool-3oiAj9Lg.d.cts → agentic-tool-Cs4nK-CC.d.cts} +1 -1
- package/dist/core/api/index.cjs +90 -4
- package/dist/core/api/index.d.cts +61 -18
- package/dist/core/api/index.d.ts +61 -18
- package/dist/core/api/index.js +88 -3
- package/dist/core/{artifact-B5MFR79G.d.ts → artifact-CIQzxjNP.d.ts} +2 -2
- package/dist/core/{artifact-Bi-1jifF.d.cts → artifact-DaHQPZVX.d.cts} +2 -2
- package/dist/core/{board-B9Xnux_i.d.ts → board-DG--dAS_.d.ts} +2 -2
- package/dist/core/{board-CPZGf5wF.d.cts → board-DogjFoWy.d.cts} +2 -2
- package/dist/core/{board-comment-BoDqwrnL.d.ts → board-comment-9ORrSlA1.d.ts} +1 -1
- package/dist/core/{board-comment-BQKnob6r.d.cts → board-comment-WzJC3SuF.d.cts} +1 -1
- package/dist/core/claude/index.cjs +9 -8
- package/dist/core/claude/index.d.cts +3 -3
- package/dist/core/claude/index.d.ts +3 -3
- package/dist/core/claude/index.js +9 -8
- package/dist/core/{client-HEOUNaCs.d.ts → client-NFCS0H8T.d.ts} +5 -5
- package/dist/core/{client-BC_18M7T.d.cts → client-XpghdMQL.d.cts} +5 -5
- package/dist/core/config/browser.d.cts +7 -7
- package/dist/core/config/browser.d.ts +7 -7
- package/dist/core/config/index.cjs +1 -0
- package/dist/core/config/index.d.cts +13 -13
- package/dist/core/config/index.d.ts +13 -13
- package/dist/core/config/index.js +1 -0
- package/dist/core/{config-manager-DK1LMXEc.d.cts → config-manager-BbMvB3Lz.d.cts} +1 -1
- package/dist/core/{config-manager-YrO9mG5j.d.ts → config-manager-etFWO6Wo.d.ts} +1 -1
- package/dist/core/{config-services-DrHSgUEm.d.ts → config-services-C848cfbD.d.ts} +4 -4
- package/dist/core/{config-services-CuhBWSs_.d.cts → config-services-CDhfaNpd.d.cts} +4 -4
- package/dist/core/db/index.cjs +13 -10
- package/dist/core/db/index.d.cts +16 -16
- package/dist/core/db/index.d.ts +16 -16
- package/dist/core/db/index.js +13 -10
- package/dist/core/db/session-guard.d.cts +8 -8
- package/dist/core/db/session-guard.d.ts +8 -8
- package/dist/core/environment/variable-resolver.d.cts +2 -2
- package/dist/core/environment/variable-resolver.d.ts +2 -2
- package/dist/core/{feathers-CzuSOZgY.d.ts → feathers--R3ml98e.d.cts} +12 -4
- package/dist/core/{feathers-CYAHFZ05.d.cts → feathers-C8PkF35p.d.ts} +12 -4
- package/dist/core/gateway/index.d.cts +5 -5
- package/dist/core/gateway/index.d.ts +5 -5
- package/dist/core/{gateway-Ci8LcUxK.d.ts → gateway-BYCTTJVJ.d.ts} +4 -4
- package/dist/core/{gateway-gHbaS6qt.d.cts → gateway-D5me_jjo.d.cts} +4 -4
- package/dist/core/git/index.d.cts +8 -8
- package/dist/core/git/index.d.ts +8 -8
- package/dist/core/{id-Cv3ntaTJ.d.cts → id-2oR2NdLp.d.cts} +17 -1
- package/dist/core/{id-Cv3ntaTJ.d.ts → id-2oR2NdLp.d.ts} +17 -1
- package/dist/core/index.cjs +95 -4
- package/dist/core/index.d.cts +19 -19
- package/dist/core/index.d.ts +19 -19
- package/dist/core/index.js +93 -4
- package/dist/core/mcp/index.d.cts +2 -2
- package/dist/core/mcp/index.d.ts +2 -2
- package/dist/core/{mcp-VhU-PMHo.d.ts → mcp-D7eTnVUO.d.ts} +1 -1
- package/dist/core/{mcp-CtC1DFEm.d.cts → mcp-DUrvGUDS.d.cts} +1 -1
- package/dist/core/{message-CbD99EwO.d.cts → message-BbDSJvyl.d.cts} +1 -1
- package/dist/core/{message-Cwhx2ItQ.d.ts → message-C4Bb-L6c.d.ts} +1 -1
- package/dist/core/permissions/index.d.cts +2 -2
- package/dist/core/permissions/index.d.ts +2 -2
- package/dist/core/{repo-j12tCmyK.d.ts → repo-DaP4omZL.d.ts} +1 -1
- package/dist/core/{repo-CcvhnJDf.d.cts → repo-zg1xnWQQ.d.cts} +1 -1
- package/dist/core/seed/index.cjs +13 -10
- package/dist/core/seed/index.d.cts +1 -1
- package/dist/core/seed/index.d.ts +1 -1
- package/dist/core/seed/index.js +13 -10
- package/dist/core/{session-DEU5FS0N.d.cts → session-C7mvs-rD.d.cts} +2 -2
- package/dist/core/{session-Bw8_FN2l.d.ts → session-elEYFVev.d.ts} +2 -2
- package/dist/core/{session-guard-CJ7sfOF1.d.ts → session-guard-D7hUa4D2.d.ts} +3 -3
- package/dist/core/{session-guard-BjHxMpvV.d.cts → session-guard-DOQgVFL6.d.cts} +3 -3
- package/dist/core/{task-CKHC1gPj.d.ts → task-C8SPRSHg.d.ts} +8 -1
- package/dist/core/{task-DCPYEXlG.d.cts → task-DJMxZTv4.d.cts} +8 -1
- package/dist/core/templates/session-context.d.cts +5 -5
- package/dist/core/templates/session-context.d.ts +5 -5
- package/dist/core/tools/mcp/jwt-auth.d.cts +2 -2
- package/dist/core/tools/mcp/jwt-auth.d.ts +2 -2
- package/dist/core/types/index.cjs +7 -0
- package/dist/core/types/index.d.cts +16 -16
- package/dist/core/types/index.d.ts +16 -16
- package/dist/core/types/index.js +6 -0
- package/dist/core/{types-BE6DTpRe.d.cts → types-BQRGoDkg.d.cts} +1 -1
- package/dist/core/{types-BvYoeNhO.d.ts → types-CvXKxTNP.d.ts} +1 -1
- package/dist/core/unix/index.cjs +5 -2
- package/dist/core/unix/index.d.cts +8 -8
- package/dist/core/unix/index.d.ts +8 -8
- package/dist/core/unix/index.js +5 -2
- package/dist/core/{user-pO3lB_da.d.ts → user-C9UDwwtA.d.ts} +3 -3
- package/dist/core/{user-BpKIlt04.d.cts → user-wScngdUE.d.cts} +3 -3
- package/dist/core/utils/board-placement.d.cts +3 -3
- package/dist/core/utils/board-placement.d.ts +3 -3
- package/dist/core/utils/permission-mode-mapper.d.cts +3 -3
- package/dist/core/utils/permission-mode-mapper.d.ts +3 -3
- package/dist/core/utils/url.cjs +8 -2
- package/dist/core/utils/url.d.cts +1 -1
- package/dist/core/utils/url.d.ts +1 -1
- package/dist/core/utils/url.js +8 -2
- package/dist/daemon/index.d.ts +34 -1
- package/dist/daemon/index.js +36 -13
- package/dist/daemon/main.d.ts +2 -0
- package/dist/daemon/main.js +32581 -0
- package/dist/daemon/register-routes.js +15 -0
- package/dist/daemon/register-services.js +4 -1
- package/dist/daemon/startup.d.ts +2 -0
- package/dist/daemon/startup.js +8 -4
- package/dist/executor/db/feathers-repositories.d.ts +1 -0
- package/dist/executor/db/feathers-repositories.d.ts.map +1 -1
- package/dist/executor/db/feathers-repositories.js +1 -0
- package/dist/executor/handlers/sdk/base-executor.d.ts.map +1 -1
- package/dist/executor/handlers/sdk/base-executor.js +33 -21
- package/dist/executor/handlers/sdk/claude.d.ts.map +1 -1
- package/dist/executor/handlers/sdk/claude.js +1 -1
- package/dist/executor/handlers/sdk/codex.d.ts.map +1 -1
- package/dist/executor/handlers/sdk/codex.js +1 -1
- package/dist/executor/sdk-handlers/base/diff-enrichment.d.ts +20 -1
- package/dist/executor/sdk-handlers/base/diff-enrichment.d.ts.map +1 -1
- package/dist/executor/sdk-handlers/base/diff-enrichment.js +264 -26
- package/dist/executor/sdk-handlers/claude/claude-tool.d.ts +9 -1
- package/dist/executor/sdk-handlers/claude/claude-tool.d.ts.map +1 -1
- package/dist/executor/sdk-handlers/claude/claude-tool.js +17 -7
- package/dist/executor/sdk-handlers/codex/codex-tool.d.ts +19 -7
- package/dist/executor/sdk-handlers/codex/codex-tool.d.ts.map +1 -1
- package/dist/executor/sdk-handlers/codex/codex-tool.js +166 -38
- package/dist/executor/sdk-handlers/codex/context-window-fallback.d.ts +12 -0
- package/dist/executor/sdk-handlers/codex/context-window-fallback.d.ts.map +1 -0
- package/dist/executor/sdk-handlers/codex/context-window-fallback.js +72 -0
- package/dist/executor/sdk-handlers/codex/prompt-service.d.ts +12 -1
- package/dist/executor/sdk-handlers/codex/prompt-service.d.ts.map +1 -1
- package/dist/executor/sdk-handlers/codex/prompt-service.js +124 -18
- package/dist/executor/sdk-handlers/codex/usage.d.ts +35 -0
- package/dist/executor/sdk-handlers/codex/usage.d.ts.map +1 -1
- package/dist/executor/sdk-handlers/codex/usage.js +90 -0
- package/dist/ui/assets/{_basePickBy-By_woBZB.js → _basePickBy-CQZh_v13.js} +1 -1
- package/dist/ui/assets/_basePickBy-CQZh_v13.js.gz +0 -0
- package/dist/ui/assets/{_baseUniq-C2jLj-Al.js → _baseUniq-Cgf5LtCM.js} +1 -1
- package/dist/ui/assets/_baseUniq-Cgf5LtCM.js.gz +0 -0
- package/dist/ui/assets/{arc-DADMFVbt.js → arc-DnTl2a4f.js} +1 -1
- package/dist/ui/assets/arc-DnTl2a4f.js.gz +0 -0
- package/dist/ui/assets/{architectureDiagram-VXUJARFQ-rNJ5lYJQ.js → architectureDiagram-VXUJARFQ-DZHKQxRL.js} +1 -1
- package/dist/ui/assets/{architectureDiagram-VXUJARFQ-rNJ5lYJQ.js.gz → architectureDiagram-VXUJARFQ-DZHKQxRL.js.gz} +0 -0
- package/dist/ui/assets/{base-80a1f760-BVsv_T1S.js → base-80a1f760-pDLzaKJY.js} +1 -1
- package/dist/ui/assets/{blockDiagram-VD42YOAC-CezN66iB.js → blockDiagram-VD42YOAC-BAOUMLja.js} +1 -1
- package/dist/ui/assets/blockDiagram-VD42YOAC-BAOUMLja.js.gz +0 -0
- package/dist/ui/assets/{c4Diagram-YG6GDRKO-Dze59YuK.js → c4Diagram-YG6GDRKO-C0xcWHxz.js} +1 -1
- package/dist/ui/assets/c4Diagram-YG6GDRKO-C0xcWHxz.js.gz +0 -0
- package/dist/ui/assets/channel-DpHH4gqH.js +1 -0
- package/dist/ui/assets/{chunk-4BX2VUAB-CXL-V_XA.js → chunk-4BX2VUAB-DCYNUaJZ.js} +1 -1
- package/dist/ui/assets/{chunk-55IACEB6-CI3h0xTl.js → chunk-55IACEB6-DU3b1X7p.js} +1 -1
- package/dist/ui/assets/{chunk-B4BG7PRW-CFohiEqO.js → chunk-B4BG7PRW-BJlNsfTo.js} +1 -1
- package/dist/ui/assets/chunk-B4BG7PRW-BJlNsfTo.js.gz +0 -0
- package/dist/ui/assets/{chunk-DI55MBZ5-BbF4fGKj.js → chunk-DI55MBZ5-CKQY-IiF.js} +1 -1
- package/dist/ui/assets/chunk-DI55MBZ5-CKQY-IiF.js.gz +0 -0
- package/dist/ui/assets/{chunk-FMBD7UC4-C5x6cpDg.js → chunk-FMBD7UC4-DmjQ-Dzu.js} +1 -1
- package/dist/ui/assets/{chunk-QN33PNHL-CEDiC29y.js → chunk-QN33PNHL-Bps50N51.js} +1 -1
- package/dist/ui/assets/{chunk-QZHKN3VN-DPo28cCF.js → chunk-QZHKN3VN-CNDKr6Xh.js} +1 -1
- package/dist/ui/assets/{chunk-TZMSLE5B-C94jSlIG.js → chunk-TZMSLE5B-R2Vz5IHZ.js} +1 -1
- package/dist/ui/assets/chunk-TZMSLE5B-R2Vz5IHZ.js.gz +0 -0
- package/dist/ui/assets/classDiagram-2ON5EDUG-CbDCU4XU.js +1 -0
- package/dist/ui/assets/classDiagram-v2-WZHVMYZB-CbDCU4XU.js +1 -0
- package/dist/ui/assets/clone-DSMLFNzW.js +1 -0
- package/dist/ui/assets/{consoleHook-59e792cb-cpS6JVM4.js → consoleHook-59e792cb-MfGBgEJx.js} +1 -1
- package/dist/ui/assets/consoleHook-59e792cb-MfGBgEJx.js.gz +0 -0
- package/dist/ui/assets/{cose-bilkent-S5V4N54A-CcoEg_Ct.js → cose-bilkent-S5V4N54A-Bkbv_h_w.js} +1 -1
- package/dist/ui/assets/cose-bilkent-S5V4N54A-Bkbv_h_w.js.gz +0 -0
- package/dist/ui/assets/{dagre-6UL2VRFP-DWAyqs2B.js → dagre-6UL2VRFP-DUoxEnB9.js} +1 -1
- package/dist/ui/assets/dagre-6UL2VRFP-DUoxEnB9.js.gz +0 -0
- package/dist/ui/assets/{diagram-PSM6KHXK-C7J2MNfc.js → diagram-PSM6KHXK-BUdRu7ma.js} +1 -1
- package/dist/ui/assets/diagram-PSM6KHXK-BUdRu7ma.js.gz +0 -0
- package/dist/ui/assets/{diagram-QEK2KX5R-6KZjqziN.js → diagram-QEK2KX5R-DEoZ3bpF.js} +1 -1
- package/dist/ui/assets/diagram-QEK2KX5R-DEoZ3bpF.js.gz +0 -0
- package/dist/ui/assets/{diagram-S2PKOQOG-DIL01325.js → diagram-S2PKOQOG-CxM9wSuL.js} +1 -1
- package/dist/ui/assets/diagram-S2PKOQOG-CxM9wSuL.js.gz +0 -0
- package/dist/ui/assets/{erDiagram-Q2GNP2WA-D5j4CetG.js → erDiagram-Q2GNP2WA-D5VuZpBE.js} +1 -1
- package/dist/ui/assets/erDiagram-Q2GNP2WA-D5VuZpBE.js.gz +0 -0
- package/dist/ui/assets/{flowDiagram-NV44I4VS-Bxx2iEi-.js → flowDiagram-NV44I4VS-uuzmVpS4.js} +1 -1
- package/dist/ui/assets/flowDiagram-NV44I4VS-uuzmVpS4.js.gz +0 -0
- package/dist/ui/assets/{ganttDiagram-LVOFAZNH-BtBi1ZfT.js → ganttDiagram-LVOFAZNH-7spsgOUT.js} +1 -1
- package/dist/ui/assets/ganttDiagram-LVOFAZNH-7spsgOUT.js.gz +0 -0
- package/dist/ui/assets/{gitGraphDiagram-NY62KEGX-CY1TKvzA.js → gitGraphDiagram-NY62KEGX-DJDE3D90.js} +1 -1
- package/dist/ui/assets/gitGraphDiagram-NY62KEGX-DJDE3D90.js.gz +0 -0
- package/dist/ui/assets/{graph-DC6eH7AX.js → graph-BmWYHUOg.js} +1 -1
- package/dist/ui/assets/graph-BmWYHUOg.js.gz +0 -0
- package/dist/ui/assets/{index-599aeaf7-Dh_oObwY.js → index-599aeaf7-C76CG5K3.js} +1 -1
- package/dist/ui/assets/index-599aeaf7-C76CG5K3.js.gz +0 -0
- package/dist/ui/assets/index-B0lOKf7g.js +4 -0
- package/dist/ui/assets/index-B0lOKf7g.js.gz +0 -0
- package/dist/ui/assets/{index-DJLnZ-9H.js → index-CMrDOI5G.js} +294 -298
- package/dist/ui/assets/index-CMrDOI5G.js.gz +0 -0
- package/dist/ui/assets/{index-DQn7RJ8z.js → index-CuMJFr7K.js} +1 -1
- package/dist/ui/assets/index-CuMJFr7K.js.gz +0 -0
- package/dist/ui/assets/{index-CxWOjjRu.js → index-fQo-B6L6.js} +1 -1
- package/dist/ui/assets/index-fQo-B6L6.js.gz +0 -0
- package/dist/ui/assets/{infoDiagram-ER5ION4S-COpJ37pc.js → infoDiagram-ER5ION4S--dZLWvYP.js} +1 -1
- package/dist/ui/assets/{journeyDiagram-XKPGCS4Q-CpODBkng.js → journeyDiagram-XKPGCS4Q-C-Mzd3Ky.js} +1 -1
- package/dist/ui/assets/journeyDiagram-XKPGCS4Q-C-Mzd3Ky.js.gz +0 -0
- package/dist/ui/assets/{kanban-definition-3W4ZIXB7-DWShJ5Su.js → kanban-definition-3W4ZIXB7-DoDzQCSc.js} +1 -1
- package/dist/ui/assets/kanban-definition-3W4ZIXB7-DoDzQCSc.js.gz +0 -0
- package/dist/ui/assets/{layout-ttMTfXMb.js → layout-BmSvKYXZ.js} +1 -1
- package/dist/ui/assets/layout-BmSvKYXZ.js.gz +0 -0
- package/dist/ui/assets/{linear-DD8VTncp.js → linear-BnPF1K20.js} +1 -1
- package/dist/ui/assets/linear-BnPF1K20.js.gz +0 -0
- package/dist/ui/assets/{mermaid.core-BlvxruUX.js → mermaid.core-Suk7MkfT.js} +5 -5
- package/dist/ui/assets/mermaid.core-Suk7MkfT.js.gz +0 -0
- package/dist/ui/assets/{mindmap-definition-VGOIOE7T-CR0ESdqM.js → mindmap-definition-VGOIOE7T-Bj9HZQA9.js} +1 -1
- package/dist/ui/assets/mindmap-definition-VGOIOE7T-Bj9HZQA9.js.gz +0 -0
- package/dist/ui/assets/{pieDiagram-ADFJNKIX-B94eVYhY.js → pieDiagram-ADFJNKIX-BIcJ5ee8.js} +1 -1
- package/dist/ui/assets/pieDiagram-ADFJNKIX-BIcJ5ee8.js.gz +0 -0
- package/dist/ui/assets/{quadrantDiagram-AYHSOK5B-C4tNKfCm.js → quadrantDiagram-AYHSOK5B-CJm5QQ8N.js} +1 -1
- package/dist/ui/assets/quadrantDiagram-AYHSOK5B-CJm5QQ8N.js.gz +0 -0
- package/dist/ui/assets/{requirementDiagram-UZGBJVZJ-CuG3A95Q.js → requirementDiagram-UZGBJVZJ-Bg6r943V.js} +1 -1
- package/dist/ui/assets/requirementDiagram-UZGBJVZJ-Bg6r943V.js.gz +0 -0
- package/dist/ui/assets/{sankeyDiagram-TZEHDZUN-BCfc7mLC.js → sankeyDiagram-TZEHDZUN-C2XnZZZp.js} +1 -1
- package/dist/ui/assets/sankeyDiagram-TZEHDZUN-C2XnZZZp.js.gz +0 -0
- package/dist/ui/assets/{sequenceDiagram-WL72ISMW-D8tVuIkx.js → sequenceDiagram-WL72ISMW-DOg-bBN1.js} +1 -1
- package/dist/ui/assets/sequenceDiagram-WL72ISMW-DOg-bBN1.js.gz +0 -0
- package/dist/ui/assets/{stateDiagram-FKZM4ZOC-DvM8so2A.js → stateDiagram-FKZM4ZOC-DgZgPM-o.js} +1 -1
- package/dist/ui/assets/stateDiagram-FKZM4ZOC-DgZgPM-o.js.gz +0 -0
- package/dist/ui/assets/stateDiagram-v2-4FDKWEC3-C_0TAQGU.js +1 -0
- package/dist/ui/assets/{timeline-definition-IT6M3QCI-CP2O8vqw.js → timeline-definition-IT6M3QCI-CmkWt6nL.js} +1 -1
- package/dist/ui/assets/timeline-definition-IT6M3QCI-CmkWt6nL.js.gz +0 -0
- package/dist/ui/assets/{treemap-KMMF4GRG-SGJAEegj.js → treemap-KMMF4GRG-CV8wwXTM.js} +1 -1
- package/dist/ui/assets/treemap-KMMF4GRG-CV8wwXTM.js.gz +0 -0
- package/dist/ui/assets/{xychartDiagram-PRI3JC2R-CpwYBSmP.js → xychartDiagram-PRI3JC2R-CvuPvlyn.js} +1 -1
- package/dist/ui/assets/xychartDiagram-PRI3JC2R-CvuPvlyn.js.gz +0 -0
- package/dist/ui/index.html +1 -1
- package/package.json +2 -1
- package/dist/ui/assets/_basePickBy-By_woBZB.js.gz +0 -0
- package/dist/ui/assets/_baseUniq-C2jLj-Al.js.gz +0 -0
- package/dist/ui/assets/arc-DADMFVbt.js.gz +0 -0
- package/dist/ui/assets/blockDiagram-VD42YOAC-CezN66iB.js.gz +0 -0
- package/dist/ui/assets/c4Diagram-YG6GDRKO-Dze59YuK.js.gz +0 -0
- package/dist/ui/assets/channel-B2nSdT47.js +0 -1
- package/dist/ui/assets/chunk-B4BG7PRW-CFohiEqO.js.gz +0 -0
- package/dist/ui/assets/chunk-DI55MBZ5-BbF4fGKj.js.gz +0 -0
- package/dist/ui/assets/chunk-TZMSLE5B-C94jSlIG.js.gz +0 -0
- package/dist/ui/assets/classDiagram-2ON5EDUG-lwQJA5v0.js +0 -1
- package/dist/ui/assets/classDiagram-v2-WZHVMYZB-lwQJA5v0.js +0 -1
- package/dist/ui/assets/clone-DmZ98vg9.js +0 -1
- package/dist/ui/assets/consoleHook-59e792cb-cpS6JVM4.js.gz +0 -0
- package/dist/ui/assets/cose-bilkent-S5V4N54A-CcoEg_Ct.js.gz +0 -0
- package/dist/ui/assets/dagre-6UL2VRFP-DWAyqs2B.js.gz +0 -0
- package/dist/ui/assets/diagram-PSM6KHXK-C7J2MNfc.js.gz +0 -0
- package/dist/ui/assets/diagram-QEK2KX5R-6KZjqziN.js.gz +0 -0
- package/dist/ui/assets/diagram-S2PKOQOG-DIL01325.js.gz +0 -0
- package/dist/ui/assets/erDiagram-Q2GNP2WA-D5j4CetG.js.gz +0 -0
- package/dist/ui/assets/flowDiagram-NV44I4VS-Bxx2iEi-.js.gz +0 -0
- package/dist/ui/assets/ganttDiagram-LVOFAZNH-BtBi1ZfT.js.gz +0 -0
- package/dist/ui/assets/gitGraphDiagram-NY62KEGX-CY1TKvzA.js.gz +0 -0
- package/dist/ui/assets/graph-DC6eH7AX.js.gz +0 -0
- package/dist/ui/assets/index-599aeaf7-Dh_oObwY.js.gz +0 -0
- package/dist/ui/assets/index-CxWOjjRu.js.gz +0 -0
- package/dist/ui/assets/index-DJLnZ-9H.js.gz +0 -0
- package/dist/ui/assets/index-DQn7RJ8z.js.gz +0 -0
- package/dist/ui/assets/journeyDiagram-XKPGCS4Q-CpODBkng.js.gz +0 -0
- package/dist/ui/assets/kanban-definition-3W4ZIXB7-DWShJ5Su.js.gz +0 -0
- package/dist/ui/assets/layout-ttMTfXMb.js.gz +0 -0
- package/dist/ui/assets/linear-DD8VTncp.js.gz +0 -0
- package/dist/ui/assets/mermaid.core-BlvxruUX.js.gz +0 -0
- package/dist/ui/assets/mindmap-definition-VGOIOE7T-CR0ESdqM.js.gz +0 -0
- package/dist/ui/assets/pieDiagram-ADFJNKIX-B94eVYhY.js.gz +0 -0
- package/dist/ui/assets/quadrantDiagram-AYHSOK5B-C4tNKfCm.js.gz +0 -0
- package/dist/ui/assets/requirementDiagram-UZGBJVZJ-CuG3A95Q.js.gz +0 -0
- package/dist/ui/assets/sankeyDiagram-TZEHDZUN-BCfc7mLC.js.gz +0 -0
- package/dist/ui/assets/sequenceDiagram-WL72ISMW-D8tVuIkx.js.gz +0 -0
- package/dist/ui/assets/stateDiagram-FKZM4ZOC-DvM8so2A.js.gz +0 -0
- package/dist/ui/assets/stateDiagram-v2-4FDKWEC3-kQ-gZX7K.js +0 -1
- package/dist/ui/assets/timeline-definition-IT6M3QCI-CP2O8vqw.js.gz +0 -0
- package/dist/ui/assets/treemap-KMMF4GRG-SGJAEegj.js.gz +0 -0
- package/dist/ui/assets/xychartDiagram-PRI3JC2R-CpwYBSmP.js.gz +0 -0
|
@@ -17,6 +17,14 @@ var init_esm_shims = __esm({
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
|
|
20
|
+
// src/types/id.ts
|
|
21
|
+
var init_id = __esm({
|
|
22
|
+
"src/types/id.ts"() {
|
|
23
|
+
"use strict";
|
|
24
|
+
init_esm_shims();
|
|
25
|
+
}
|
|
26
|
+
});
|
|
27
|
+
|
|
20
28
|
// src/lib/ids.ts
|
|
21
29
|
import { v4 as uuidv4 } from "uuid";
|
|
22
30
|
function generateId() {
|
|
@@ -26,6 +34,7 @@ var init_ids = __esm({
|
|
|
26
34
|
"src/lib/ids.ts"() {
|
|
27
35
|
"use strict";
|
|
28
36
|
init_esm_shims();
|
|
37
|
+
init_id();
|
|
29
38
|
}
|
|
30
39
|
});
|
|
31
40
|
|
|
@@ -209,14 +218,6 @@ var init_gateway = __esm({
|
|
|
209
218
|
}
|
|
210
219
|
});
|
|
211
220
|
|
|
212
|
-
// src/types/id.ts
|
|
213
|
-
var init_id = __esm({
|
|
214
|
-
"src/types/id.ts"() {
|
|
215
|
-
"use strict";
|
|
216
|
-
init_esm_shims();
|
|
217
|
-
}
|
|
218
|
-
});
|
|
219
|
-
|
|
220
221
|
// src/types/mcp.ts
|
|
221
222
|
var init_mcp = __esm({
|
|
222
223
|
"src/types/mcp.ts"() {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
2
2
|
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
|
|
3
3
|
import * as drizzle_orm from 'drizzle-orm';
|
|
4
|
-
import { i as Message } from './message-
|
|
5
|
-
import { c as CodexSandboxMode, d as CodexApprovalPolicy } from './agentic-tool-
|
|
6
|
-
import { g as BoardObject } from './board-
|
|
7
|
-
import { a as Session, P as PermissionMode } from './session-
|
|
8
|
-
import { c as Task } from './task-
|
|
4
|
+
import { i as Message } from './message-C4Bb-L6c.js';
|
|
5
|
+
import { c as CodexSandboxMode, d as CodexApprovalPolicy } from './agentic-tool-B6RT-ZX5.js';
|
|
6
|
+
import { g as BoardObject } from './board-DG--dAS_.js';
|
|
7
|
+
import { a as Session, P as PermissionMode } from './session-elEYFVev.js';
|
|
8
|
+
import { c as Task } from './task-C8SPRSHg.js';
|
|
9
9
|
import * as drizzle_orm_pg_core from 'drizzle-orm/pg-core';
|
|
10
10
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
2
2
|
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
|
|
3
3
|
import * as drizzle_orm from 'drizzle-orm';
|
|
4
|
-
import { i as Message } from './message-
|
|
5
|
-
import { c as CodexSandboxMode, d as CodexApprovalPolicy } from './agentic-tool-
|
|
6
|
-
import { g as BoardObject } from './board-
|
|
7
|
-
import { a as Session, P as PermissionMode } from './session-
|
|
8
|
-
import { c as Task } from './task-
|
|
4
|
+
import { i as Message } from './message-BbDSJvyl.cjs';
|
|
5
|
+
import { c as CodexSandboxMode, d as CodexApprovalPolicy } from './agentic-tool-Cs4nK-CC.cjs';
|
|
6
|
+
import { g as BoardObject } from './board-DogjFoWy.cjs';
|
|
7
|
+
import { a as Session, P as PermissionMode } from './session-C7mvs-rD.cjs';
|
|
8
|
+
import { c as Task } from './task-DJMxZTv4.cjs';
|
|
9
9
|
import * as drizzle_orm_pg_core from 'drizzle-orm/pg-core';
|
|
10
10
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { R as RepoSlug, W as WorktreeName, b as Repo, d as Worktree } from '../repo-
|
|
2
|
-
import { U as UUID } from '../id-
|
|
3
|
-
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-
|
|
4
|
-
import '../config-services-
|
|
5
|
-
import '../agentic-tool-
|
|
6
|
-
import '../session-
|
|
1
|
+
import { R as RepoSlug, W as WorktreeName, b as Repo, d as Worktree } from '../repo-zg1xnWQQ.cjs';
|
|
2
|
+
import { U as UUID } from '../id-2oR2NdLp.cjs';
|
|
3
|
+
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-BQRGoDkg.cjs';
|
|
4
|
+
import '../config-services-CDhfaNpd.cjs';
|
|
5
|
+
import '../agentic-tool-Cs4nK-CC.cjs';
|
|
6
|
+
import '../session-C7mvs-rD.cjs';
|
|
7
7
|
import '../context-ByxGjp5l.cjs';
|
|
8
|
-
import '../user-
|
|
8
|
+
import '../user-wScngdUE.cjs';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* App-level constants for Agor
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { R as RepoSlug, W as WorktreeName, b as Repo, d as Worktree } from '../repo-
|
|
2
|
-
import { U as UUID } from '../id-
|
|
3
|
-
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-
|
|
4
|
-
import '../config-services-
|
|
5
|
-
import '../agentic-tool-
|
|
6
|
-
import '../session-
|
|
1
|
+
import { R as RepoSlug, W as WorktreeName, b as Repo, d as Worktree } from '../repo-DaP4omZL.js';
|
|
2
|
+
import { U as UUID } from '../id-2oR2NdLp.js';
|
|
3
|
+
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-CvXKxTNP.js';
|
|
4
|
+
import '../config-services-C848cfbD.js';
|
|
5
|
+
import '../agentic-tool-B6RT-ZX5.js';
|
|
6
|
+
import '../session-elEYFVev.js';
|
|
7
7
|
import '../context-ByxGjp5l.js';
|
|
8
|
-
import '../user-
|
|
8
|
+
import '../user-C9UDwwtA.js';
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* App-level constants for Agor
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { i as RepoEnvironmentConfig } from '../repo-
|
|
2
|
-
export { d as ensureCodexHome, e as expandHomePath, g as getAgorHome, k as getBaseUrl, a as getConfigPath, f as getConfigValue, n as getCredential, j as getDaemonUrl, o as getDaemonUser, v as getDataHome, z as getDataHomeAsync, c as getDefaultConfig, w as getReposDir, A as getReposDirAsync, y as getWorktreePath, x as getWorktreesDir, B as getWorktreesDirAsync, i as initConfig, t as isUnixImpersonationEnabled, q as isWorktreeRbacEnabled, l as loadConfig, b as loadConfigFromFile, m as loadConfigSync, p as requireDaemonUser, r as resolveCodexHome, s as saveConfig, h as setConfigValue, u as unsetConfigValue } from '../config-manager-
|
|
1
|
+
import { i as RepoEnvironmentConfig } from '../repo-zg1xnWQQ.cjs';
|
|
2
|
+
export { d as ensureCodexHome, e as expandHomePath, g as getAgorHome, k as getBaseUrl, a as getConfigPath, f as getConfigValue, n as getCredential, j as getDaemonUrl, o as getDaemonUser, v as getDataHome, z as getDataHomeAsync, c as getDefaultConfig, w as getReposDir, A as getReposDirAsync, y as getWorktreePath, x as getWorktreesDir, B as getWorktreesDirAsync, i as initConfig, t as isUnixImpersonationEnabled, q as isWorktreeRbacEnabled, l as loadConfig, b as loadConfigFromFile, m as loadConfigSync, p as requireDaemonUser, r as resolveCodexHome, s as saveConfig, h as setConfigValue, u as unsetConfigValue } from '../config-manager-BbMvB3Lz.cjs';
|
|
3
3
|
export { DAEMON, DATABASE, ENVIRONMENT, GIT, PAGINATION, REPO_SLUG_PATTERN, RepoReference, RepoReferenceOption, SESSION, WEBSOCKET, extractSlugFromUrl, formatRepoReference, getDefaultRepoReference, getGroupedRepoReferenceOptions, getRepoReferenceOptions, isValidGitUrl, isValidSlug, parseRepoReference, resolveRepoReference } from './browser.cjs';
|
|
4
|
-
import { d as Database } from '../client-
|
|
5
|
-
import {
|
|
6
|
-
import { b as GatewayEnvVar } from '../gateway-
|
|
4
|
+
import { d as Database } from '../client-XpghdMQL.cjs';
|
|
5
|
+
import { d as UserID } from '../id-2oR2NdLp.cjs';
|
|
6
|
+
import { b as GatewayEnvVar } from '../gateway-D5me_jjo.cjs';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-
|
|
8
|
+
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-BQRGoDkg.cjs';
|
|
9
9
|
import 'drizzle-orm/libsql';
|
|
10
10
|
import 'drizzle-orm/postgres-js';
|
|
11
11
|
import 'drizzle-orm';
|
|
12
|
-
import '../message-
|
|
13
|
-
import '../agentic-tool-
|
|
14
|
-
import '../board-
|
|
15
|
-
import '../session-
|
|
12
|
+
import '../message-BbDSJvyl.cjs';
|
|
13
|
+
import '../agentic-tool-Cs4nK-CC.cjs';
|
|
14
|
+
import '../board-DogjFoWy.cjs';
|
|
15
|
+
import '../session-C7mvs-rD.cjs';
|
|
16
16
|
import '../context-ByxGjp5l.cjs';
|
|
17
|
-
import '../task-
|
|
17
|
+
import '../task-DJMxZTv4.cjs';
|
|
18
18
|
import 'drizzle-orm/pg-core';
|
|
19
19
|
import 'drizzle-orm/sqlite-core';
|
|
20
|
-
import '../user-
|
|
21
|
-
import '../config-services-
|
|
20
|
+
import '../user-wScngdUE.cjs';
|
|
21
|
+
import '../config-services-CDhfaNpd.cjs';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* .agor.yml Configuration Parser
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { i as RepoEnvironmentConfig } from '../repo-
|
|
2
|
-
export { d as ensureCodexHome, e as expandHomePath, g as getAgorHome, k as getBaseUrl, a as getConfigPath, f as getConfigValue, n as getCredential, j as getDaemonUrl, o as getDaemonUser, v as getDataHome, z as getDataHomeAsync, c as getDefaultConfig, w as getReposDir, A as getReposDirAsync, y as getWorktreePath, x as getWorktreesDir, B as getWorktreesDirAsync, i as initConfig, t as isUnixImpersonationEnabled, q as isWorktreeRbacEnabled, l as loadConfig, b as loadConfigFromFile, m as loadConfigSync, p as requireDaemonUser, r as resolveCodexHome, s as saveConfig, h as setConfigValue, u as unsetConfigValue } from '../config-manager-
|
|
1
|
+
import { i as RepoEnvironmentConfig } from '../repo-DaP4omZL.js';
|
|
2
|
+
export { d as ensureCodexHome, e as expandHomePath, g as getAgorHome, k as getBaseUrl, a as getConfigPath, f as getConfigValue, n as getCredential, j as getDaemonUrl, o as getDaemonUser, v as getDataHome, z as getDataHomeAsync, c as getDefaultConfig, w as getReposDir, A as getReposDirAsync, y as getWorktreePath, x as getWorktreesDir, B as getWorktreesDirAsync, i as initConfig, t as isUnixImpersonationEnabled, q as isWorktreeRbacEnabled, l as loadConfig, b as loadConfigFromFile, m as loadConfigSync, p as requireDaemonUser, r as resolveCodexHome, s as saveConfig, h as setConfigValue, u as unsetConfigValue } from '../config-manager-etFWO6Wo.js';
|
|
3
3
|
export { DAEMON, DATABASE, ENVIRONMENT, GIT, PAGINATION, REPO_SLUG_PATTERN, RepoReference, RepoReferenceOption, SESSION, WEBSOCKET, extractSlugFromUrl, formatRepoReference, getDefaultRepoReference, getGroupedRepoReferenceOptions, getRepoReferenceOptions, isValidGitUrl, isValidSlug, parseRepoReference, resolveRepoReference } from './browser.js';
|
|
4
|
-
import { d as Database } from '../client-
|
|
5
|
-
import {
|
|
6
|
-
import { b as GatewayEnvVar } from '../gateway-
|
|
4
|
+
import { d as Database } from '../client-NFCS0H8T.js';
|
|
5
|
+
import { d as UserID } from '../id-2oR2NdLp.js';
|
|
6
|
+
import { b as GatewayEnvVar } from '../gateway-BYCTTJVJ.js';
|
|
7
7
|
import { z } from 'zod';
|
|
8
|
-
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-
|
|
8
|
+
export { f as AgorCodexSettings, k as AgorConfig, i as AgorCredentials, b as AgorDaemonSettings, e as AgorDatabaseSettings, A as AgorDefaults, a as AgorDisplaySettings, g as AgorExecutionSettings, j as AgorOnboardingSettings, d as AgorOpenCodeSettings, h as AgorPathSettings, c as AgorUISettings, l as ConfigKey, C as CredentialKey, U as UnknownJson } from '../types-CvXKxTNP.js';
|
|
9
9
|
import 'drizzle-orm/libsql';
|
|
10
10
|
import 'drizzle-orm/postgres-js';
|
|
11
11
|
import 'drizzle-orm';
|
|
12
|
-
import '../message-
|
|
13
|
-
import '../agentic-tool-
|
|
14
|
-
import '../board-
|
|
15
|
-
import '../session-
|
|
12
|
+
import '../message-C4Bb-L6c.js';
|
|
13
|
+
import '../agentic-tool-B6RT-ZX5.js';
|
|
14
|
+
import '../board-DG--dAS_.js';
|
|
15
|
+
import '../session-elEYFVev.js';
|
|
16
16
|
import '../context-ByxGjp5l.js';
|
|
17
|
-
import '../task-
|
|
17
|
+
import '../task-C8SPRSHg.js';
|
|
18
18
|
import 'drizzle-orm/pg-core';
|
|
19
19
|
import 'drizzle-orm/sqlite-core';
|
|
20
|
-
import '../user-
|
|
21
|
-
import '../config-services-
|
|
20
|
+
import '../user-C9UDwwtA.js';
|
|
21
|
+
import '../config-services-C848cfbD.js';
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* .agor.yml Configuration Parser
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AgenticToolName } from './agentic-tool-
|
|
2
|
-
import { b as Repo, d as Worktree } from './repo-
|
|
3
|
-
import { P as PermissionMode } from './session-
|
|
4
|
-
import { d as User } from './user-
|
|
1
|
+
import { A as AgenticToolName } from './agentic-tool-B6RT-ZX5.js';
|
|
2
|
+
import { b as Repo, d as Worktree } from './repo-DaP4omZL.js';
|
|
3
|
+
import { P as PermissionMode } from './session-elEYFVev.js';
|
|
4
|
+
import { d as User } from './user-C9UDwwtA.js';
|
|
5
5
|
|
|
6
6
|
type ResourceRepoConfig = Pick<Repo, 'repo_id' | 'slug' | 'remote_url' | 'repo_type' | 'default_branch'> & {
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { A as AgenticToolName } from './agentic-tool-
|
|
2
|
-
import { b as Repo, d as Worktree } from './repo-
|
|
3
|
-
import { P as PermissionMode } from './session-
|
|
4
|
-
import { d as User } from './user-
|
|
1
|
+
import { A as AgenticToolName } from './agentic-tool-Cs4nK-CC.cjs';
|
|
2
|
+
import { b as Repo, d as Worktree } from './repo-zg1xnWQQ.cjs';
|
|
3
|
+
import { P as PermissionMode } from './session-C7mvs-rD.cjs';
|
|
4
|
+
import { d as User } from './user-wScngdUE.cjs';
|
|
5
5
|
|
|
6
6
|
type ResourceRepoConfig = Pick<Repo, 'repo_id' | 'slug' | 'remote_url' | 'repo_type' | 'default_branch'> & {
|
|
7
7
|
/**
|
package/dist/core/db/index.cjs
CHANGED
|
@@ -40,6 +40,17 @@ var init_cjs_shims = __esm({
|
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
+
// src/types/id.ts
|
|
44
|
+
function toShortId(id, length = 8) {
|
|
45
|
+
return id.replace(/-/g, "").slice(0, Math.min(length, 32));
|
|
46
|
+
}
|
|
47
|
+
var init_id = __esm({
|
|
48
|
+
"src/types/id.ts"() {
|
|
49
|
+
"use strict";
|
|
50
|
+
init_cjs_shims();
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
|
|
43
54
|
// src/lib/ids.ts
|
|
44
55
|
var ids_exports = {};
|
|
45
56
|
__export(ids_exports, {
|
|
@@ -67,8 +78,7 @@ function isValidShortID(value) {
|
|
|
67
78
|
return /^[0-9a-f]{8,32}$/i.test(value);
|
|
68
79
|
}
|
|
69
80
|
function shortId(uuid, length = 8) {
|
|
70
|
-
|
|
71
|
-
return cleanUuid.slice(0, Math.min(length, 32));
|
|
81
|
+
return toShortId(uuid, length);
|
|
72
82
|
}
|
|
73
83
|
function formatShortId(uuid, length = 8) {
|
|
74
84
|
return shortId(uuid, length);
|
|
@@ -180,6 +190,7 @@ var init_ids = __esm({
|
|
|
180
190
|
"use strict";
|
|
181
191
|
init_cjs_shims();
|
|
182
192
|
import_uuid = require("uuid");
|
|
193
|
+
init_id();
|
|
183
194
|
IdResolutionError = class extends Error {
|
|
184
195
|
constructor(message, type, prefix, candidates) {
|
|
185
196
|
super(message);
|
|
@@ -441,14 +452,6 @@ var init_gateway = __esm({
|
|
|
441
452
|
}
|
|
442
453
|
});
|
|
443
454
|
|
|
444
|
-
// src/types/id.ts
|
|
445
|
-
var init_id = __esm({
|
|
446
|
-
"src/types/id.ts"() {
|
|
447
|
-
"use strict";
|
|
448
|
-
init_cjs_shims();
|
|
449
|
-
}
|
|
450
|
-
});
|
|
451
|
-
|
|
452
455
|
// src/types/mcp.ts
|
|
453
456
|
var init_mcp = __esm({
|
|
454
457
|
"src/types/mcp.ts"() {
|
package/dist/core/db/index.d.cts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { SQL } from 'drizzle-orm';
|
|
2
2
|
export { SQL, and, asc, desc, eq, inArray, like, or, sql } from 'drizzle-orm';
|
|
3
3
|
import bcryptjs from 'bcryptjs';
|
|
4
|
-
import { d as Database, N as sqliteSchema, O as postgresSchema } from '../client-
|
|
5
|
-
export { h as ArtifactInsert, A as ArtifactRow, F as BoardCommentInsert, E as BoardCommentRow, l as BoardInsert, z as BoardObjectInsert, y as BoardObjectRow, B as BoardRow, x as CardInsert, w as CardRow, v as CardTypeInsert, C as CardTypeRow, e as DEFAULT_DB_PATH, a as DatabaseConnectionError, D as DbConfig, H as GatewayChannelInsert, G as GatewayChannelRow, q as MCPServerInsert, p as MCPServerRow, k as MessageInsert, M as MessageRow, m as RepoInsert, R as RepoRow, i as SessionInsert, s as SessionMCPServerInsert, r as SessionMCPServerRow, S as SessionRow, j as TaskInsert, T as TaskRow, J as ThreadSessionMapInsert, I as ThreadSessionMapRow, o as UserInsert, u as UserMCPOAuthTokenInsert, t as UserMCPOAuthTokenRow, U as UserRow, n as WorktreeInsert, W as WorktreeRow, c as createDatabase, b as createDatabaseAsync, f as createLocalDatabase, g as getDatabaseUrl, K as sessionsRelations, L as worktreesRelations } from '../client-
|
|
4
|
+
import { d as Database, N as sqliteSchema, O as postgresSchema } from '../client-XpghdMQL.cjs';
|
|
5
|
+
export { h as ArtifactInsert, A as ArtifactRow, F as BoardCommentInsert, E as BoardCommentRow, l as BoardInsert, z as BoardObjectInsert, y as BoardObjectRow, B as BoardRow, x as CardInsert, w as CardRow, v as CardTypeInsert, C as CardTypeRow, e as DEFAULT_DB_PATH, a as DatabaseConnectionError, D as DbConfig, H as GatewayChannelInsert, G as GatewayChannelRow, q as MCPServerInsert, p as MCPServerRow, k as MessageInsert, M as MessageRow, m as RepoInsert, R as RepoRow, i as SessionInsert, s as SessionMCPServerInsert, r as SessionMCPServerRow, S as SessionRow, j as TaskInsert, T as TaskRow, J as ThreadSessionMapInsert, I as ThreadSessionMapRow, o as UserInsert, u as UserMCPOAuthTokenInsert, t as UserMCPOAuthTokenRow, U as UserRow, n as WorktreeInsert, W as WorktreeRow, c as createDatabase, b as createDatabaseAsync, f as createLocalDatabase, g as getDatabaseUrl, K as sessionsRelations, L as worktreesRelations } from '../client-XpghdMQL.cjs';
|
|
6
6
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
7
7
|
import * as drizzle_orm_pg_core from 'drizzle-orm/pg-core';
|
|
8
8
|
import { PgTable } from 'drizzle-orm/pg-core';
|
|
9
9
|
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
|
|
10
10
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
11
11
|
import { SQLiteTable } from 'drizzle-orm/sqlite-core';
|
|
12
|
-
import { W as WorktreeID, B as BoardID, M as MessageID, b as SessionID, T as TaskID,
|
|
13
|
-
import { a as Artifact, A as ArtifactBuildStatus } from '../artifact-
|
|
14
|
-
import { B as BaseRepository } from '../session-guard-
|
|
15
|
-
export { A as AmbiguousIdError, E as EntityNotFoundError, R as RepositoryError, a as SessionRepository, S as SessionWithLastMessage, i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-
|
|
16
|
-
import { B as BoardComment } from '../board-comment-
|
|
17
|
-
import { c as BoardEntityObject, C as CardID, h as Board, g as BoardObject, i as BoardExportBlob, k as CardType, l as Card, m as CardWithType, j as CardTypeID } from '../board-
|
|
18
|
-
import { d as GatewayChannel, G as GatewayChannelID, e as ThreadSessionMap, a as ThreadStatus, T as ThreadSessionMapID } from '../gateway-
|
|
19
|
-
import { i as MCPServer, C as CreateMCPServerInput, U as UpdateMCPServerInput, j as MCPServerFilters, M as MCPServerID, S as SessionMCPServer } from '../mcp-
|
|
20
|
-
import { i as Message } from '../message-
|
|
21
|
-
import { b as Repo, d as Worktree } from '../repo-
|
|
22
|
-
import { c as Task } from '../task-
|
|
23
|
-
import { d as User } from '../user-
|
|
24
|
-
import { A as AgenticToolName, c as CodexSandboxMode, d as CodexApprovalPolicy } from '../agentic-tool-
|
|
25
|
-
import { S as SessionStatus, a as Session, P as PermissionMode } from '../session-
|
|
12
|
+
import { W as WorktreeID, B as BoardID, M as MessageID, b as SessionID, T as TaskID, d as UserID, U as UUID$1 } from '../id-2oR2NdLp.cjs';
|
|
13
|
+
import { a as Artifact, A as ArtifactBuildStatus } from '../artifact-DaHQPZVX.cjs';
|
|
14
|
+
import { B as BaseRepository } from '../session-guard-DOQgVFL6.cjs';
|
|
15
|
+
export { A as AmbiguousIdError, E as EntityNotFoundError, R as RepositoryError, a as SessionRepository, S as SessionWithLastMessage, i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-DOQgVFL6.cjs';
|
|
16
|
+
import { B as BoardComment } from '../board-comment-WzJC3SuF.cjs';
|
|
17
|
+
import { c as BoardEntityObject, C as CardID, h as Board, g as BoardObject, i as BoardExportBlob, k as CardType, l as Card, m as CardWithType, j as CardTypeID } from '../board-DogjFoWy.cjs';
|
|
18
|
+
import { d as GatewayChannel, G as GatewayChannelID, e as ThreadSessionMap, a as ThreadStatus, T as ThreadSessionMapID } from '../gateway-D5me_jjo.cjs';
|
|
19
|
+
import { i as MCPServer, C as CreateMCPServerInput, U as UpdateMCPServerInput, j as MCPServerFilters, M as MCPServerID, S as SessionMCPServer } from '../mcp-DUrvGUDS.cjs';
|
|
20
|
+
import { i as Message } from '../message-BbDSJvyl.cjs';
|
|
21
|
+
import { b as Repo, d as Worktree } from '../repo-zg1xnWQQ.cjs';
|
|
22
|
+
import { c as Task } from '../task-DJMxZTv4.cjs';
|
|
23
|
+
import { d as User } from '../user-wScngdUE.cjs';
|
|
24
|
+
import { A as AgenticToolName, c as CodexSandboxMode, d as CodexApprovalPolicy } from '../agentic-tool-Cs4nK-CC.cjs';
|
|
25
|
+
import { S as SessionStatus, a as Session, P as PermissionMode } from '../session-C7mvs-rD.cjs';
|
|
26
26
|
import '../context-ByxGjp5l.cjs';
|
|
27
27
|
|
|
28
28
|
/**
|
package/dist/core/db/index.d.ts
CHANGED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { SQL } from 'drizzle-orm';
|
|
2
2
|
export { SQL, and, asc, desc, eq, inArray, like, or, sql } from 'drizzle-orm';
|
|
3
3
|
import bcryptjs from 'bcryptjs';
|
|
4
|
-
import { d as Database, N as sqliteSchema, O as postgresSchema } from '../client-
|
|
5
|
-
export { h as ArtifactInsert, A as ArtifactRow, F as BoardCommentInsert, E as BoardCommentRow, l as BoardInsert, z as BoardObjectInsert, y as BoardObjectRow, B as BoardRow, x as CardInsert, w as CardRow, v as CardTypeInsert, C as CardTypeRow, e as DEFAULT_DB_PATH, a as DatabaseConnectionError, D as DbConfig, H as GatewayChannelInsert, G as GatewayChannelRow, q as MCPServerInsert, p as MCPServerRow, k as MessageInsert, M as MessageRow, m as RepoInsert, R as RepoRow, i as SessionInsert, s as SessionMCPServerInsert, r as SessionMCPServerRow, S as SessionRow, j as TaskInsert, T as TaskRow, J as ThreadSessionMapInsert, I as ThreadSessionMapRow, o as UserInsert, u as UserMCPOAuthTokenInsert, t as UserMCPOAuthTokenRow, U as UserRow, n as WorktreeInsert, W as WorktreeRow, c as createDatabase, b as createDatabaseAsync, f as createLocalDatabase, g as getDatabaseUrl, K as sessionsRelations, L as worktreesRelations } from '../client-
|
|
4
|
+
import { d as Database, N as sqliteSchema, O as postgresSchema } from '../client-NFCS0H8T.js';
|
|
5
|
+
export { h as ArtifactInsert, A as ArtifactRow, F as BoardCommentInsert, E as BoardCommentRow, l as BoardInsert, z as BoardObjectInsert, y as BoardObjectRow, B as BoardRow, x as CardInsert, w as CardRow, v as CardTypeInsert, C as CardTypeRow, e as DEFAULT_DB_PATH, a as DatabaseConnectionError, D as DbConfig, H as GatewayChannelInsert, G as GatewayChannelRow, q as MCPServerInsert, p as MCPServerRow, k as MessageInsert, M as MessageRow, m as RepoInsert, R as RepoRow, i as SessionInsert, s as SessionMCPServerInsert, r as SessionMCPServerRow, S as SessionRow, j as TaskInsert, T as TaskRow, J as ThreadSessionMapInsert, I as ThreadSessionMapRow, o as UserInsert, u as UserMCPOAuthTokenInsert, t as UserMCPOAuthTokenRow, U as UserRow, n as WorktreeInsert, W as WorktreeRow, c as createDatabase, b as createDatabaseAsync, f as createLocalDatabase, g as getDatabaseUrl, K as sessionsRelations, L as worktreesRelations } from '../client-NFCS0H8T.js';
|
|
6
6
|
import { LibSQLDatabase } from 'drizzle-orm/libsql';
|
|
7
7
|
import * as drizzle_orm_pg_core from 'drizzle-orm/pg-core';
|
|
8
8
|
import { PgTable } from 'drizzle-orm/pg-core';
|
|
9
9
|
import { PostgresJsDatabase } from 'drizzle-orm/postgres-js';
|
|
10
10
|
import * as drizzle_orm_sqlite_core from 'drizzle-orm/sqlite-core';
|
|
11
11
|
import { SQLiteTable } from 'drizzle-orm/sqlite-core';
|
|
12
|
-
import { W as WorktreeID, B as BoardID, M as MessageID, b as SessionID, T as TaskID,
|
|
13
|
-
import { a as Artifact, A as ArtifactBuildStatus } from '../artifact-
|
|
14
|
-
import { B as BaseRepository } from '../session-guard-
|
|
15
|
-
export { A as AmbiguousIdError, E as EntityNotFoundError, R as RepositoryError, a as SessionRepository, S as SessionWithLastMessage, i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-
|
|
16
|
-
import { B as BoardComment } from '../board-comment-
|
|
17
|
-
import { c as BoardEntityObject, C as CardID, h as Board, g as BoardObject, i as BoardExportBlob, k as CardType, l as Card, m as CardWithType, j as CardTypeID } from '../board-
|
|
18
|
-
import { d as GatewayChannel, G as GatewayChannelID, e as ThreadSessionMap, a as ThreadStatus, T as ThreadSessionMapID } from '../gateway-
|
|
19
|
-
import { i as MCPServer, C as CreateMCPServerInput, U as UpdateMCPServerInput, j as MCPServerFilters, M as MCPServerID, S as SessionMCPServer } from '../mcp-
|
|
20
|
-
import { i as Message } from '../message-
|
|
21
|
-
import { b as Repo, d as Worktree } from '../repo-
|
|
22
|
-
import { c as Task } from '../task-
|
|
23
|
-
import { d as User } from '../user-
|
|
24
|
-
import { A as AgenticToolName, c as CodexSandboxMode, d as CodexApprovalPolicy } from '../agentic-tool-
|
|
25
|
-
import { S as SessionStatus, a as Session, P as PermissionMode } from '../session-
|
|
12
|
+
import { W as WorktreeID, B as BoardID, M as MessageID, b as SessionID, T as TaskID, d as UserID, U as UUID$1 } from '../id-2oR2NdLp.js';
|
|
13
|
+
import { a as Artifact, A as ArtifactBuildStatus } from '../artifact-CIQzxjNP.js';
|
|
14
|
+
import { B as BaseRepository } from '../session-guard-D7hUa4D2.js';
|
|
15
|
+
export { A as AmbiguousIdError, E as EntityNotFoundError, R as RepositoryError, a as SessionRepository, S as SessionWithLastMessage, i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-D7hUa4D2.js';
|
|
16
|
+
import { B as BoardComment } from '../board-comment-9ORrSlA1.js';
|
|
17
|
+
import { c as BoardEntityObject, C as CardID, h as Board, g as BoardObject, i as BoardExportBlob, k as CardType, l as Card, m as CardWithType, j as CardTypeID } from '../board-DG--dAS_.js';
|
|
18
|
+
import { d as GatewayChannel, G as GatewayChannelID, e as ThreadSessionMap, a as ThreadStatus, T as ThreadSessionMapID } from '../gateway-BYCTTJVJ.js';
|
|
19
|
+
import { i as MCPServer, C as CreateMCPServerInput, U as UpdateMCPServerInput, j as MCPServerFilters, M as MCPServerID, S as SessionMCPServer } from '../mcp-D7eTnVUO.js';
|
|
20
|
+
import { i as Message } from '../message-C4Bb-L6c.js';
|
|
21
|
+
import { b as Repo, d as Worktree } from '../repo-DaP4omZL.js';
|
|
22
|
+
import { c as Task } from '../task-C8SPRSHg.js';
|
|
23
|
+
import { d as User } from '../user-C9UDwwtA.js';
|
|
24
|
+
import { A as AgenticToolName, c as CodexSandboxMode, d as CodexApprovalPolicy } from '../agentic-tool-B6RT-ZX5.js';
|
|
25
|
+
import { S as SessionStatus, a as Session, P as PermissionMode } from '../session-elEYFVev.js';
|
|
26
26
|
import '../context-ByxGjp5l.js';
|
|
27
27
|
|
|
28
28
|
/**
|
package/dist/core/db/index.js
CHANGED
|
@@ -17,6 +17,17 @@ var init_esm_shims = __esm({
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
|
|
20
|
+
// src/types/id.ts
|
|
21
|
+
function toShortId(id, length = 8) {
|
|
22
|
+
return id.replace(/-/g, "").slice(0, Math.min(length, 32));
|
|
23
|
+
}
|
|
24
|
+
var init_id = __esm({
|
|
25
|
+
"src/types/id.ts"() {
|
|
26
|
+
"use strict";
|
|
27
|
+
init_esm_shims();
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
|
|
20
31
|
// src/lib/ids.ts
|
|
21
32
|
var ids_exports = {};
|
|
22
33
|
__export(ids_exports, {
|
|
@@ -45,8 +56,7 @@ function isValidShortID(value) {
|
|
|
45
56
|
return /^[0-9a-f]{8,32}$/i.test(value);
|
|
46
57
|
}
|
|
47
58
|
function shortId(uuid, length = 8) {
|
|
48
|
-
|
|
49
|
-
return cleanUuid.slice(0, Math.min(length, 32));
|
|
59
|
+
return toShortId(uuid, length);
|
|
50
60
|
}
|
|
51
61
|
function formatShortId(uuid, length = 8) {
|
|
52
62
|
return shortId(uuid, length);
|
|
@@ -157,6 +167,7 @@ var init_ids = __esm({
|
|
|
157
167
|
"src/lib/ids.ts"() {
|
|
158
168
|
"use strict";
|
|
159
169
|
init_esm_shims();
|
|
170
|
+
init_id();
|
|
160
171
|
IdResolutionError = class extends Error {
|
|
161
172
|
constructor(message, type, prefix, candidates) {
|
|
162
173
|
super(message);
|
|
@@ -417,14 +428,6 @@ var init_gateway = __esm({
|
|
|
417
428
|
}
|
|
418
429
|
});
|
|
419
430
|
|
|
420
|
-
// src/types/id.ts
|
|
421
|
-
var init_id = __esm({
|
|
422
|
-
"src/types/id.ts"() {
|
|
423
|
-
"use strict";
|
|
424
|
-
init_esm_shims();
|
|
425
|
-
}
|
|
426
|
-
});
|
|
427
|
-
|
|
428
431
|
// src/types/mcp.ts
|
|
429
432
|
var init_mcp = __esm({
|
|
430
433
|
"src/types/mcp.ts"() {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../id-
|
|
2
|
-
export { i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-
|
|
3
|
-
import '../session-
|
|
4
|
-
import '../agentic-tool-
|
|
1
|
+
import '../id-2oR2NdLp.cjs';
|
|
2
|
+
export { i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-DOQgVFL6.cjs';
|
|
3
|
+
import '../session-C7mvs-rD.cjs';
|
|
4
|
+
import '../agentic-tool-Cs4nK-CC.cjs';
|
|
5
5
|
import '../context-ByxGjp5l.cjs';
|
|
6
|
-
import '../client-
|
|
6
|
+
import '../client-XpghdMQL.cjs';
|
|
7
7
|
import 'drizzle-orm/libsql';
|
|
8
8
|
import 'drizzle-orm/postgres-js';
|
|
9
9
|
import 'drizzle-orm';
|
|
10
|
-
import '../message-
|
|
11
|
-
import '../board-
|
|
12
|
-
import '../task-
|
|
10
|
+
import '../message-BbDSJvyl.cjs';
|
|
11
|
+
import '../board-DogjFoWy.cjs';
|
|
12
|
+
import '../task-DJMxZTv4.cjs';
|
|
13
13
|
import 'drizzle-orm/pg-core';
|
|
14
14
|
import 'drizzle-orm/sqlite-core';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import '../id-
|
|
2
|
-
export { i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-
|
|
3
|
-
import '../session-
|
|
4
|
-
import '../agentic-tool-
|
|
1
|
+
import '../id-2oR2NdLp.js';
|
|
2
|
+
export { i as isForeignKeyConstraintError, w as withSessionGuard } from '../session-guard-D7hUa4D2.js';
|
|
3
|
+
import '../session-elEYFVev.js';
|
|
4
|
+
import '../agentic-tool-B6RT-ZX5.js';
|
|
5
5
|
import '../context-ByxGjp5l.js';
|
|
6
|
-
import '../client-
|
|
6
|
+
import '../client-NFCS0H8T.js';
|
|
7
7
|
import 'drizzle-orm/libsql';
|
|
8
8
|
import 'drizzle-orm/postgres-js';
|
|
9
9
|
import 'drizzle-orm';
|
|
10
|
-
import '../message-
|
|
11
|
-
import '../board-
|
|
12
|
-
import '../task-
|
|
10
|
+
import '../message-C4Bb-L6c.js';
|
|
11
|
+
import '../board-DG--dAS_.js';
|
|
12
|
+
import '../task-C8SPRSHg.js';
|
|
13
13
|
import 'drizzle-orm/pg-core';
|
|
14
14
|
import 'drizzle-orm/sqlite-core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as Session } from './session-
|
|
2
|
-
import { d as Worktree } from './repo-
|
|
1
|
+
import { a as Session } from './session-C7mvs-rD.cjs';
|
|
2
|
+
import { d as Worktree } from './repo-zg1xnWQQ.cjs';
|
|
3
3
|
import { Params, HookContext as HookContext$1, Paginated } from '@feathersjs/feathers';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -246,8 +246,16 @@ interface AuthenticationResult {
|
|
|
246
246
|
/** Decoded JWT payload */
|
|
247
247
|
payload?: Record<string, unknown>;
|
|
248
248
|
};
|
|
249
|
-
/**
|
|
250
|
-
|
|
249
|
+
/**
|
|
250
|
+
* Authenticated user (if available)
|
|
251
|
+
*
|
|
252
|
+
* Uses a concrete user shape instead of `unknown` to improve client ergonomics.
|
|
253
|
+
* Includes the guaranteed auth fields plus optional full user fields.
|
|
254
|
+
*/
|
|
255
|
+
user?: AuthenticatedUser & {
|
|
256
|
+
name?: string;
|
|
257
|
+
emoji?: string;
|
|
258
|
+
};
|
|
251
259
|
/** Additional fields from strategy */
|
|
252
260
|
[key: string]: unknown;
|
|
253
261
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as Session } from './session-
|
|
2
|
-
import { d as Worktree } from './repo-
|
|
1
|
+
import { a as Session } from './session-elEYFVev.js';
|
|
2
|
+
import { d as Worktree } from './repo-DaP4omZL.js';
|
|
3
3
|
import { Params, HookContext as HookContext$1, Paginated } from '@feathersjs/feathers';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -246,8 +246,16 @@ interface AuthenticationResult {
|
|
|
246
246
|
/** Decoded JWT payload */
|
|
247
247
|
payload?: Record<string, unknown>;
|
|
248
248
|
};
|
|
249
|
-
/**
|
|
250
|
-
|
|
249
|
+
/**
|
|
250
|
+
* Authenticated user (if available)
|
|
251
|
+
*
|
|
252
|
+
* Uses a concrete user shape instead of `unknown` to improve client ergonomics.
|
|
253
|
+
* Includes the guaranteed auth fields plus optional full user fields.
|
|
254
|
+
*/
|
|
255
|
+
user?: AuthenticatedUser & {
|
|
256
|
+
name?: string;
|
|
257
|
+
emoji?: string;
|
|
258
|
+
};
|
|
251
259
|
/** Additional fields from strategy */
|
|
252
260
|
[key: string]: unknown;
|
|
253
261
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { C as ChannelType } from '../gateway-
|
|
2
|
-
import '../agentic-tool-
|
|
3
|
-
import '../id-
|
|
4
|
-
import '../session-
|
|
1
|
+
import { C as ChannelType } from '../gateway-D5me_jjo.cjs';
|
|
2
|
+
import '../agentic-tool-Cs4nK-CC.cjs';
|
|
3
|
+
import '../id-2oR2NdLp.cjs';
|
|
4
|
+
import '../session-C7mvs-rD.cjs';
|
|
5
5
|
import '../context-ByxGjp5l.cjs';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-wScngdUE.cjs';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Gateway Connector Interface
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { C as ChannelType } from '../gateway-
|
|
2
|
-
import '../agentic-tool-
|
|
3
|
-
import '../id-
|
|
4
|
-
import '../session-
|
|
1
|
+
import { C as ChannelType } from '../gateway-BYCTTJVJ.js';
|
|
2
|
+
import '../agentic-tool-B6RT-ZX5.js';
|
|
3
|
+
import '../id-2oR2NdLp.js';
|
|
4
|
+
import '../session-elEYFVev.js';
|
|
5
5
|
import '../context-ByxGjp5l.js';
|
|
6
|
-
import '../user-
|
|
6
|
+
import '../user-C9UDwwtA.js';
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
9
|
* Gateway Connector Interface
|