@qwen-code/qwen-code 0.19.3 → 0.19.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/bundled/loop/SKILL.md +22 -3
- package/bundled/loop/SKILL.test.ts +20 -0
- package/bundled/loop/autonomous-loop.test.ts +59 -0
- package/bundled/loop/autonomous-loop.ts +102 -0
- package/bundled/loop/loop-task-file.test.ts +1064 -0
- package/bundled/loop/loop-task-file.ts +404 -0
- package/bundled/loop/loop-tick-resolver.test.ts +906 -0
- package/bundled/loop/loop-tick-resolver.ts +416 -0
- package/bundled/qc-helper/SKILL.md +12 -5
- package/bundled/qc-helper/docs/configuration/auth.md +1 -1
- package/bundled/qc-helper/docs/configuration/settings.md +40 -26
- package/bundled/qc-helper/docs/features/approval-mode.md +3 -0
- package/bundled/qc-helper/docs/features/auto-mode.md +40 -0
- package/bundled/qc-helper/docs/features/channels/overview.md +81 -18
- package/bundled/qc-helper/docs/features/channels/plugins.md +1 -1
- package/bundled/qc-helper/docs/features/code-review.md +17 -61
- package/bundled/qc-helper/docs/features/commands.md +6 -6
- package/bundled/qc-helper/docs/features/hooks.md +6 -1
- package/bundled/qc-helper/docs/features/mcp.md +3 -1
- package/bundled/qc-helper/docs/features/memory.md +1 -1
- package/bundled/qc-helper/docs/features/scheduled-tasks.md +10 -0
- package/bundled/qc-helper/docs/features/status-line.md +3 -3
- package/bundled/qc-helper/docs/ide-integration/ide-integration.md +4 -4
- package/bundled/qc-helper/docs/qwen-serve.md +19 -0
- package/bundled/qc-helper/docs/support/troubleshooting.md +6 -0
- package/bundled/review/DESIGN.md +21 -26
- package/bundled/review/SKILL.md +45 -129
- package/chunks/MaxSizedBox-ERTNFI22.js +68 -0
- package/chunks/{StandaloneSessionPicker-Z52JTYST.js → StandaloneSessionPicker-Y5NGRLRY.js} +48 -42
- package/chunks/{acpAgent-7RZUOWOM.js → acpAgent-UMN6OYTR.js} +1319 -361
- package/chunks/{agent-4FG7WTHJ.js → agent-56DZU4ZU.js} +30 -25
- package/chunks/agent-headless-SR7N2IJG.js +61 -0
- package/chunks/{anthropicContentGenerator-PFITVL7Y.js → anthropicContentGenerator-5OZFO6WQ.js} +11 -8
- package/chunks/{artifact-tool-D2X7G3C3.js → artifact-tool-JVZMHA4B.js} +3 -3
- package/chunks/{askUserQuestion-UGETICJQ.js → askUserQuestion-CMJZ2F3D.js} +2 -2
- package/chunks/bridge-AUHNFOUS.js +72 -0
- package/chunks/{ca-IUFWESZL.js → ca-RYOETBUW.js} +9 -9
- package/chunks/channel-worker-supervisor-A74FV522.js +308 -0
- package/chunks/{chunk-T4T2FNV4.js → chunk-2X2JUE47.js} +2 -2
- package/chunks/{chunk-BX5YO7UW.js → chunk-4VZH35PN.js} +540 -370
- package/chunks/{chunk-M2U5NM24.js → chunk-54YZOP7P.js} +309 -72
- package/chunks/chunk-5P5XGNYH.js +93 -0
- package/chunks/{chunk-QWFNTRH4.js → chunk-6AQR7732.js} +1 -1
- package/chunks/{chunk-HZT4UCFB.js → chunk-6CIIP6OE.js} +4 -4
- package/chunks/{chunk-ADCIHOQZ.js → chunk-6TLY5W3B.js} +16 -8
- package/chunks/{chunk-BXSHL2SF.js → chunk-73H73ASU.js} +1 -1
- package/chunks/{chunk-3TV3HUWZ.js → chunk-75X2VLSH.js} +60 -30
- package/chunks/{chunk-6V4NZFUS.js → chunk-7KPI4LAI.js} +5 -5
- package/chunks/{chunk-PDE7CSDS.js → chunk-7VPC7D7O.js} +2 -2
- package/chunks/chunk-AHNXYU4O.js +24 -0
- package/chunks/{chunk-UX4SGCGN.js → chunk-AVQDCKNF.js} +96 -22
- package/chunks/{chunk-HYCC3XM3.js → chunk-B236XPGF.js} +1 -1
- package/chunks/{chunk-N4EJFBN5.js → chunk-B7KGXIPZ.js} +419 -262
- package/chunks/{chunk-YAINVQ3Q.js → chunk-BFG6OZN7.js} +17392 -16335
- package/chunks/{chunk-5DWXLGOM.js → chunk-BJBWRCSK.js} +1 -1
- package/chunks/{chunk-BTLJ2MF5.js → chunk-BNJLLAQ7.js} +3 -3
- package/chunks/{chunk-UYT3MWEB.js → chunk-BQNJBEUA.js} +16 -2
- package/chunks/{chunk-SKQZZVAV.js → chunk-BZHLWC6T.js} +2 -2
- package/chunks/{chunk-HPZTOP4I.js → chunk-C2IHHGBZ.js} +131 -21
- package/chunks/chunk-CG7SVARK.js +367 -0
- package/chunks/{chunk-CNLEDYE3.js → chunk-CS5XYDBO.js} +5 -5
- package/chunks/{chunk-O75BHFQW.js → chunk-CUGEBAKG.js} +2 -2
- package/chunks/{chunk-U3KSMM7G.js → chunk-D5KISTLW.js} +339 -383
- package/chunks/{chunk-STUWFKGD.js → chunk-DQ74W65K.js} +431 -535
- package/chunks/{chunk-VVLOGDB6.js → chunk-DX3TKXNT.js} +2 -2
- package/chunks/chunk-E5A7LHNN.js +51 -0
- package/chunks/{chunk-3PJXIDKI.js → chunk-E6US47KI.js} +3 -27
- package/chunks/chunk-EDAGQADF.js +21 -0
- package/chunks/{chunk-QBZ22PQX.js → chunk-EWALXUAD.js} +3 -1
- package/chunks/{chunk-4QK3O43S.js → chunk-FNLXLI4I.js} +4 -4
- package/chunks/{chunk-I2LYBGNI.js → chunk-FYKX6XOT.js} +1 -1
- package/chunks/{chunk-QLDPRILK.js → chunk-G7OQ3RFJ.js} +3 -3
- package/chunks/{chunk-R2BXK7SX.js → chunk-GHOTR7HL.js} +6 -1
- package/chunks/{chunk-L7OKCI7T.js → chunk-GICCHL2Q.js} +15 -1
- package/chunks/{chunk-KMGMKW5Q.js → chunk-GLPV75ES.js} +9 -3
- package/chunks/{chunk-LD2XBG6Z.js → chunk-GO6LNQXT.js} +1 -39
- package/chunks/chunk-HI55Z6PR.js +3523 -0
- package/chunks/{chunk-QNKBEJO2.js → chunk-HJDF3ZVU.js} +2776 -1289
- package/chunks/{chunk-JJXWTVSK.js → chunk-HRZB5CSC.js} +34 -1
- package/chunks/{chunk-I4H7PRWQ.js → chunk-HTWHAN44.js} +1 -1
- package/chunks/{chunk-EJYJYJZ2.js → chunk-IRJWHZWU.js} +3 -70
- package/chunks/{chunk-CKQA6AWF.js → chunk-J3F7X3LW.js} +1 -1
- package/chunks/{chunk-QI7GOGJR.js → chunk-KKQWC6WS.js} +1 -1
- package/chunks/{chunk-VBZ452JT.js → chunk-KVPFPC4J.js} +494 -114
- package/chunks/{chunk-NDOC6M5S.js → chunk-L7QPM2YD.js} +2 -2
- package/chunks/{chunk-SLNKLLEO.js → chunk-L7VH7HQA.js} +12 -8
- package/chunks/{chunk-BVSVIN45.js → chunk-LKWAVAB5.js} +3 -3
- package/chunks/{chunk-ZP6UKOPB.js → chunk-LWGLBVWA.js} +1 -1
- package/chunks/{chunk-SBBN4BWR.js → chunk-MEQWZGK5.js} +1 -1
- package/chunks/{chunk-FKAVULLM.js → chunk-MKHC4BYZ.js} +58 -10
- package/chunks/{chunk-UFLGERMB.js → chunk-MNDTD5E5.js} +178 -124
- package/chunks/{chunk-RD6YJJJ6.js → chunk-MOUXUCXQ.js} +1 -1
- package/chunks/{chunk-EDMZZFDU.js → chunk-MVZXZWGT.js} +905 -795
- package/chunks/chunk-MX2YXRER.js +44 -0
- package/chunks/{chunk-JVHEVCAU.js → chunk-ND25GXEU.js} +23 -6
- package/chunks/chunk-NIOPRZNN.js +27 -0
- package/chunks/{chunk-DDMOU62Q.js → chunk-NPQWQYU6.js} +1 -1
- package/chunks/{chunk-PR32FRT6.js → chunk-OAFUMTWW.js} +3 -3
- package/chunks/chunk-OJCECIJA.js +238 -0
- package/chunks/{chunk-GGBIN5K7.js → chunk-PIYV6COW.js} +1 -1
- package/chunks/{chunk-CF6BB3LT.js → chunk-PPFWEV7G.js} +10 -1
- package/chunks/{chunk-4LUZAKMK.js → chunk-Q7VHIRDD.js} +1 -1
- package/chunks/{chunk-ODLIHNOY.js → chunk-QAFQLTXG.js} +1 -1
- package/chunks/{chunk-Y6YMRS3U.js → chunk-QMIND2AS.js} +3 -3
- package/chunks/{chunk-XJYUPHRC.js → chunk-QOMAHFYI.js} +3 -3
- package/chunks/{chunk-J37FGIOA.js → chunk-QXPI7FEC.js} +38 -4
- package/chunks/chunk-RM3PGSGL.js +66 -0
- package/chunks/chunk-RNBYOUGV.js +42 -0
- package/chunks/chunk-S5EQPDTM.js +91 -0
- package/chunks/chunk-SEZC2725.js +36 -0
- package/chunks/{chunk-FNJ7BDPH.js → chunk-SFN4TEHY.js} +10 -7
- package/chunks/{chunk-O2VBQ3Y2.js → chunk-SJBIFVD2.js} +2 -2
- package/chunks/chunk-SYCJMSIJ.js +82 -0
- package/chunks/{chunk-JE5FVRPC.js → chunk-T22H4V4R.js} +48 -23
- package/chunks/{chunk-3227DZO4.js → chunk-T42ACHFI.js} +1 -1
- package/chunks/{chunk-UO5GVXQE.js → chunk-TENOUWY2.js} +3 -3
- package/chunks/{chunk-JOLIREYR.js → chunk-TOAUDIS7.js} +1 -1
- package/chunks/{chunk-J7FA27RO.js → chunk-TTFNVEO5.js} +3 -3
- package/chunks/{chunk-S7AKE7HL.js → chunk-UANCYOOQ.js} +63 -9
- package/chunks/{chunk-BUUQ5HPX.js → chunk-UQFP2FEF.js} +1 -1
- package/chunks/{chunk-R5OP2ATH.js → chunk-UQYOMM6J.js} +11 -11
- package/chunks/{chunk-J33ZR6OJ.js → chunk-UT5JU5DJ.js} +16 -16
- package/chunks/{chunk-QE6KJYLT.js → chunk-VKGG724L.js} +122 -25
- package/chunks/{chunk-SMXULRAN.js → chunk-VXGPYF7U.js} +1 -1
- package/chunks/{chunk-MNF6S5PR.js → chunk-W2ZOAX7F.js} +4 -4
- package/chunks/{chunk-GT2FGICD.js → chunk-W6X4FGWX.js} +1 -1
- package/chunks/{chunk-SMYQZVZ3.js → chunk-XCUFHOAD.js} +1 -1
- package/chunks/{chunk-K5XU6E4T.js → chunk-XKSCTXPK.js} +2 -2
- package/chunks/{chunk-FXKVLFFY.js → chunk-YBDZ63KI.js} +3 -3
- package/chunks/{chunk-BKXBARJZ.js → chunk-YPCPZSZB.js} +1 -1
- package/chunks/chunk-YTFBURQD.js +313 -0
- package/chunks/{chunk-NL4C3H6C.js → chunk-YXK4GPYO.js} +1 -1
- package/chunks/{chunk-F3ZYSEY6.js → chunk-ZJP5T7IA.js} +3 -3
- package/chunks/{chunk-RYLJU2DY.js → chunk-ZN5T4BHI.js} +1 -1
- package/chunks/{chunk-RRFZXMYP.js → chunk-ZXCVPMIK.js} +553 -138
- package/chunks/{computer-use-JGB36FDW.js → computer-use-VWN5HH6A.js} +33 -28
- package/chunks/contextCommand-DFFG5KDJ.js +66 -0
- package/chunks/{cron-create-SKEY55RG.js → cron-create-CSSWJ67I.js} +4 -4
- package/chunks/{cron-delete-I3NAT32Z.js → cron-delete-E56CFQ7A.js} +4 -4
- package/chunks/{cron-list-6XRRL6TH.js → cron-list-BKSINY6Y.js} +4 -4
- package/chunks/daemon-5T6IHWJV.js +8430 -0
- package/chunks/daemon-status-provider-V5UY7O7J.js +70 -0
- package/chunks/{de-EOW5PVHF.js → de-HB5NJXGB.js} +9 -9
- package/chunks/{dist-NHEYYB2B.js → dist-2HDL5SHQ.js} +2 -2
- package/chunks/{dist-663NZ6MI.js → dist-B7SSDVWT.js} +116 -11
- package/chunks/{dist-PQPZ5Q4N.js → dist-BL3SL665.js} +20 -9
- package/chunks/{dist-J37VXPLD.js → dist-TAVAGZU6.js} +40 -15
- package/chunks/{dist-LB6OGPVM.js → dist-XBOVZ3R5.js} +26 -5
- package/chunks/{earlyInputCapture-44RISVVJ.js → earlyInputCapture-VVYU4FDO.js} +31 -26
- package/chunks/{edit-NN6GM5DT.js → edit-F35PTMBA.js} +35 -29
- package/chunks/{en-HPWEJBTR.js → en-FZREZFPO.js} +30 -10
- package/chunks/{enter-worktree-PB3O2C7D.js → enter-worktree-3DIW7EGJ.js} +30 -25
- package/chunks/{enterPlanMode-YQFNNSUA.js → enterPlanMode-QNXT77KP.js} +40 -25
- package/chunks/{errors-LS7XU5DZ.js → errors-M53YG76R.js} +32 -27
- package/chunks/{exit-worktree-E2FTNSBK.js → exit-worktree-BSDWNWHZ.js} +30 -25
- package/chunks/{exitPlanMode-GLYK2BUB.js → exitPlanMode-EL7AY327.js} +54 -33
- package/chunks/{fast-path-WQ6M7LI7.js → fast-path-DUCSMUFW.js} +30 -13
- package/chunks/{fast-path-settings-OAGU3X5H.js → fast-path-settings-UQLRFDQP.js} +2 -2
- package/chunks/{fr-BN5NKSAC.js → fr-XY3NQFCM.js} +9 -9
- package/chunks/{gemini-2YFLVA2M.js → gemini-F3IERB37.js} +80 -67
- package/chunks/{geminiContentGenerator-XV6SV6CD.js → geminiContentGenerator-6OULAKFQ.js} +4 -4
- package/chunks/{glob-2H6CDDMK.js → glob-ZMLFTD4T.js} +30 -25
- package/chunks/{grep-VXIUXM3C.js → grep-H5X66EI7.js} +30 -25
- package/chunks/initializer-LEOT2OLH.js +66 -0
- package/chunks/{ja-7DEUB2TS.js → ja-J7YAG7SA.js} +9 -9
- package/chunks/{keychain-token-storage-YLMDLKXT.js → keychain-token-storage-GPAKRDKQ.js} +2 -2
- package/chunks/list-M3DKXML6.js +70 -0
- package/chunks/loadedSettingsAdapter-OKMQFGGG.js +65 -0
- package/chunks/{loop-wakeup-CITGGQHA.js → loop-wakeup-FPBAVVPR.js} +5 -5
- package/chunks/{ls-R5WP4BGZ.js → ls-UGWQXPTY.js} +4 -4
- package/chunks/{lsp-GSICJMMW.js → lsp-24WV7NXB.js} +2 -2
- package/chunks/{monitor-HKLRS2HQ.js → monitor-ARL5P45R.js} +32 -26
- package/chunks/nonInteractiveCli-NUVLF3YR.js +108 -0
- package/chunks/{notebook-edit-Y6SKSGTT.js → notebook-edit-ANTZ2DDY.js} +31 -26
- package/chunks/{openaiContentGenerator-J7G2FYJT.js → openaiContentGenerator-TFGMKGHN.js} +15 -13
- package/chunks/pidfile-AWTL4C63.js +72 -0
- package/chunks/{pt-TNZRNLQB.js → pt-6RTAA6SS.js} +9 -9
- package/chunks/{qwenContentGenerator-5XIEM5GV.js → qwenContentGenerator-6QWAYTWS.js} +32 -27
- package/chunks/{qwenOAuth2-AG3PFFLZ.js → qwenOAuth2-LWLA6MQG.js} +5 -4
- package/chunks/{read-file-J7D552ZJ.js → read-file-EJY73XQ3.js} +11 -10
- package/chunks/{read-mcp-resource-DQQW7H7T.js → read-mcp-resource-NCBTPP7X.js} +2 -2
- package/chunks/ripGrep-HC4SA6CQ.js +59 -0
- package/chunks/{ru-NIAUBKCN.js → ru-AUBGJ2C4.js} +9 -9
- package/chunks/{run-qwen-serve-SGEEVMXD.js → run-qwen-serve-AGLZ642J.js} +454 -94
- package/chunks/{scheduler-7CQI3S4Q.js → scheduler-TURO7NGY.js} +30 -25
- package/chunks/{send-message-EE4TWKVU.js → send-message-3S2NYS3O.js} +6 -4
- package/chunks/serve-5DAMOIDW.js +70 -0
- package/chunks/{server-4QMUWXPW.js → server-4AGEK2HC.js} +4098 -1173
- package/chunks/{session-NRO7UFOY.js → session-7ZOQUC4Y.js} +204 -64
- package/chunks/{settings-SGWRDQSC.js → settings-DR4V6L5Y.js} +34 -29
- package/chunks/{shell-62ANGIHL.js → shell-H5WFKUXH.js} +30 -25
- package/chunks/{skill-VWAQAWW6.js → skill-ANHU5ZCR.js} +13 -12
- package/chunks/spawnChannel-VN5LJV7Z.js +68 -0
- package/chunks/{src-KUV5J5Q2.js → src-OVZLTVVM.js} +114 -30
- package/chunks/{startInteractiveUI-6EYJN3JV.js → startInteractiveUI-OA22V32P.js} +15970 -15430
- package/chunks/{syntheticOutput-T5YHQ6S2.js → syntheticOutput-SV7GBHZ5.js} +3 -3
- package/chunks/{task-create-BLY7RHXX.js → task-create-W2H2UJCH.js} +8 -7
- package/chunks/{task-list-3QUYNVYR.js → task-list-THBOPV4G.js} +7 -6
- package/chunks/{task-stop-U4RATK2V.js → task-stop-33FVCNCJ.js} +2 -2
- package/chunks/{task-update-U54O7KJX.js → task-update-LVFQLXEI.js} +8 -7
- package/chunks/{team-create-LPOGCPM7.js → team-create-OYL5CAQO.js} +30 -25
- package/chunks/{team-delete-LKBYPASD.js → team-delete-NTUQ25UY.js} +7 -6
- package/chunks/theme-manager-XCMPF2SI.js +63 -0
- package/chunks/{todoWrite-OYXKTVYN.js → todoWrite-SEPO2RI3.js} +4 -4
- package/chunks/{tool-search-YPUFJ3ZQ.js → tool-search-YXW55X6Z.js} +36 -11
- package/chunks/{trustedFolders-5B24TMEA.js → trustedFolders-TEPGM5YL.js} +31 -26
- package/chunks/{validateNonInterActiveAuth-BTDTYOVT.js → validateNonInterActiveAuth-OQIS7WUE.js} +65 -55
- package/chunks/{web-fetch-EEB5LZYU.js → web-fetch-OE7LHURA.js} +5 -4
- package/chunks/{workflow-LAWIW5LI.js → workflow-RTUWORAP.js} +67 -39
- package/chunks/workspace-providers-status-DM2XANVB.js +67 -0
- package/chunks/workspace-service-VKBI2KZD.js +77 -0
- package/chunks/{write-file-PCV226DJ.js → write-file-WGALQ53L.js} +35 -30
- package/chunks/{zh-TW-TR3XYGE5.js → zh-TW-6GIKXEAN.js} +30 -10
- package/chunks/{zh-5EUYXASN.js → zh-V3B4TFWL.js} +30 -10
- package/cli.js +6 -6
- package/locales/ca.js +13 -13
- package/locales/de.js +13 -13
- package/locales/en.js +49 -15
- package/locales/fr.js +13 -14
- package/locales/ja.js +13 -14
- package/locales/pt.js +13 -13
- package/locales/ru.js +13 -13
- package/locales/zh-TW.js +47 -14
- package/locales/zh.js +47 -14
- package/node_modules/@qwen-code/audio-capture/package.json +1 -1
- package/node_modules/@qwen-code/audio-capture/prebuilds/darwin-arm64/@qwen-code+audio-capture.node +0 -0
- package/node_modules/@qwen-code/audio-capture/prebuilds/darwin-x64/@qwen-code+audio-capture.node +0 -0
- package/node_modules/@qwen-code/audio-capture/prebuilds/win32-x64/@qwen-code+audio-capture.node +0 -0
- package/package.json +15 -6
- package/patches/chrome-devtools-mcp+1.4.0.patch +31 -0
- package/postinstall.js +50 -0
- package/web-shell/assets/{arc-DA7r8Ueo.js → arc-Det5Ccum.js} +1 -1
- package/web-shell/assets/{architectureDiagram-3BPJPVTR-ZDUxPtZ2.js → architectureDiagram-3BPJPVTR-DqNWVFpl.js} +1 -1
- package/web-shell/assets/{blockDiagram-GPEHLZMM-vrtOf1kJ.js → blockDiagram-GPEHLZMM-CYl7tYBi.js} +1 -1
- package/web-shell/assets/{c4Diagram-AAUBKEIU-BHFjzIi4.js → c4Diagram-AAUBKEIU-DaAEi0NQ.js} +1 -1
- package/web-shell/assets/channel-Bm0bFauD.js +1 -0
- package/web-shell/assets/{chunk-2J33WTMH-mdeQVz59.js → chunk-2J33WTMH-Df2CDEE2.js} +1 -1
- package/web-shell/assets/{chunk-4BX2VUAB-BkKMlwBX.js → chunk-4BX2VUAB-DNBFcyL2.js} +1 -1
- package/web-shell/assets/{chunk-55IACEB6-B7bnXNfu.js → chunk-55IACEB6-BKjF-0HI.js} +1 -1
- package/web-shell/assets/{chunk-727SXJPM-DGz8Mm6i.js → chunk-727SXJPM-DYwAwfIM.js} +1 -1
- package/web-shell/assets/{chunk-AQP2D5EJ-BQAydUNk.js → chunk-AQP2D5EJ-C6FswLqy.js} +1 -1
- package/web-shell/assets/{chunk-FMBD7UC4-GHr2LN_p.js → chunk-FMBD7UC4-DRWAcZSY.js} +1 -1
- package/web-shell/assets/{chunk-ND2GUHAM-7R91lnUx.js → chunk-ND2GUHAM-AoL16mNR.js} +1 -1
- package/web-shell/assets/{chunk-QZHKN3VN-aTJD3lSQ.js → chunk-QZHKN3VN-a8PtLMck.js} +1 -1
- package/web-shell/assets/classDiagram-4FO5ZUOK--NgUfb55.js +1 -0
- package/web-shell/assets/classDiagram-v2-Q7XG4LA2--NgUfb55.js +1 -0
- package/web-shell/assets/{cose-bilkent-S5V4N54A-BTf8t1RL.js → cose-bilkent-S5V4N54A-C4Aeu5qf.js} +1 -1
- package/web-shell/assets/{dagre-BM42HDAG-_sgp3WuA.js → dagre-BM42HDAG-BOulamjo.js} +1 -1
- package/web-shell/assets/{diagram-2AECGRRQ-CROtRy1w.js → diagram-2AECGRRQ-D1wt2ykO.js} +1 -1
- package/web-shell/assets/{diagram-5GNKFQAL-BqGRzwSc.js → diagram-5GNKFQAL-BRseus-O.js} +1 -1
- package/web-shell/assets/{diagram-KO2AKTUF-CMrcEtA7.js → diagram-KO2AKTUF-XSMkNzpZ.js} +1 -1
- package/web-shell/assets/{diagram-LMA3HP47-BRydGNW5.js → diagram-LMA3HP47-21KNLqoi.js} +1 -1
- package/web-shell/assets/{diagram-OG6HWLK6-D0ilgNjV.js → diagram-OG6HWLK6-DnUI8F5G.js} +1 -1
- package/web-shell/assets/{erDiagram-TEJ5UH35-2lnQeJUM.js → erDiagram-TEJ5UH35-BVSOMuM2.js} +1 -1
- package/web-shell/assets/{flowDiagram-I6XJVG4X-C_ZMdQiC.js → flowDiagram-I6XJVG4X-fYtDPJsW.js} +1 -1
- package/web-shell/assets/{ganttDiagram-6RSMTGT7-Dw9V_Ny0.js → ganttDiagram-6RSMTGT7-CmRXosW_.js} +1 -1
- package/web-shell/assets/{gitGraphDiagram-PVQCEYII-HDXI-F1B.js → gitGraphDiagram-PVQCEYII-DPrmySxO.js} +1 -1
- package/web-shell/assets/index-BpKnmyFV.js +717 -0
- package/web-shell/assets/index-fLrtxpOG.css +5 -0
- package/web-shell/assets/{infoDiagram-5YYISTIA-CuB8Ebua.js → infoDiagram-5YYISTIA-x3VbEuCV.js} +1 -1
- package/web-shell/assets/{ishikawaDiagram-YF4QCWOH-D_tyhVwh.js → ishikawaDiagram-YF4QCWOH-SmitHRMC.js} +1 -1
- package/web-shell/assets/{journeyDiagram-JHISSGLW-CgCwJQNU.js → journeyDiagram-JHISSGLW-BxvA551S.js} +1 -1
- package/web-shell/assets/{kanban-definition-UN3LZRKU-PZUtcbPx.js → kanban-definition-UN3LZRKU-DNHC16jY.js} +1 -1
- package/web-shell/assets/{linear-CZqRdJIU.js → linear-CQ6irBL9.js} +1 -1
- package/web-shell/assets/{mermaid.core-CPW_4UEF.js → mermaid.core-DtB6NO1e.js} +72 -72
- package/web-shell/assets/{mindmap-definition-RKZ34NQL-D_Y75ID7.js → mindmap-definition-RKZ34NQL-QKMAgV2v.js} +1 -1
- package/web-shell/assets/{pieDiagram-4H26LBE5-Q4dTyLeF.js → pieDiagram-4H26LBE5-bvb6dGn6.js} +1 -1
- package/web-shell/assets/{quadrantDiagram-W4KKPZXB-ckw329Ft.js → quadrantDiagram-W4KKPZXB-DLgdlG4D.js} +1 -1
- package/web-shell/assets/{requirementDiagram-4Y6WPE33-DbVDm4It.js → requirementDiagram-4Y6WPE33-2M9YH4GF.js} +1 -1
- package/web-shell/assets/{sankeyDiagram-5OEKKPKP-CHuZ_ecH.js → sankeyDiagram-5OEKKPKP-DzwfclTH.js} +1 -1
- package/web-shell/assets/{sequenceDiagram-3UESZ5HK-DU2YSpq-.js → sequenceDiagram-3UESZ5HK-BvPmTuy2.js} +1 -1
- package/web-shell/assets/{stateDiagram-AJRCARHV-CA9PEBUo.js → stateDiagram-AJRCARHV-BjwUmrJF.js} +1 -1
- package/web-shell/assets/stateDiagram-v2-BHNVJYJU-C4L8zXeL.js +1 -0
- package/web-shell/assets/{timeline-definition-PNZ67QCA-Bhlo4WVc.js → timeline-definition-PNZ67QCA-CXzS6qqz.js} +1 -1
- package/web-shell/assets/{vennDiagram-CIIHVFJN-6xtPLsyl.js → vennDiagram-CIIHVFJN-yRSolF5B.js} +1 -1
- package/web-shell/assets/{wardley-L42UT6IY-3eozmXPf.js → wardley-L42UT6IY-ClLJjHPG.js} +1 -1
- package/web-shell/assets/{wardleyDiagram-YWT4CUSO-BOn6hKss.js → wardleyDiagram-YWT4CUSO-VIa6t2p2.js} +1 -1
- package/web-shell/assets/{xychartDiagram-2RQKCTM6-BsP4-I_y.js → xychartDiagram-2RQKCTM6-CtmrkezW.js} +1 -1
- package/web-shell/index.html +18 -2
- package/chunks/MaxSizedBox-QNF3EIGU.js +0 -63
- package/chunks/agent-headless-RQ5BTX3G.js +0 -56
- package/chunks/bridge-JL2PMCIW.js +0 -66
- package/chunks/chunk-5GOVVXEV.js +0 -73
- package/chunks/chunk-BC3C4F3Q.js +0 -40
- package/chunks/chunk-BW4KCQFD.js +0 -1103
- package/chunks/chunk-RKIZXJMB.js +0 -13
- package/chunks/contextCommand-WYU6OQ2F.js +0 -61
- package/chunks/daemon-status-provider-HH2EC5FI.js +0 -65
- package/chunks/headlessSafetyWarnings-TBE35GJ4.js +0 -55
- package/chunks/initializer-2Y7SLOKV.js +0 -61
- package/chunks/list-ZAFHZ7OS.js +0 -65
- package/chunks/loadedSettingsAdapter-6KJXD6M3.js +0 -60
- package/chunks/nonInteractiveCli-5W4GIZQM.js +0 -96
- package/chunks/ripGrep-IEIFIWP4.js +0 -54
- package/chunks/serve-V6GVZR6U.js +0 -65
- package/chunks/spawnChannel-3VHW5EPY.js +0 -63
- package/chunks/theme-manager-LYLGAERF.js +0 -58
- package/chunks/workspace-providers-status-PIAFVYHA.js +0 -62
- package/chunks/workspace-service-YAIOD4HG.js +0 -71
- package/web-shell/assets/channel-iRo68q4Q.js +0 -1
- package/web-shell/assets/classDiagram-4FO5ZUOK-iHF24a8X.js +0 -1
- package/web-shell/assets/classDiagram-v2-Q7XG4LA2-iHF24a8X.js +0 -1
- package/web-shell/assets/index-CHmzAWys.css +0 -5
- package/web-shell/assets/index-w6GTOHh1.js +0 -713
- package/web-shell/assets/stateDiagram-v2-BHNVJYJU-t1LRI0oY.js +0 -1
|
@@ -0,0 +1,367 @@
|
|
|
1
|
+
// Force strict mode and setup for ESM
|
|
2
|
+
"use strict";
|
|
3
|
+
import {
|
|
4
|
+
disableMouseEvents,
|
|
5
|
+
enableMouseEvents,
|
|
6
|
+
useKeypressContext
|
|
7
|
+
} from "./chunk-75X2VLSH.js";
|
|
8
|
+
import {
|
|
9
|
+
use_stdin_default,
|
|
10
|
+
use_stdout_default
|
|
11
|
+
} from "./chunk-2X2JUE47.js";
|
|
12
|
+
import {
|
|
13
|
+
require_react
|
|
14
|
+
} from "./chunk-KYMBIKIW.js";
|
|
15
|
+
import {
|
|
16
|
+
themeManager
|
|
17
|
+
} from "./chunk-HTWHAN44.js";
|
|
18
|
+
import {
|
|
19
|
+
init_esbuild_shims
|
|
20
|
+
} from "./chunk-A4BMJM77.js";
|
|
21
|
+
import {
|
|
22
|
+
__name,
|
|
23
|
+
__toESM
|
|
24
|
+
} from "./chunk-J2S4EL5Y.js";
|
|
25
|
+
|
|
26
|
+
// packages/cli/src/ui/contexts/SettingsContext.tsx
|
|
27
|
+
init_esbuild_shims();
|
|
28
|
+
var import_react = __toESM(require_react(), 1);
|
|
29
|
+
var SettingsContext = import_react.default.createContext(
|
|
30
|
+
void 0
|
|
31
|
+
);
|
|
32
|
+
var useSettings = /* @__PURE__ */ __name(() => {
|
|
33
|
+
const context = (0, import_react.useContext)(SettingsContext);
|
|
34
|
+
if (context === void 0) {
|
|
35
|
+
throw new Error("useSettings must be used within a SettingsProvider");
|
|
36
|
+
}
|
|
37
|
+
return context;
|
|
38
|
+
}, "useSettings");
|
|
39
|
+
|
|
40
|
+
// packages/cli/src/ui/hooks/useTerminalSize.ts
|
|
41
|
+
init_esbuild_shims();
|
|
42
|
+
var import_react2 = __toESM(require_react(), 1);
|
|
43
|
+
function useTerminalSize() {
|
|
44
|
+
const [size, setSize] = (0, import_react2.useState)({
|
|
45
|
+
columns: process.stdout.columns || 80,
|
|
46
|
+
rows: process.stdout.rows || 24
|
|
47
|
+
});
|
|
48
|
+
(0, import_react2.useEffect)(() => {
|
|
49
|
+
function updateSize() {
|
|
50
|
+
setSize({
|
|
51
|
+
columns: process.stdout.columns || 80,
|
|
52
|
+
rows: process.stdout.rows || 24
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
__name(updateSize, "updateSize");
|
|
56
|
+
process.stdout.on("resize", updateSize);
|
|
57
|
+
return () => {
|
|
58
|
+
process.stdout.off("resize", updateSize);
|
|
59
|
+
};
|
|
60
|
+
}, []);
|
|
61
|
+
return size;
|
|
62
|
+
}
|
|
63
|
+
__name(useTerminalSize, "useTerminalSize");
|
|
64
|
+
|
|
65
|
+
// packages/cli/src/ui/hooks/useMouseEvents.ts
|
|
66
|
+
init_esbuild_shims();
|
|
67
|
+
var import_react3 = __toESM(require_react(), 1);
|
|
68
|
+
var mouseModeRefs = /* @__PURE__ */ new Map();
|
|
69
|
+
function effectiveTracking(entry) {
|
|
70
|
+
if (entry.any > 0) return "any";
|
|
71
|
+
if (entry.button > 0) return "button";
|
|
72
|
+
return null;
|
|
73
|
+
}
|
|
74
|
+
__name(effectiveTracking, "effectiveTracking");
|
|
75
|
+
function reconcileMouseMode(stdout, entry) {
|
|
76
|
+
const desired = effectiveTracking(entry);
|
|
77
|
+
if (desired === entry.active) return;
|
|
78
|
+
if (entry.active) disableMouseEvents(stdout, entry.active);
|
|
79
|
+
if (desired) enableMouseEvents(stdout, desired);
|
|
80
|
+
entry.active = desired;
|
|
81
|
+
}
|
|
82
|
+
__name(reconcileMouseMode, "reconcileMouseMode");
|
|
83
|
+
var disableAllMouseModes = /* @__PURE__ */ __name(() => {
|
|
84
|
+
for (const [stdout, entry] of mouseModeRefs) {
|
|
85
|
+
if (entry.active) disableMouseEvents(stdout, entry.active);
|
|
86
|
+
}
|
|
87
|
+
mouseModeRefs.clear();
|
|
88
|
+
}, "disableAllMouseModes");
|
|
89
|
+
function acquireMouseMode(stdout, tracking) {
|
|
90
|
+
let entry = mouseModeRefs.get(stdout);
|
|
91
|
+
if (!entry) {
|
|
92
|
+
if (mouseModeRefs.size === 0) {
|
|
93
|
+
process.on("exit", disableAllMouseModes);
|
|
94
|
+
}
|
|
95
|
+
entry = { button: 0, any: 0, active: null };
|
|
96
|
+
mouseModeRefs.set(stdout, entry);
|
|
97
|
+
}
|
|
98
|
+
entry[tracking] += 1;
|
|
99
|
+
reconcileMouseMode(stdout, entry);
|
|
100
|
+
}
|
|
101
|
+
__name(acquireMouseMode, "acquireMouseMode");
|
|
102
|
+
function releaseMouseMode(stdout, tracking) {
|
|
103
|
+
const entry = mouseModeRefs.get(stdout);
|
|
104
|
+
if (!entry) return;
|
|
105
|
+
entry[tracking] = Math.max(0, entry[tracking] - 1);
|
|
106
|
+
reconcileMouseMode(stdout, entry);
|
|
107
|
+
if (entry.button === 0 && entry.any === 0) {
|
|
108
|
+
mouseModeRefs.delete(stdout);
|
|
109
|
+
if (mouseModeRefs.size === 0) {
|
|
110
|
+
process.removeListener("exit", disableAllMouseModes);
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
__name(releaseMouseMode, "releaseMouseMode");
|
|
115
|
+
function useMouseEvents(handler, { isActive, tracking = "button", bypassVpGate = false }) {
|
|
116
|
+
const { isRawModeSupported } = use_stdin_default();
|
|
117
|
+
const { stdout } = use_stdout_default();
|
|
118
|
+
const { subscribeMouse, unsubscribeMouse } = useKeypressContext();
|
|
119
|
+
const settings = (0, import_react3.useContext)(SettingsContext);
|
|
120
|
+
const isVpMode = settings?.merged.ui?.useTerminalBuffer ?? false;
|
|
121
|
+
const vpGateOpen = isVpMode || bypassVpGate;
|
|
122
|
+
const handlerRef = (0, import_react3.useRef)(handler);
|
|
123
|
+
handlerRef.current = handler;
|
|
124
|
+
const enabled = isActive && isRawModeSupported && vpGateOpen;
|
|
125
|
+
(0, import_react3.useEffect)(() => {
|
|
126
|
+
if (!enabled) return;
|
|
127
|
+
acquireMouseMode(stdout, tracking);
|
|
128
|
+
return () => {
|
|
129
|
+
releaseMouseMode(stdout, tracking);
|
|
130
|
+
};
|
|
131
|
+
}, [enabled, stdout, tracking]);
|
|
132
|
+
const mouseCallback = (0, import_react3.useCallback)((event) => {
|
|
133
|
+
handlerRef.current(event);
|
|
134
|
+
}, []);
|
|
135
|
+
(0, import_react3.useEffect)(() => {
|
|
136
|
+
if (!enabled) return;
|
|
137
|
+
subscribeMouse(mouseCallback);
|
|
138
|
+
return () => unsubscribeMouse(mouseCallback);
|
|
139
|
+
}, [enabled, subscribeMouse, unsubscribeMouse, mouseCallback]);
|
|
140
|
+
}
|
|
141
|
+
__name(useMouseEvents, "useMouseEvents");
|
|
142
|
+
|
|
143
|
+
// packages/cli/src/ui/colors.ts
|
|
144
|
+
init_esbuild_shims();
|
|
145
|
+
var Colors = {
|
|
146
|
+
get type() {
|
|
147
|
+
return themeManager.getActiveTheme().colors.type;
|
|
148
|
+
},
|
|
149
|
+
get Foreground() {
|
|
150
|
+
return themeManager.getActiveTheme().colors.Foreground;
|
|
151
|
+
},
|
|
152
|
+
get Background() {
|
|
153
|
+
return themeManager.getActiveTheme().colors.Background;
|
|
154
|
+
},
|
|
155
|
+
get LightBlue() {
|
|
156
|
+
return themeManager.getActiveTheme().colors.LightBlue;
|
|
157
|
+
},
|
|
158
|
+
get AccentBlue() {
|
|
159
|
+
return themeManager.getActiveTheme().colors.AccentBlue;
|
|
160
|
+
},
|
|
161
|
+
get AccentPurple() {
|
|
162
|
+
return themeManager.getActiveTheme().colors.AccentPurple;
|
|
163
|
+
},
|
|
164
|
+
get AccentCyan() {
|
|
165
|
+
return themeManager.getActiveTheme().colors.AccentCyan;
|
|
166
|
+
},
|
|
167
|
+
get AccentGreen() {
|
|
168
|
+
return themeManager.getActiveTheme().colors.AccentGreen;
|
|
169
|
+
},
|
|
170
|
+
get AccentYellow() {
|
|
171
|
+
return themeManager.getActiveTheme().colors.AccentYellow;
|
|
172
|
+
},
|
|
173
|
+
get AccentRed() {
|
|
174
|
+
return themeManager.getActiveTheme().colors.AccentRed;
|
|
175
|
+
},
|
|
176
|
+
get AccentYellowDim() {
|
|
177
|
+
return themeManager.getActiveTheme().colors.AccentYellowDim;
|
|
178
|
+
},
|
|
179
|
+
get AccentRedDim() {
|
|
180
|
+
return themeManager.getActiveTheme().colors.AccentRedDim;
|
|
181
|
+
},
|
|
182
|
+
get DiffAdded() {
|
|
183
|
+
return themeManager.getActiveTheme().colors.DiffAdded;
|
|
184
|
+
},
|
|
185
|
+
get DiffRemoved() {
|
|
186
|
+
return themeManager.getActiveTheme().colors.DiffRemoved;
|
|
187
|
+
},
|
|
188
|
+
get Comment() {
|
|
189
|
+
return themeManager.getActiveTheme().colors.Comment;
|
|
190
|
+
},
|
|
191
|
+
get Gray() {
|
|
192
|
+
return themeManager.getActiveTheme().colors.Gray;
|
|
193
|
+
},
|
|
194
|
+
get GradientColors() {
|
|
195
|
+
return themeManager.getActiveTheme().colors.GradientColors;
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
// packages/cli/src/ui/utils/measure-element-position.ts
|
|
200
|
+
init_esbuild_shims();
|
|
201
|
+
|
|
202
|
+
// packages/cli/src/ui/utils/list-mouse.ts
|
|
203
|
+
init_esbuild_shims();
|
|
204
|
+
function frameAnchor(terminalHeight, frameHeight) {
|
|
205
|
+
return Math.min(0, terminalHeight - frameHeight);
|
|
206
|
+
}
|
|
207
|
+
__name(frameAnchor, "frameAnchor");
|
|
208
|
+
function terminalRowToLayoutRow(terminalRow1Based, anchor) {
|
|
209
|
+
return terminalRow1Based - 1 - anchor;
|
|
210
|
+
}
|
|
211
|
+
__name(terminalRowToLayoutRow, "terminalRowToLayoutRow");
|
|
212
|
+
function findItemAtLayoutRow(rects, layoutRow) {
|
|
213
|
+
for (const rect of rects) {
|
|
214
|
+
if (layoutRow >= rect.top && layoutRow < rect.top + rect.height) {
|
|
215
|
+
return rect.index;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
return null;
|
|
219
|
+
}
|
|
220
|
+
__name(findItemAtLayoutRow, "findItemAtLayoutRow");
|
|
221
|
+
|
|
222
|
+
// packages/cli/src/ui/utils/measure-element-position.ts
|
|
223
|
+
function measureElementPosition(node) {
|
|
224
|
+
const { yogaNode } = node;
|
|
225
|
+
if (!yogaNode) {
|
|
226
|
+
return { x: 0, y: 0, width: 0, height: 0 };
|
|
227
|
+
}
|
|
228
|
+
let x = yogaNode.getComputedLeft();
|
|
229
|
+
let y = yogaNode.getComputedTop();
|
|
230
|
+
let current = node.parentNode;
|
|
231
|
+
while (current) {
|
|
232
|
+
if (current.yogaNode) {
|
|
233
|
+
x += current.yogaNode.getComputedLeft();
|
|
234
|
+
y += current.yogaNode.getComputedTop();
|
|
235
|
+
}
|
|
236
|
+
current = current.parentNode;
|
|
237
|
+
}
|
|
238
|
+
return {
|
|
239
|
+
x,
|
|
240
|
+
y,
|
|
241
|
+
width: yogaNode.getComputedWidth(),
|
|
242
|
+
height: yogaNode.getComputedHeight()
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
__name(measureElementPosition, "measureElementPosition");
|
|
246
|
+
function measureFrameHeight(node) {
|
|
247
|
+
let root = node;
|
|
248
|
+
let current = node;
|
|
249
|
+
while (current) {
|
|
250
|
+
root = current;
|
|
251
|
+
current = current.parentNode;
|
|
252
|
+
}
|
|
253
|
+
return root.yogaNode?.getComputedHeight() ?? 0;
|
|
254
|
+
}
|
|
255
|
+
__name(measureFrameHeight, "measureFrameHeight");
|
|
256
|
+
function layoutRowForEvent(node, terminalRow1Based, terminalHeight) {
|
|
257
|
+
const anchor = frameAnchor(terminalHeight, measureFrameHeight(node));
|
|
258
|
+
return terminalRowToLayoutRow(terminalRow1Based, anchor);
|
|
259
|
+
}
|
|
260
|
+
__name(layoutRowForEvent, "layoutRowForEvent");
|
|
261
|
+
|
|
262
|
+
// packages/cli/src/ui/components/shared/RowMouseController.tsx
|
|
263
|
+
init_esbuild_shims();
|
|
264
|
+
var import_react4 = __toESM(require_react(), 1);
|
|
265
|
+
function RowMouseController({
|
|
266
|
+
containerRef,
|
|
267
|
+
itemRefs,
|
|
268
|
+
scrollOffset,
|
|
269
|
+
isDisabled,
|
|
270
|
+
onHoverIndex,
|
|
271
|
+
onSelectIndex
|
|
272
|
+
}) {
|
|
273
|
+
const { rows: terminalHeight } = useTerminalSize();
|
|
274
|
+
const resolveIndex = (0, import_react4.useCallback)(
|
|
275
|
+
(event) => {
|
|
276
|
+
const container = containerRef.current;
|
|
277
|
+
if (!container) return null;
|
|
278
|
+
const containerRect = measureElementPosition(container);
|
|
279
|
+
const col0 = event.col - 1;
|
|
280
|
+
if (containerRect.width > 0 && (col0 < containerRect.x || col0 >= containerRect.x + containerRect.width)) {
|
|
281
|
+
return null;
|
|
282
|
+
}
|
|
283
|
+
const layoutRow = layoutRowForEvent(container, event.row, terminalHeight);
|
|
284
|
+
const rects = [];
|
|
285
|
+
const nodes = itemRefs.current;
|
|
286
|
+
for (let visiblePos = 0; visiblePos < nodes.length; visiblePos++) {
|
|
287
|
+
const node = nodes[visiblePos];
|
|
288
|
+
if (!node) continue;
|
|
289
|
+
const rect = measureElementPosition(node);
|
|
290
|
+
if (rect.height <= 0) continue;
|
|
291
|
+
rects.push({
|
|
292
|
+
index: scrollOffset + visiblePos,
|
|
293
|
+
top: rect.y,
|
|
294
|
+
height: rect.height
|
|
295
|
+
});
|
|
296
|
+
}
|
|
297
|
+
return findItemAtLayoutRow(rects, layoutRow);
|
|
298
|
+
},
|
|
299
|
+
[containerRef, itemRefs, scrollOffset, terminalHeight]
|
|
300
|
+
);
|
|
301
|
+
const handleMouse = (0, import_react4.useCallback)(
|
|
302
|
+
(event) => {
|
|
303
|
+
if (event.name !== "move" && event.name !== "left-press") return;
|
|
304
|
+
const index = resolveIndex(event);
|
|
305
|
+
if (index === null || isDisabled?.(index)) return;
|
|
306
|
+
if (event.name === "move") {
|
|
307
|
+
onHoverIndex(index);
|
|
308
|
+
} else {
|
|
309
|
+
onSelectIndex(index);
|
|
310
|
+
}
|
|
311
|
+
},
|
|
312
|
+
[resolveIndex, isDisabled, onHoverIndex, onSelectIndex]
|
|
313
|
+
);
|
|
314
|
+
useMouseEvents(handleMouse, { isActive: true, tracking: "any" });
|
|
315
|
+
return null;
|
|
316
|
+
}
|
|
317
|
+
__name(RowMouseController, "RowMouseController");
|
|
318
|
+
|
|
319
|
+
export {
|
|
320
|
+
SettingsContext,
|
|
321
|
+
useSettings,
|
|
322
|
+
useTerminalSize,
|
|
323
|
+
Colors,
|
|
324
|
+
useMouseEvents,
|
|
325
|
+
measureElementPosition,
|
|
326
|
+
layoutRowForEvent,
|
|
327
|
+
RowMouseController
|
|
328
|
+
};
|
|
329
|
+
/**
|
|
330
|
+
* @license
|
|
331
|
+
* Copyright 2025 Google LLC
|
|
332
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
333
|
+
*/
|
|
334
|
+
/**
|
|
335
|
+
* @license
|
|
336
|
+
* Copyright 2025 Qwen
|
|
337
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
338
|
+
*
|
|
339
|
+
* Inspired by gemini-cli's MouseContext (Google LLC, Apache-2.0): enable SGR
|
|
340
|
+
* mouse mode while at least one subscriber is active, parse mouse sequences
|
|
341
|
+
* out of the KeypressContext pipeline, call each handler, restore on cleanup.
|
|
342
|
+
*/
|
|
343
|
+
/**
|
|
344
|
+
* @license
|
|
345
|
+
* Copyright 2025 Qwen
|
|
346
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
347
|
+
*
|
|
348
|
+
* Pure geometry helper for mapping a terminal mouse row onto a vertical list of
|
|
349
|
+
* items. The DOM measurement (reading yoga layout via measureElementPosition)
|
|
350
|
+
* lives in the component that owns the refs; this is pure arithmetic so it can
|
|
351
|
+
* be unit-tested without a renderer.
|
|
352
|
+
*/
|
|
353
|
+
/**
|
|
354
|
+
* @license
|
|
355
|
+
* Copyright 2025 Qwen Team
|
|
356
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
357
|
+
*
|
|
358
|
+
* Shim for ink PR #968 (vadimdemedes/ink#968): extends measureElement()
|
|
359
|
+
* to return {x, y, width, height}. Once the upstream PR is merged and
|
|
360
|
+
* ink is upgraded, replace usages with `measureElement` from 'ink'
|
|
361
|
+
* and delete this file.
|
|
362
|
+
*/
|
|
363
|
+
/**
|
|
364
|
+
* @license
|
|
365
|
+
* Copyright 2025 Qwen
|
|
366
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
367
|
+
*/
|
|
@@ -5,19 +5,19 @@ import {
|
|
|
5
5
|
} from "./chunk-3GONHQOA.js";
|
|
6
6
|
import {
|
|
7
7
|
getErrorMessage
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OAFUMTWW.js";
|
|
9
9
|
import {
|
|
10
10
|
loadSettings
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-MKHC4BYZ.js";
|
|
12
12
|
import {
|
|
13
13
|
getCurrentLanguage,
|
|
14
14
|
initializeI18n,
|
|
15
15
|
resolveLanguageSetting,
|
|
16
16
|
t
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-UQYOMM6J.js";
|
|
18
18
|
import {
|
|
19
19
|
isWorkspaceTrusted
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-ZJP5T7IA.js";
|
|
21
21
|
import {
|
|
22
22
|
writeStderrLine,
|
|
23
23
|
writeStdoutLine
|
|
@@ -29,7 +29,7 @@ import {
|
|
|
29
29
|
redactUrlCredentials,
|
|
30
30
|
require_prompts,
|
|
31
31
|
stripAnsi
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-BFG6OZN7.js";
|
|
33
33
|
import {
|
|
34
34
|
init_esbuild_shims
|
|
35
35
|
} from "./chunk-A4BMJM77.js";
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
import {
|
|
4
4
|
escapeAnsiCtrlCodes
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-HRZB5CSC.js";
|
|
6
6
|
import {
|
|
7
7
|
wrapper_default
|
|
8
8
|
} from "./chunk-H6BD2ELD.js";
|
|
9
9
|
import {
|
|
10
10
|
createDebugLogger
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-AVQDCKNF.js";
|
|
12
12
|
import {
|
|
13
13
|
init_esbuild_shims
|
|
14
14
|
} from "./chunk-A4BMJM77.js";
|