@qwen-code/qwen-code 0.2.3-nightly.20251121.442a9aed → 0.2.3
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
|
@@ -182779,7 +182779,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
182779
182779
|
};
|
|
182780
182780
|
}
|
|
182781
182781
|
async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
|
|
182782
|
-
const version2 = "0.2.3
|
|
182782
|
+
const version2 = "0.2.3";
|
|
182783
182783
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
182784
182784
|
const baseHeaders = {
|
|
182785
182785
|
"User-Agent": userAgent2
|
|
@@ -339028,7 +339028,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
339028
339028
|
// packages/cli/src/utils/version.ts
|
|
339029
339029
|
async function getCliVersion() {
|
|
339030
339030
|
const pkgJson = await getPackageJson();
|
|
339031
|
-
return "0.2.3
|
|
339031
|
+
return "0.2.3";
|
|
339032
339032
|
}
|
|
339033
339033
|
__name(getCliVersion, "getCliVersion");
|
|
339034
339034
|
|
|
@@ -340721,7 +340721,7 @@ import { execSync as execSync4 } from "node:child_process";
|
|
|
340721
340721
|
|
|
340722
340722
|
// packages/cli/src/generated/git-commit.ts
|
|
340723
340723
|
init_esbuild_shims();
|
|
340724
|
-
var GIT_COMMIT_INFO2 = "
|
|
340724
|
+
var GIT_COMMIT_INFO2 = "442a9aed";
|
|
340725
340725
|
|
|
340726
340726
|
// packages/cli/src/utils/systemInfo.ts
|
|
340727
340727
|
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
|
|
3
|
+
"version": "0.2.3",
|
|
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.3
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.3"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"tiktoken": "^1.0.21"
|