@qwen-code/qwen-code 0.19.8 → 0.19.9
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/qc-helper/SKILL.md +1 -0
- package/bundled/qc-helper/docs/configuration/auth.md +40 -55
- package/bundled/qc-helper/docs/configuration/model-providers.md +224 -218
- package/bundled/qc-helper/docs/configuration/settings.md +60 -51
- package/bundled/qc-helper/docs/features/_meta.ts +1 -0
- package/bundled/qc-helper/docs/features/channels/dingtalk.md +9 -2
- package/bundled/qc-helper/docs/features/channels/overview.md +71 -4
- package/bundled/qc-helper/docs/features/channels/wecom.md +6 -0
- package/bundled/qc-helper/docs/features/code-review.md +29 -5
- package/bundled/qc-helper/docs/features/commands.md +39 -38
- package/bundled/qc-helper/docs/features/computer-use.md +77 -0
- package/bundled/qc-helper/docs/features/tool-use-summaries.md +19 -23
- package/bundled/qc-helper/docs/integration-vscode.md +2 -2
- package/bundled/qc-helper/docs/qwen-serve.md +29 -12
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +1 -1
- package/bundled/review/DESIGN.md +93 -22
- package/bundled/review/SKILL.md +295 -86
- package/chunks/MaxSizedBox-6HYJ3ZPJ.js +70 -0
- package/chunks/{StandaloneSessionPicker-EYRGH6PJ.js → StandaloneSessionPicker-WS4GXYOG.js} +79 -79
- package/chunks/{acpAgent-GRFTTRHW.js → acpAgent-5FWSOZL5.js} +968 -200
- package/chunks/agent-HOLHB3RT.js +68 -0
- package/chunks/agent-headless-SXL6H56A.js +62 -0
- package/chunks/{anthropicContentGenerator-CPF22MA7.js → anthropicContentGenerator-L73TO3DB.js} +187 -31
- package/chunks/{artifact-tool-D233YJFH.js → artifact-tool-U7IRTLIV.js} +5 -5
- package/chunks/{askUserQuestion-MKL5ZTMC.js → askUserQuestion-2DLUUZZG.js} +6 -6
- package/chunks/bridge-BCJQ7BBB.js +78 -0
- package/chunks/{ca-MKD32FQL.js → ca-UJ6HC4H2.js} +64 -5
- package/chunks/{channel-worker-supervisor-NZQUOEFJ.js → channel-worker-supervisor-WSOAAYUO.js} +137 -13
- package/chunks/{chunk-QQDPRDVW.js → chunk-2HRYPZT5.js} +1 -1
- package/chunks/{chunk-2PSWA5ID.js → chunk-2X56YUSZ.js} +1 -1
- package/chunks/{chunk-DIWVZ3VM.js → chunk-34MW4KTI.js} +5 -5
- package/chunks/{chunk-IBY3Q3HG.js → chunk-34Z3U5RQ.js} +508 -126
- package/chunks/{chunk-UXEW557D.js → chunk-3AHXV67U.js} +3 -3
- package/chunks/{chunk-O2YT7VB4.js → chunk-3BTRNWWD.js} +1 -1
- package/chunks/chunk-3G7CIHVV.js +71 -0
- package/chunks/{chunk-FBET5XZ2.js → chunk-3SJSQXNS.js} +20 -5
- package/chunks/{chunk-BUZ6HGL4.js → chunk-3VAGG5T5.js} +248 -55
- package/chunks/{chunk-M7S4GK5Z.js → chunk-4C5BQ2D2.js} +74 -27
- package/chunks/{chunk-5MBO76SL.js → chunk-4GORAUCN.js} +3 -3
- package/chunks/{chunk-55ZMG67I.js → chunk-4LD5APFL.js} +4 -4
- package/chunks/{chunk-TLWA7TPR.js → chunk-4QLQE5WJ.js} +2 -2
- package/chunks/{chunk-UIDXQNMV.js → chunk-4WGODMVR.js} +1 -1
- package/chunks/{chunk-E6US47KI.js → chunk-4WKAA4KS.js} +1 -1
- package/chunks/{chunk-H6EMK6QK.js → chunk-4ZVWQHEQ.js} +11913 -5207
- package/chunks/{chunk-HW4N45EE.js → chunk-524RQP4Q.js} +29 -8
- package/chunks/{chunk-3GONHQOA.js → chunk-57OAHC2Y.js} +1 -1
- package/chunks/{chunk-JZSY4WP3.js → chunk-5DTTYNB7.js} +1 -1
- package/chunks/{chunk-YDOXPLYL.js → chunk-5HOMWMCL.js} +1147 -738
- package/chunks/{chunk-A4BMJM77.js → chunk-5O2XNYP6.js} +1 -0
- package/chunks/{chunk-ZL5HN75Q.js → chunk-5SFOMFG4.js} +2 -2
- package/chunks/{chunk-2EM7ECZD.js → chunk-5U27BZ72.js} +179 -63
- package/chunks/{chunk-JRQ7EVGE.js → chunk-5VXNZWGF.js} +2 -2
- package/chunks/{chunk-QYNNN7BK.js → chunk-5XUCZNSY.js} +2 -2
- package/chunks/{chunk-GO6LNQXT.js → chunk-6AM5D4ME.js} +1 -1
- package/chunks/{chunk-BJBWRCSK.js → chunk-6H67XLET.js} +1 -1
- package/chunks/{chunk-PUVCVELY.js → chunk-6PESIEKJ.js} +4 -4
- package/chunks/{chunk-3UP777ZS.js → chunk-6RLROE6G.js} +1 -1
- package/chunks/{chunk-ZERZSAZL.js → chunk-75DOP5OR.js} +2 -2
- package/chunks/{chunk-RMLZAUWH.js → chunk-77XJ3SWN.js} +10 -12
- package/chunks/{chunk-L46XKEGM.js → chunk-7PU4FYLG.js} +5 -8
- package/chunks/{chunk-NQKLOAVJ.js → chunk-7R3CZA3Q.js} +2 -2
- package/chunks/{chunk-SAIILPQ3.js → chunk-7X7TEQNX.js} +5 -3
- package/chunks/{chunk-OQXDAMKY.js → chunk-A3XKDTSH.js} +8 -8
- package/chunks/{chunk-IRJWHZWU.js → chunk-A4UCTEB5.js} +2 -2
- package/chunks/{chunk-TSPB77TG.js → chunk-AKIVHSJR.js} +923 -2892
- package/chunks/{chunk-FQNC62B2.js → chunk-ATAKVRIF.js} +11 -11
- package/chunks/{chunk-GSHQYYIV.js → chunk-AURZZYMD.js} +6 -26
- package/chunks/{chunk-CHB5SLZZ.js → chunk-B4G2WOFA.js} +3 -3
- package/chunks/{chunk-X3YGAX7V.js → chunk-B5ORX3FG.js} +4 -2
- package/chunks/chunk-BAPGSC7U.js +239 -0
- package/chunks/{chunk-UX6OTBVD.js → chunk-BMGVRZN4.js} +2 -2
- package/chunks/{chunk-ZN5T4BHI.js → chunk-BPZALHVR.js} +2 -2
- package/chunks/{chunk-IJRL2S3D.js → chunk-BZIFY5TF.js} +6 -6
- package/chunks/{chunk-OFEVLU4C.js → chunk-CARU2RR2.js} +1 -1
- package/chunks/chunk-CC2ITGCF.js +176 -0
- package/chunks/{chunk-HDOH3QYE.js → chunk-CCDMCZPP.js} +2 -2
- package/chunks/{chunk-FV7425LN.js → chunk-CEA3E3JB.js} +18 -5
- package/chunks/{chunk-BOBOCR5H.js → chunk-CLFKOZEK.js} +4 -4
- package/chunks/{chunk-P3XEEI3X.js → chunk-CNEIYWSA.js} +38 -9
- package/chunks/{chunk-GLE2YUPU.js → chunk-COH43MRJ.js} +1 -1
- package/chunks/{chunk-E5A7LHNN.js → chunk-CPBF7KYF.js} +1 -1
- package/chunks/{chunk-UWCTAVOD.js → chunk-CR3C7WXL.js} +1 -1
- package/chunks/{chunk-5P5XGNYH.js → chunk-CU3L64TP.js} +1 -1
- package/chunks/{chunk-CD6USWHZ.js → chunk-CUMMSHH6.js} +2 -2
- package/chunks/{chunk-IWKSG2AR.js → chunk-CXAOG665.js} +1 -1
- package/chunks/{chunk-WQTHLB5T.js → chunk-D2GFWEXB.js} +7 -7
- package/chunks/{chunk-I6WGFJJ3.js → chunk-D5SKC4YG.js} +38 -12
- package/chunks/{chunk-MZ7BABX3.js → chunk-DC5Z3DU6.js} +2 -2
- package/chunks/{chunk-64WXLC72.js → chunk-DJ2GSRLV.js} +1 -1
- package/chunks/{chunk-QN5NZ3UQ.js → chunk-DMTGGOSA.js} +2 -2
- package/chunks/{chunk-A5JOJ77H.js → chunk-E2IY465S.js} +38 -15
- package/chunks/{chunk-KHDZHZMH.js → chunk-E5Z2AVNV.js} +1 -1
- package/chunks/{chunk-SQ2UATK7.js → chunk-EAXLGSFP.js} +11 -11
- package/chunks/{chunk-JCH35JB3.js → chunk-ECNYL4AA.js} +2 -2
- package/chunks/{chunk-E7EMCSUG.js → chunk-EGYZ275M.js} +64 -42
- package/chunks/{chunk-6VK6FIMQ.js → chunk-EMDMPBJ4.js} +415 -379
- package/chunks/{chunk-5IFG2VC4.js → chunk-FCMNKVXT.js} +1 -1
- package/chunks/{chunk-V35MD7KN.js → chunk-GRC5HGPI.js} +1 -1
- package/chunks/{chunk-WMPVYQ4P.js → chunk-GWHYEOV2.js} +2 -2
- package/chunks/{chunk-27BHARDE.js → chunk-GWLSNBG4.js} +2103 -13
- package/chunks/chunk-GZRTYZ2R.js +292 -0
- package/chunks/{chunk-A2X3KLC3.js → chunk-GZXCZHCT.js} +3 -3
- package/chunks/{chunk-K5PGHDBN.js → chunk-H6XPXXMH.js} +1 -1
- package/chunks/{chunk-DICGXFAI.js → chunk-HKMAENAO.js} +8 -8
- package/chunks/{chunk-ZE6E424U.js → chunk-HPDUL5MF.js} +2 -2
- package/chunks/{chunk-KYMBIKIW.js → chunk-HTHUX2T5.js} +1 -1
- package/chunks/{chunk-LQ7TMOCE.js → chunk-HTO4JFDZ.js} +1 -1
- package/chunks/{chunk-ON3JA3RU.js → chunk-HVY356M2.js} +7 -9
- package/chunks/{chunk-GGQQA4JW.js → chunk-IAVB3HM3.js} +2 -2
- package/chunks/{chunk-FEJ2FZ3U.js → chunk-J3JA76CF.js} +2 -2
- package/chunks/{chunk-4CGOWHKM.js → chunk-J4MOFEOK.js} +2 -2
- package/chunks/{chunk-22MNNNXE.js → chunk-J4TSQ5EQ.js} +3 -2
- package/chunks/{chunk-22IFUCVR.js → chunk-JESCGQM3.js} +1 -1
- package/chunks/{chunk-CCGOFQV3.js → chunk-JSG7ZSBC.js} +8 -7
- package/chunks/{chunk-WF4FAXDL.js → chunk-JZETEN3Z.js} +62 -62
- package/chunks/{chunk-GN3F6PIU.js → chunk-K434OPES.js} +5 -5
- package/chunks/{chunk-YKZIAK7C.js → chunk-KHUQZZJ6.js} +66 -16
- package/chunks/{chunk-X2XNQQJI.js → chunk-KKNMOEZH.js} +4 -4
- package/chunks/{chunk-MRO43B25.js → chunk-KW7NOTN6.js} +1 -1
- package/chunks/{chunk-6IAWPIQ6.js → chunk-L36P3NBD.js} +3 -3
- package/chunks/{chunk-54YZOP7P.js → chunk-L573Z2QZ.js} +11894 -5190
- package/chunks/{chunk-DHOLNQLC.js → chunk-L6P4KPHR.js} +12 -12
- package/chunks/{chunk-E7KNELIZ.js → chunk-LK7KUE55.js} +2 -2
- package/chunks/{chunk-W7EEOR7D.js → chunk-LUODI7WD.js} +5 -5
- package/chunks/{chunk-CSOTA7KX.js → chunk-LXNEJD34.js} +2 -2
- package/chunks/{chunk-HLKG6CZN.js → chunk-M5GB774H.js} +1 -1
- package/chunks/{chunk-3B26UVCX.js → chunk-MC23XKFE.js} +39 -10
- package/chunks/{chunk-PC4ZXHU2.js → chunk-MXL5UP4X.js} +3 -3
- package/chunks/{chunk-BVYU3ZTI.js → chunk-N3EMS75V.js} +73 -30
- package/chunks/{chunk-332PWN27.js → chunk-NHDKSOEY.js} +1 -1
- package/chunks/{chunk-3GNOQZDC.js → chunk-NVYTCB5Z.js} +4797 -2620
- package/chunks/{chunk-P7M4GA57.js → chunk-OCPBI7J5.js} +1 -1
- package/chunks/chunk-OQ4DRIOA.js +296 -0
- package/chunks/{chunk-42XGFRJS.js → chunk-ORBGV7NJ.js} +5 -5
- package/chunks/{chunk-AYNCLGTW.js → chunk-P67PFTUT.js} +8 -51
- package/chunks/{chunk-VGGOPZUL.js → chunk-PDZ7MBDG.js} +12 -5
- package/chunks/{chunk-WHJQ3JUS.js → chunk-PODM4SZ4.js} +12 -12
- package/chunks/{chunk-JPALE3PA.js → chunk-PVZM22CK.js} +6 -6
- package/chunks/{chunk-AGHU5VRK.js → chunk-PZL23GTM.js} +1 -1
- package/chunks/{chunk-L4AMBVQG.js → chunk-Q4YQW46J.js} +31 -17
- package/chunks/{chunk-XYR5RUA5.js → chunk-Q6I5QHMH.js} +10 -3
- package/chunks/{chunk-FXGLL2HL.js → chunk-Q7YDKOGY.js} +1 -1
- package/chunks/{chunk-LGFAYIKX.js → chunk-QHTIBUWB.js} +1 -1
- package/chunks/{chunk-P3MYAZBY.js → chunk-QMGX2KO2.js} +1 -1
- package/chunks/{chunk-Z3I3QJK3.js → chunk-QRUIS3DN.js} +1 -1
- package/chunks/{chunk-ITOGNELQ.js → chunk-QSWDGAIC.js} +2 -2
- package/chunks/{chunk-GHOTR7HL.js → chunk-QUPXZXLV.js} +1 -1
- package/chunks/{chunk-XOHNA2S6.js → chunk-QYMQSECS.js} +3 -3
- package/chunks/{chunk-QYUE6W3T.js → chunk-RDJSGHZE.js} +1 -1
- package/chunks/{chunk-TLRYABYP.js → chunk-RKUWKYED.js} +1 -1
- package/chunks/{chunk-RNBYOUGV.js → chunk-RXFQM6FQ.js} +1 -1
- package/chunks/{chunk-QXPI7FEC.js → chunk-S3TWXGKA.js} +4 -4
- package/chunks/{chunk-BOBRZZKD.js → chunk-SCGXUJBT.js} +5 -5
- package/chunks/{chunk-44NROQYV.js → chunk-SJHDYNHF.js} +4 -4
- package/chunks/{chunk-MLZQVCF3.js → chunk-SZRN75WQ.js} +1 -1
- package/chunks/{chunk-7RYW5LQV.js → chunk-T2NCM2ET.js} +2 -2
- package/chunks/{chunk-Z2Z3GUXZ.js → chunk-TB6UDU4T.js} +1 -1
- package/chunks/{chunk-SUAKHHK7.js → chunk-TDEXZKMT.js} +3 -3
- package/chunks/{chunk-EXPMGZZV.js → chunk-TEGEBB2I.js} +1 -1
- package/chunks/{chunk-MX2YXRER.js → chunk-TJTKSVIV.js} +1 -1
- package/chunks/chunk-TO6QE22P.js +444 -0
- package/chunks/{chunk-H6BD2ELD.js → chunk-TYAMGABM.js} +2 -2
- package/chunks/chunk-U2NNEY4R.js +38 -0
- package/chunks/{chunk-VRDMOSQS.js → chunk-UDXSXLER.js} +2 -2
- package/chunks/{chunk-AHNJGLFV.js → chunk-UOZWKTQG.js} +3 -3
- package/chunks/{chunk-CJCKDMWO.js → chunk-URK542T4.js} +1 -1
- package/chunks/{chunk-AHNXYU4O.js → chunk-V6WHFGST.js} +1 -1
- package/chunks/{chunk-DCZWC4PF.js → chunk-VA4KQY6V.js} +5 -5
- package/chunks/{chunk-ZTQ26VBE.js → chunk-VDDGDZMA.js} +1 -1
- package/chunks/{chunk-OMX7CUOE.js → chunk-VGC4I5JJ.js} +1 -1
- package/chunks/{chunk-43W4YSO6.js → chunk-VJNBRRZG.js} +2 -2
- package/chunks/{chunk-J7RCB6N5.js → chunk-VTU57BWZ.js} +2 -2
- package/chunks/{chunk-LAXNEOBG.js → chunk-VWPVHAMO.js} +15 -3
- package/chunks/{chunk-VZ7HY3YU.js → chunk-W2UIXQDL.js} +3 -3
- package/chunks/{chunk-JZHIQJOE.js → chunk-W3JHSWRP.js} +6 -6
- package/chunks/{chunk-ER3BKOLB.js → chunk-W7FJ3N32.js} +1 -1
- package/chunks/{chunk-3HX5LZ6R.js → chunk-WBL3FJEU.js} +2 -2
- package/chunks/{chunk-BMFMJINR.js → chunk-WL4L7EZH.js} +1 -1
- package/chunks/{chunk-PMFULMLX.js → chunk-WQUQVGTF.js} +2057 -266
- package/chunks/chunk-X4NKFGFJ.js +81 -0
- package/chunks/{chunk-YHKAK72D.js → chunk-X6TJ3YZV.js} +102 -16
- package/chunks/{chunk-3RW4AZJV.js → chunk-XFSFZCM5.js} +1 -1
- package/chunks/{chunk-O7FIRWJV.js → chunk-XLA62MYB.js} +3 -3
- package/chunks/{chunk-2MPVVENX.js → chunk-XU457J4V.js} +2 -2
- package/chunks/{chunk-EEN2TKST.js → chunk-XUOOWUZS.js} +2 -2
- package/chunks/{chunk-SIUQ3YYX.js → chunk-XVNQMZ2I.js} +1 -1
- package/chunks/{chunk-SYCJMSIJ.js → chunk-XWRJCPHC.js} +1 -1
- package/chunks/{chunk-TI3BWD4D.js → chunk-XYQSMABS.js} +39 -19
- package/chunks/chunk-YAF2MQZ6.js +19 -0
- package/chunks/{chunk-O33TBKDC.js → chunk-YAUFFXDS.js} +154 -19
- package/chunks/{chunk-OACJLMLD.js → chunk-YLV3XXFB.js} +2 -2
- package/chunks/{chunk-BR4QREVK.js → chunk-YQ3U5MUC.js} +1 -1
- package/chunks/{chunk-Y6Z2O3WR.js → chunk-YUZI3WAC.js} +1 -1
- package/chunks/{chunk-II73RK2S.js → chunk-YVEDCAUE.js} +1 -1
- package/chunks/{chunk-SKAZWEV5.js → chunk-ZJE7NSL3.js} +1 -1
- package/chunks/{chunk-7LTB54MK.js → chunk-ZLXQN2QS.js} +2 -2
- package/chunks/cli-entry-path-4VJ3Y6T2.js +10 -0
- package/chunks/{computer-use-WMY3UOBX.js → computer-use-HM37RX6A.js} +50 -50
- package/chunks/config-utils-NV2SVGPB.js +23 -0
- package/chunks/contextCommand-OF5SFGH2.js +68 -0
- package/chunks/create-sub-session-INX7TXJI.js +207 -0
- package/chunks/create-sub-session-KPRT7ECJ.js +375 -0
- package/chunks/{cron-create-JSXEIPVS.js → cron-create-AMBKGZX6.js} +9 -9
- package/chunks/{cron-delete-OIFVEPGU.js → cron-delete-LRU4OJYG.js} +7 -7
- package/chunks/{cron-list-D4ZX4IOE.js → cron-list-WVP2JXER.js} +14 -10
- package/chunks/{daemon-WPAENEBW.js → daemon-ARHTSTXP.js} +478 -6
- package/chunks/daemon-status-provider-B2UTZUJ2.js +76 -0
- package/chunks/{de-ZFPPQVSF.js → de-EBJN3OVN.js} +64 -5
- package/chunks/{devtools-FM6GJPYG.js → devtools-4QFYJT6U.js} +3 -3
- package/chunks/{dist-Z34QPAQW.js → dist-PNVLTKTL.js} +374 -78
- package/chunks/{dist-63IS3ZMI.js → dist-PZV5RKM6.js} +4 -4
- package/chunks/{dist-BEXOZXLQ.js → dist-QYCAEZIT.js} +32 -15
- package/chunks/{dist-H2AEJCZ5.js → dist-R7LN5AZE.js} +5 -5
- package/chunks/{dist-E6UANPIM.js → dist-VHV4EVHG.js} +1011 -197
- package/chunks/{dist-O2IRTRPP.js → dist-WKPOYU7O.js} +10 -10
- package/chunks/{dist-SCFLLYMK.js → dist-XKU3ABM5.js} +12 -11
- package/chunks/earlyInputCapture-3VTHRC4C.js +69 -0
- package/chunks/{edit-OTYWAXGP.js → edit-VNI4NJ73.js} +51 -51
- package/chunks/{en-N4EPZAQI.js → en-5A6LA7RK.js} +74 -6
- package/chunks/{enter-worktree-HNYBDVCX.js → enter-worktree-IYYBKPZT.js} +50 -50
- package/chunks/{enterPlanMode-CJCNGT63.js → enterPlanMode-GMC5FD5A.js} +50 -50
- package/chunks/environment-5HSSRMJ7.js +88 -0
- package/chunks/errors-HMFCJJ7P.js +75 -0
- package/chunks/{exit-worktree-DUUKOE3X.js → exit-worktree-6BHCMP5G.js} +50 -50
- package/chunks/{exitPlanMode-AMMSXOAJ.js → exitPlanMode-CJW7G74W.js} +51 -51
- package/chunks/{fast-path-OV6NIP3K.js → fast-path-FRDMDVHG.js} +8 -8
- package/chunks/{fast-path-settings-7RIFI3PK.js → fast-path-settings-5QZE64HR.js} +6 -6
- package/chunks/{fileFromPath-IBEHA3CO.js → fileFromPath-UDALK7FM.js} +3 -3
- package/chunks/{fr-5WWMY53B.js → fr-YXRABLYZ.js} +64 -5
- package/chunks/{gemini-NQ3WWBKB.js → gemini-QYSEGHAX.js} +119 -111
- package/chunks/{geminiContentGenerator-CDUNEJQE.js → geminiContentGenerator-J7YNZDYP.js} +9 -9
- package/chunks/{getMachineId-bsd-4CASPIU4.js → getMachineId-bsd-EXV7SWPA.js} +3 -3
- package/chunks/{getMachineId-darwin-HPQPEMZR.js → getMachineId-darwin-IUOMFXU3.js} +3 -3
- package/chunks/{getMachineId-linux-AUARKYHL.js → getMachineId-linux-K7XJYFHL.js} +2 -2
- package/chunks/{getMachineId-unsupported-S32ZDA2T.js → getMachineId-unsupported-EA5FDRJ6.js} +2 -2
- package/chunks/{getMachineId-win-4EFLHYIJ.js → getMachineId-win-KBA6RAI5.js} +3 -3
- package/chunks/{glob-ROV3YS4R.js → glob-BRCSGFOT.js} +95 -74
- package/chunks/{grep-NRITKDCD.js → grep-EE2DUOSY.js} +50 -50
- package/chunks/handleAutoUpdate-5NWTLR67.js +69 -0
- package/chunks/i18n-BASPENNQ.js +84 -0
- package/chunks/initializer-UTQ7FB7G.js +71 -0
- package/chunks/installationInfo-W6V4DT7W.js +65 -0
- package/chunks/{ja-CUHZOLEJ.js → ja-7VQOANVG.js} +64 -5
- package/chunks/{keychain-token-storage-UJV5XP4Z.js → keychain-token-storage-VKUBNCP4.js} +4 -4
- package/chunks/{kittyProtocolDetector-OJRCJLIU.js → kittyProtocolDetector-HCNNKJTI.js} +2 -2
- package/chunks/list-DEICDL65.js +74 -0
- package/chunks/loadedSettingsAdapter-NOWEGDYJ.js +68 -0
- package/chunks/{loop-wakeup-OHWEMFP5.js → loop-wakeup-WX7BLWWP.js} +10 -10
- package/chunks/{lowlight-FYAAUU5J.js → lowlight-J2OZNPCA.js} +1 -1
- package/chunks/{ls-7MFU2QYW.js → ls-ZB2BDP6T.js} +6 -6
- package/chunks/{lsp-XHDTPTGV.js → lsp-V5DN4YUJ.js} +4 -4
- package/chunks/mcp-L5JXEEIA.js +68 -0
- package/chunks/{monitor-FL2ZO33W.js → monitor-X5Z3H4FY.js} +50 -50
- package/chunks/{multipart-parser-AJ4WASWR.js → multipart-parser-AWZKXSQN.js} +3 -3
- package/chunks/nonInteractiveCli-LS2K4X6A.js +124 -0
- package/chunks/{notebook-edit-6PULTHL5.js → notebook-edit-TRM2QIJK.js} +51 -51
- package/chunks/openaiContentGenerator-AAYONPMF.js +56 -0
- package/chunks/pidfile-D4I4FTVA.js +73 -0
- package/chunks/{pt-OLYN42DS.js → pt-2C6YCSHL.js} +64 -5
- package/chunks/{qwenContentGenerator-NX2E7PB7.js → qwenContentGenerator-K3HZ2H76.js} +52 -52
- package/chunks/{qwenOAuth2-ZV7YLMND.js → qwenOAuth2-PJQ27GSO.js} +9 -9
- package/chunks/read-file-7SZSIZOL.js +30 -0
- package/chunks/{read-mcp-resource-CNQHBSJM.js → read-mcp-resource-SM5DA4RG.js} +5 -5
- package/chunks/{read-package-up-ER5OJUGP.js → read-package-up-TCM6I7S2.js} +2 -2
- package/chunks/{record-artifact-SQ2OKRJW.js → record-artifact-4XKZX3UW.js} +4 -4
- package/chunks/ripGrep-YNPFVCZP.js +60 -0
- package/chunks/{ru-LDM3GWVQ.js → ru-6BBHVZZV.js} +64 -5
- package/chunks/{run-qwen-serve-JK2DL7PI.js → run-qwen-serve-DMWV5N6L.js} +395 -74
- package/chunks/runtime-57WWRVHN.js +94 -0
- package/chunks/{scheduler-O4IGVZKK.js → scheduler-YBLGWSIL.js} +51 -51
- package/chunks/{send-message-76GT3JMC.js → send-message-F36YD6KQ.js} +7 -7
- package/chunks/serve-R63NK3CV.js +74 -0
- package/chunks/{server-SGNPKX2O.js → server-Z22GCAXP.js} +3956 -869
- package/chunks/{session-5BNM25EZ.js → session-HKAAI7BN.js} +117 -112
- package/chunks/settings-3EYN66GK.js +118 -0
- package/chunks/shell-6YXINTWJ.js +68 -0
- package/chunks/{skill-I22QK5XS.js → skill-OO57P4X6.js} +24 -24
- package/chunks/spawnChannel-JD7G4VU6.js +70 -0
- package/chunks/{src-BBQSM46M.js → src-G5UPLZSZ.js} +122 -52
- package/chunks/{src-7XL4G4DC.js → src-VLI3TKEY.js} +4 -4
- package/chunks/standalone-update-OB7F4JPZ.js +79 -0
- package/chunks/{startInteractiveUI-JII36UGN.js → startInteractiveUI-73EGLIIH.js} +1775 -1663
- package/chunks/stdioHelpers-UMY72QRP.js +14 -0
- package/chunks/{syntheticOutput-F7LSDCAR.js → syntheticOutput-34H7LGA7.js} +5 -5
- package/chunks/task-create-FRGOEIKY.js +22 -0
- package/chunks/{task-list-TGGJX7EA.js → task-list-OW766BXZ.js} +10 -10
- package/chunks/{task-stop-W7NGTMYQ.js → task-stop-SIR5SNBN.js} +4 -4
- package/chunks/{task-update-XYWMHJGJ.js → task-update-YRA532MT.js} +12 -12
- package/chunks/{team-create-A7NUU5AQ.js → team-create-PECAAPXK.js} +50 -50
- package/chunks/{team-delete-UHQQ2QQX.js → team-delete-6OSECUZC.js} +10 -10
- package/chunks/{team-plan-approval-TOQRJ2KI.js → team-plan-approval-L6F434RY.js} +50 -50
- package/chunks/theme-manager-ZG4RY6GU.js +64 -0
- package/chunks/{todoWrite-C4ZAMSR3.js → todoWrite-YDMFEV4G.js} +6 -6
- package/chunks/{tool-search-SZ4EFS2T.js → tool-search-THVIWAPB.js} +24 -24
- package/chunks/total-session-admission-JOKNRIIA.js +72 -0
- package/chunks/trustedFolders-EOGT3UVS.js +79 -0
- package/chunks/{types-QX5C3CHJ.js → types-JNKGKUJT.js} +2 -2
- package/chunks/updateCheck-2KYEYVSB.js +69 -0
- package/chunks/updateEventEmitter-5MKC7BLQ.js +10 -0
- package/chunks/validateNonInterActiveAuth-EN6ZQSR2.js +190 -0
- package/chunks/{version-NO2XSNNP.js → version-3UEA6ZIR.js} +3 -3
- package/chunks/{web-fetch-UYGMOHW4.js → web-fetch-PAAEQKBW.js} +8 -8
- package/chunks/{workflow-WO2H6NRI.js → workflow-QCCCMYP3.js} +51 -51
- package/chunks/workspace-providers-status-4KMGETOJ.js +71 -0
- package/chunks/workspace-registry-24QFLQYH.js +76 -0
- package/chunks/workspace-service-RVLBMSMZ.js +80 -0
- package/chunks/workspace-skills-status-DS4ZVFTO.js +70 -0
- package/chunks/{write-file-PX2Z7IBE.js → write-file-I3MUDRIE.js} +51 -51
- package/chunks/{yargs-B64EYTCF.js → yargs-6H2AUULL.js} +2 -2
- package/chunks/{zh-J4F6QWQV.js → zh-RQE7I22T.js} +74 -6
- package/chunks/{zh-TW-XVDWOLSW.js → zh-TW-TBPQGHKH.js} +74 -6
- package/cli.js +18 -17
- package/locales/ca.js +85 -7
- package/locales/de.js +84 -7
- package/locales/en.js +101 -7
- package/locales/fr.js +85 -7
- package/locales/ja.js +86 -6
- package/locales/pt.js +84 -7
- package/locales/ru.js +84 -7
- package/locales/zh-TW.js +97 -6
- package/locales/zh.js +97 -6
- package/package.json +3 -6
- package/web-shell/assets/{arc-BWyoJpY2.js → arc-C15hqnJe.js} +1 -1
- package/web-shell/assets/{architectureDiagram-3BPJPVTR-BT0mGrz2.js → architectureDiagram-3BPJPVTR-B-At37J_.js} +1 -1
- package/web-shell/assets/{blockDiagram-GPEHLZMM-BLgUWvyf.js → blockDiagram-GPEHLZMM-B51wjcU7.js} +1 -1
- package/web-shell/assets/{c4Diagram-AAUBKEIU-DYx9M7oU.js → c4Diagram-AAUBKEIU-xBK7BAwN.js} +1 -1
- package/web-shell/assets/channel-CLiQD50f.js +1 -0
- package/web-shell/assets/{chunk-2J33WTMH-CfMHWbuZ.js → chunk-2J33WTMH-xKmLg7Yr.js} +1 -1
- package/web-shell/assets/{chunk-4BX2VUAB-B1URoqEV.js → chunk-4BX2VUAB-BfkdKZCM.js} +1 -1
- package/web-shell/assets/{chunk-55IACEB6-DAIaM4QF.js → chunk-55IACEB6-DT713sZf.js} +1 -1
- package/web-shell/assets/{chunk-727SXJPM-B2X34knw.js → chunk-727SXJPM-CYEeAamv.js} +1 -1
- package/web-shell/assets/{chunk-AQP2D5EJ-Cif-zLTQ.js → chunk-AQP2D5EJ-DBN-5CFd.js} +1 -1
- package/web-shell/assets/{chunk-FMBD7UC4-H18WCXdY.js → chunk-FMBD7UC4-CGZKk4PH.js} +1 -1
- package/web-shell/assets/{chunk-ND2GUHAM-YFtetHi0.js → chunk-ND2GUHAM-qQbC2O-y.js} +1 -1
- package/web-shell/assets/{chunk-QZHKN3VN-By2hiH3r.js → chunk-QZHKN3VN-B3zeXwsX.js} +1 -1
- package/web-shell/assets/classDiagram-4FO5ZUOK-D3sYqow5.js +1 -0
- package/web-shell/assets/classDiagram-v2-Q7XG4LA2-D3sYqow5.js +1 -0
- package/web-shell/assets/{cose-bilkent-S5V4N54A-VrcnnLZu.js → cose-bilkent-S5V4N54A-BKsl1Wvy.js} +1 -1
- package/web-shell/assets/{dagre-BM42HDAG-CGo-IaVV.js → dagre-BM42HDAG-CuuuLiBK.js} +1 -1
- package/web-shell/assets/{diagram-2AECGRRQ-Dl4QjzIB.js → diagram-2AECGRRQ-CG4_eKiV.js} +1 -1
- package/web-shell/assets/{diagram-5GNKFQAL-qMLmsO0u.js → diagram-5GNKFQAL-DSFTmZB1.js} +1 -1
- package/web-shell/assets/{diagram-KO2AKTUF-CHlmuxPI.js → diagram-KO2AKTUF-BxwlEHn8.js} +1 -1
- package/web-shell/assets/{diagram-LMA3HP47-BUwU3GwT.js → diagram-LMA3HP47-BUAg-jMG.js} +1 -1
- package/web-shell/assets/{diagram-OG6HWLK6-HEhwPDUM.js → diagram-OG6HWLK6-BFM2jlO5.js} +1 -1
- package/web-shell/assets/{erDiagram-TEJ5UH35-1n0llBmM.js → erDiagram-TEJ5UH35-CerbFPa2.js} +1 -1
- package/web-shell/assets/{flowDiagram-I6XJVG4X-BN74uMnt.js → flowDiagram-I6XJVG4X-BNeZz5Zz.js} +1 -1
- package/web-shell/assets/{ganttDiagram-6RSMTGT7-BoOq78i3.js → ganttDiagram-6RSMTGT7-CTOogLaM.js} +1 -1
- package/web-shell/assets/{gitGraphDiagram-PVQCEYII-CN8b00c8.js → gitGraphDiagram-PVQCEYII-yxSFkXPj.js} +1 -1
- package/web-shell/assets/index-D5IWFVk1.css +5 -0
- package/web-shell/assets/index-KFJRDhX7.js +783 -0
- package/web-shell/assets/{infoDiagram-5YYISTIA-CCurnIna.js → infoDiagram-5YYISTIA-DYdAUevm.js} +1 -1
- package/web-shell/assets/{ishikawaDiagram-YF4QCWOH-AwuRqdUP.js → ishikawaDiagram-YF4QCWOH-CNuijZ90.js} +1 -1
- package/web-shell/assets/{journeyDiagram-JHISSGLW-B7IICk-E.js → journeyDiagram-JHISSGLW-BTyiuonf.js} +1 -1
- package/web-shell/assets/{kanban-definition-UN3LZRKU-BYF0OKhx.js → kanban-definition-UN3LZRKU-DPJo0Uow.js} +1 -1
- package/web-shell/assets/{linear-GWWguGfD.js → linear-C8wKCbIC.js} +1 -1
- package/web-shell/assets/{mermaid.core-JqtkxvCl.js → mermaid.core-BV5o7nW5.js} +5 -5
- package/web-shell/assets/{mindmap-definition-RKZ34NQL-B0MmHsZ6.js → mindmap-definition-RKZ34NQL-BtLcBmSt.js} +1 -1
- package/web-shell/assets/{pieDiagram-4H26LBE5-DhImUZLQ.js → pieDiagram-4H26LBE5-C22J7A9Q.js} +1 -1
- package/web-shell/assets/{quadrantDiagram-W4KKPZXB-DGeSC3DT.js → quadrantDiagram-W4KKPZXB-DSL10wiL.js} +1 -1
- package/web-shell/assets/{requirementDiagram-4Y6WPE33-DkspY6Re.js → requirementDiagram-4Y6WPE33-feqh0UpX.js} +1 -1
- package/web-shell/assets/{sankeyDiagram-5OEKKPKP-CaOofS2x.js → sankeyDiagram-5OEKKPKP-Z4OVaWaZ.js} +1 -1
- package/web-shell/assets/{sequenceDiagram-3UESZ5HK-DFQ_kFnN.js → sequenceDiagram-3UESZ5HK-DIluIcb1.js} +1 -1
- package/web-shell/assets/{stateDiagram-AJRCARHV-D3snw0Tz.js → stateDiagram-AJRCARHV-hlhnuoYH.js} +1 -1
- package/web-shell/assets/stateDiagram-v2-BHNVJYJU-BhQMwgpl.js +1 -0
- package/web-shell/assets/{timeline-definition-PNZ67QCA-l4zH8nLM.js → timeline-definition-PNZ67QCA-Dqf_CqgL.js} +1 -1
- package/web-shell/assets/{vennDiagram-CIIHVFJN-BnRlA98M.js → vennDiagram-CIIHVFJN-DD2QhaTX.js} +1 -1
- package/web-shell/assets/{wardley-L42UT6IY-BS0xUdmd.js → wardley-L42UT6IY-B2uI85U_.js} +1 -1
- package/web-shell/assets/{wardleyDiagram-YWT4CUSO-DKGBUWyQ.js → wardleyDiagram-YWT4CUSO-U1aJX71g.js} +1 -1
- package/web-shell/assets/{xychartDiagram-2RQKCTM6-DVb2HuOB.js → xychartDiagram-2RQKCTM6-C0ODHUee.js} +1 -1
- package/web-shell/index.html +16 -4
- package/chunks/MaxSizedBox-5DT2SD7B.js +0 -71
- package/chunks/agent-H2DGKS77.js +0 -68
- package/chunks/agent-headless-KFMFIT6J.js +0 -62
- package/chunks/bridge-NA3ZQQKJ.js +0 -78
- package/chunks/chunk-6SHO7WFF.js +0 -79
- package/chunks/chunk-IFEWJXFS.js +0 -37
- package/chunks/chunk-S6RLAIUR.js +0 -23
- package/chunks/chunk-XNXVCNAT.js +0 -88
- package/chunks/contextCommand-LXFZRP4L.js +0 -68
- package/chunks/daemon-status-provider-GJRXY5EN.js +0 -76
- package/chunks/earlyInputCapture-KNOYZ4MJ.js +0 -69
- package/chunks/environment-ATFTYMLZ.js +0 -88
- package/chunks/errors-A54HAADA.js +0 -75
- package/chunks/handleAutoUpdate-CEZJAARW.js +0 -65
- package/chunks/initializer-BRFJKRRX.js +0 -71
- package/chunks/list-KVHF7O4X.js +0 -73
- package/chunks/loadedSettingsAdapter-LL5PSFKX.js +0 -68
- package/chunks/mcp-3GCXRTOQ.js +0 -68
- package/chunks/nonInteractiveCli-PTQI3DV6.js +0 -119
- package/chunks/openaiContentGenerator-YE42PKCY.js +0 -56
- package/chunks/pidfile-NZYSCFRK.js +0 -73
- package/chunks/read-file-33XGP5HF.js +0 -30
- package/chunks/ripGrep-QWZLGTAN.js +0 -60
- package/chunks/serve-JTMIGANH.js +0 -74
- package/chunks/settings-3MI4XXP6.js +0 -118
- package/chunks/shell-YJKBE67T.js +0 -68
- package/chunks/spawnChannel-UNV6W4DU.js +0 -70
- package/chunks/task-create-WCHTB435.js +0 -22
- package/chunks/theme-manager-WZ4RRMMB.js +0 -64
- package/chunks/total-session-admission-ULXJWXFV.js +0 -72
- package/chunks/trustedFolders-LAZZPZ3D.js +0 -79
- package/chunks/updateCheck-KONLM73X.js +0 -65
- package/chunks/validateNonInterActiveAuth-MPKSRCXD.js +0 -184
- package/chunks/workspace-providers-status-3W7E7DFW.js +0 -71
- package/chunks/workspace-registry-SXJZNN3O.js +0 -74
- package/chunks/workspace-service-CZRQZ4Q4.js +0 -80
- package/chunks/workspace-skills-status-K7WFREPD.js +0 -70
- package/node_modules/@qwen-code/audio-capture/dist/index.d.ts +0 -35
- package/node_modules/@qwen-code/audio-capture/dist/index.js +0 -48
- package/node_modules/@qwen-code/audio-capture/dist/index.js.map +0 -1
- package/node_modules/@qwen-code/audio-capture/dist/platform.d.ts +0 -7
- package/node_modules/@qwen-code/audio-capture/dist/platform.js +0 -18
- package/node_modules/@qwen-code/audio-capture/dist/platform.js.map +0 -1
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/LICENSE +0 -21
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/README.md +0 -58
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/SECURITY.md +0 -5
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/bin.js +0 -84
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/build-test.js +0 -19
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/index.js +0 -6
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/node-gyp-build.js +0 -207
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/optional.js +0 -7
- package/node_modules/@qwen-code/audio-capture/node_modules/node-gyp-build/package.json +0 -43
- package/node_modules/@qwen-code/audio-capture/package.json +0 -30
- 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/linux-arm64/@qwen-code+audio-capture.node +0 -0
- package/node_modules/@qwen-code/audio-capture/prebuilds/linux-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/web-shell/assets/channel-wmPUGHtg.js +0 -1
- package/web-shell/assets/classDiagram-4FO5ZUOK-BA2ljEjW.js +0 -1
- package/web-shell/assets/classDiagram-v2-Q7XG4LA2-BA2ljEjW.js +0 -1
- package/web-shell/assets/index-CNwoO1Cn.js +0 -783
- package/web-shell/assets/index-CWQ0z6kZ.css +0 -5
- package/web-shell/assets/stateDiagram-v2-BHNVJYJU-BbSm_9d0.js +0 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
import {
|
|
4
4
|
init_esbuild_shims
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5O2XNYP6.js";
|
|
6
6
|
import "./chunk-J2S4EL5Y.js";
|
|
7
7
|
|
|
8
8
|
// packages/cli/src/i18n/locales/zh-TW.js
|
|
@@ -164,6 +164,7 @@ var zh_TW_default = {
|
|
|
164
164
|
"toolDisplayName.CronList": "\u5B9A\u6642\u4EFB\u52D9\u6E05\u55AE",
|
|
165
165
|
"toolDisplayName.CronDelete": "\u522A\u9664\u5B9A\u6642\u4EFB\u52D9",
|
|
166
166
|
"toolDisplayName.LoopWakeup": "\u5FAA\u74B0\u559A\u9192",
|
|
167
|
+
"toolDisplayName.CreateSubSession": "\u5EFA\u7ACB\u5B50\u6703\u8A71",
|
|
167
168
|
"toolDisplayName.TaskCreate": "\u5EFA\u7ACB\u4EFB\u52D9",
|
|
168
169
|
"toolDisplayName.TaskUpdate": "\u66F4\u65B0\u4EFB\u52D9",
|
|
169
170
|
"toolDisplayName.TaskList": "\u4EFB\u52D9\u5217\u8868",
|
|
@@ -221,7 +222,7 @@ var zh_TW_default = {
|
|
|
221
222
|
"to search history": "\u641C\u7D22\u6B77\u53F2",
|
|
222
223
|
"to paste images": "\u7C98\u8CBC\u5716\u7247",
|
|
223
224
|
"for external editor": "\u5916\u90E8\u7DE8\u8F2F\u5668",
|
|
224
|
-
"to
|
|
225
|
+
"to view transcript": "\u6AA2\u8996\u5B8C\u6574\u8A18\u9304",
|
|
225
226
|
"Jump through words in the input": "\u5728\u8F38\u5165\u4E2D\u6309\u55AE\u8A5E\u8DF3\u8F49",
|
|
226
227
|
"Close dialogs, cancel requests, or quit application": "\u95DC\u9589\u5C0D\u8A71\u6846\u3001\u53D6\u6D88\u8ACB\u6C42\u6216\u9000\u51FA\u61C9\u7528\u7A0B\u5E8F",
|
|
227
228
|
"New line": "\u63DB\u884C",
|
|
@@ -364,6 +365,42 @@ var zh_TW_default = {
|
|
|
364
365
|
"Delete {{name}}": "\u522A\u9664 {{name}}",
|
|
365
366
|
"Unknown Step": "\u672A\u77E5\u6B65\u9A5F",
|
|
366
367
|
"Esc to close": "\u6309 Esc \u95DC\u9589",
|
|
368
|
+
Transcript: "\u5B8C\u6574\u8A18\u9304",
|
|
369
|
+
"to close": "\u95DC\u9589",
|
|
370
|
+
"to scroll": "\u6372\u52D5",
|
|
371
|
+
"Failed to render transcript.": "\u7121\u6CD5\u5448\u73FE\u5B8C\u6574\u8A18\u9304\u3002",
|
|
372
|
+
"Read {{count}} file": "\u8B80\u53D6\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
373
|
+
"Read {{count}} files": "\u8B80\u53D6\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
374
|
+
"Reading {{count}} file": "\u6B63\u5728\u8B80\u53D6 {{count}} \u500B\u6A94\u6848",
|
|
375
|
+
"Reading {{count}} files": "\u6B63\u5728\u8B80\u53D6 {{count}} \u500B\u6A94\u6848",
|
|
376
|
+
"Edited {{count}} file": "\u7DE8\u8F2F\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
377
|
+
"Edited {{count}} files": "\u7DE8\u8F2F\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
378
|
+
"Editing {{count}} file": "\u6B63\u5728\u7DE8\u8F2F {{count}} \u500B\u6A94\u6848",
|
|
379
|
+
"Editing {{count}} files": "\u6B63\u5728\u7DE8\u8F2F {{count}} \u500B\u6A94\u6848",
|
|
380
|
+
"Wrote {{count}} file": "\u5BEB\u5165\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
381
|
+
"Wrote {{count}} files": "\u5BEB\u5165\u4E86 {{count}} \u500B\u6A94\u6848",
|
|
382
|
+
"Writing {{count}} file": "\u6B63\u5728\u5BEB\u5165 {{count}} \u500B\u6A94\u6848",
|
|
383
|
+
"Writing {{count}} files": "\u6B63\u5728\u5BEB\u5165 {{count}} \u500B\u6A94\u6848",
|
|
384
|
+
"Searched {{count}} pattern": "\u641C\u5C0B\u4E86 {{count}} \u500B\u6A21\u5F0F",
|
|
385
|
+
"Searched {{count}} patterns": "\u641C\u5C0B\u4E86 {{count}} \u500B\u6A21\u5F0F",
|
|
386
|
+
"Searching {{count}} pattern": "\u6B63\u5728\u641C\u5C0B {{count}} \u500B\u6A21\u5F0F",
|
|
387
|
+
"Searching {{count}} patterns": "\u6B63\u5728\u641C\u5C0B {{count}} \u500B\u6A21\u5F0F",
|
|
388
|
+
"Listed {{count}} directory": "\u5217\u51FA\u4E86 {{count}} \u500B\u76EE\u9304",
|
|
389
|
+
"Listed {{count}} directories": "\u5217\u51FA\u4E86 {{count}} \u500B\u76EE\u9304",
|
|
390
|
+
"Listing {{count}} directory": "\u6B63\u5728\u5217\u51FA {{count}} \u500B\u76EE\u9304",
|
|
391
|
+
"Listing {{count}} directories": "\u6B63\u5728\u5217\u51FA {{count}} \u500B\u76EE\u9304",
|
|
392
|
+
"Ran {{count}} command": "\u57F7\u884C\u4E86 {{count}} \u500B\u547D\u4EE4",
|
|
393
|
+
"Ran {{count}} commands": "\u57F7\u884C\u4E86 {{count}} \u500B\u547D\u4EE4",
|
|
394
|
+
"Running {{count}} command": "\u6B63\u5728\u57F7\u884C {{count}} \u500B\u547D\u4EE4",
|
|
395
|
+
"Running {{count}} commands": "\u6B63\u5728\u57F7\u884C {{count}} \u500B\u547D\u4EE4",
|
|
396
|
+
"Ran {{count}} agent": "\u57F7\u884C\u4E86 {{count}} \u500B\u4EE3\u7406",
|
|
397
|
+
"Ran {{count}} agents": "\u57F7\u884C\u4E86 {{count}} \u500B\u4EE3\u7406",
|
|
398
|
+
"Running {{count}} agent": "\u6B63\u5728\u57F7\u884C {{count}} \u500B\u4EE3\u7406",
|
|
399
|
+
"Running {{count}} agents": "\u6B63\u5728\u57F7\u884C {{count}} \u500B\u4EE3\u7406",
|
|
400
|
+
"Used {{count}} tool": "\u4F7F\u7528\u4E86 {{count}} \u500B\u5DE5\u5177",
|
|
401
|
+
"Used {{count}} tools": "\u4F7F\u7528\u4E86 {{count}} \u500B\u5DE5\u5177",
|
|
402
|
+
"Using {{count}} tool": "\u6B63\u5728\u4F7F\u7528 {{count}} \u500B\u5DE5\u5177",
|
|
403
|
+
"Using {{count}} tools": "\u6B63\u5728\u4F7F\u7528 {{count}} \u500B\u5DE5\u5177",
|
|
367
404
|
"Enter to select, \u2191\u2193 to navigate, Esc to close": "Enter \u9078\u64C7\uFF0C\u2191\u2193 \u5C0E\u822A\uFF0CEsc \u95DC\u9589",
|
|
368
405
|
"Esc to go back": "\u6309 Esc \u8FD4\u56DE",
|
|
369
406
|
"Enter to confirm, Esc to cancel": "Enter \u78BA\u8A8D\uFF0CEsc \u53D6\u6D88",
|
|
@@ -1274,7 +1311,6 @@ var zh_TW_default = {
|
|
|
1274
1311
|
"You can switch permission mode quickly with Shift+Tab or /approval-mode.": "\u6309 Shift+Tab \u6216\u8F38\u5165 /approval-mode \u53EF\u5FEB\u901F\u5207\u63DB\u6B0A\u9650\u6A21\u5F0F\u3002",
|
|
1275
1312
|
"You can switch permission mode quickly with Tab or /approval-mode.": "\u6309 Tab \u6216\u8F38\u5165 /approval-mode \u53EF\u5FEB\u901F\u5207\u63DB\u6B0A\u9650\u6A21\u5F0F\u3002",
|
|
1276
1313
|
"Try /insight to generate personalized insights from your chat history.": "\u8A66\u8A66 /insight\uFF0C\u5F9E\u804A\u5929\u8A18\u9304\u4E2D\u751F\u6210\u500B\u6027\u5316\u6D1E\u5BDF\u3002",
|
|
1277
|
-
"Press Ctrl+O to toggle compact mode \u2014 hide tool output and thinking for a cleaner view.": "\u6309 Ctrl+O \u5207\u63DB\u7DCA\u6E4A\u6A21\u5F0F \u2500\u2500 \u96B1\u85CF\u5DE5\u5177\u8F38\u51FA\u548C\u601D\u8003\u904E\u7A0B\uFF0C\u754C\u9762\u66F4\u7C21\u6F54\u3002",
|
|
1278
1314
|
"Add a QWEN.md file to give Qwen Code persistent project context.": "\u6DFB\u52A0 QWEN.md \u6A94\u6848\uFF0C\u70BA Qwen Code \u63D0\u4F9B\u6301\u4E45\u7684\u9805\u76EE\u4E0A\u4E0B\u6587\u3002",
|
|
1279
1315
|
"Use /btw to ask a quick side question without disrupting the conversation.": "\u7528 /btw \u5FEB\u901F\u554F\u4E00\u500B\u5C0F\u554F\u984C\uFF0C\u4E0D\u6703\u6253\u65B7\u7576\u524D\u5C0D\u8A71\u3002",
|
|
1280
1316
|
"Context is almost full! Run /compress now or start /new to continue.": "\u4E0A\u4E0B\u6587\u5373\u5C07\u7528\u6EFF\uFF01\u8ACB\u7ACB\u5373\u57F7\u884C /compress \u6216\u4F7F\u7528 /new \u958B\u555F\u65B0\u6703\u8A71\u3002",
|
|
@@ -1505,8 +1541,6 @@ var zh_TW_default = {
|
|
|
1505
1541
|
"Select an option:": "\u8ACB\u9078\u64C7\uFF1A",
|
|
1506
1542
|
"Raw mode not available. Please run in an interactive terminal.": "\u539F\u59CB\u6A21\u5F0F\u4E0D\u53EF\u7528\u3002\u8ACB\u5728\u4EA4\u4E92\u5F0F\u7D42\u7AEF\u4E2D\u904B\u884C\u3002",
|
|
1507
1543
|
"(Use \u2191 \u2193 arrows to navigate, Enter to select, Ctrl+C to exit)\n": "(\u4F7F\u7528 \u2191 \u2193 \u7BAD\u982D\u5C0E\u822A\uFF0CEnter \u9078\u64C7\uFF0CCtrl+C \u9000\u51FA)\n",
|
|
1508
|
-
"Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).": "\u7DCA\u6E4A\u6A21\u5F0F\u4E0B\u96B1\u85CF\u5DE5\u5177\u8F38\u51FA\u548C\u601D\u8003\u904E\u7A0B\uFF0C\u754C\u9762\u66F4\u7C21\u6F54\uFF08Ctrl+O \u5207\u63DB\uFF09\u3002",
|
|
1509
|
-
"Press Ctrl+O to show full tool output": "\u6309 Ctrl+O \u67E5\u770B\u8A73\u7D30\u5DE5\u5177\u8ABF\u7528\u7D50\u679C",
|
|
1510
1544
|
"Switch to plan mode or exit plan mode": "\u5207\u63DB\u5230\u8A08\u5283\u6A21\u5F0F\u6216\u9000\u51FA\u8A08\u5283\u6A21\u5F0F",
|
|
1511
1545
|
"Set how hard reasoning-capable models think ({{tiers}}); mapped and clamped per provider.": "\u8A2D\u5B9A\u5177\u5099\u63A8\u7406\u80FD\u529B\u7684\u6A21\u578B\u601D\u8003\u7684\u5F37\u5EA6\uFF08{{tiers}}\uFF09\uFF1B\u4F9D\u5404\u4F9B\u61C9\u5546\u9032\u884C\u6620\u5C04\u8207\u9257\u5236\u3002",
|
|
1512
1546
|
"Set a goal \u2014 keep working until the condition is met": "\u8A2D\u5B9A\u76EE\u6A19 \u2014 \u6301\u7E8C\u5DE5\u4F5C\u76F4\u5230\u689D\u4EF6\u6EFF\u8DB3",
|
|
@@ -1671,6 +1705,33 @@ var zh_TW_default = {
|
|
|
1671
1705
|
" (not in model registry)": "\uFF08\u4E0D\u5728\u6A21\u578B\u8A3B\u518A\u8868\u4E2D\uFF09",
|
|
1672
1706
|
"start server": "\u555F\u52D5\u4F3A\u670D\u5668",
|
|
1673
1707
|
"No compression needed.": "\u7121\u9700\u58D3\u7E2E\u3002",
|
|
1708
|
+
// Update command
|
|
1709
|
+
"Check for Qwen Code updates and install if available": "\u6AA2\u67E5 Qwen Code \u66F4\u65B0\u4E26\u5B89\u88DD\uFF08\u5982\u679C\u53EF\u7528\uFF09",
|
|
1710
|
+
"Qwen Code update available! {{current}} \u2192 {{latest}}": "Qwen Code \u6709\u53EF\u7528\u66F4\u65B0\uFF01{{current}} \u2192 {{latest}}",
|
|
1711
|
+
"A new version of Qwen Code is available! {{current}} \u2192 {{latest}}": "Qwen Code \u6709\u65B0\u7248\u672C\u53EF\u7528\uFF01{{current}} \u2192 {{latest}}",
|
|
1712
|
+
"Qwen Code {{version}} is up to date!": "Qwen Code {{version}} \u5DF2\u662F\u6700\u65B0\uFF01",
|
|
1713
|
+
"Failed to check for updates. Please check your network or registry configuration.": "\u6AA2\u67E5\u66F4\u65B0\u5931\u6557\u3002\u8ACB\u6AA2\u67E5\u7DB2\u8DEF\u6216 registry \u8A2D\u5B9A\u3002",
|
|
1714
|
+
"Unable to check for updates: {{reason}}": "\u7121\u6CD5\u6AA2\u67E5\u66F4\u65B0\uFF1A{{reason}}",
|
|
1715
|
+
"Update successful! The new version will be used on your next run.": "\u66F4\u65B0\u6210\u529F\uFF01\u65B0\u7248\u672C\u5C07\u5728\u4E0B\u6B21\u57F7\u884C\u6642\u751F\u6548\u3002",
|
|
1716
|
+
"Update downloaded. It will be applied after you exit this session.": "\u66F4\u65B0\u5DF2\u4E0B\u8F09\u3002\u5C07\u5728\u7D50\u675F\u76EE\u524D\u5DE5\u4F5C\u968E\u6BB5\u5F8C\u5957\u7528\u3002",
|
|
1717
|
+
"Update failed: {{error}}": "\u66F4\u65B0\u5931\u6557\uFF1A{{error}}",
|
|
1718
|
+
"Downloading update...": "\u6B63\u5728\u4E0B\u8F09\u66F4\u65B0...",
|
|
1719
|
+
"Update successful! Please restart Qwen Code to use the new version. Switching model providers before restarting may not work correctly.": "\u66F4\u65B0\u6210\u529F\uFF01\u8ACB\u91CD\u65B0\u555F\u52D5 Qwen Code \u4EE5\u4F7F\u7528\u65B0\u7248\u672C\u3002\u91CD\u65B0\u555F\u52D5\u524D\u5207\u63DB\u6A21\u578B\u63D0\u4F9B\u5546\u53EF\u80FD\u7121\u6CD5\u6B63\u5E38\u904B\u4F5C\u3002",
|
|
1720
|
+
"Automatic update failed. Please try updating manually.": "\u81EA\u52D5\u66F4\u65B0\u5931\u6557\u3002\u8ACB\u5617\u8A66\u624B\u52D5\u66F4\u65B0\u3002",
|
|
1721
|
+
"Automatic update failed: {{error}}. Re-run the installer to update manually.": "\u81EA\u52D5\u66F4\u65B0\u5931\u6557\uFF1A{{error}}\u3002\u8ACB\u91CD\u65B0\u57F7\u884C\u5B89\u88DD\u7A0B\u5F0F\u4EE5\u624B\u52D5\u66F4\u65B0\u3002",
|
|
1722
|
+
'Running from a local git clone. Please update with "git pull".': '\u6B63\u5728\u5F9E\u672C\u6A5F Git \u8907\u88FD\u57F7\u884C\u3002\u8ACB\u4F7F\u7528 "git pull" \u66F4\u65B0\u3002',
|
|
1723
|
+
"Running via npx, update not applicable.": "\u6B63\u5728\u900F\u904E npx \u57F7\u884C\uFF0C\u66F4\u65B0\u4E0D\u9069\u7528\u3002",
|
|
1724
|
+
"Running via pnpx, update not applicable.": "\u6B63\u5728\u900F\u904E pnpx \u57F7\u884C\uFF0C\u66F4\u65B0\u4E0D\u9069\u7528\u3002",
|
|
1725
|
+
"Running via bunx, update not applicable.": "\u6B63\u5728\u900F\u904E bunx \u57F7\u884C\uFF0C\u66F4\u65B0\u4E0D\u9069\u7528\u3002",
|
|
1726
|
+
'Installed via Homebrew. Please update with "brew upgrade".': '\u900F\u904E Homebrew \u5B89\u88DD\u3002\u8ACB\u4F7F\u7528 "brew upgrade" \u66F4\u65B0\u3002',
|
|
1727
|
+
"Locally installed. Please update via your project's package.json.": "\u672C\u6A5F\u5B89\u88DD\u3002\u8ACB\u900F\u904E\u5C08\u6848\u7684 package.json \u66F4\u65B0\u3002",
|
|
1728
|
+
"Update requires sudo. Please run:": "\u66F4\u65B0\u9700\u8981 sudo\u3002\u8ACB\u57F7\u884C\uFF1A",
|
|
1729
|
+
"Standalone install detected. Attempting to automatically update now...": "\u5075\u6E2C\u5230\u7368\u7ACB\u5B89\u88DD\u3002\u6B63\u5728\u5617\u8A66\u81EA\u52D5\u66F4\u65B0...",
|
|
1730
|
+
"Standalone install detected. Please rerun the standalone installer to update:": "\u5075\u6E2C\u5230\u7368\u7ACB\u5B89\u88DD\u3002\u8ACB\u91CD\u65B0\u57F7\u884C\u7368\u7ACB\u5B89\u88DD\u7A0B\u5F0F\u4EE5\u66F4\u65B0\uFF1A",
|
|
1731
|
+
"Run the following to update:": "\u57F7\u884C\u4EE5\u4E0B\u547D\u4EE4\u9032\u884C\u66F4\u65B0\uFF1A",
|
|
1732
|
+
"Unable to auto-update this standalone installation. Please reinstall from:": "\u7121\u6CD5\u81EA\u52D5\u66F4\u65B0\u6B64\u7368\u7ACB\u5B89\u88DD\u3002\u8ACB\u5F9E\u4EE5\u4E0B\u4F4D\u5740\u91CD\u65B0\u5B89\u88DD\uFF1A",
|
|
1733
|
+
"Manual update required. Please reinstall Qwen Code.": "\u9700\u8981\u624B\u52D5\u66F4\u65B0\u3002\u8ACB\u91CD\u65B0\u5B89\u88DD Qwen Code\u3002",
|
|
1734
|
+
"\u26A0\uFE0F History gap: earlier conversation was lost before this point (storage interruption) and could not be recovered.": "\u26A0\uFE0F \u6B77\u53F2\u8A18\u9304\u7F3A\u53E3\uFF1A\u6B64\u8655\u4E4B\u524D\u7684\u6703\u8A71\u8A18\u9304\u5DF2\u907A\u5931\uFF08\u5132\u5B58\u4E2D\u65B7\uFF09\uFF0C\u4E14\u7121\u6CD5\u627E\u56DE\u3002",
|
|
1674
1735
|
// ============================================================================
|
|
1675
1736
|
// reload-plugins 命令
|
|
1676
1737
|
// ============================================================================
|
|
@@ -1695,7 +1756,14 @@ var zh_TW_default = {
|
|
|
1695
1756
|
"Extensions changed on disk. Run /reload-plugins to apply updates.": "\u78C1\u789F\u4E0A\u7684\u64F4\u5145\u5DF2\u8B8A\u66F4\u3002\u57F7\u884C /reload-plugins \u4F86\u5957\u7528\u66F4\u65B0\u3002",
|
|
1696
1757
|
"Failed to refresh extension content: {{message}}. Run /reload-plugins to apply updates.": "\u64F4\u5145\u5167\u5BB9\u91CD\u65B0\u6574\u7406\u5931\u6557\uFF1A{{message}}\u3002\u57F7\u884C /reload-plugins \u4F86\u5957\u7528\u66F4\u65B0\u3002",
|
|
1697
1758
|
"Failed to refresh extension content. Run /reload-plugins to apply updates.": "\u64F4\u5145\u5167\u5BB9\u91CD\u65B0\u6574\u7406\u5931\u6557\u3002\u57F7\u884C /reload-plugins \u4F86\u5957\u7528\u66F4\u65B0\u3002",
|
|
1698
|
-
"Extension reload did not complete. Run /reload-plugins to try again.": "\u64F4\u5145\u91CD\u65B0\u8F09\u5165\u672A\u5B8C\u6210\u3002\u57F7\u884C /reload-plugins \u91CD\u8A66\u3002"
|
|
1759
|
+
"Extension reload did not complete. Run /reload-plugins to try again.": "\u64F4\u5145\u91CD\u65B0\u8F09\u5165\u672A\u5B8C\u6210\u3002\u57F7\u884C /reload-plugins \u91CD\u8A66\u3002",
|
|
1760
|
+
"Precondition check": "\u524D\u7F6E\u689D\u4EF6\u6AA2\u67E5",
|
|
1761
|
+
"Precondition not met \u2014 this scheduled run was skipped.": "\u524D\u7F6E\u689D\u4EF6\u4E0D\u6EFF\u8DB3 \u2014\u2014 \u5DF2\u7565\u904E\u672C\u6B21\u5B9A\u6642\u57F7\u884C\u3002",
|
|
1762
|
+
"The precondition check was cancelled \u2014 this scheduled run was skipped.": "\u524D\u7F6E\u689D\u4EF6\u6AA2\u67E5\u5DF2\u53D6\u6D88 \u2014\u2014 \u5DF2\u7565\u904E\u672C\u6B21\u5B9A\u6642\u57F7\u884C\u3002",
|
|
1763
|
+
"The precondition check was interrupted \u2014 this scheduled run was skipped.": "\u524D\u7F6E\u689D\u4EF6\u6AA2\u67E5\u88AB\u4E2D\u65B7 \u2014\u2014 \u5DF2\u7565\u904E\u672C\u6B21\u5B9A\u6642\u57F7\u884C\u3002",
|
|
1764
|
+
"The precondition check failed \u2014 this scheduled run was skipped.": "\u524D\u7F6E\u689D\u4EF6\u6AA2\u67E5\u5931\u6557 \u2014\u2014 \u5DF2\u7565\u904E\u672C\u6B21\u5B9A\u6642\u57F7\u884C\u3002",
|
|
1765
|
+
"Running this scheduled task in a new session: {{link}}": "\u6B63\u5728\u65B0\u6703\u8A71\u4E2D\u57F7\u884C\u8A72\u5B9A\u6642\u4EFB\u52D9\uFF1A{{link}}",
|
|
1766
|
+
"This scheduled run could not be started: {{error}}": "\u672C\u6B21\u5B9A\u6642\u57F7\u884C\u7121\u6CD5\u555F\u52D5\uFF1A{{error}}"
|
|
1699
1767
|
};
|
|
1700
1768
|
export {
|
|
1701
1769
|
zh_TW_default as default
|
package/cli.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
import {
|
|
4
4
|
initCpuProfiler
|
|
5
|
-
} from "./chunks/chunk-
|
|
5
|
+
} from "./chunks/chunk-CCDMCZPP.js";
|
|
6
|
+
import "./chunks/chunk-ECNYL4AA.js";
|
|
6
7
|
import {
|
|
7
8
|
initStartupProfiler
|
|
8
|
-
} from "./chunks/chunk-
|
|
9
|
+
} from "./chunks/chunk-QSWDGAIC.js";
|
|
9
10
|
import {
|
|
10
11
|
normalizeServeFastPathArgv
|
|
11
|
-
} from "./chunks/chunk-
|
|
12
|
-
import "./chunks/chunk-JCH35JB3.js";
|
|
12
|
+
} from "./chunks/chunk-Q7YDKOGY.js";
|
|
13
13
|
import {
|
|
14
14
|
init_esbuild_shims
|
|
15
|
-
} from "./chunks/chunk-
|
|
15
|
+
} from "./chunks/chunk-5O2XNYP6.js";
|
|
16
16
|
import {
|
|
17
17
|
__name
|
|
18
18
|
} from "./chunks/chunk-J2S4EL5Y.js";
|
|
@@ -36,7 +36,8 @@ var TOP_LEVEL_COMMANDS = [
|
|
|
36
36
|
"serve",
|
|
37
37
|
"Run Qwen Code as a local HTTP daemon (Stage 1 experimental: --http-bridge)"
|
|
38
38
|
],
|
|
39
|
-
["sessions <command>", "Manage Qwen Code sessions"]
|
|
39
|
+
["sessions <command>", "Manage Qwen Code sessions"],
|
|
40
|
+
["update", "Check for Qwen Code updates and install if available"]
|
|
40
41
|
];
|
|
41
42
|
var MCP_COMMANDS = [
|
|
42
43
|
["add <name> <commandOrUrl> [args...]", "Add a server"],
|
|
@@ -148,10 +149,10 @@ function hasFlag(argv, long, short) {
|
|
|
148
149
|
}
|
|
149
150
|
__name(hasFlag, "hasFlag");
|
|
150
151
|
async function buildTopLevelHelpParser() {
|
|
151
|
-
const { default: yargs } = await import("./chunks/yargs-
|
|
152
|
+
const { default: yargs } = await import("./chunks/yargs-6H2AUULL.js");
|
|
152
153
|
const parser = yargs([]).scriptName("qwen").usage(
|
|
153
154
|
"Usage: qwen [options] [command]\n\nQwen Code - Launch an interactive CLI, use -p/--prompt for non-interactive mode"
|
|
154
|
-
).version("0.19.
|
|
155
|
+
).version("0.19.9").alias("v", "version").help().alias("h", "help").strict().demandCommand(0, 0);
|
|
155
156
|
for (const [option, config] of TOP_LEVEL_HELP_OPTIONS) {
|
|
156
157
|
parser.option(option, config);
|
|
157
158
|
}
|
|
@@ -224,11 +225,11 @@ function printMcpHelp() {
|
|
|
224
225
|
}
|
|
225
226
|
__name(printMcpHelp, "printMcpHelp");
|
|
226
227
|
async function printBootstrapVersion() {
|
|
227
|
-
if ("0.19.
|
|
228
|
-
writeStdoutLine("0.19.
|
|
228
|
+
if ("0.19.9") {
|
|
229
|
+
writeStdoutLine("0.19.9");
|
|
229
230
|
return;
|
|
230
231
|
}
|
|
231
|
-
const { getCliVersion } = await import("./chunks/version-
|
|
232
|
+
const { getCliVersion } = await import("./chunks/version-3UEA6ZIR.js");
|
|
232
233
|
writeStdoutLine(await getCliVersion());
|
|
233
234
|
}
|
|
234
235
|
__name(printBootstrapVersion, "printBootstrapVersion");
|
|
@@ -240,8 +241,8 @@ async function runMcpFastPath(rawArgv) {
|
|
|
240
241
|
return;
|
|
241
242
|
}
|
|
242
243
|
const [{ default: yargsInstance }, { mcpCommand }] = await Promise.all([
|
|
243
|
-
import("./chunks/yargs-
|
|
244
|
-
import("./chunks/mcp-
|
|
244
|
+
import("./chunks/yargs-6H2AUULL.js"),
|
|
245
|
+
import("./chunks/mcp-L5JXEEIA.js")
|
|
245
246
|
]);
|
|
246
247
|
const parser = yargsInstance([]).scriptName("qwen").command(mcpCommand).version(false).help().alias("h", "help").strict().strictCommands().demandCommand(1, "You need at least one command before continuing.").fail((message, error, yargs) => {
|
|
247
248
|
writeStderrLine(message || error?.message || "Unknown argument error");
|
|
@@ -299,7 +300,7 @@ async function runCliEntry(rawArgv = process.argv.slice(2)) {
|
|
|
299
300
|
return;
|
|
300
301
|
}
|
|
301
302
|
if (route === "serve") {
|
|
302
|
-
const { tryRunServeFastPath } = await import("./chunks/fast-path-
|
|
303
|
+
const { tryRunServeFastPath } = await import("./chunks/fast-path-FRDMDVHG.js");
|
|
303
304
|
if (await tryRunServeFastPath(argv)) {
|
|
304
305
|
return;
|
|
305
306
|
}
|
|
@@ -310,7 +311,7 @@ async function runCliEntry(rawArgv = process.argv.slice(2)) {
|
|
|
310
311
|
await printTopLevelHelp();
|
|
311
312
|
return;
|
|
312
313
|
}
|
|
313
|
-
const { main } = await import("./chunks/gemini-
|
|
314
|
+
const { main } = await import("./chunks/gemini-QYSEGHAX.js");
|
|
314
315
|
await main();
|
|
315
316
|
}
|
|
316
317
|
__name(runCliEntry, "runCliEntry");
|
|
@@ -339,8 +340,8 @@ function isExpectedPtyRaceError(error) {
|
|
|
339
340
|
__name(isExpectedPtyRaceError, "isExpectedPtyRaceError");
|
|
340
341
|
async function handleCriticalError(error) {
|
|
341
342
|
const [{ FatalError }, { AlreadyReportedError }] = await Promise.all([
|
|
342
|
-
import("./chunks/src-
|
|
343
|
-
import("./chunks/errors-
|
|
343
|
+
import("./chunks/src-G5UPLZSZ.js"),
|
|
344
|
+
import("./chunks/errors-HMFCJJ7P.js")
|
|
344
345
|
]);
|
|
345
346
|
if (error instanceof FatalError) {
|
|
346
347
|
let errorMessage = error.message;
|
package/locales/ca.js
CHANGED
|
@@ -56,7 +56,7 @@ export default {
|
|
|
56
56
|
'to search history': "per cercar a l'historial",
|
|
57
57
|
'to paste images': 'per enganxar imatges',
|
|
58
58
|
'for external editor': 'per a editor extern',
|
|
59
|
-
'to
|
|
59
|
+
'to view transcript': 'per veure la transcripció',
|
|
60
60
|
'Jump through words in the input': "Saltar entre paraules a l'entrada",
|
|
61
61
|
'Close dialogs, cancel requests, or quit application':
|
|
62
62
|
"Tancar diàlegs, cancel·lar peticions o sortir de l'aplicació",
|
|
@@ -251,6 +251,42 @@ export default {
|
|
|
251
251
|
'Delete {{name}}': 'Eliminar {{name}}',
|
|
252
252
|
'Unknown Step': 'Pas desconegut',
|
|
253
253
|
'Esc to close': 'Esc per tancar',
|
|
254
|
+
Transcript: 'Transcripció',
|
|
255
|
+
'to close': 'per tancar',
|
|
256
|
+
'to scroll': 'per desplaçar',
|
|
257
|
+
'Failed to render transcript.': 'Error en renderitzar la transcripció.',
|
|
258
|
+
'Read {{count}} file': 'Ha llegit {{count}} fitxer',
|
|
259
|
+
'Read {{count}} files': 'Ha llegit {{count}} fitxers',
|
|
260
|
+
'Reading {{count}} file': 'Llegint {{count}} fitxer',
|
|
261
|
+
'Reading {{count}} files': 'Llegint {{count}} fitxers',
|
|
262
|
+
'Edited {{count}} file': 'Ha editat {{count}} fitxer',
|
|
263
|
+
'Edited {{count}} files': 'Ha editat {{count}} fitxers',
|
|
264
|
+
'Editing {{count}} file': 'Editant {{count}} fitxer',
|
|
265
|
+
'Editing {{count}} files': 'Editant {{count}} fitxers',
|
|
266
|
+
'Wrote {{count}} file': 'Ha escrit {{count}} fitxer',
|
|
267
|
+
'Wrote {{count}} files': 'Ha escrit {{count}} fitxers',
|
|
268
|
+
'Writing {{count}} file': 'Escrivint {{count}} fitxer',
|
|
269
|
+
'Writing {{count}} files': 'Escrivint {{count}} fitxers',
|
|
270
|
+
'Searched {{count}} pattern': 'Ha cercat {{count}} patró',
|
|
271
|
+
'Searched {{count}} patterns': 'Ha cercat {{count}} patrons',
|
|
272
|
+
'Searching {{count}} pattern': 'Cercant {{count}} patró',
|
|
273
|
+
'Searching {{count}} patterns': 'Cercant {{count}} patrons',
|
|
274
|
+
'Listed {{count}} directory': 'Ha llistat {{count}} directori',
|
|
275
|
+
'Listed {{count}} directories': 'Ha llistat {{count}} directoris',
|
|
276
|
+
'Listing {{count}} directory': 'Llistant {{count}} directori',
|
|
277
|
+
'Listing {{count}} directories': 'Llistant {{count}} directoris',
|
|
278
|
+
'Ran {{count}} command': 'Ha executat {{count}} ordre',
|
|
279
|
+
'Ran {{count}} commands': 'Ha executat {{count}} ordres',
|
|
280
|
+
'Running {{count}} command': 'Executant {{count}} ordre',
|
|
281
|
+
'Running {{count}} commands': 'Executant {{count}} ordres',
|
|
282
|
+
'Ran {{count}} agent': 'Ha executat {{count}} agent',
|
|
283
|
+
'Ran {{count}} agents': 'Ha executat {{count}} agents',
|
|
284
|
+
'Running {{count}} agent': 'Executant {{count}} agent',
|
|
285
|
+
'Running {{count}} agents': 'Executant {{count}} agents',
|
|
286
|
+
'Used {{count}} tool': 'Ha utilitzat {{count}} eina',
|
|
287
|
+
'Used {{count}} tools': 'Ha utilitzat {{count}} eines',
|
|
288
|
+
'Using {{count}} tool': 'Utilitzant {{count}} eina',
|
|
289
|
+
'Using {{count}} tools': 'Utilitzant {{count}} eines',
|
|
254
290
|
'Enter to select, ↑↓ to navigate, Esc to close':
|
|
255
291
|
'Enter per seleccionar, ↑↓ per navegar, Esc per tancar',
|
|
256
292
|
'Esc to go back': 'Esc per tornar enrere',
|
|
@@ -1446,8 +1482,6 @@ export default {
|
|
|
1446
1482
|
'Podeu canviar ràpidament el mode de permisos amb Tab o /approval-mode.',
|
|
1447
1483
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1448
1484
|
'Proveu /insight per generar idees personalitzades a partir del vostre historial de xat.',
|
|
1449
|
-
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1450
|
-
'Premeu Ctrl+O per canviar el mode compacte — amagueu la sortida de les eines i el pensament per a una vista més neta.',
|
|
1451
1485
|
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1452
1486
|
'Afegiu un fitxer QWEN.md per donar a Qwen Code un context persistent del projecte.',
|
|
1453
1487
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
@@ -1914,10 +1948,6 @@ export default {
|
|
|
1914
1948
|
'El mode raw no està disponible. Executeu en un terminal interactiu.',
|
|
1915
1949
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1916
1950
|
'(Useu les fletxes ↑ ↓ per navegar, Enter per seleccionar, Ctrl+C per sortir)\n',
|
|
1917
|
-
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1918
|
-
'Amagueu la sortida de les eines i el pensament per a una vista més neta (canvieu amb Ctrl+O).',
|
|
1919
|
-
'Press Ctrl+O to show full tool output':
|
|
1920
|
-
'Premeu Ctrl+O per mostrar la sortida completa de les eines',
|
|
1921
1951
|
'Switch to plan mode or exit plan mode':
|
|
1922
1952
|
'Canviar al mode de planificació o sortir del mode de planificació',
|
|
1923
1953
|
'Set how hard reasoning-capable models think ({{tiers}}); mapped and clamped per provider.':
|
|
@@ -2060,6 +2090,54 @@ export default {
|
|
|
2060
2090
|
'Ús: /history collapse-on-resume|expand-on-resume|expand-now',
|
|
2061
2091
|
'History collapsed: {{n}} messages hidden. Use /history expand-now to show.':
|
|
2062
2092
|
'Història reduïda: {{n}} missatges ocults. Utilitzeu /history expand-now per mostrar.',
|
|
2093
|
+
// Update command
|
|
2094
|
+
'Check for Qwen Code updates and install if available':
|
|
2095
|
+
'Comprova les actualitzacions de Qwen Code i instal·la si estan disponibles',
|
|
2096
|
+
'Qwen Code update available! {{current}} → {{latest}}':
|
|
2097
|
+
'Actualització de Qwen Code disponible! {{current}} → {{latest}}',
|
|
2098
|
+
'A new version of Qwen Code is available! {{current}} → {{latest}}':
|
|
2099
|
+
'Hi ha una versió nova de Qwen Code disponible! {{current}} → {{latest}}',
|
|
2100
|
+
'Qwen Code {{version}} is up to date!':
|
|
2101
|
+
'Qwen Code {{version}} està actualitzat!',
|
|
2102
|
+
'Failed to check for updates. Please check your network or registry configuration.':
|
|
2103
|
+
"No s'han pogut comprovar les actualitzacions. Comproveu la xarxa o la configuració del registre.",
|
|
2104
|
+
'Unable to check for updates: {{reason}}':
|
|
2105
|
+
'No es poden comprovar les actualitzacions: {{reason}}',
|
|
2106
|
+
'Update successful! The new version will be used on your next run.':
|
|
2107
|
+
"Actualització correcta! La nova versió s'utilitzarà en la propera execució.",
|
|
2108
|
+
'Update downloaded. It will be applied after you exit this session.':
|
|
2109
|
+
"Actualització descarregada. S'aplicarà després de sortir d'aquesta sessió.",
|
|
2110
|
+
'Update failed: {{error}}': 'Actualització fallida: {{error}}',
|
|
2111
|
+
'Downloading update...': "S'està baixant l'actualització...",
|
|
2112
|
+
'Update successful! Please restart Qwen Code to use the new version. Switching model providers before restarting may not work correctly.':
|
|
2113
|
+
'Actualització correcta! Reinicieu Qwen Code per utilitzar la nova versió. Canviar de proveïdor de models abans de reiniciar pot no funcionar correctament.',
|
|
2114
|
+
'Automatic update failed. Please try updating manually.':
|
|
2115
|
+
"L'actualització automàtica ha fallat. Proveu d'actualitzar manualment.",
|
|
2116
|
+
'Automatic update failed: {{error}}. Re-run the installer to update manually.':
|
|
2117
|
+
'Ha fallat l’actualització automàtica: {{error}}. Torneu a executar l’instal·lador per actualitzar manualment.',
|
|
2118
|
+
'Running from a local git clone. Please update with "git pull".':
|
|
2119
|
+
'S’està executant des d’un clon Git local. Actualitzeu amb "git pull".',
|
|
2120
|
+
'Running via npx, update not applicable.':
|
|
2121
|
+
'S’està executant via npx, l’actualització no és aplicable.',
|
|
2122
|
+
'Running via pnpx, update not applicable.':
|
|
2123
|
+
'S’està executant via pnpx, l’actualització no és aplicable.',
|
|
2124
|
+
'Running via bunx, update not applicable.':
|
|
2125
|
+
'S’està executant via bunx, l’actualització no és aplicable.',
|
|
2126
|
+
'Installed via Homebrew. Please update with "brew upgrade".':
|
|
2127
|
+
'Instal·lat via Homebrew. Actualitzeu amb "brew upgrade".',
|
|
2128
|
+
"Locally installed. Please update via your project's package.json.":
|
|
2129
|
+
'Instal·lat localment. Actualitzeu mitjançant el package.json del vostre projecte.',
|
|
2130
|
+
'Update requires sudo. Please run:':
|
|
2131
|
+
'L’actualització requereix sudo. Executeu:',
|
|
2132
|
+
'Standalone install detected. Attempting to automatically update now...':
|
|
2133
|
+
'S’ha detectat una instal·lació independent. S’intenta actualitzar automàticament...',
|
|
2134
|
+
'Standalone install detected. Please rerun the standalone installer to update:':
|
|
2135
|
+
'S’ha detectat una instal·lació independent. Torneu a executar l’instal·lador independent per actualitzar:',
|
|
2136
|
+
'Run the following to update:': 'Executeu el següent per actualitzar:',
|
|
2137
|
+
'Unable to auto-update this standalone installation. Please reinstall from:':
|
|
2138
|
+
'No es pot actualitzar automàticament aquesta instal·lació autònoma. Reinstal·leu des de:',
|
|
2139
|
+
'Manual update required. Please reinstall Qwen Code.':
|
|
2140
|
+
'Actualització manual requerida. Reinstal·leu Qwen Code.',
|
|
2063
2141
|
|
|
2064
2142
|
// ============================================================================
|
|
2065
2143
|
// reload-plugins command
|
package/locales/de.js
CHANGED
|
@@ -229,6 +229,42 @@ export default {
|
|
|
229
229
|
'Delete {{name}}': '{{name}} löschen',
|
|
230
230
|
'Unknown Step': 'Unbekannter Schritt',
|
|
231
231
|
'Esc to close': 'Esc zum Schließen',
|
|
232
|
+
Transcript: 'Transkript',
|
|
233
|
+
'to close': 'zum Schließen',
|
|
234
|
+
'to scroll': 'zum Scrollen',
|
|
235
|
+
'Failed to render transcript.': 'Transkript konnte nicht gerendert werden.',
|
|
236
|
+
'Read {{count}} file': '{{count}} Datei gelesen',
|
|
237
|
+
'Read {{count}} files': '{{count}} Dateien gelesen',
|
|
238
|
+
'Reading {{count}} file': 'Lese {{count}} Datei',
|
|
239
|
+
'Reading {{count}} files': 'Lese {{count}} Dateien',
|
|
240
|
+
'Edited {{count}} file': '{{count}} Datei bearbeitet',
|
|
241
|
+
'Edited {{count}} files': '{{count}} Dateien bearbeitet',
|
|
242
|
+
'Editing {{count}} file': 'Bearbeite {{count}} Datei',
|
|
243
|
+
'Editing {{count}} files': 'Bearbeite {{count}} Dateien',
|
|
244
|
+
'Wrote {{count}} file': '{{count}} Datei geschrieben',
|
|
245
|
+
'Wrote {{count}} files': '{{count}} Dateien geschrieben',
|
|
246
|
+
'Writing {{count}} file': 'Schreibe {{count}} Datei',
|
|
247
|
+
'Writing {{count}} files': 'Schreibe {{count}} Dateien',
|
|
248
|
+
'Searched {{count}} pattern': '{{count}} Muster durchsucht',
|
|
249
|
+
'Searched {{count}} patterns': '{{count}} Muster durchsucht',
|
|
250
|
+
'Searching {{count}} pattern': 'Durchsuche {{count}} Muster',
|
|
251
|
+
'Searching {{count}} patterns': 'Durchsuche {{count}} Muster',
|
|
252
|
+
'Listed {{count}} directory': '{{count}} Verzeichnis aufgelistet',
|
|
253
|
+
'Listed {{count}} directories': '{{count}} Verzeichnisse aufgelistet',
|
|
254
|
+
'Listing {{count}} directory': 'Liste {{count}} Verzeichnis auf',
|
|
255
|
+
'Listing {{count}} directories': 'Liste {{count}} Verzeichnisse auf',
|
|
256
|
+
'Ran {{count}} command': '{{count}} Befehl ausgeführt',
|
|
257
|
+
'Ran {{count}} commands': '{{count}} Befehle ausgeführt',
|
|
258
|
+
'Running {{count}} command': 'Führe {{count}} Befehl aus',
|
|
259
|
+
'Running {{count}} commands': 'Führe {{count}} Befehle aus',
|
|
260
|
+
'Ran {{count}} agent': '{{count}} Agent ausgeführt',
|
|
261
|
+
'Ran {{count}} agents': '{{count}} Agenten ausgeführt',
|
|
262
|
+
'Running {{count}} agent': 'Führe {{count}} Agent aus',
|
|
263
|
+
'Running {{count}} agents': 'Führe {{count}} Agenten aus',
|
|
264
|
+
'Used {{count}} tool': '{{count}} Werkzeug verwendet',
|
|
265
|
+
'Used {{count}} tools': '{{count}} Werkzeuge verwendet',
|
|
266
|
+
'Using {{count}} tool': 'Verwende {{count}} Werkzeug',
|
|
267
|
+
'Using {{count}} tools': 'Verwende {{count}} Werkzeuge',
|
|
232
268
|
'Enter to select, ↑↓ to navigate, Esc to close':
|
|
233
269
|
'Enter zum Auswählen, ↑↓ zum Navigieren, Esc zum Schließen',
|
|
234
270
|
'Esc to go back': 'Esc zum Zurückgehen',
|
|
@@ -1708,8 +1744,6 @@ export default {
|
|
|
1708
1744
|
'Sie können den Berechtigungsmodus schnell mit Tab oder /approval-mode wechseln.',
|
|
1709
1745
|
'Try /insight to generate personalized insights from your chat history.':
|
|
1710
1746
|
'Probieren Sie /insight, um personalisierte Erkenntnisse aus Ihrem Chatverlauf zu erstellen.',
|
|
1711
|
-
'Press Ctrl+O to toggle compact mode — hide tool output and thinking for a cleaner view.':
|
|
1712
|
-
'Ctrl+O drücken, um den Kompaktmodus umzuschalten — Tool-Ausgabe und Denkprozess ausblenden.',
|
|
1713
1747
|
'Add a QWEN.md file to give Qwen Code persistent project context.':
|
|
1714
1748
|
'Fügen Sie eine QWEN.md-Datei hinzu, um Qwen Code dauerhaften Projektkontext zu geben.',
|
|
1715
1749
|
'Use /btw to ask a quick side question without disrupting the conversation.':
|
|
@@ -1869,11 +1903,7 @@ export default {
|
|
|
1869
1903
|
'Raw-Modus nicht verfügbar. Bitte in einem interaktiven Terminal ausführen.',
|
|
1870
1904
|
'(Use ↑ ↓ arrows to navigate, Enter to select, Ctrl+C to exit)\n':
|
|
1871
1905
|
'(↑ ↓ Pfeiltasten zum Navigieren, Enter zum Auswählen, Ctrl+C zum Beenden)\n',
|
|
1872
|
-
'to
|
|
1873
|
-
'Hide tool output and thinking for a cleaner view (toggle with Ctrl+O).':
|
|
1874
|
-
'Tool-Ausgabe und Denkprozess ausblenden für eine übersichtlichere Ansicht (mit Ctrl+O umschalten).',
|
|
1875
|
-
'Press Ctrl+O to show full tool output':
|
|
1876
|
-
'Ctrl+O für vollständige Tool-Ausgabe drücken',
|
|
1906
|
+
'to view transcript': 'zum Anzeigen des Transkripts',
|
|
1877
1907
|
'Switch to plan mode or exit plan mode':
|
|
1878
1908
|
'In den Plan-Modus wechseln oder den Plan-Modus verlassen',
|
|
1879
1909
|
'Set how hard reasoning-capable models think ({{tiers}}); mapped and clamped per provider.':
|
|
@@ -2105,6 +2135,53 @@ export default {
|
|
|
2105
2135
|
in: 'ein',
|
|
2106
2136
|
out: 'aus',
|
|
2107
2137
|
'In/Out': 'Ein/Aus',
|
|
2138
|
+
// Update command
|
|
2139
|
+
'Check for Qwen Code updates and install if available':
|
|
2140
|
+
'Auf Qwen Code-Updates prüfen und installieren, falls verfügbar',
|
|
2141
|
+
'Qwen Code update available! {{current}} → {{latest}}':
|
|
2142
|
+
'Qwen Code-Update verfügbar! {{current}} → {{latest}}',
|
|
2143
|
+
'A new version of Qwen Code is available! {{current}} → {{latest}}':
|
|
2144
|
+
'Eine neue Version von Qwen Code ist verfügbar! {{current}} → {{latest}}',
|
|
2145
|
+
'Qwen Code {{version}} is up to date!': 'Qwen Code {{version}} ist aktuell!',
|
|
2146
|
+
'Failed to check for updates. Please check your network or registry configuration.':
|
|
2147
|
+
'Suche nach Updates fehlgeschlagen. Bitte Netzwerk- oder Registry-Konfiguration prüfen.',
|
|
2148
|
+
'Unable to check for updates: {{reason}}':
|
|
2149
|
+
'Updates können nicht geprüft werden: {{reason}}',
|
|
2150
|
+
'Update successful! The new version will be used on your next run.':
|
|
2151
|
+
'Update erfolgreich! Die neue Version wird beim nächsten Start verwendet.',
|
|
2152
|
+
'Update downloaded. It will be applied after you exit this session.':
|
|
2153
|
+
'Update heruntergeladen. Es wird nach dem Beenden dieser Sitzung angewendet.',
|
|
2154
|
+
'Update failed: {{error}}': 'Update fehlgeschlagen: {{error}}',
|
|
2155
|
+
'Downloading update...': 'Update wird heruntergeladen...',
|
|
2156
|
+
'Update successful! Please restart Qwen Code to use the new version. Switching model providers before restarting may not work correctly.':
|
|
2157
|
+
'Update erfolgreich! Bitte starten Sie Qwen Code neu, um die neue Version zu verwenden. Das Wechseln von Modellanbietern vor dem Neustart funktioniert möglicherweise nicht korrekt.',
|
|
2158
|
+
'Automatic update failed. Please try updating manually.':
|
|
2159
|
+
'Automatisches Update fehlgeschlagen. Bitte versuchen Sie, manuell zu aktualisieren.',
|
|
2160
|
+
'Automatic update failed: {{error}}. Re-run the installer to update manually.':
|
|
2161
|
+
'Automatisches Update fehlgeschlagen: {{error}}. Führen Sie das Installationsprogramm erneut aus, um manuell zu aktualisieren.',
|
|
2162
|
+
'Running from a local git clone. Please update with "git pull".':
|
|
2163
|
+
'Wird aus einem lokalen Git-Klon ausgeführt. Bitte mit "git pull" aktualisieren.',
|
|
2164
|
+
'Running via npx, update not applicable.':
|
|
2165
|
+
'Wird über npx ausgeführt, Update nicht anwendbar.',
|
|
2166
|
+
'Running via pnpx, update not applicable.':
|
|
2167
|
+
'Wird über pnpx ausgeführt, Update nicht anwendbar.',
|
|
2168
|
+
'Running via bunx, update not applicable.':
|
|
2169
|
+
'Wird über bunx ausgeführt, Update nicht anwendbar.',
|
|
2170
|
+
'Installed via Homebrew. Please update with "brew upgrade".':
|
|
2171
|
+
'Über Homebrew installiert. Bitte mit "brew upgrade" aktualisieren.',
|
|
2172
|
+
"Locally installed. Please update via your project's package.json.":
|
|
2173
|
+
'Lokal installiert. Bitte über die package.json Ihres Projekts aktualisieren.',
|
|
2174
|
+
'Update requires sudo. Please run:':
|
|
2175
|
+
'Das Update erfordert sudo. Bitte ausführen:',
|
|
2176
|
+
'Standalone install detected. Attempting to automatically update now...':
|
|
2177
|
+
'Standalone-Installation erkannt. Automatisches Update wird jetzt versucht...',
|
|
2178
|
+
'Standalone install detected. Please rerun the standalone installer to update:':
|
|
2179
|
+
'Standalone-Installation erkannt. Bitte führen Sie den Standalone-Installer zum Aktualisieren erneut aus:',
|
|
2180
|
+
'Run the following to update:': 'Führen Sie Folgendes zum Aktualisieren aus:',
|
|
2181
|
+
'Unable to auto-update this standalone installation. Please reinstall from:':
|
|
2182
|
+
'Diese Standalone-Installation kann nicht automatisch aktualisiert werden. Bitte neu installieren von:',
|
|
2183
|
+
'Manual update required. Please reinstall Qwen Code.':
|
|
2184
|
+
'Manuelles Update erforderlich. Bitte installieren Sie Qwen Code neu.',
|
|
2108
2185
|
|
|
2109
2186
|
// ============================================================================
|
|
2110
2187
|
// reload-plugins command
|