@qwen-code/qwen-code 0.2.0-preview.0 → 0.2.1-nightly.20251112.22edef0c
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 +3 -3
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -182650,7 +182650,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182650
182650
|
};
|
|
182651
182651
|
}
|
|
182652
182652
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
182653
|
-
const version2 = "0.2.
|
|
182653
|
+
const version2 = "0.2.1-nightly.20251112.22edef0c";
|
|
182654
182654
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182655
182655
|
const baseHeaders = {
|
|
182656
182656
|
"User-Agent": userAgent2
|
|
@@ -338603,7 +338603,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
338603
338603
|
// packages/cli/src/utils/version.ts
|
|
338604
338604
|
async function getCliVersion() {
|
|
338605
338605
|
const pkgJson = await getPackageJson();
|
|
338606
|
-
return "0.2.
|
|
338606
|
+
return "0.2.1-nightly.20251112.22edef0c";
|
|
338607
338607
|
}
|
|
338608
338608
|
__name(getCliVersion, "getCliVersion");
|
|
338609
338609
|
|
|
@@ -340214,7 +340214,7 @@ import { execSync as execSync4 } from "node:child_process";
|
|
|
340214
340214
|
|
|
340215
340215
|
// packages/cli/src/generated/git-commit.ts
|
|
340216
340216
|
init_esbuild_shims();
|
|
340217
|
-
var GIT_COMMIT_INFO2 = "
|
|
340217
|
+
var GIT_COMMIT_INFO2 = "e142fb67";
|
|
340218
340218
|
|
|
340219
340219
|
// packages/cli/src/utils/systemInfo.ts
|
|
340220
340220
|
async function getNpmVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1-nightly.20251112.22edef0c",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"LICENSE"
|
|
20
20
|
],
|
|
21
21
|
"config": {
|
|
22
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.1-nightly.20251112.22edef0c"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tiktoken": "^1.0.21"
|