@qwen-code/qwen-code 0.4.0-preview.1 → 0.4.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 +4 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -145729,7 +145729,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
145729
145729
|
};
|
|
145730
145730
|
}
|
|
145731
145731
|
async function createContentGenerator(config, gcConfig, isInitialAuth) {
|
|
145732
|
-
const version2 = "0.4.0
|
|
145732
|
+
const version2 = "0.4.0";
|
|
145733
145733
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
145734
145734
|
const baseHeaders = {
|
|
145735
145735
|
"User-Agent": userAgent2
|
|
@@ -309141,7 +309141,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
309141
309141
|
// packages/cli/src/utils/version.ts
|
|
309142
309142
|
async function getCliVersion() {
|
|
309143
309143
|
const pkgJson = await getPackageJson();
|
|
309144
|
-
return "0.4.0
|
|
309144
|
+
return "0.4.0";
|
|
309145
309145
|
}
|
|
309146
309146
|
__name(getCliVersion, "getCliVersion");
|
|
309147
309147
|
|
|
@@ -313207,7 +313207,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
313207
313207
|
|
|
313208
313208
|
// packages/cli/src/generated/git-commit.ts
|
|
313209
313209
|
init_esbuild_shims();
|
|
313210
|
-
var GIT_COMMIT_INFO2 = "
|
|
313210
|
+
var GIT_COMMIT_INFO2 = "4513c113";
|
|
313211
313211
|
|
|
313212
313212
|
// packages/cli/src/utils/systemInfo.ts
|
|
313213
313213
|
async function getNpmVersion() {
|
|
@@ -363593,7 +363593,7 @@ var GeminiAgent = class {
|
|
|
363593
363593
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
363594
363594
|
description: APPROVAL_MODE_INFO[mode].description
|
|
363595
363595
|
}));
|
|
363596
|
-
const version2 = "0.4.0
|
|
363596
|
+
const version2 = "0.4.0";
|
|
363597
363597
|
return {
|
|
363598
363598
|
protocolVersion: PROTOCOL_VERSION,
|
|
363599
363599
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.4.0
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.0
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.4.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|