@qwen-code/qwen-code 0.5.1-nightly.20251218.8106a6b0 → 0.5.1-nightly.20251219.d07ae35c
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/cli.js +6 -5
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -145814,7 +145814,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
145814
145814
|
};
|
|
145815
145815
|
}
|
|
145816
145816
|
async function createContentGenerator(config, gcConfig, isInitialAuth) {
|
|
145817
|
-
const version2 = "0.5.1-nightly.
|
|
145817
|
+
const version2 = "0.5.1-nightly.20251219.d07ae35c";
|
|
145818
145818
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
145819
145819
|
const baseHeaders = {
|
|
145820
145820
|
"User-Agent": userAgent2
|
|
@@ -309963,7 +309963,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
309963
309963
|
// packages/cli/src/utils/version.ts
|
|
309964
309964
|
async function getCliVersion() {
|
|
309965
309965
|
const pkgJson = await getPackageJson();
|
|
309966
|
-
return "0.5.1-nightly.
|
|
309966
|
+
return "0.5.1-nightly.20251219.d07ae35c";
|
|
309967
309967
|
}
|
|
309968
309968
|
__name(getCliVersion, "getCliVersion");
|
|
309969
309969
|
|
|
@@ -310583,7 +310583,6 @@ async function parseArguments(settings) {
|
|
|
310583
310583
|
choices: ["plan", "default", "auto-edit", "yolo"],
|
|
310584
310584
|
description: "Set the approval mode: plan (plan only), default (prompt for approval), auto-edit (auto-approve edit tools), yolo (auto-approve all tools)"
|
|
310585
310585
|
}).option("checkpointing", {
|
|
310586
|
-
alias: "c",
|
|
310587
310586
|
type: "boolean",
|
|
310588
310587
|
description: "Enables checkpointing of file edits",
|
|
310589
310588
|
default: false
|
|
@@ -310682,10 +310681,12 @@ async function parseArguments(settings) {
|
|
|
310682
310681
|
description: "Include partial assistant messages when using stream-json output.",
|
|
310683
310682
|
default: false
|
|
310684
310683
|
}).option("continue", {
|
|
310684
|
+
alias: "c",
|
|
310685
310685
|
type: "boolean",
|
|
310686
310686
|
description: "Resume the most recent session for the current project.",
|
|
310687
310687
|
default: false
|
|
310688
310688
|
}).option("resume", {
|
|
310689
|
+
alias: "r",
|
|
310689
310690
|
type: "string",
|
|
310690
310691
|
description: "Resume a specific session by its ID. Use without an ID to show session picker."
|
|
310691
310692
|
}).option("max-session-turns", {
|
|
@@ -314048,7 +314049,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
314048
314049
|
|
|
314049
314050
|
// packages/cli/src/generated/git-commit.ts
|
|
314050
314051
|
init_esbuild_shims();
|
|
314051
|
-
var GIT_COMMIT_INFO2 = "
|
|
314052
|
+
var GIT_COMMIT_INFO2 = "ad3b8af3";
|
|
314052
314053
|
|
|
314053
314054
|
// packages/cli/src/utils/systemInfo.ts
|
|
314054
314055
|
async function getNpmVersion() {
|
|
@@ -364868,7 +364869,7 @@ var GeminiAgent = class {
|
|
|
364868
364869
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
364869
364870
|
description: APPROVAL_MODE_INFO[mode].description
|
|
364870
364871
|
}));
|
|
364871
|
-
const version2 = "0.5.1-nightly.
|
|
364872
|
+
const version2 = "0.5.1-nightly.20251219.d07ae35c";
|
|
364872
364873
|
return {
|
|
364873
364874
|
protocolVersion: PROTOCOL_VERSION,
|
|
364874
364875
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.5.1-nightly.
|
|
3
|
+
"version": "0.5.1-nightly.20251219.d07ae35c",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.1-nightly.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.5.1-nightly.20251219.d07ae35c"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|