@qwen-code/qwen-code 0.16.0 → 0.16.1-nightly.20260525.84f408017
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/chunks/{agent-K6OWOMBN.js → agent-7ESX6RYX.js} +2 -2
- package/chunks/chunk-ELULJ6RZ.js +956 -0
- package/chunks/{chunk-WCZWAKFG.js → chunk-JFFFLAUN.js} +440 -523
- package/chunks/{chunk-VMOAQVBP.js → chunk-KFF4KXVH.js} +1 -1
- package/chunks/{chunk-L34E6AGL.js → chunk-Q5K6MABB.js} +5 -5
- package/chunks/{chunk-3T4ZT63H.js → chunk-RYMOJWDB.js} +359 -49
- package/chunks/{chunk-NOAHME6A.js → chunk-SSLVVGO5.js} +1 -1
- package/chunks/{contextCommand-7CPNXBLO.js → contextCommand-UEVGCMHA.js} +4 -4
- package/chunks/{edit-CBM5NDVK.js → edit-SCO2WJ6N.js} +2 -2
- package/chunks/{enter-worktree-XABKPLO6.js → enter-worktree-2PFD367Q.js} +2 -2
- package/chunks/{exit-worktree-56MN2PCL.js → exit-worktree-FWTA3FZW.js} +2 -2
- package/chunks/{exitPlanMode-YDNPCSCJ.js → exitPlanMode-S7VSWSNL.js} +2 -2
- package/chunks/{geminiContentGenerator-ZGPNBFDS.js → geminiContentGenerator-UT3I2CUW.js} +1 -1
- package/chunks/{glob-ZHA35VO5.js → glob-J25HUJZQ.js} +2 -2
- package/chunks/{grep-RV6V6T52.js → grep-7Z57EA3X.js} +2 -2
- package/chunks/{monitor-5G2OBGE5.js → monitor-FGW5T4TL.js} +2 -2
- package/chunks/{notebook-edit-XUBTCT6L.js → notebook-edit-2YRYVXSR.js} +2 -2
- package/chunks/{openaiContentGenerator-POYAZQ6I.js → openaiContentGenerator-W5FNIVHV.js} +2 -2
- package/chunks/{qwenContentGenerator-2E4H56DK.js → qwenContentGenerator-NRBSGD73.js} +3 -3
- package/chunks/{read-file-3JIOOXFT.js → read-file-A5DS6OFA.js} +1 -1
- package/chunks/{ripGrep-LEI3L6PM.js → ripGrep-MEPMAZYU.js} +2 -2
- package/chunks/{serve-CFVRMD4W.js → serve-HWS4DVOU.js} +4440 -360
- package/chunks/{shell-3B5DZ437.js → shell-7DJVBVOE.js} +2 -2
- package/chunks/{skill-STSZUBXR.js → skill-MFYAVRTI.js} +1 -1
- package/chunks/{src-ROFXAPEP.js → src-BRGGZM35.js} +4 -2
- package/chunks/{tool-search-ARWOD3GD.js → tool-search-54GDQMSY.js} +1 -1
- package/chunks/{write-file-6MRT7TEW.js → write-file-JHZZCQM6.js} +2 -2
- package/cli.js +624 -16436
- package/package.json +2 -2
- package/chunks/chunk-4J63U5QO.js +0 -1974
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
getLanguageSettingsOptions,
|
|
7
7
|
t,
|
|
8
8
|
writeStderrLine
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-KFF4KXVH.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_STOP_HOOK_BLOCK_CAP,
|
|
12
12
|
DEFAULT_TRUNCATE_TOOL_OUTPUT_LINES,
|
|
@@ -15,10 +15,10 @@ import {
|
|
|
15
15
|
SkillError,
|
|
16
16
|
ideContextStore,
|
|
17
17
|
require_main
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-RYMOJWDB.js";
|
|
19
19
|
import {
|
|
20
20
|
isWithinRoot
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-JFFFLAUN.js";
|
|
22
22
|
import {
|
|
23
23
|
FatalConfigError,
|
|
24
24
|
QWEN_DIR,
|
|
@@ -18760,7 +18760,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
18760
18760
|
// packages/cli/src/utils/version.ts
|
|
18761
18761
|
async function getCliVersion() {
|
|
18762
18762
|
const pkgJson = await getPackageJson();
|
|
18763
|
-
return "0.16.
|
|
18763
|
+
return "0.16.1-nightly.20260525.84f408017";
|
|
18764
18764
|
}
|
|
18765
18765
|
__name(getCliVersion, "getCliVersion");
|
|
18766
18766
|
|
|
@@ -18855,7 +18855,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options) => {
|
|
|
18855
18855
|
|
|
18856
18856
|
// packages/cli/src/generated/git-commit.ts
|
|
18857
18857
|
init_esbuild_shims();
|
|
18858
|
-
var GIT_COMMIT_INFO = "
|
|
18858
|
+
var GIT_COMMIT_INFO = "b49d61047";
|
|
18859
18859
|
|
|
18860
18860
|
// packages/cli/src/utils/systemInfo.ts
|
|
18861
18861
|
var debugLogger4 = createDebugLogger("STATUS");
|