@qwen-code/qwen-code 0.1.2 → 0.1.3-nightly.20251101.ff8a8ac6
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
|
@@ -182628,7 +182628,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182628
182628
|
};
|
|
182629
182629
|
}
|
|
182630
182630
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
182631
|
-
const version2 = "0.1.
|
|
182631
|
+
const version2 = "0.1.3-nightly.20251101.ff8a8ac6";
|
|
182632
182632
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182633
182633
|
const baseHeaders = {
|
|
182634
182634
|
"User-Agent": userAgent2
|
|
@@ -316266,7 +316266,7 @@ init_esbuild_shims();
|
|
|
316266
316266
|
|
|
316267
316267
|
// packages/cli/src/generated/git-commit.ts
|
|
316268
316268
|
init_esbuild_shims();
|
|
316269
|
-
var GIT_COMMIT_INFO2 = "
|
|
316269
|
+
var GIT_COMMIT_INFO2 = "388dee5a";
|
|
316270
316270
|
|
|
316271
316271
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
316272
316272
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -338343,7 +338343,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
338343
338343
|
// packages/cli/src/utils/version.ts
|
|
338344
338344
|
async function getCliVersion() {
|
|
338345
338345
|
const pkgJson = await getPackageJson();
|
|
338346
|
-
return "0.1.
|
|
338346
|
+
return "0.1.3-nightly.20251101.ff8a8ac6";
|
|
338347
338347
|
}
|
|
338348
338348
|
__name(getCliVersion, "getCliVersion");
|
|
338349
338349
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3-nightly.20251101.ff8a8ac6",
|
|
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.
|
|
21
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-nightly.20251101.ff8a8ac6"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"tiktoken": "^1.0.21"
|