@qwen-code/qwen-code 0.1.5 → 0.2.0
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.
|
|
182653
|
+
const version2 = "0.2.0";
|
|
182654
182654
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182655
182655
|
const baseHeaders = {
|
|
182656
182656
|
"User-Agent": userAgent2
|
|
@@ -338601,7 +338601,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
338601
338601
|
// packages/cli/src/utils/version.ts
|
|
338602
338602
|
async function getCliVersion() {
|
|
338603
338603
|
const pkgJson = await getPackageJson();
|
|
338604
|
-
return "0.
|
|
338604
|
+
return "0.2.0";
|
|
338605
338605
|
}
|
|
338606
338606
|
__name(getCliVersion, "getCliVersion");
|
|
338607
338607
|
|
|
@@ -340212,7 +340212,7 @@ import { execSync as execSync4 } from "node:child_process";
|
|
|
340212
340212
|
|
|
340213
340213
|
// packages/cli/src/generated/git-commit.ts
|
|
340214
340214
|
init_esbuild_shims();
|
|
340215
|
-
var GIT_COMMIT_INFO2 = "
|
|
340215
|
+
var GIT_COMMIT_INFO2 = "7a472e4f";
|
|
340216
340216
|
|
|
340217
340217
|
// packages/cli/src/utils/systemInfo.ts
|
|
340218
340218
|
async function getNpmVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
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.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.0"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tiktoken": "^1.0.21"
|