@qwen-code/qwen-code 0.1.0-nightly.20251024.bf91aa4e → 0.1.0-nightly.20251025.2a5577e5
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 +5 -5
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -182520,7 +182520,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182520
182520
|
return newContentGeneratorConfig;
|
|
182521
182521
|
}
|
|
182522
182522
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
182523
|
-
const version2 = "0.1.0-nightly.
|
|
182523
|
+
const version2 = "0.1.0-nightly.20251025.2a5577e5";
|
|
182524
182524
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182525
182525
|
const baseHeaders = {
|
|
182526
182526
|
"User-Agent": userAgent2
|
|
@@ -315039,7 +315039,7 @@ init_esbuild_shims();
|
|
|
315039
315039
|
|
|
315040
315040
|
// packages/cli/src/generated/git-commit.ts
|
|
315041
315041
|
init_esbuild_shims();
|
|
315042
|
-
var GIT_COMMIT_INFO2 = "
|
|
315042
|
+
var GIT_COMMIT_INFO2 = "cf0ffbab";
|
|
315043
315043
|
|
|
315044
315044
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
315045
315045
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -327561,12 +327561,12 @@ var AVAILABLE_MODELS_QWEN = [
|
|
|
327561
327561
|
{
|
|
327562
327562
|
id: MAINLINE_CODER,
|
|
327563
327563
|
label: MAINLINE_CODER,
|
|
327564
|
-
description: "
|
|
327564
|
+
description: "The latest Qwen Coder model from Alibaba Cloud ModelStudio (version: qwen3-coder-plus-2025-09-23)"
|
|
327565
327565
|
},
|
|
327566
327566
|
{
|
|
327567
327567
|
id: MAINLINE_VLM,
|
|
327568
327568
|
label: MAINLINE_VLM,
|
|
327569
|
-
description: "Vision model
|
|
327569
|
+
description: "The latest Qwen Vision model from Alibaba Cloud ModelStudio (version: qwen3-vl-plus-2025-09-23)",
|
|
327570
327570
|
isVision: true
|
|
327571
327571
|
}
|
|
327572
327572
|
];
|
|
@@ -337073,7 +337073,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
337073
337073
|
// packages/cli/src/utils/version.ts
|
|
337074
337074
|
async function getCliVersion() {
|
|
337075
337075
|
const pkgJson = await getPackageJson();
|
|
337076
|
-
return "0.1.0-nightly.
|
|
337076
|
+
return "0.1.0-nightly.20251025.2a5577e5";
|
|
337077
337077
|
}
|
|
337078
337078
|
__name(getCliVersion, "getCliVersion");
|
|
337079
337079
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.1.0-nightly.
|
|
3
|
+
"version": "0.1.0-nightly.20251025.2a5577e5",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"config": {
|
|
21
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.0-nightly.
|
|
21
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.0-nightly.20251025.2a5577e5"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tiktoken": "^1.0.21"
|