@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
package/locales/en.js
CHANGED
|
@@ -515,7 +515,7 @@ export default {
|
|
|
515
515
|
'Open in editor': 'Open in editor',
|
|
516
516
|
'Edit tools': 'Edit tools',
|
|
517
517
|
'Edit color': 'Edit color',
|
|
518
|
-
'
|
|
518
|
+
'✗ Error:': '✗ Error:',
|
|
519
519
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
520
520
|
'Are you sure you want to delete agent "{{name}}"?',
|
|
521
521
|
// ============================================================================
|
|
@@ -523,12 +523,12 @@ export default {
|
|
|
523
523
|
// ============================================================================
|
|
524
524
|
'Project Level (.qwen/agents/)': 'Project Level (.qwen/agents/)',
|
|
525
525
|
'User Level (~/.qwen/agents/)': 'User Level (~/.qwen/agents/)',
|
|
526
|
-
'
|
|
526
|
+
'✓ Subagent Created Successfully!': '✓ Subagent Created Successfully!',
|
|
527
527
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
528
528
|
'Subagent "{{name}}" has been saved to {{level}} level.',
|
|
529
529
|
'Name: ': 'Name: ',
|
|
530
530
|
'Location: ': 'Location: ',
|
|
531
|
-
'
|
|
531
|
+
'✗ Error saving subagent:': '✗ Error saving subagent:',
|
|
532
532
|
'Warnings:': 'Warnings:',
|
|
533
533
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent':
|
|
534
534
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent',
|
|
@@ -1433,8 +1433,12 @@ export default {
|
|
|
1433
1433
|
'Switch the model for this session (--fast for suggestion model, [model-id] to switch immediately).',
|
|
1434
1434
|
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, [model-id] to switch immediately).':
|
|
1435
1435
|
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, [model-id] to switch immediately).',
|
|
1436
|
-
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately).':
|
|
1437
|
-
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately).',
|
|
1436
|
+
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately, or [model-id] [prompt] to run a one-off prompt on another model; the inline prompt is sent verbatim without @file expansion).':
|
|
1437
|
+
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately, or [model-id] [prompt] to run a one-off prompt on another model; the inline prompt is sent verbatim without @file expansion).',
|
|
1438
|
+
"Inline one-shot override isn't supported in this mode — run '/model {{model}}' first, then send your prompt.":
|
|
1439
|
+
"Inline one-shot override isn't supported in this mode — run '/model {{model}}' first, then send your prompt.",
|
|
1440
|
+
"Inline one-shot override can't switch providers. '{{model}}' belongs to a different provider — run '/model {{model}}' first, then send your prompt.":
|
|
1441
|
+
"Inline one-shot override can't switch providers. '{{model}}' belongs to a different provider — run '/model {{model}}' first, then send your prompt.",
|
|
1438
1442
|
"⚠ '{{model}}' is not a known image-capable model; the vision bridge may fail on images.":
|
|
1439
1443
|
"⚠ '{{model}}' is not a known image-capable model; the vision bridge may fail on images.",
|
|
1440
1444
|
'Set a lighter model for prompt suggestions and speculative execution':
|
|
@@ -1601,9 +1605,9 @@ export default {
|
|
|
1601
1605
|
'Choose how to proceed with your session:',
|
|
1602
1606
|
'Start new chat session': 'Start new chat session',
|
|
1603
1607
|
'Continue previous conversation': 'Continue previous conversation',
|
|
1604
|
-
'
|
|
1605
|
-
'
|
|
1606
|
-
'
|
|
1608
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
1609
|
+
'Welcome back! (Last updated: {{timeAgo}})',
|
|
1610
|
+
'Overall Goal:': 'Overall Goal:',
|
|
1607
1611
|
'Connect a Provider': 'Connect a Provider',
|
|
1608
1612
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
1609
1613
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.',
|
|
@@ -1791,8 +1795,8 @@ export default {
|
|
|
1791
1795
|
// MCP Status
|
|
1792
1796
|
// ============================================================================
|
|
1793
1797
|
'No MCP servers configured.': 'No MCP servers configured.',
|
|
1794
|
-
'
|
|
1795
|
-
'
|
|
1798
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1799
|
+
'◌ MCP servers are starting up ({{count}} initializing)...',
|
|
1796
1800
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1797
1801
|
'Note: First startup may take longer. Tool availability will update automatically.',
|
|
1798
1802
|
'Configured MCP servers:': 'Configured MCP servers:',
|
|
@@ -1816,7 +1820,7 @@ export default {
|
|
|
1816
1820
|
'Prompts:': 'Prompts:',
|
|
1817
1821
|
'Resources:': 'Resources:',
|
|
1818
1822
|
Blocked: 'Blocked',
|
|
1819
|
-
'
|
|
1823
|
+
'★ Tips:': '★ Tips:',
|
|
1820
1824
|
Use: 'Use',
|
|
1821
1825
|
'to show server and tool descriptions':
|
|
1822
1826
|
'to show server and tool descriptions',
|
|
@@ -2291,14 +2295,44 @@ export default {
|
|
|
2291
2295
|
'Failed to authenticate with Coding Plan: {{error}}',
|
|
2292
2296
|
'中国 (China)': '中国 (China)',
|
|
2293
2297
|
'阿里云百炼 (aliyun.com)': '阿里云百炼 (aliyun.com)',
|
|
2298
|
+
'Get or set any setting by dot-path key':
|
|
2299
|
+
'Get or set any setting by dot-path key',
|
|
2300
|
+
'Invalid boolean value: "{{value}}". Use "true" or "false".':
|
|
2301
|
+
'Invalid boolean value: "{{value}}". Use "true" or "false".',
|
|
2302
|
+
'Cannot toggle a number setting. Provide a value: key=<number>.':
|
|
2303
|
+
'Cannot toggle a number setting. Provide a value: key=<number>.',
|
|
2304
|
+
'Invalid number value: "{{value}}".': 'Invalid number value: "{{value}}".',
|
|
2305
|
+
'Cannot toggle a string setting. Provide a value: key=<value>.':
|
|
2306
|
+
'Cannot toggle a string setting. Provide a value: key=<value>.',
|
|
2307
|
+
'Cannot toggle an enum setting. Provide one of: {{options}}.':
|
|
2308
|
+
'Cannot toggle an enum setting. Provide one of: {{options}}.',
|
|
2309
|
+
'Invalid enum value: "{{value}}". Valid values: {{options}}.':
|
|
2310
|
+
'Invalid enum value: "{{value}}". Valid values: {{options}}.',
|
|
2311
|
+
'Setting "{{type}}" type cannot be set via /config. Edit settings.json directly.':
|
|
2312
|
+
'Setting "{{type}}" type cannot be set via /config. Edit settings.json directly.',
|
|
2313
|
+
'Unsupported setting type: "{{type}}".':
|
|
2314
|
+
'Unsupported setting type: "{{type}}".',
|
|
2315
|
+
'Available settings:': 'Available settings:',
|
|
2316
|
+
'Unknown setting key: "{{key}}". Did you mean "{{suggestion}}"?':
|
|
2317
|
+
'Unknown setting key: "{{key}}". Did you mean "{{suggestion}}"?',
|
|
2318
|
+
'Unknown setting key: "{{key}}".': 'Unknown setting key: "{{key}}".',
|
|
2319
|
+
'Failed to set "{{key}}": {{error}}': 'Failed to set "{{key}}": {{error}}',
|
|
2320
|
+
'Set {{key}} = {{value}}': 'Set {{key}} = {{value}}',
|
|
2321
|
+
'(This setting requires a restart to take effect.)':
|
|
2322
|
+
'(This setting requires a restart to take effect.)',
|
|
2323
|
+
'(Security-sensitive setting — verify you are not exposing credentials.)':
|
|
2324
|
+
'(Security-sensitive setting — verify you are not exposing credentials.)',
|
|
2325
|
+
'Setting tools.approvalMode to "yolo" is blocked via /config for security reasons. Edit settings.json directly if you understand the risks.':
|
|
2326
|
+
'Setting tools.approvalMode to "yolo" is blocked via /config for security reasons. Edit settings.json directly if you understand the risks.',
|
|
2327
|
+
'(empty)': '(empty)',
|
|
2294
2328
|
Global: 'Global',
|
|
2295
2329
|
'Alibaba Cloud (alibabacloud.com)': 'Alibaba Cloud (alibabacloud.com)',
|
|
2296
2330
|
'Select region for Coding Plan:': 'Select region for Coding Plan:',
|
|
2297
2331
|
'Enter your Coding Plan API key: ': 'Enter your Coding Plan API key: ',
|
|
2298
2332
|
'Select authentication method:': 'Select authentication method:',
|
|
2299
2333
|
'\n=== Authentication Status ===\n': '\n=== Authentication Status ===\n',
|
|
2300
|
-
'
|
|
2301
|
-
'
|
|
2334
|
+
'⚠ No authentication method configured.\n':
|
|
2335
|
+
'⚠ No authentication method configured.\n',
|
|
2302
2336
|
'Run one of the following commands to get started:\n':
|
|
2303
2337
|
'Run one of the following commands to get started:\n',
|
|
2304
2338
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -2320,8 +2354,8 @@ export default {
|
|
|
2320
2354
|
' Current Model: {{model}}': ' Current Model: {{model}}',
|
|
2321
2355
|
' Config Version: {{version}}': ' Config Version: {{version}}',
|
|
2322
2356
|
' Status: API key configured\n': ' Status: API key configured\n',
|
|
2323
|
-
'
|
|
2324
|
-
'
|
|
2357
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
2358
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)',
|
|
2325
2359
|
' Issue: API key not found in environment or settings\n':
|
|
2326
2360
|
' Issue: API key not found in environment or settings\n',
|
|
2327
2361
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
package/locales/fr.js
CHANGED
|
@@ -284,7 +284,7 @@ export default {
|
|
|
284
284
|
'Open in editor': "Ouvrir dans l'éditeur",
|
|
285
285
|
'Edit tools': 'Modifier les outils',
|
|
286
286
|
'Edit color': 'Modifier la couleur',
|
|
287
|
-
'
|
|
287
|
+
'✗ Error:': '✗ Erreur :',
|
|
288
288
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
289
289
|
'Êtes-vous sûr de vouloir supprimer l\'agent "{{name}}" ?',
|
|
290
290
|
|
|
@@ -293,13 +293,12 @@ export default {
|
|
|
293
293
|
// ============================================================================
|
|
294
294
|
'Project Level (.qwen/agents/)': 'Niveau projet (.qwen/agents/)',
|
|
295
295
|
'User Level (~/.qwen/agents/)': 'Niveau utilisateur (~/.qwen/agents/)',
|
|
296
|
-
'
|
|
296
|
+
'✓ Subagent Created Successfully!': '✓ Sous-agent créé avec succès !',
|
|
297
297
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
298
298
|
'Le sous-agent "{{name}}" a été enregistré au niveau {{level}}.',
|
|
299
299
|
'Name: ': 'Nom : ',
|
|
300
300
|
'Location: ': 'Emplacement : ',
|
|
301
|
-
'
|
|
302
|
-
'❌ Erreur lors de la sauvegarde du sous-agent :',
|
|
301
|
+
'✗ Error saving subagent:': '✗ Erreur lors de la sauvegarde du sous-agent :',
|
|
303
302
|
'Warnings:': 'Avertissements :',
|
|
304
303
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent':
|
|
305
304
|
'Le nom "{{name}}" existe déjà au niveau {{level}} - le sous-agent existant sera écrasé',
|
|
@@ -1224,9 +1223,9 @@ export default {
|
|
|
1224
1223
|
'Choisissez comment poursuivre votre session :',
|
|
1225
1224
|
'Start new chat session': 'Démarrer une nouvelle session de chat',
|
|
1226
1225
|
'Continue previous conversation': 'Continuer la conversation précédente',
|
|
1227
|
-
'
|
|
1228
|
-
'
|
|
1229
|
-
'
|
|
1226
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
1227
|
+
'Bon retour ! (Dernière mise à jour : {{timeAgo}})',
|
|
1228
|
+
'Overall Goal:': 'Objectif global :',
|
|
1230
1229
|
'Connect a Provider': 'Connecter un fournisseur',
|
|
1231
1230
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
1232
1231
|
'Vous devez connecter un fournisseur pour continuer. Appuyez à nouveau sur Ctrl+C pour quitter.',
|
|
@@ -1394,8 +1393,8 @@ export default {
|
|
|
1394
1393
|
// Statut MCP
|
|
1395
1394
|
// ============================================================================
|
|
1396
1395
|
'No MCP servers configured.': 'Aucun MCP servers configuré.',
|
|
1397
|
-
'
|
|
1398
|
-
'
|
|
1396
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1397
|
+
'◌ Les MCP servers démarrent ({{count}} en initialisation)...',
|
|
1399
1398
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1400
1399
|
'Remarque : Le premier démarrage peut prendre plus de temps. La disponibilité des outils se mettra à jour automatiquement.',
|
|
1401
1400
|
'Configured MCP servers:': 'MCP servers configurés :',
|
|
@@ -1419,7 +1418,7 @@ export default {
|
|
|
1419
1418
|
'Prompts:': 'Invites :',
|
|
1420
1419
|
'Resources:': 'Ressources :',
|
|
1421
1420
|
Blocked: 'Bloqué',
|
|
1422
|
-
'
|
|
1421
|
+
'★ Tips:': '★ Conseils :',
|
|
1423
1422
|
Use: 'Utilisez',
|
|
1424
1423
|
'to show server and tool descriptions':
|
|
1425
1424
|
'pour afficher les descriptions des serveurs et des outils',
|
|
@@ -1868,8 +1867,8 @@ export default {
|
|
|
1868
1867
|
'Select authentication method:':
|
|
1869
1868
|
"Sélectionner la méthode d'authentification :",
|
|
1870
1869
|
'\n=== Authentication Status ===\n': "\n=== Statut d'authentification ===\n",
|
|
1871
|
-
'
|
|
1872
|
-
"
|
|
1870
|
+
'⚠ No authentication method configured.\n':
|
|
1871
|
+
"⚠ Aucune méthode d'authentification configurée.\n",
|
|
1873
1872
|
'Run one of the following commands to get started:\n':
|
|
1874
1873
|
"Exécutez l'une des commandes suivantes pour commencer :\n",
|
|
1875
1874
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -1892,8 +1891,8 @@ export default {
|
|
|
1892
1891
|
' Current Model: {{model}}': ' Modèle actuel : {{model}}',
|
|
1893
1892
|
' Config Version: {{version}}': ' Version de config : {{version}}',
|
|
1894
1893
|
' Status: API key configured\n': ' Statut : API Key configurée\n',
|
|
1895
|
-
'
|
|
1896
|
-
"
|
|
1894
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1895
|
+
"⚠ Méthode d'authentification : Alibaba Cloud Coding Plan (Incomplète)",
|
|
1897
1896
|
' Issue: API key not found in environment or settings\n':
|
|
1898
1897
|
" Problème : API Key introuvable dans l'environnement ou les paramètres\n",
|
|
1899
1898
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
package/locales/ja.js
CHANGED
|
@@ -236,18 +236,17 @@ export default {
|
|
|
236
236
|
'Open in editor': 'エディタで開く',
|
|
237
237
|
'Edit tools': 'ツールを編集',
|
|
238
238
|
'Edit color': '色を編集',
|
|
239
|
-
'
|
|
239
|
+
'✗ Error:': '✗ エラー:',
|
|
240
240
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
241
241
|
'エージェント "{{name}}" を削除してもよろしいですか?',
|
|
242
242
|
'Project Level (.qwen/agents/)': 'プロジェクトレベル (.qwen/agents/)',
|
|
243
243
|
'User Level (~/.qwen/agents/)': 'ユーザーレベル (~/.qwen/agents/)',
|
|
244
|
-
'
|
|
245
|
-
'✅ サブエージェントの作成に成功しました!',
|
|
244
|
+
'✓ Subagent Created Successfully!': '✓ サブエージェントの作成に成功しました!',
|
|
246
245
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
247
246
|
'サブエージェント "{{name}}" を {{level}} に保存しました',
|
|
248
247
|
'Name: ': '名前: ',
|
|
249
248
|
'Location: ': '場所: ',
|
|
250
|
-
'
|
|
249
|
+
'✗ Error saving subagent:': '✗ サブエージェント保存エラー:',
|
|
251
250
|
'Warnings:': '警告:',
|
|
252
251
|
'Step {{n}}: Choose Location': 'ステップ {{n}}: 場所を選択',
|
|
253
252
|
'Step {{n}}: Choose Generation Method': 'ステップ {{n}}: 作成方法を選択',
|
|
@@ -948,9 +947,9 @@ export default {
|
|
|
948
947
|
'セッションの続行方法を選択してください:',
|
|
949
948
|
'Start new chat session': '新しいチャットセッションを開始',
|
|
950
949
|
'Continue previous conversation': '前回の会話を続行',
|
|
951
|
-
'
|
|
952
|
-
'
|
|
953
|
-
'
|
|
950
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
951
|
+
'おかえりなさい!(最終更新: {{timeAgo}})',
|
|
952
|
+
'Overall Goal:': '全体目標:',
|
|
954
953
|
'Connect a Provider': 'プロバイダーに接続',
|
|
955
954
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
956
955
|
'続行するにはプロバイダーに接続してください。Ctrl+C をもう一度押すと終了します',
|
|
@@ -1088,8 +1087,8 @@ export default {
|
|
|
1088
1087
|
'Press Esc again to clear.': 'Esc をもう一度押すとクリアします',
|
|
1089
1088
|
'Press ↑ to edit queued messages': '↑ を押してキュー内のメッセージを編集',
|
|
1090
1089
|
// MCP Status
|
|
1091
|
-
'
|
|
1092
|
-
'
|
|
1090
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1091
|
+
'◌ MCP servers を起動中({{count}} 初期化中)...',
|
|
1093
1092
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1094
1093
|
'注: 初回起動には時間がかかる場合があります。ツールの利用可能状況は自動的に更新されます',
|
|
1095
1094
|
'Starting... (first startup may take longer)':
|
|
@@ -1108,7 +1107,7 @@ export default {
|
|
|
1108
1107
|
'Prompts:': 'プロンプト:',
|
|
1109
1108
|
'Resources:': 'リソース:',
|
|
1110
1109
|
Blocked: 'ブロック',
|
|
1111
|
-
'
|
|
1110
|
+
'★ Tips:': '★ ヒント:',
|
|
1112
1111
|
Use: '使用',
|
|
1113
1112
|
'to show server and tool descriptions': 'サーバーとツールの説明を表示',
|
|
1114
1113
|
'to show tool parameter schemas': 'tool parameter schemas を表示',
|
|
@@ -1370,8 +1369,8 @@ export default {
|
|
|
1370
1369
|
'Coding Plan の API Key を入力してください: ',
|
|
1371
1370
|
'Select authentication method:': '認証方法を選択:',
|
|
1372
1371
|
'\n=== Authentication Status ===\n': '\n=== 認証ステータス ===\n',
|
|
1373
|
-
'
|
|
1374
|
-
'
|
|
1372
|
+
'⚠ No authentication method configured.\n':
|
|
1373
|
+
'⚠ 認証方法が設定されていません。\n',
|
|
1375
1374
|
'Run one of the following commands to get started:\n':
|
|
1376
1375
|
'以下のコマンドのいずれかを実行して開始してください:\n',
|
|
1377
1376
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -1392,8 +1391,8 @@ export default {
|
|
|
1392
1391
|
' Current Model: {{model}}': ' 現在のモデル: {{model}}',
|
|
1393
1392
|
' Config Version: {{version}}': ' 設定バージョン: {{version}}',
|
|
1394
1393
|
' Status: API key configured\n': ' ステータス: API Key 設定済み\n',
|
|
1395
|
-
'
|
|
1396
|
-
'
|
|
1394
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1395
|
+
'⚠ 認証方法: Alibaba Cloud Coding Plan(不完全)',
|
|
1397
1396
|
' Issue: API key not found in environment or settings\n':
|
|
1398
1397
|
' 問題: 環境変数または設定に API Key が見つかりません\n',
|
|
1399
1398
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
package/locales/pt.js
CHANGED
|
@@ -276,7 +276,7 @@ export default {
|
|
|
276
276
|
'Open in editor': 'Abrir no editor',
|
|
277
277
|
'Edit tools': 'Editar ferramentas',
|
|
278
278
|
'Edit color': 'Editar cor',
|
|
279
|
-
'
|
|
279
|
+
'✗ Error:': '✗ Erro:',
|
|
280
280
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
281
281
|
'Tem certeza que deseja excluir o agente "{{name}}"?',
|
|
282
282
|
|
|
@@ -285,12 +285,12 @@ export default {
|
|
|
285
285
|
// ============================================================================
|
|
286
286
|
'Project Level (.qwen/agents/)': 'Nível de Projeto (.qwen/agents/)',
|
|
287
287
|
'User Level (~/.qwen/agents/)': 'Nível de Usuário (~/.qwen/agents/)',
|
|
288
|
-
'
|
|
288
|
+
'✓ Subagent Created Successfully!': '✓ Subagente criado com sucesso!',
|
|
289
289
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
290
290
|
'O subagente "{{name}}" foi salvo no nível {{level}}.',
|
|
291
291
|
'Name: ': 'Nome: ',
|
|
292
292
|
'Location: ': 'Localização: ',
|
|
293
|
-
'
|
|
293
|
+
'✗ Error saving subagent:': '✗ Erro ao salvar subagente:',
|
|
294
294
|
'Warnings:': 'Avisos:',
|
|
295
295
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent':
|
|
296
296
|
'O nome "{{name}}" já existe no nível {{level}} - o subagente existente será substituído',
|
|
@@ -1180,9 +1180,9 @@ export default {
|
|
|
1180
1180
|
'Escolha como proceder com sua sessão:',
|
|
1181
1181
|
'Start new chat session': 'Iniciar nova sessão de chat',
|
|
1182
1182
|
'Continue previous conversation': 'Continuar conversa anterior',
|
|
1183
|
-
'
|
|
1184
|
-
'
|
|
1185
|
-
'
|
|
1183
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
1184
|
+
'Bem-vindo de volta! (Última atualização: {{timeAgo}})',
|
|
1185
|
+
'Overall Goal:': 'Objetivo Geral:',
|
|
1186
1186
|
'Connect a Provider': 'Conectar um provedor',
|
|
1187
1187
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
1188
1188
|
'Você deve conectar um provedor para prosseguir. Pressione Ctrl+C novamente para sair.',
|
|
@@ -1353,8 +1353,8 @@ export default {
|
|
|
1353
1353
|
// MCP Status
|
|
1354
1354
|
// ============================================================================
|
|
1355
1355
|
'No MCP servers configured.': 'Nenhum MCP servers configurado.',
|
|
1356
|
-
'
|
|
1357
|
-
'
|
|
1356
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1357
|
+
'◌ MCP servers estão iniciando ({{count}} inicializando)...',
|
|
1358
1358
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1359
1359
|
'Nota: A primeira inicialização pode demorar mais. A disponibilidade da ferramenta será atualizada automaticamente.',
|
|
1360
1360
|
'Configured MCP servers:': 'MCP servers configurados:',
|
|
@@ -1378,7 +1378,7 @@ export default {
|
|
|
1378
1378
|
'Prompts:': 'Prompts:',
|
|
1379
1379
|
'Resources:': 'Recursos:',
|
|
1380
1380
|
Blocked: 'Bloqueado',
|
|
1381
|
-
'
|
|
1381
|
+
'★ Tips:': '★ Dicas:',
|
|
1382
1382
|
'to show server and tool descriptions':
|
|
1383
1383
|
'para mostrar descrições de servidores e ferramentas',
|
|
1384
1384
|
'to show tool parameter schemas': 'para mostrar tool parameter schemas',
|
|
@@ -1828,8 +1828,8 @@ export default {
|
|
|
1828
1828
|
'Enter your Coding Plan API key: ': 'Insira sua API Key do Coding Plan: ',
|
|
1829
1829
|
'Select authentication method:': 'Selecione o método de autenticação:',
|
|
1830
1830
|
'\n=== Authentication Status ===\n': '\n=== Status de Autenticação ===\n',
|
|
1831
|
-
'
|
|
1832
|
-
'
|
|
1831
|
+
'⚠ No authentication method configured.\n':
|
|
1832
|
+
'⚠ Nenhum método de autenticação configurado.\n',
|
|
1833
1833
|
'Run one of the following commands to get started:\n':
|
|
1834
1834
|
'Execute um dos seguintes comandos para começar:\n',
|
|
1835
1835
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -1850,8 +1850,8 @@ export default {
|
|
|
1850
1850
|
' Current Model: {{model}}': ' Modelo atual: {{model}}',
|
|
1851
1851
|
' Config Version: {{version}}': ' Versão da configuração: {{version}}',
|
|
1852
1852
|
' Status: API key configured\n': ' Status: API Key configurada\n',
|
|
1853
|
-
'
|
|
1854
|
-
'
|
|
1853
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1854
|
+
'⚠ Método de autenticação: Alibaba Cloud Coding Plan (Incompleto)',
|
|
1855
1855
|
' Issue: API key not found in environment or settings\n':
|
|
1856
1856
|
' Problema: API Key não encontrada no ambiente ou configurações\n',
|
|
1857
1857
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
package/locales/ru.js
CHANGED
|
@@ -283,7 +283,7 @@ export default {
|
|
|
283
283
|
'Open in editor': 'Открыть в редакторе',
|
|
284
284
|
'Edit tools': 'Редактировать инструменты',
|
|
285
285
|
'Edit color': 'Редактировать цвет',
|
|
286
|
-
'
|
|
286
|
+
'✗ Error:': '✗ Ошибка:',
|
|
287
287
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
288
288
|
'Вы уверены, что хотите удалить агента "{{name}}"?',
|
|
289
289
|
// ============================================================================
|
|
@@ -291,12 +291,12 @@ export default {
|
|
|
291
291
|
// ============================================================================
|
|
292
292
|
'Project Level (.qwen/agents/)': 'Уровень проекта (.qwen/agents/)',
|
|
293
293
|
'User Level (~/.qwen/agents/)': 'Уровень пользователя (~/.qwen/agents/)',
|
|
294
|
-
'
|
|
294
|
+
'✓ Subagent Created Successfully!': '✓ Подагент успешно создан!',
|
|
295
295
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
296
296
|
'Подагент "{{name}}" сохранен на уровне {{level}}.',
|
|
297
297
|
'Name: ': 'Имя: ',
|
|
298
298
|
'Location: ': 'Расположение: ',
|
|
299
|
-
'
|
|
299
|
+
'✗ Error saving subagent:': '✗ Ошибка сохранения подагента:',
|
|
300
300
|
'Warnings:': 'Предупреждения:',
|
|
301
301
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent':
|
|
302
302
|
'Имя "{{name}}" уже существует на уровне {{level}} - существующий подагент будет перезаписан',
|
|
@@ -1128,9 +1128,9 @@ export default {
|
|
|
1128
1128
|
'Выберите, как продолжить сессию:',
|
|
1129
1129
|
'Start new chat session': 'Начать новую сессию чата',
|
|
1130
1130
|
'Continue previous conversation': 'Продолжить предыдущий диалог',
|
|
1131
|
-
'
|
|
1132
|
-
'
|
|
1133
|
-
'
|
|
1131
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
1132
|
+
'С возвращением! (Последнее обновление: {{timeAgo}})',
|
|
1133
|
+
'Overall Goal:': 'Общая цель:',
|
|
1134
1134
|
'Connect a Provider': 'Подключить провайдера',
|
|
1135
1135
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
1136
1136
|
'Необходимо подключить провайдера для продолжения. Нажмите Ctrl+C снова для выхода.',
|
|
@@ -1299,8 +1299,8 @@ export default {
|
|
|
1299
1299
|
// Статус MCP
|
|
1300
1300
|
// ============================================================================
|
|
1301
1301
|
'No MCP servers configured.': 'MCP servers не настроены.',
|
|
1302
|
-
'
|
|
1303
|
-
'
|
|
1302
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1303
|
+
'◌ MCP servers запускаются ({{count}} инициализируется)...',
|
|
1304
1304
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1305
1305
|
'Примечание: Первый запуск может занять больше времени. Доступность инструментов обновится автоматически.',
|
|
1306
1306
|
'Configured MCP servers:': 'Настроенные MCP servers:',
|
|
@@ -1324,7 +1324,7 @@ export default {
|
|
|
1324
1324
|
'Prompts:': 'Промпты:',
|
|
1325
1325
|
'Resources:': 'Ресурсы:',
|
|
1326
1326
|
Blocked: 'Заблокировано',
|
|
1327
|
-
'
|
|
1327
|
+
'★ Tips:': '★ Подсказки:',
|
|
1328
1328
|
Use: 'Используйте',
|
|
1329
1329
|
'to show server and tool descriptions':
|
|
1330
1330
|
'для показа описаний сервера и инструментов',
|
|
@@ -1834,8 +1834,8 @@ export default {
|
|
|
1834
1834
|
'Enter your Coding Plan API key: ': 'Введите ваш API Key Coding Plan: ',
|
|
1835
1835
|
'Select authentication method:': 'Выберите метод аутентификации:',
|
|
1836
1836
|
'\n=== Authentication Status ===\n': '\n=== Статус аутентификации ===\n',
|
|
1837
|
-
'
|
|
1838
|
-
'
|
|
1837
|
+
'⚠ No authentication method configured.\n':
|
|
1838
|
+
'⚠ Метод аутентификации не настроен.\n',
|
|
1839
1839
|
'Run one of the following commands to get started:\n':
|
|
1840
1840
|
'Выполните одну из следующих команд для начала:\n',
|
|
1841
1841
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -1856,8 +1856,8 @@ export default {
|
|
|
1856
1856
|
' Current Model: {{model}}': ' Текущая модель: {{model}}',
|
|
1857
1857
|
' Config Version: {{version}}': ' Версия конфигурации: {{version}}',
|
|
1858
1858
|
' Status: API key configured\n': ' Статус: API Key настроен\n',
|
|
1859
|
-
'
|
|
1860
|
-
'
|
|
1859
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1860
|
+
'⚠ Метод аутентификации: Alibaba Cloud Coding Plan (Не завершён)',
|
|
1861
1861
|
' Issue: API key not found in environment or settings\n':
|
|
1862
1862
|
' Проблема: API Key не найден в окружении или настройках\n',
|
|
1863
1863
|
' Run `qwen auth coding-plan` to re-configure.\n':
|
package/locales/zh-TW.js
CHANGED
|
@@ -473,17 +473,17 @@ export default {
|
|
|
473
473
|
'Open in editor': '在編輯器中打開',
|
|
474
474
|
'Edit tools': '編輯工具',
|
|
475
475
|
'Edit color': '編輯顏色',
|
|
476
|
-
'
|
|
476
|
+
'✗ Error:': '✗ 錯誤:',
|
|
477
477
|
'Are you sure you want to delete agent "{{name}}"?':
|
|
478
478
|
'您確定要刪除智能體 "{{name}}" 嗎?',
|
|
479
479
|
'Project Level (.qwen/agents/)': '項目級 (.qwen/agents/)',
|
|
480
480
|
'User Level (~/.qwen/agents/)': '用戶級 (~/.qwen/agents/)',
|
|
481
|
-
'
|
|
481
|
+
'✓ Subagent Created Successfully!': '✓ 子智能體創建成功!',
|
|
482
482
|
'Subagent "{{name}}" has been saved to {{level}} level.':
|
|
483
483
|
'子智能體 "{{name}}" 已保存到 {{level}} 級別。',
|
|
484
484
|
'Name: ': '名稱: ',
|
|
485
485
|
'Location: ': '位置: ',
|
|
486
|
-
'
|
|
486
|
+
'✗ Error saving subagent:': '✗ 保存子智能體時出錯:',
|
|
487
487
|
'Warnings:': '警告:',
|
|
488
488
|
'Name "{{name}}" already exists at {{level}} level - will overwrite existing subagent':
|
|
489
489
|
'名稱 "{{name}}" 在 {{level}} 級別已存在 - 將覆蓋現有子智能體',
|
|
@@ -590,6 +590,35 @@ export default {
|
|
|
590
590
|
'checking...': '檢查中...',
|
|
591
591
|
'not updatable': '不可更新',
|
|
592
592
|
error: '錯誤',
|
|
593
|
+
'Get or set any setting by dot-path key':
|
|
594
|
+
'透過點號路徑鍵查看或設定任意設定項',
|
|
595
|
+
'Invalid boolean value: "{{value}}". Use "true" or "false".':
|
|
596
|
+
'無效的布林值:"{{value}}"。請使用 "true" 或 "false"。',
|
|
597
|
+
'Cannot toggle a number setting. Provide a value: key=<number>.':
|
|
598
|
+
'無法切換數字類型的設定。請提供值:key=<number>。',
|
|
599
|
+
'Invalid number value: "{{value}}".': '無效的數字值:"{{value}}"。',
|
|
600
|
+
'Cannot toggle a string setting. Provide a value: key=<value>.':
|
|
601
|
+
'無法切換字串類型的設定。請提供值:key=<value>。',
|
|
602
|
+
'Cannot toggle an enum setting. Provide one of: {{options}}.':
|
|
603
|
+
'無法切換列舉類型的設定。請提供以下選項之一:{{options}}。',
|
|
604
|
+
'Invalid enum value: "{{value}}". Valid values: {{options}}.':
|
|
605
|
+
'無效的列舉值:"{{value}}"。有效值:{{options}}。',
|
|
606
|
+
'Setting "{{type}}" type cannot be set via /config. Edit settings.json directly.':
|
|
607
|
+
'"{{type}}" 類型的設定無法透過 /config 修改。請直接編輯 settings.json。',
|
|
608
|
+
'Unsupported setting type: "{{type}}".': '不支援的設定類型:"{{type}}"。',
|
|
609
|
+
'Available settings:': '可用設定:',
|
|
610
|
+
'Unknown setting key: "{{key}}". Did you mean "{{suggestion}}"?':
|
|
611
|
+
'未知的設定鍵:"{{key}}"。您是不是想設定 "{{suggestion}}"?',
|
|
612
|
+
'Unknown setting key: "{{key}}".': '未知的設定鍵:"{{key}}"。',
|
|
613
|
+
'Failed to set "{{key}}": {{error}}': '設定 "{{key}}" 失敗:{{error}}',
|
|
614
|
+
'Set {{key}} = {{value}}': '已設定 {{key}} = {{value}}',
|
|
615
|
+
'(This setting requires a restart to take effect.)':
|
|
616
|
+
'(此設定需要重新啟動才能生效。)',
|
|
617
|
+
'(Security-sensitive setting — verify you are not exposing credentials.)':
|
|
618
|
+
'(安全敏感設定 — 請確認您沒有洩露憑證。)',
|
|
619
|
+
'Setting tools.approvalMode to "yolo" is blocked via /config for security reasons. Edit settings.json directly if you understand the risks.':
|
|
620
|
+
'出於安全原因,禁止透過 /config 將 tools.approvalMode 設定為 "yolo"。如果您了解相關風險,請直接編輯 settings.json。',
|
|
621
|
+
'(empty)': '(空)',
|
|
593
622
|
'View and edit Qwen Code settings': '查看和編輯 Qwen Code 設置',
|
|
594
623
|
Settings: '設置',
|
|
595
624
|
'To see changes, Qwen Code must be restarted. Press r to exit and apply changes now.':
|
|
@@ -1230,8 +1259,12 @@ export default {
|
|
|
1230
1259
|
'切換此會話的模型(--fast 可設置建議模型)',
|
|
1231
1260
|
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, [model-id] to switch immediately).':
|
|
1232
1261
|
'切換此會話的模型(--fast 可設置建議模型,--voice 可設置語音轉寫模型,[model-id] 可立即切換)',
|
|
1233
|
-
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately).':
|
|
1234
|
-
'切換此會話的模型(--fast 可設置建議模型,--voice 可設置語音轉寫模型,--vision 可設置視覺橋接模型,[model-id]
|
|
1262
|
+
'Switch the model for this session (--fast for suggestion model, --voice for voice transcription model, --vision for the vision bridge model, [model-id] to switch immediately, or [model-id] [prompt] to run a one-off prompt on another model; the inline prompt is sent verbatim without @file expansion).':
|
|
1263
|
+
'切換此會話的模型(--fast 可設置建議模型,--voice 可設置語音轉寫模型,--vision 可設置視覺橋接模型,[model-id] 可立即切換,或用 [model-id] [prompt] 在另一個模型上執行一次性提示;內聯提示按原文發送,不展開 @file)',
|
|
1264
|
+
"Inline one-shot override isn't supported in this mode — run '/model {{model}}' first, then send your prompt.":
|
|
1265
|
+
"此模式不支援內聯一次性覆寫——請先執行 '/model {{model}}',再發送你的提示。",
|
|
1266
|
+
"Inline one-shot override can't switch providers. '{{model}}' belongs to a different provider — run '/model {{model}}' first, then send your prompt.":
|
|
1267
|
+
"內聯一次性覆寫無法切換 provider。'{{model}}' 屬於另一個 provider——請先執行 '/model {{model}}',再發送你的提示。",
|
|
1235
1268
|
"⚠ '{{model}}' is not a known image-capable model; the vision bridge may fail on images.":
|
|
1236
1269
|
"⚠ '{{model}}' 不是已知的圖像能力模型;視覺橋接處理圖片時可能會失敗。",
|
|
1237
1270
|
'Set a lighter model for prompt suggestions and speculative execution':
|
|
@@ -1361,9 +1394,9 @@ export default {
|
|
|
1361
1394
|
'Choose how to proceed with your session:': '選擇如何繼續您的會話:',
|
|
1362
1395
|
'Start new chat session': '開始新的聊天會話',
|
|
1363
1396
|
'Continue previous conversation': '繼續之前的對話',
|
|
1364
|
-
'
|
|
1365
|
-
'
|
|
1366
|
-
'
|
|
1397
|
+
'Welcome back! (Last updated: {{timeAgo}})':
|
|
1398
|
+
'歡迎回來!(最後更新:{{timeAgo}})',
|
|
1399
|
+
'Overall Goal:': '總體目標:',
|
|
1367
1400
|
'Connect a Provider': '連接服務商',
|
|
1368
1401
|
'You must connect a provider to proceed. Press Ctrl+C again to exit.':
|
|
1369
1402
|
'必須連接一個服務商才能繼續。再次按 Ctrl+C 退出',
|
|
@@ -1530,8 +1563,8 @@ export default {
|
|
|
1530
1563
|
'Press Esc again to clear.': '再次按 Esc 清除',
|
|
1531
1564
|
'Press ↑ to edit queued messages': '按 ↑ 編輯排隊消息',
|
|
1532
1565
|
'No MCP servers configured.': '未配置 MCP servers',
|
|
1533
|
-
'
|
|
1534
|
-
'
|
|
1566
|
+
'◌ MCP servers are starting up ({{count}} initializing)...':
|
|
1567
|
+
'◌ MCP servers 正在啟動({{count}} 個正在初始化)...',
|
|
1535
1568
|
'Note: First startup may take longer. Tool availability will update automatically.':
|
|
1536
1569
|
'注意:首次啟動可能需要更長時間。工具可用性將自動更新',
|
|
1537
1570
|
'Configured MCP servers:': '已配置的 MCP servers:',
|
|
@@ -1554,7 +1587,7 @@ export default {
|
|
|
1554
1587
|
'Prompts:': '提示:',
|
|
1555
1588
|
'Resources:': '資源:',
|
|
1556
1589
|
Blocked: '已阻止',
|
|
1557
|
-
'
|
|
1590
|
+
'★ Tips:': '★ 提示:',
|
|
1558
1591
|
Use: '使用',
|
|
1559
1592
|
'to show server and tool descriptions': '顯示伺服器和工具描述',
|
|
1560
1593
|
'to show tool parameter schemas': '顯示 tool parameter schemas',
|
|
@@ -1840,7 +1873,7 @@ export default {
|
|
|
1840
1873
|
'Enter your Coding Plan API key: ': '請輸入您的 Coding Plan API Key:',
|
|
1841
1874
|
'Select authentication method:': '選擇認證方式:',
|
|
1842
1875
|
'\n=== Authentication Status ===\n': '\n=== 認證狀態 ===\n',
|
|
1843
|
-
'
|
|
1876
|
+
'⚠ No authentication method configured.\n': '⚠ 未配置認證方式。\n',
|
|
1844
1877
|
'Run one of the following commands to get started:\n':
|
|
1845
1878
|
'運行以下命令之一開始配置:\n',
|
|
1846
1879
|
' qwen auth qwen-oauth - Authenticate with Qwen OAuth (discontinued)':
|
|
@@ -1862,8 +1895,8 @@ export default {
|
|
|
1862
1895
|
' Current Model: {{model}}': ' 當前模型:{{model}}',
|
|
1863
1896
|
' Config Version: {{version}}': ' 配置版本:{{version}}',
|
|
1864
1897
|
' Status: API key configured\n': ' 狀態:API Key 已配置\n',
|
|
1865
|
-
'
|
|
1866
|
-
'
|
|
1898
|
+
'⚠ Authentication Method: Alibaba Cloud Coding Plan (Incomplete)':
|
|
1899
|
+
'⚠ 認證方式:阿里雲百鍊 Coding Plan(不完整)',
|
|
1867
1900
|
' Issue: API key not found in environment or settings\n':
|
|
1868
1901
|
' 問題:在環境變量或設置中未找到 API Key\n',
|
|
1869
1902
|
' Run `qwen auth coding-plan` to re-configure.\n':
|