@qwen-code/qwen-code 0.2.1 → 0.2.2-nightly.20251114.b4eba658
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
|
@@ -182638,7 +182638,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182638
182638
|
};
|
|
182639
182639
|
}
|
|
182640
182640
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
182641
|
-
const version2 = "0.2.
|
|
182641
|
+
const version2 = "0.2.2-nightly.20251114.b4eba658";
|
|
182642
182642
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182643
182643
|
const baseHeaders = {
|
|
182644
182644
|
"User-Agent": userAgent2
|
|
@@ -339142,7 +339142,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
339142
339142
|
// packages/cli/src/utils/version.ts
|
|
339143
339143
|
async function getCliVersion() {
|
|
339144
339144
|
const pkgJson = await getPackageJson();
|
|
339145
|
-
return "0.2.
|
|
339145
|
+
return "0.2.2-nightly.20251114.b4eba658";
|
|
339146
339146
|
}
|
|
339147
339147
|
__name(getCliVersion, "getCliVersion");
|
|
339148
339148
|
|
|
@@ -340785,7 +340785,7 @@ import { execSync as execSync4 } from "node:child_process";
|
|
|
340785
340785
|
|
|
340786
340786
|
// packages/cli/src/generated/git-commit.ts
|
|
340787
340787
|
init_esbuild_shims();
|
|
340788
|
-
var GIT_COMMIT_INFO2 = "
|
|
340788
|
+
var GIT_COMMIT_INFO2 = "47a05801";
|
|
340789
340789
|
|
|
340790
340790
|
// packages/cli/src/utils/systemInfo.ts
|
|
340791
340791
|
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.2-nightly.20251114.b4eba658",
|
|
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.2-nightly.20251114.b4eba658"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tiktoken": "^1.0.21"
|