@qwen-code/qwen-code 0.15.12-preview.2 → 0.15.12-preview.3
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/docs/configuration/settings.md +10 -10
- package/bundled/qc-helper/docs/features/lsp.md +87 -10
- package/bundled/qc-helper/docs/qwen-serve.md +46 -15
- package/bundled/qc-helper/docs/reference/keyboard-shortcuts.md +11 -11
- package/bundled/stuck/SKILL.md +124 -0
- package/chunks/{agent-UQY6A6OS.js → agent-LIAWUWAO.js} +3 -3
- package/chunks/{ca-VQSV6JHA.js → ca-S3XJMT6P.js} +26 -0
- package/chunks/{chunk-SOIEFHIK.js → chunk-5QQ5FGTU.js} +0 -99
- package/chunks/{chunk-2WFU3IUH.js → chunk-AJSOD5IR.js} +4417 -2250
- package/chunks/{chunk-MXBWOU2L.js → chunk-AOJ3BBY7.js} +12 -12
- package/chunks/{chunk-FSYKVGER.js → chunk-GC5RXNL2.js} +1 -1
- package/chunks/{chunk-PCL3EJGY.js → chunk-XLQ4E5PS.js} +3918 -3677
- package/chunks/{contextCommand-MQRG6RMG.js → contextCommand-SVLAZMQL.js} +4 -4
- package/chunks/{de-M2IPQRBS.js → de-MNR4SMAI.js} +26 -0
- package/chunks/{edit-3KCBTA25.js → edit-VNAZBIZR.js} +7 -3
- package/chunks/{en-N5GMPCVT.js → en-NRN4QBAT.js} +27 -0
- package/chunks/{enter-worktree-VWS5QZTU.js → enter-worktree-FOF5YZIV.js} +3 -3
- package/chunks/{exit-worktree-RVXFWAPD.js → exit-worktree-Y6QVAO3C.js} +3 -3
- package/chunks/{exitPlanMode-UL5DILDG.js → exitPlanMode-QZKO7GH7.js} +3 -3
- package/chunks/{fr-BTHRYEXO.js → fr-OFJFHLCR.js} +26 -0
- package/chunks/{geminiContentGenerator-O2OPGHJG.js → geminiContentGenerator-DYHZPKJX.js} +1 -1
- package/chunks/{glob-57BSREPN.js → glob-G7XATELV.js} +3 -3
- package/chunks/{grep-XO5JOC7T.js → grep-4SETMY47.js} +3 -3
- package/chunks/{ja-D63TAEBO.js → ja-V6OQ6VL7.js} +26 -0
- package/chunks/{monitor-BECPGO3K.js → monitor-JTLJBJ7H.js} +21 -12
- package/chunks/{openaiContentGenerator-KEZQHIRM.js → openaiContentGenerator-3H7XOZBW.js} +2 -2
- package/chunks/{pt-XUV7FSKC.js → pt-ZLE6SA4A.js} +26 -0
- package/chunks/{qwenContentGenerator-RPMRXTNH.js → qwenContentGenerator-FAU3QPYO.js} +4 -4
- package/chunks/{read-file-LGHEIQNH.js → read-file-WWUQVNCZ.js} +1 -1
- package/chunks/{ripGrep-6SFSXZ2G.js → ripGrep-WCOAIWL6.js} +3 -3
- package/chunks/{ru-7KHWMN3A.js → ru-A4OHIUNN.js} +26 -0
- package/chunks/{serve-27O2AFE3.js → serve-VJEEEXA6.js} +780 -104
- package/chunks/{shell-J7K5KYCH.js → shell-IAOKGIJ6.js} +3 -3
- package/chunks/{skill-2R7P4ATS.js → skill-NHW6222K.js} +2 -2
- package/chunks/{src-CGEDVW67.js → src-OWV5HVQQ.js} +82 -12
- package/chunks/{tool-search-XOH3ZWVS.js → tool-search-MSJ6SXLI.js} +1 -1
- package/chunks/{write-file-74NQ27Q2.js → write-file-RKCENFZ5.js} +7 -3
- package/chunks/{zh-VGHU6XBB.js → zh-RN3JULHO.js} +27 -0
- package/chunks/{zh-TW-O36Q4V7E.js → zh-TW-XZEHEV5S.js} +27 -0
- package/cli.js +7440 -5056
- package/locales/ca.js +40 -0
- package/locales/de.js +40 -0
- package/locales/en.js +41 -0
- package/locales/fr.js +41 -0
- package/locales/ja.js +39 -0
- package/locales/pt.js +39 -0
- package/locales/ru.js +39 -0
- package/locales/zh-TW.js +40 -0
- package/locales/zh.js +40 -0
- package/package.json +2 -2
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
getCoreSystemPrompt,
|
|
8
8
|
resolveBundleDir
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AJSOD5IR.js";
|
|
10
10
|
import {
|
|
11
11
|
buildSkillLlmContent
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5QQ5FGTU.js";
|
|
13
13
|
import {
|
|
14
14
|
DiscoveredMCPTool,
|
|
15
15
|
uiTelemetryService
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-XLQ4E5PS.js";
|
|
17
17
|
import {
|
|
18
18
|
DEFAULT_TOKEN_LIMIT
|
|
19
19
|
} from "./chunk-UXW7MYAW.js";
|
|
@@ -1660,15 +1660,15 @@ init_esbuild_shims();
|
|
|
1660
1660
|
|
|
1661
1661
|
// import("./locales/**/*.js") in packages/cli/src/i18n/index.ts
|
|
1662
1662
|
var globImport_locales_js = __glob({
|
|
1663
|
-
"./locales/ca.js": () => import("./ca-
|
|
1664
|
-
"./locales/de.js": () => import("./de-
|
|
1665
|
-
"./locales/en.js": () => import("./en-
|
|
1666
|
-
"./locales/fr.js": () => import("./fr-
|
|
1667
|
-
"./locales/ja.js": () => import("./ja-
|
|
1668
|
-
"./locales/pt.js": () => import("./pt-
|
|
1669
|
-
"./locales/ru.js": () => import("./ru-
|
|
1670
|
-
"./locales/zh-TW.js": () => import("./zh-TW-
|
|
1671
|
-
"./locales/zh.js": () => import("./zh-
|
|
1663
|
+
"./locales/ca.js": () => import("./ca-S3XJMT6P.js"),
|
|
1664
|
+
"./locales/de.js": () => import("./de-MNR4SMAI.js"),
|
|
1665
|
+
"./locales/en.js": () => import("./en-NRN4QBAT.js"),
|
|
1666
|
+
"./locales/fr.js": () => import("./fr-OFJFHLCR.js"),
|
|
1667
|
+
"./locales/ja.js": () => import("./ja-V6OQ6VL7.js"),
|
|
1668
|
+
"./locales/pt.js": () => import("./pt-ZLE6SA4A.js"),
|
|
1669
|
+
"./locales/ru.js": () => import("./ru-A4OHIUNN.js"),
|
|
1670
|
+
"./locales/zh-TW.js": () => import("./zh-TW-XZEHEV5S.js"),
|
|
1671
|
+
"./locales/zh.js": () => import("./zh-RN3JULHO.js")
|
|
1672
1672
|
});
|
|
1673
1673
|
|
|
1674
1674
|
// packages/cli/src/i18n/index.ts
|