@qwen-code/qwen-code 0.15.2-preview.0 → 0.15.3-nightly.20260429.2ee014e34
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
|
@@ -171564,7 +171564,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171564
171564
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171565
171565
|
});
|
|
171566
171566
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171567
|
-
const version2 = "0.15.
|
|
171567
|
+
const version2 = "0.15.3-nightly.20260429.2ee014e34";
|
|
171568
171568
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171569
171569
|
const baseHeaders = {
|
|
171570
171570
|
"User-Agent": userAgent2
|
|
@@ -464543,7 +464543,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
464543
464543
|
// packages/cli/src/utils/version.ts
|
|
464544
464544
|
async function getCliVersion() {
|
|
464545
464545
|
const pkgJson = await getPackageJson();
|
|
464546
|
-
return "0.15.
|
|
464546
|
+
return "0.15.3-nightly.20260429.2ee014e34";
|
|
464547
464547
|
}
|
|
464548
464548
|
__name(getCliVersion, "getCliVersion");
|
|
464549
464549
|
|
|
@@ -473613,7 +473613,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options2) => {
|
|
|
473613
473613
|
|
|
473614
473614
|
// packages/cli/src/generated/git-commit.ts
|
|
473615
473615
|
init_esbuild_shims();
|
|
473616
|
-
var GIT_COMMIT_INFO = "
|
|
473616
|
+
var GIT_COMMIT_INFO = "8b174482d";
|
|
473617
473617
|
|
|
473618
473618
|
// packages/cli/src/utils/systemInfo.ts
|
|
473619
473619
|
async function getNpmVersion() {
|
|
@@ -547726,7 +547726,7 @@ var QwenAgent = class {
|
|
|
547726
547726
|
async initialize(args2) {
|
|
547727
547727
|
this.clientCapabilities = args2.clientCapabilities;
|
|
547728
547728
|
const authMethods = buildAuthMethods();
|
|
547729
|
-
const version2 = "0.15.
|
|
547729
|
+
const version2 = "0.15.3-nightly.20260429.2ee014e34";
|
|
547730
547730
|
return {
|
|
547731
547731
|
protocolVersion: PROTOCOL_VERSION,
|
|
547732
547732
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.3-nightly.20260429.2ee014e34",
|
|
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.
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.3-nightly.20260429.2ee014e34"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|