@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
|
@@ -7,45 +7,50 @@ import {
|
|
|
7
7
|
hasRebuiltToolRegistry,
|
|
8
8
|
rebuildToolRegistryOnOverride,
|
|
9
9
|
resolveSubagentApprovalMode
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-BFG6OZN7.js";
|
|
11
|
+
import "./chunk-5P5XGNYH.js";
|
|
11
12
|
import "./chunk-K5PGHDBN.js";
|
|
12
13
|
import "./chunk-SKAZWEV5.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-QOMAHFYI.js";
|
|
15
|
+
import "./chunk-G7OQ3RFJ.js";
|
|
16
|
+
import "./chunk-LKWAVAB5.js";
|
|
17
|
+
import "./chunk-MEQWZGK5.js";
|
|
18
|
+
import "./chunk-UANCYOOQ.js";
|
|
18
19
|
import "./chunk-2MPVVENX.js";
|
|
19
20
|
import "./chunk-ZTQ26VBE.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
+
import "./chunk-SJBIFVD2.js";
|
|
21
22
|
import "./chunk-MLZQVCF3.js";
|
|
23
|
+
import "./chunk-S5EQPDTM.js";
|
|
22
24
|
import "./chunk-LQ7TMOCE.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
25
|
+
import "./chunk-E5A7LHNN.js";
|
|
26
|
+
import "./chunk-GO6LNQXT.js";
|
|
27
|
+
import "./chunk-B236XPGF.js";
|
|
28
|
+
import "./chunk-YXK4GPYO.js";
|
|
29
|
+
import "./chunk-TOAUDIS7.js";
|
|
30
|
+
import "./chunk-NPQWQYU6.js";
|
|
31
|
+
import "./chunk-HJDF3ZVU.js";
|
|
32
|
+
import "./chunk-E6US47KI.js";
|
|
30
33
|
import "./chunk-UWCTAVOD.js";
|
|
31
34
|
import "./chunk-OFEVLU4C.js";
|
|
32
35
|
import "./chunk-OMX7CUOE.js";
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
38
|
-
import "./chunk-
|
|
36
|
+
import "./chunk-MOUXUCXQ.js";
|
|
37
|
+
import "./chunk-BZHLWC6T.js";
|
|
38
|
+
import "./chunk-UQFP2FEF.js";
|
|
39
|
+
import "./chunk-4VZH35PN.js";
|
|
40
|
+
import "./chunk-TENOUWY2.js";
|
|
41
|
+
import "./chunk-GLPV75ES.js";
|
|
39
42
|
import "./chunk-22IFUCVR.js";
|
|
40
|
-
import "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
43
|
+
import "./chunk-T42ACHFI.js";
|
|
44
|
+
import "./chunk-YTFBURQD.js";
|
|
45
|
+
import "./chunk-YPCPZSZB.js";
|
|
46
|
+
import "./chunk-IRJWHZWU.js";
|
|
47
|
+
import "./chunk-SYCJMSIJ.js";
|
|
44
48
|
import "./chunk-55ZMG67I.js";
|
|
45
49
|
import "./chunk-H6BD2ELD.js";
|
|
46
50
|
import "./chunk-5IFG2VC4.js";
|
|
47
51
|
import "./chunk-64WXLC72.js";
|
|
48
|
-
import "./chunk-
|
|
52
|
+
import "./chunk-D5KISTLW.js";
|
|
53
|
+
import "./chunk-AVQDCKNF.js";
|
|
49
54
|
import "./chunk-ZERZSAZL.js";
|
|
50
55
|
import "./chunk-QN5NZ3UQ.js";
|
|
51
56
|
import "./chunk-BR4QREVK.js";
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
// Force strict mode and setup for ESM
|
|
2
|
+
"use strict";
|
|
3
|
+
import {
|
|
4
|
+
AgentHeadless,
|
|
5
|
+
ContextState,
|
|
6
|
+
templateString
|
|
7
|
+
} from "./chunk-BFG6OZN7.js";
|
|
8
|
+
import "./chunk-5P5XGNYH.js";
|
|
9
|
+
import "./chunk-K5PGHDBN.js";
|
|
10
|
+
import "./chunk-SKAZWEV5.js";
|
|
11
|
+
import "./chunk-QOMAHFYI.js";
|
|
12
|
+
import "./chunk-G7OQ3RFJ.js";
|
|
13
|
+
import "./chunk-LKWAVAB5.js";
|
|
14
|
+
import "./chunk-MEQWZGK5.js";
|
|
15
|
+
import "./chunk-UANCYOOQ.js";
|
|
16
|
+
import "./chunk-2MPVVENX.js";
|
|
17
|
+
import "./chunk-ZTQ26VBE.js";
|
|
18
|
+
import "./chunk-SJBIFVD2.js";
|
|
19
|
+
import "./chunk-MLZQVCF3.js";
|
|
20
|
+
import "./chunk-S5EQPDTM.js";
|
|
21
|
+
import "./chunk-LQ7TMOCE.js";
|
|
22
|
+
import "./chunk-E5A7LHNN.js";
|
|
23
|
+
import "./chunk-GO6LNQXT.js";
|
|
24
|
+
import "./chunk-B236XPGF.js";
|
|
25
|
+
import "./chunk-YXK4GPYO.js";
|
|
26
|
+
import "./chunk-TOAUDIS7.js";
|
|
27
|
+
import "./chunk-NPQWQYU6.js";
|
|
28
|
+
import "./chunk-HJDF3ZVU.js";
|
|
29
|
+
import "./chunk-E6US47KI.js";
|
|
30
|
+
import "./chunk-UWCTAVOD.js";
|
|
31
|
+
import "./chunk-OFEVLU4C.js";
|
|
32
|
+
import "./chunk-OMX7CUOE.js";
|
|
33
|
+
import "./chunk-MOUXUCXQ.js";
|
|
34
|
+
import "./chunk-BZHLWC6T.js";
|
|
35
|
+
import "./chunk-UQFP2FEF.js";
|
|
36
|
+
import "./chunk-4VZH35PN.js";
|
|
37
|
+
import "./chunk-TENOUWY2.js";
|
|
38
|
+
import "./chunk-GLPV75ES.js";
|
|
39
|
+
import "./chunk-22IFUCVR.js";
|
|
40
|
+
import "./chunk-T42ACHFI.js";
|
|
41
|
+
import "./chunk-YTFBURQD.js";
|
|
42
|
+
import "./chunk-YPCPZSZB.js";
|
|
43
|
+
import "./chunk-IRJWHZWU.js";
|
|
44
|
+
import "./chunk-SYCJMSIJ.js";
|
|
45
|
+
import "./chunk-55ZMG67I.js";
|
|
46
|
+
import "./chunk-H6BD2ELD.js";
|
|
47
|
+
import "./chunk-5IFG2VC4.js";
|
|
48
|
+
import "./chunk-64WXLC72.js";
|
|
49
|
+
import "./chunk-D5KISTLW.js";
|
|
50
|
+
import "./chunk-AVQDCKNF.js";
|
|
51
|
+
import "./chunk-ZERZSAZL.js";
|
|
52
|
+
import "./chunk-QN5NZ3UQ.js";
|
|
53
|
+
import "./chunk-BR4QREVK.js";
|
|
54
|
+
import "./chunk-Z2Z3GUXZ.js";
|
|
55
|
+
import "./chunk-A4BMJM77.js";
|
|
56
|
+
import "./chunk-J2S4EL5Y.js";
|
|
57
|
+
export {
|
|
58
|
+
AgentHeadless,
|
|
59
|
+
ContextState,
|
|
60
|
+
templateString
|
|
61
|
+
};
|
package/chunks/{anthropicContentGenerator-PFITVL7Y.js → anthropicContentGenerator-5OZFO6WQ.js}
RENAMED
|
@@ -3,24 +3,23 @@
|
|
|
3
3
|
import {
|
|
4
4
|
require_abort_controller,
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-ZN5T4BHI.js";
|
|
7
7
|
import {
|
|
8
8
|
RequestTokenizer
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-DX3TKXNT.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_TIMEOUT,
|
|
12
|
-
buildRuntimeFetchOptions,
|
|
13
12
|
hasExplicitOutputLimit,
|
|
14
13
|
parsePositiveIntegerEnvValue,
|
|
15
|
-
redactProxyError,
|
|
16
14
|
tokenLimit
|
|
17
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-YTFBURQD.js";
|
|
18
16
|
import {
|
|
19
17
|
convertSchema,
|
|
20
18
|
runtimeDiagnostics,
|
|
21
19
|
safeJsonParse
|
|
22
|
-
} from "./chunk-
|
|
23
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-YPCPZSZB.js";
|
|
21
|
+
import "./chunk-IRJWHZWU.js";
|
|
22
|
+
import "./chunk-SYCJMSIJ.js";
|
|
24
23
|
import {
|
|
25
24
|
FinishReason,
|
|
26
25
|
GenerateContentResponse
|
|
@@ -30,9 +29,13 @@ import "./chunk-5IFG2VC4.js";
|
|
|
30
29
|
import {
|
|
31
30
|
createChildAbortController
|
|
32
31
|
} from "./chunk-64WXLC72.js";
|
|
32
|
+
import {
|
|
33
|
+
buildRuntimeFetchOptions,
|
|
34
|
+
redactProxyError
|
|
35
|
+
} from "./chunk-D5KISTLW.js";
|
|
33
36
|
import {
|
|
34
37
|
createDebugLogger
|
|
35
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-AVQDCKNF.js";
|
|
36
39
|
import {
|
|
37
40
|
Blob,
|
|
38
41
|
File,
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
BaseToolInvocation,
|
|
6
6
|
ToolDisplayNames,
|
|
7
7
|
ToolNames
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-4VZH35PN.js";
|
|
9
9
|
import {
|
|
10
10
|
openBrowserSecurely
|
|
11
11
|
} from "./chunk-22IFUCVR.js";
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
makeRelative,
|
|
19
19
|
shortenPath,
|
|
20
20
|
unescapePath
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-AVQDCKNF.js";
|
|
22
22
|
import "./chunk-Z2Z3GUXZ.js";
|
|
23
23
|
import {
|
|
24
24
|
init_esbuild_shims
|
|
@@ -604,7 +604,7 @@ var ArtifactToolInvocation = class extends BaseToolInvocation {
|
|
|
604
604
|
const llmContent = `Published artifact "${title}" to ${url}. Share or open this URL to view the interactive page. Re-run Artifact with the same file path to update it.`;
|
|
605
605
|
return {
|
|
606
606
|
llmContent,
|
|
607
|
-
returnDisplay:
|
|
607
|
+
returnDisplay: `Published artifact **${title}**
|
|
608
608
|
|
|
609
609
|
${url}`,
|
|
610
610
|
resultFilePaths: filePath ? [filePath] : void 0
|
|
@@ -9,10 +9,10 @@ import {
|
|
|
9
9
|
BaseToolInvocation,
|
|
10
10
|
ToolDisplayNames,
|
|
11
11
|
ToolNames
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-4VZH35PN.js";
|
|
13
13
|
import {
|
|
14
14
|
createDebugLogger
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-AVQDCKNF.js";
|
|
16
16
|
import "./chunk-Z2Z3GUXZ.js";
|
|
17
17
|
import {
|
|
18
18
|
init_esbuild_shims
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
// Force strict mode and setup for ESM
|
|
2
|
+
"use strict";
|
|
3
|
+
import {
|
|
4
|
+
createAcpSessionBridge,
|
|
5
|
+
createHttpAcpBridge,
|
|
6
|
+
extractErrorCode,
|
|
7
|
+
extractErrorMessage
|
|
8
|
+
} from "./chunk-KVPFPC4J.js";
|
|
9
|
+
import "./chunk-EWALXUAD.js";
|
|
10
|
+
import "./chunk-ALX6BUYW.js";
|
|
11
|
+
import "./chunk-YBDZ63KI.js";
|
|
12
|
+
import "./chunk-P7M4GA57.js";
|
|
13
|
+
import "./chunk-T22H4V4R.js";
|
|
14
|
+
import "./chunk-SEZC2725.js";
|
|
15
|
+
import "./chunk-GICCHL2Q.js";
|
|
16
|
+
import "./chunk-UFC57OYT.js";
|
|
17
|
+
import "./chunk-BFG6OZN7.js";
|
|
18
|
+
import "./chunk-5P5XGNYH.js";
|
|
19
|
+
import "./chunk-K5PGHDBN.js";
|
|
20
|
+
import "./chunk-SKAZWEV5.js";
|
|
21
|
+
import "./chunk-QOMAHFYI.js";
|
|
22
|
+
import "./chunk-G7OQ3RFJ.js";
|
|
23
|
+
import "./chunk-LKWAVAB5.js";
|
|
24
|
+
import "./chunk-MEQWZGK5.js";
|
|
25
|
+
import "./chunk-UANCYOOQ.js";
|
|
26
|
+
import "./chunk-2MPVVENX.js";
|
|
27
|
+
import "./chunk-ZTQ26VBE.js";
|
|
28
|
+
import "./chunk-SJBIFVD2.js";
|
|
29
|
+
import "./chunk-MLZQVCF3.js";
|
|
30
|
+
import "./chunk-S5EQPDTM.js";
|
|
31
|
+
import "./chunk-LQ7TMOCE.js";
|
|
32
|
+
import "./chunk-E5A7LHNN.js";
|
|
33
|
+
import "./chunk-GO6LNQXT.js";
|
|
34
|
+
import "./chunk-B236XPGF.js";
|
|
35
|
+
import "./chunk-YXK4GPYO.js";
|
|
36
|
+
import "./chunk-TOAUDIS7.js";
|
|
37
|
+
import "./chunk-NPQWQYU6.js";
|
|
38
|
+
import "./chunk-HJDF3ZVU.js";
|
|
39
|
+
import "./chunk-E6US47KI.js";
|
|
40
|
+
import "./chunk-UWCTAVOD.js";
|
|
41
|
+
import "./chunk-OFEVLU4C.js";
|
|
42
|
+
import "./chunk-OMX7CUOE.js";
|
|
43
|
+
import "./chunk-MOUXUCXQ.js";
|
|
44
|
+
import "./chunk-BZHLWC6T.js";
|
|
45
|
+
import "./chunk-UQFP2FEF.js";
|
|
46
|
+
import "./chunk-4VZH35PN.js";
|
|
47
|
+
import "./chunk-TENOUWY2.js";
|
|
48
|
+
import "./chunk-GLPV75ES.js";
|
|
49
|
+
import "./chunk-22IFUCVR.js";
|
|
50
|
+
import "./chunk-T42ACHFI.js";
|
|
51
|
+
import "./chunk-YTFBURQD.js";
|
|
52
|
+
import "./chunk-YPCPZSZB.js";
|
|
53
|
+
import "./chunk-IRJWHZWU.js";
|
|
54
|
+
import "./chunk-SYCJMSIJ.js";
|
|
55
|
+
import "./chunk-55ZMG67I.js";
|
|
56
|
+
import "./chunk-H6BD2ELD.js";
|
|
57
|
+
import "./chunk-5IFG2VC4.js";
|
|
58
|
+
import "./chunk-64WXLC72.js";
|
|
59
|
+
import "./chunk-D5KISTLW.js";
|
|
60
|
+
import "./chunk-AVQDCKNF.js";
|
|
61
|
+
import "./chunk-ZERZSAZL.js";
|
|
62
|
+
import "./chunk-QN5NZ3UQ.js";
|
|
63
|
+
import "./chunk-BR4QREVK.js";
|
|
64
|
+
import "./chunk-Z2Z3GUXZ.js";
|
|
65
|
+
import "./chunk-A4BMJM77.js";
|
|
66
|
+
import "./chunk-J2S4EL5Y.js";
|
|
67
|
+
export {
|
|
68
|
+
createAcpSessionBridge,
|
|
69
|
+
createHttpAcpBridge,
|
|
70
|
+
extractErrorCode,
|
|
71
|
+
extractErrorMessage
|
|
72
|
+
};
|
|
@@ -217,18 +217,18 @@ var ca_default = {
|
|
|
217
217
|
"Open in editor": "Obrir a l'editor",
|
|
218
218
|
"Edit tools": "Editar eines",
|
|
219
219
|
"Edit color": "Editar color",
|
|
220
|
-
"\
|
|
220
|
+
"\u2717 Error:": "\u2717 Error:",
|
|
221
221
|
'Are you sure you want to delete agent "{{name}}"?': `Esteu segur que voleu eliminar l'agent "{{name}}"?`,
|
|
222
222
|
// ============================================================================
|
|
223
223
|
// Agents - Assistent de creació
|
|
224
224
|
// ============================================================================
|
|
225
225
|
"Project Level (.qwen/agents/)": "Nivell de projecte (.qwen/agents/)",
|
|
226
226
|
"User Level (~/.qwen/agents/)": "Nivell d'usuari (~/.qwen/agents/)",
|
|
227
|
-
"\
|
|
227
|
+
"\u2713 Subagent Created Successfully!": "\u2713 Subagent creat correctament!",
|
|
228
228
|
'Subagent "{{name}}" has been saved to {{level}} level.': `El subagent "{{name}}" s'ha desat al nivell {{level}}.`,
|
|
229
229
|
"Name: ": "Nom: ",
|
|
230
230
|
"Location: ": "Ubicaci\xF3: ",
|
|
231
|
-
"\
|
|
231
|
+
"\u2717 Error saving subagent:": "\u2717 Error en desar el subagent:",
|
|
232
232
|
"Warnings:": "Advert\xE8ncies:",
|
|
233
233
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent': 'El nom "{{name}}" ja existeix al nivell {{level}} - sobreescriur\xE0 el subagent existent',
|
|
234
234
|
'Name "{{name}}" exists at user level - project level will take precedence': `El nom "{{name}}" existeix al nivell d'usuari - el nivell de projecte tindr\xE0 prioritat`,
|
|
@@ -890,8 +890,8 @@ var ca_default = {
|
|
|
890
890
|
"Choose how to proceed with your session:": "Trieu com voleu continuar la vostra sessi\xF3:",
|
|
891
891
|
"Start new chat session": "Iniciar una nova sessi\xF3 de xat",
|
|
892
892
|
"Continue previous conversation": "Continuar la conversa anterior",
|
|
893
|
-
"
|
|
894
|
-
"
|
|
893
|
+
"Welcome back! (Last updated: {{timeAgo}})": "Benvingut de nou! (Darrera actualitzaci\xF3: {{timeAgo}})",
|
|
894
|
+
"Overall Goal:": "Objectiu general:",
|
|
895
895
|
"Connect a Provider": "Connectar un prove\xEFdor",
|
|
896
896
|
"You must connect a provider to proceed. Press Ctrl+C again to exit.": "Cal connectar un prove\xEFdor per continuar. Premeu Ctrl+C de nou per sortir.",
|
|
897
897
|
"Terms of Services and Privacy Notice": "Termes de servei i av\xEDs de privacitat",
|
|
@@ -1016,7 +1016,7 @@ var ca_default = {
|
|
|
1016
1016
|
// Estat MCP
|
|
1017
1017
|
// ============================================================================
|
|
1018
1018
|
"No MCP servers configured.": "No hi ha MCP servers configurats.",
|
|
1019
|
-
"\
|
|
1019
|
+
"\u25CC MCP servers are starting up ({{count}} initializing)...": "\u25CC MCP servers s'estan iniciant ({{count}} inicialitzant)...",
|
|
1020
1020
|
"Note: First startup may take longer. Tool availability will update automatically.": "Nota: El primer inici pot tardar m\xE9s. La disponibilitat de les eines s'actualitzar\xE0 autom\xE0ticament.",
|
|
1021
1021
|
"Configured MCP servers:": "MCP servers configurats:",
|
|
1022
1022
|
Ready: "Preparat",
|
|
@@ -1037,7 +1037,7 @@ var ca_default = {
|
|
|
1037
1037
|
"Prompts:": "Missatges:",
|
|
1038
1038
|
"Resources:": "Recursos:",
|
|
1039
1039
|
Blocked: "Bloquejat",
|
|
1040
|
-
"\
|
|
1040
|
+
"\u2605 Tips:": "\u2605 Consells:",
|
|
1041
1041
|
Use: "Useu",
|
|
1042
1042
|
"to show server and tool descriptions": "per mostrar les descripcions del servidor i de les eines",
|
|
1043
1043
|
"to show tool parameter schemas": "per mostrar tool parameter schemas",
|
|
@@ -1414,7 +1414,7 @@ var ca_default = {
|
|
|
1414
1414
|
"Enter your Coding Plan API key: ": "Introdu\xEFu la vostra API Key de Coding Plan: ",
|
|
1415
1415
|
"Select authentication method:": "Seleccioneu el m\xE8tode d'autenticaci\xF3:",
|
|
1416
1416
|
"\n=== Authentication Status ===\n": "\n=== Estat d'autenticaci\xF3 ===\n",
|
|
1417
|
-
"\u26A0
|
|
1417
|
+
"\u26A0 No authentication method configured.\n": "\u26A0 Cap m\xE8tode d'autenticaci\xF3 configurat.\n",
|
|
1418
1418
|
"Run one of the following commands to get started:\n": "Executeu una de les ordres seg\xFCents per comen\xE7ar:\n",
|
|
1419
1419
|
" qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)": " qwen auth qwen-oauth - Autenticar-se amb Qwen OAuth (descontinuat)",
|
|
1420
1420
|
"Or simply run:": "O simplement executeu:",
|
|
@@ -1429,7 +1429,7 @@ var ca_default = {
|
|
|
1429
1429
|
" Current Model: {{model}}": " Model actual: {{model}}",
|
|
1430
1430
|
" Config Version: {{version}}": " Versi\xF3 de configuraci\xF3: {{version}}",
|
|
1431
1431
|
" Status: API key configured\n": " Estat: API Key configurada\n",
|
|
1432
|
-
"\u26A0
|
|
1432
|
+
"\u26A0 Authentication Method: Alibaba Cloud Coding Plan (Incomplete)": "\u26A0 M\xE8tode d'autenticaci\xF3: Coding Plan d'Alibaba Cloud (Incomplet)",
|
|
1433
1433
|
" Issue: API key not found in environment or settings\n": " Problema: API Key no trobada a l'entorn o la configuraci\xF3\n",
|
|
1434
1434
|
" Run `qwen auth coding-plan` to re-configure.\n": " Executeu `qwen auth coding-plan` per tornar a configurar.\n",
|
|
1435
1435
|
"\u2713 Authentication Method: {{type}}": "\u2713 M\xE8tode d'autenticaci\xF3: {{type}}",
|
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
// Force strict mode and setup for ESM
|
|
2
|
+
"use strict";
|
|
3
|
+
import {
|
|
4
|
+
CHANNEL_DAEMON_WORKER_SENTINEL,
|
|
5
|
+
QWEN_DAEMON_TOKEN_ENV,
|
|
6
|
+
QWEN_DAEMON_URL_ENV,
|
|
7
|
+
QWEN_DAEMON_WORKSPACE_ENV,
|
|
8
|
+
QWEN_SERVER_TOKEN_ENV
|
|
9
|
+
} from "./chunk-EDAGQADF.js";
|
|
10
|
+
import {
|
|
11
|
+
channelSelectionNames
|
|
12
|
+
} from "./chunk-MX2YXRER.js";
|
|
13
|
+
import {
|
|
14
|
+
sanitizeLogText
|
|
15
|
+
} from "./chunk-HI55Z6PR.js";
|
|
16
|
+
import "./chunk-UFC57OYT.js";
|
|
17
|
+
import "./chunk-K5PGHDBN.js";
|
|
18
|
+
import {
|
|
19
|
+
init_esbuild_shims
|
|
20
|
+
} from "./chunk-A4BMJM77.js";
|
|
21
|
+
import {
|
|
22
|
+
__name
|
|
23
|
+
} from "./chunk-J2S4EL5Y.js";
|
|
24
|
+
|
|
25
|
+
// packages/cli/src/serve/channel-worker-supervisor.ts
|
|
26
|
+
init_esbuild_shims();
|
|
27
|
+
import { fork } from "node:child_process";
|
|
28
|
+
import { randomUUID } from "node:crypto";
|
|
29
|
+
var DEFAULT_CHANNEL_WORKER_STARTUP_TIMEOUT_MS = 3e4;
|
|
30
|
+
function selectionChannelArgs(selection) {
|
|
31
|
+
return channelSelectionNames(selection).flatMap((name) => [
|
|
32
|
+
"--channel",
|
|
33
|
+
name
|
|
34
|
+
]);
|
|
35
|
+
}
|
|
36
|
+
__name(selectionChannelArgs, "selectionChannelArgs");
|
|
37
|
+
function defaultSpawnWorker(execPath, argv, options) {
|
|
38
|
+
const child = fork(argv[0], argv.slice(1), {
|
|
39
|
+
execPath,
|
|
40
|
+
cwd: options.cwd,
|
|
41
|
+
env: options.env,
|
|
42
|
+
stdio: options.stdio
|
|
43
|
+
});
|
|
44
|
+
return child;
|
|
45
|
+
}
|
|
46
|
+
__name(defaultSpawnWorker, "defaultSpawnWorker");
|
|
47
|
+
function isReadyMessage(message) {
|
|
48
|
+
return typeof message === "object" && message !== null && message.type === "ready";
|
|
49
|
+
}
|
|
50
|
+
__name(isReadyMessage, "isReadyMessage");
|
|
51
|
+
function requestedChannelNames(selection) {
|
|
52
|
+
return selection.mode === "names" ? [...selection.names] : void 0;
|
|
53
|
+
}
|
|
54
|
+
__name(requestedChannelNames, "requestedChannelNames");
|
|
55
|
+
function sanitizeWorkerError(error) {
|
|
56
|
+
return Array.from(sanitizeLogText(error, 512)).slice(0, 512).join("");
|
|
57
|
+
}
|
|
58
|
+
__name(sanitizeWorkerError, "sanitizeWorkerError");
|
|
59
|
+
function notifyExit(onExit, snapshot) {
|
|
60
|
+
try {
|
|
61
|
+
onExit?.(snapshot);
|
|
62
|
+
} catch {
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
__name(notifyExit, "notifyExit");
|
|
66
|
+
function waitForExit(child, timeoutMs) {
|
|
67
|
+
return new Promise((resolve) => {
|
|
68
|
+
let settled = false;
|
|
69
|
+
const done = /* @__PURE__ */ __name((exited) => {
|
|
70
|
+
if (settled) return;
|
|
71
|
+
settled = true;
|
|
72
|
+
if (timer) clearTimeout(timer);
|
|
73
|
+
resolve(exited);
|
|
74
|
+
}, "done");
|
|
75
|
+
const timer = setTimeout(() => done(false), timeoutMs);
|
|
76
|
+
timer.unref();
|
|
77
|
+
child.once("exit", () => done(true));
|
|
78
|
+
});
|
|
79
|
+
}
|
|
80
|
+
__name(waitForExit, "waitForExit");
|
|
81
|
+
function hasObservedExit(snapshot) {
|
|
82
|
+
return snapshot.exitCode !== void 0 || snapshot.signal !== void 0;
|
|
83
|
+
}
|
|
84
|
+
__name(hasObservedExit, "hasObservedExit");
|
|
85
|
+
function createWorkerEnv(opts) {
|
|
86
|
+
const env = { ...process.env };
|
|
87
|
+
env["QWEN_CODE_NO_RELAUNCH"] = "true";
|
|
88
|
+
env[CHANNEL_DAEMON_WORKER_SENTINEL] = randomUUID();
|
|
89
|
+
env[QWEN_DAEMON_URL_ENV] = opts.daemonUrl;
|
|
90
|
+
env[QWEN_DAEMON_WORKSPACE_ENV] = opts.workspace;
|
|
91
|
+
delete env[QWEN_SERVER_TOKEN_ENV];
|
|
92
|
+
delete env[QWEN_DAEMON_TOKEN_ENV];
|
|
93
|
+
if (opts.daemonToken) {
|
|
94
|
+
env[QWEN_DAEMON_TOKEN_ENV] = opts.daemonToken;
|
|
95
|
+
}
|
|
96
|
+
return env;
|
|
97
|
+
}
|
|
98
|
+
__name(createWorkerEnv, "createWorkerEnv");
|
|
99
|
+
function createChannelWorkerSupervisor(opts) {
|
|
100
|
+
const spawnWorker = opts.spawnWorker ?? defaultSpawnWorker;
|
|
101
|
+
let child;
|
|
102
|
+
let snapshot = {
|
|
103
|
+
enabled: true,
|
|
104
|
+
state: "disabled",
|
|
105
|
+
channels: channelSelectionNames(opts.selection)
|
|
106
|
+
};
|
|
107
|
+
let ready = false;
|
|
108
|
+
let stopping = false;
|
|
109
|
+
let exitNotified = false;
|
|
110
|
+
const snapshotCopy = /* @__PURE__ */ __name(() => ({
|
|
111
|
+
...snapshot,
|
|
112
|
+
channels: [...snapshot.channels],
|
|
113
|
+
...snapshot.requestedChannels ? { requestedChannels: [...snapshot.requestedChannels] } : {}
|
|
114
|
+
}), "snapshotCopy");
|
|
115
|
+
const setExited = /* @__PURE__ */ __name((state, code, signal, error) => {
|
|
116
|
+
const next = {
|
|
117
|
+
...snapshot,
|
|
118
|
+
state,
|
|
119
|
+
exitCode: code,
|
|
120
|
+
signal
|
|
121
|
+
};
|
|
122
|
+
if (error) {
|
|
123
|
+
next.error = error;
|
|
124
|
+
} else {
|
|
125
|
+
delete next.error;
|
|
126
|
+
}
|
|
127
|
+
snapshot = {
|
|
128
|
+
...next
|
|
129
|
+
};
|
|
130
|
+
}, "setExited");
|
|
131
|
+
return {
|
|
132
|
+
async start() {
|
|
133
|
+
if (child) return;
|
|
134
|
+
ready = false;
|
|
135
|
+
stopping = false;
|
|
136
|
+
exitNotified = false;
|
|
137
|
+
const argv = [
|
|
138
|
+
opts.cliEntryPath,
|
|
139
|
+
"channel",
|
|
140
|
+
"daemon-worker",
|
|
141
|
+
...selectionChannelArgs(opts.selection)
|
|
142
|
+
];
|
|
143
|
+
const env = createWorkerEnv({
|
|
144
|
+
daemonUrl: opts.daemonUrl,
|
|
145
|
+
workspace: opts.workspace,
|
|
146
|
+
...opts.daemonToken ? { daemonToken: opts.daemonToken } : {}
|
|
147
|
+
});
|
|
148
|
+
const requestedChannels = requestedChannelNames(opts.selection);
|
|
149
|
+
snapshot = {
|
|
150
|
+
enabled: true,
|
|
151
|
+
state: "starting",
|
|
152
|
+
channels: channelSelectionNames(opts.selection),
|
|
153
|
+
...requestedChannels ? { requestedChannels } : {},
|
|
154
|
+
startedAt: (/* @__PURE__ */ new Date()).toISOString()
|
|
155
|
+
};
|
|
156
|
+
child = spawnWorker(process.execPath, argv, {
|
|
157
|
+
cwd: opts.workspace,
|
|
158
|
+
env,
|
|
159
|
+
stdio: ["ignore", "inherit", "inherit", "ipc"]
|
|
160
|
+
});
|
|
161
|
+
if (child.pid !== void 0) {
|
|
162
|
+
snapshot = { ...snapshot, pid: child.pid };
|
|
163
|
+
}
|
|
164
|
+
const startedChild = child;
|
|
165
|
+
await new Promise((resolve, reject) => {
|
|
166
|
+
let settled = false;
|
|
167
|
+
let exitObserved = false;
|
|
168
|
+
let startupTimer;
|
|
169
|
+
function cleanupReadyWait() {
|
|
170
|
+
if (startupTimer) {
|
|
171
|
+
clearTimeout(startupTimer);
|
|
172
|
+
startupTimer = void 0;
|
|
173
|
+
}
|
|
174
|
+
startedChild.removeListener("message", settleReady);
|
|
175
|
+
}
|
|
176
|
+
__name(cleanupReadyWait, "cleanupReadyWait");
|
|
177
|
+
function failBeforeReady(err) {
|
|
178
|
+
if (settled) return;
|
|
179
|
+
settled = true;
|
|
180
|
+
cleanupReadyWait();
|
|
181
|
+
reject(err);
|
|
182
|
+
}
|
|
183
|
+
__name(failBeforeReady, "failBeforeReady");
|
|
184
|
+
function settleReady(message) {
|
|
185
|
+
if (settled || !isReadyMessage(message)) return;
|
|
186
|
+
if (child !== startedChild) return;
|
|
187
|
+
settled = true;
|
|
188
|
+
ready = true;
|
|
189
|
+
cleanupReadyWait();
|
|
190
|
+
const next = {
|
|
191
|
+
...snapshot,
|
|
192
|
+
state: "running",
|
|
193
|
+
pid: message.pid ?? startedChild.pid,
|
|
194
|
+
channels: message.channels && message.channels.length > 0 ? [...message.channels] : [...snapshot.channels]
|
|
195
|
+
};
|
|
196
|
+
if (message.requestedChannels?.length) {
|
|
197
|
+
next.requestedChannels = [...message.requestedChannels];
|
|
198
|
+
}
|
|
199
|
+
snapshot = next;
|
|
200
|
+
resolve();
|
|
201
|
+
}
|
|
202
|
+
__name(settleReady, "settleReady");
|
|
203
|
+
function settleExit(code, signal) {
|
|
204
|
+
if (child !== startedChild) return;
|
|
205
|
+
exitObserved = true;
|
|
206
|
+
const state = ready ? "exited" : "failed";
|
|
207
|
+
const message = `Channel worker exited before ready (code=${code ?? "null"}, signal=${signal ?? "null"}).`;
|
|
208
|
+
setExited(
|
|
209
|
+
state,
|
|
210
|
+
code,
|
|
211
|
+
signal,
|
|
212
|
+
snapshot.error ?? (ready ? void 0 : sanitizeWorkerError(message))
|
|
213
|
+
);
|
|
214
|
+
if (ready && !stopping && !exitNotified) {
|
|
215
|
+
exitNotified = true;
|
|
216
|
+
notifyExit(opts.onExit, snapshotCopy());
|
|
217
|
+
}
|
|
218
|
+
if (!settled) {
|
|
219
|
+
failBeforeReady(new Error(snapshot.error ?? message));
|
|
220
|
+
}
|
|
221
|
+
child = void 0;
|
|
222
|
+
}
|
|
223
|
+
__name(settleExit, "settleExit");
|
|
224
|
+
function settleError(err) {
|
|
225
|
+
if (child !== startedChild || exitObserved) return;
|
|
226
|
+
if (settled && ready) return;
|
|
227
|
+
snapshot = {
|
|
228
|
+
...snapshot,
|
|
229
|
+
state: "failed",
|
|
230
|
+
error: sanitizeWorkerError(err.message)
|
|
231
|
+
};
|
|
232
|
+
if (!settled) {
|
|
233
|
+
failBeforeReady(new Error(snapshot.error));
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
__name(settleError, "settleError");
|
|
237
|
+
startupTimer = setTimeout(() => {
|
|
238
|
+
const timeoutMs = opts.startupTimeoutMs ?? DEFAULT_CHANNEL_WORKER_STARTUP_TIMEOUT_MS;
|
|
239
|
+
const error = `Channel worker did not become ready within ${timeoutMs}ms.`;
|
|
240
|
+
snapshot = {
|
|
241
|
+
...snapshot,
|
|
242
|
+
state: "failed",
|
|
243
|
+
error: sanitizeWorkerError(error)
|
|
244
|
+
};
|
|
245
|
+
failBeforeReady(new Error(error));
|
|
246
|
+
if (child === startedChild) {
|
|
247
|
+
child.kill("SIGTERM");
|
|
248
|
+
}
|
|
249
|
+
}, opts.startupTimeoutMs ?? DEFAULT_CHANNEL_WORKER_STARTUP_TIMEOUT_MS);
|
|
250
|
+
startupTimer.unref();
|
|
251
|
+
startedChild.on("message", settleReady);
|
|
252
|
+
startedChild.once("exit", settleExit);
|
|
253
|
+
startedChild.once("error", settleError);
|
|
254
|
+
});
|
|
255
|
+
},
|
|
256
|
+
async stop() {
|
|
257
|
+
if (!child || snapshot.state === "exited" || snapshot.state === "failed" && hasObservedExit(snapshot) || snapshot.state === "stopped") {
|
|
258
|
+
child = void 0;
|
|
259
|
+
snapshot = { ...snapshot, state: "stopped" };
|
|
260
|
+
return;
|
|
261
|
+
}
|
|
262
|
+
const exited = waitForExit(child, 5e3);
|
|
263
|
+
stopping = true;
|
|
264
|
+
child.kill("SIGTERM");
|
|
265
|
+
if (!await exited) {
|
|
266
|
+
const killed = waitForExit(child, 2e3);
|
|
267
|
+
child.kill("SIGKILL");
|
|
268
|
+
if (!await killed) {
|
|
269
|
+
child = void 0;
|
|
270
|
+
stopping = false;
|
|
271
|
+
snapshot = {
|
|
272
|
+
...snapshot,
|
|
273
|
+
state: "failed",
|
|
274
|
+
signal: "SIGKILL",
|
|
275
|
+
error: "Channel worker did not exit after SIGKILL."
|
|
276
|
+
};
|
|
277
|
+
return;
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
child = void 0;
|
|
281
|
+
stopping = false;
|
|
282
|
+
snapshot = { ...snapshot, state: "stopped" };
|
|
283
|
+
},
|
|
284
|
+
killAllSync() {
|
|
285
|
+
if (!child || snapshot.state === "exited" || snapshot.state === "failed" && hasObservedExit(snapshot) || snapshot.state === "stopped") {
|
|
286
|
+
return;
|
|
287
|
+
}
|
|
288
|
+
const preserveFailure = snapshot.state === "failed" && !hasObservedExit(snapshot);
|
|
289
|
+
stopping = true;
|
|
290
|
+
child.kill("SIGKILL");
|
|
291
|
+
child = void 0;
|
|
292
|
+
if (!preserveFailure) {
|
|
293
|
+
snapshot = {
|
|
294
|
+
...snapshot,
|
|
295
|
+
state: "stopped",
|
|
296
|
+
signal: "SIGKILL"
|
|
297
|
+
};
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
snapshot() {
|
|
301
|
+
return snapshotCopy();
|
|
302
|
+
}
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
__name(createChannelWorkerSupervisor, "createChannelWorkerSupervisor");
|
|
306
|
+
export {
|
|
307
|
+
createChannelWorkerSupervisor
|
|
308
|
+
};
|