@qwen-code/qwen-code 0.15.11-preview.2 → 0.15.11
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
|
@@ -174448,7 +174448,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
174448
174448
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
174449
174449
|
});
|
|
174450
174450
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
174451
|
-
const version2 = "0.15.11
|
|
174451
|
+
const version2 = "0.15.11";
|
|
174452
174452
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
174453
174453
|
const baseHeaders = {
|
|
174454
174454
|
"User-Agent": userAgent2
|
|
@@ -491454,7 +491454,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
491454
491454
|
// packages/cli/src/utils/version.ts
|
|
491455
491455
|
async function getCliVersion() {
|
|
491456
491456
|
const pkgJson = await getPackageJson();
|
|
491457
|
-
return "0.15.11
|
|
491457
|
+
return "0.15.11";
|
|
491458
491458
|
}
|
|
491459
491459
|
__name(getCliVersion, "getCliVersion");
|
|
491460
491460
|
|
|
@@ -502087,7 +502087,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options2) => {
|
|
|
502087
502087
|
|
|
502088
502088
|
// packages/cli/src/generated/git-commit.ts
|
|
502089
502089
|
init_esbuild_shims();
|
|
502090
|
-
var GIT_COMMIT_INFO = "
|
|
502090
|
+
var GIT_COMMIT_INFO = "782403d71";
|
|
502091
502091
|
|
|
502092
502092
|
// packages/cli/src/utils/systemInfo.ts
|
|
502093
502093
|
async function getNpmVersion() {
|
|
@@ -585639,7 +585639,7 @@ var QwenAgent = class {
|
|
|
585639
585639
|
async initialize(args2) {
|
|
585640
585640
|
this.clientCapabilities = args2.clientCapabilities;
|
|
585641
585641
|
const authMethods = buildAuthMethods();
|
|
585642
|
-
const version2 = "0.15.11
|
|
585642
|
+
const version2 = "0.15.11";
|
|
585643
585643
|
return {
|
|
585644
585644
|
protocolVersion: PROTOCOL_VERSION,
|
|
585645
585645
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.11
|
|
3
|
+
"version": "0.15.11",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"bundled"
|
|
22
22
|
],
|
|
23
23
|
"config": {
|
|
24
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.11
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.11"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|