@qwen-code/qwen-code 0.9.1-preview.0 → 0.9.1
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
|
@@ -155899,7 +155899,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
155899
155899
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
155900
155900
|
});
|
|
155901
155901
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
155902
|
-
const version2 = "0.9.1
|
|
155902
|
+
const version2 = "0.9.1";
|
|
155903
155903
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
155904
155904
|
const baseHeaders = {
|
|
155905
155905
|
"User-Agent": userAgent2
|
|
@@ -373473,7 +373473,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
373473
373473
|
// packages/cli/src/utils/version.ts
|
|
373474
373474
|
async function getCliVersion() {
|
|
373475
373475
|
const pkgJson = await getPackageJson();
|
|
373476
|
-
return "0.9.1
|
|
373476
|
+
return "0.9.1";
|
|
373477
373477
|
}
|
|
373478
373478
|
__name(getCliVersion, "getCliVersion");
|
|
373479
373479
|
|
|
@@ -381010,7 +381010,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
381010
381010
|
|
|
381011
381011
|
// packages/cli/src/generated/git-commit.ts
|
|
381012
381012
|
init_esbuild_shims();
|
|
381013
|
-
var GIT_COMMIT_INFO2 = "
|
|
381013
|
+
var GIT_COMMIT_INFO2 = "302ed9a5";
|
|
381014
381014
|
|
|
381015
381015
|
// packages/cli/src/utils/systemInfo.ts
|
|
381016
381016
|
async function getNpmVersion() {
|
|
@@ -434677,7 +434677,7 @@ var GeminiAgent = class {
|
|
|
434677
434677
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
434678
434678
|
description: APPROVAL_MODE_INFO[mode].description
|
|
434679
434679
|
}));
|
|
434680
|
-
const version2 = "0.9.1
|
|
434680
|
+
const version2 = "0.9.1";
|
|
434681
434681
|
return {
|
|
434682
434682
|
protocolVersion: PROTOCOL_VERSION,
|
|
434683
434683
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.9.1
|
|
3
|
+
"version": "0.9.1",
|
|
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.9.1
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.9.1"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|