@qwen-code/qwen-code 0.8.2-preview.2 → 0.9.0-preview.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
|
@@ -155825,7 +155825,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
155825
155825
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
155826
155826
|
});
|
|
155827
155827
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
155828
|
-
const version2 = "0.
|
|
155828
|
+
const version2 = "0.9.0-preview.0";
|
|
155829
155829
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
155830
155830
|
const baseHeaders = {
|
|
155831
155831
|
"User-Agent": userAgent2
|
|
@@ -373277,7 +373277,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
373277
373277
|
// packages/cli/src/utils/version.ts
|
|
373278
373278
|
async function getCliVersion() {
|
|
373279
373279
|
const pkgJson = await getPackageJson();
|
|
373280
|
-
return "0.
|
|
373280
|
+
return "0.9.0-preview.0";
|
|
373281
373281
|
}
|
|
373282
373282
|
__name(getCliVersion, "getCliVersion");
|
|
373283
373283
|
|
|
@@ -380813,7 +380813,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
380813
380813
|
|
|
380814
380814
|
// packages/cli/src/generated/git-commit.ts
|
|
380815
380815
|
init_esbuild_shims();
|
|
380816
|
-
var GIT_COMMIT_INFO2 = "
|
|
380816
|
+
var GIT_COMMIT_INFO2 = "f6b1edac";
|
|
380817
380817
|
|
|
380818
380818
|
// packages/cli/src/utils/systemInfo.ts
|
|
380819
380819
|
async function getNpmVersion() {
|
|
@@ -434236,7 +434236,7 @@ var GeminiAgent = class {
|
|
|
434236
434236
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
434237
434237
|
description: APPROVAL_MODE_INFO[mode].description
|
|
434238
434238
|
}));
|
|
434239
|
-
const version2 = "0.
|
|
434239
|
+
const version2 = "0.9.0-preview.0";
|
|
434240
434240
|
return {
|
|
434241
434241
|
protocolVersion: PROTOCOL_VERSION,
|
|
434242
434242
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0-preview.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.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.9.0-preview.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|