@qwen-code/qwen-code 0.1.4 → 0.1.5-nightly.20251106.decb04ef
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.1.
|
|
182653
|
+
const version2 = "0.1.5-nightly.20251106.decb04ef";
|
|
182654
182654
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182655
182655
|
const baseHeaders = {
|
|
182656
182656
|
"User-Agent": userAgent2
|
|
@@ -316649,7 +316649,7 @@ init_esbuild_shims();
|
|
|
316649
316649
|
|
|
316650
316650
|
// packages/cli/src/generated/git-commit.ts
|
|
316651
316651
|
init_esbuild_shims();
|
|
316652
|
-
var GIT_COMMIT_INFO2 = "
|
|
316652
|
+
var GIT_COMMIT_INFO2 = "d2017e34";
|
|
316653
316653
|
|
|
316654
316654
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
316655
316655
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -338744,7 +338744,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
338744
338744
|
// packages/cli/src/utils/version.ts
|
|
338745
338745
|
async function getCliVersion() {
|
|
338746
338746
|
const pkgJson = await getPackageJson();
|
|
338747
|
-
return "0.1.
|
|
338747
|
+
return "0.1.5-nightly.20251106.decb04ef";
|
|
338748
338748
|
}
|
|
338749
338749
|
__name(getCliVersion, "getCliVersion");
|
|
338750
338750
|
|
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.5-nightly.20251106.decb04ef",
|
|
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.1.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.5-nightly.20251106.decb04ef"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tiktoken": "^1.0.21"
|