@qwen-code/qwen-code 0.15.10-nightly.20260513.14512080e → 0.15.10-preview.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
|
@@ -174438,7 +174438,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
174438
174438
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
174439
174439
|
});
|
|
174440
174440
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
174441
|
-
const version2 = "0.15.10-
|
|
174441
|
+
const version2 = "0.15.10-preview.1";
|
|
174442
174442
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
174443
174443
|
const baseHeaders = {
|
|
174444
174444
|
"User-Agent": userAgent2
|
|
@@ -491444,7 +491444,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
491444
491444
|
// packages/cli/src/utils/version.ts
|
|
491445
491445
|
async function getCliVersion() {
|
|
491446
491446
|
const pkgJson = await getPackageJson();
|
|
491447
|
-
return "0.15.10-
|
|
491447
|
+
return "0.15.10-preview.1";
|
|
491448
491448
|
}
|
|
491449
491449
|
__name(getCliVersion, "getCliVersion");
|
|
491450
491450
|
|
|
@@ -502077,7 +502077,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options2) => {
|
|
|
502077
502077
|
|
|
502078
502078
|
// packages/cli/src/generated/git-commit.ts
|
|
502079
502079
|
init_esbuild_shims();
|
|
502080
|
-
var GIT_COMMIT_INFO = "
|
|
502080
|
+
var GIT_COMMIT_INFO = "7643e303d";
|
|
502081
502081
|
|
|
502082
502082
|
// packages/cli/src/utils/systemInfo.ts
|
|
502083
502083
|
async function getNpmVersion() {
|
|
@@ -585629,7 +585629,7 @@ var QwenAgent = class {
|
|
|
585629
585629
|
async initialize(args2) {
|
|
585630
585630
|
this.clientCapabilities = args2.clientCapabilities;
|
|
585631
585631
|
const authMethods = buildAuthMethods();
|
|
585632
|
-
const version2 = "0.15.10-
|
|
585632
|
+
const version2 = "0.15.10-preview.1";
|
|
585633
585633
|
return {
|
|
585634
585634
|
protocolVersion: PROTOCOL_VERSION,
|
|
585635
585635
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.10-
|
|
3
|
+
"version": "0.15.10-preview.1",
|
|
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.10-
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.10-preview.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|