@qwen-code/qwen-code 0.15.5-preview.0 → 0.15.5
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
|
@@ -171586,7 +171586,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171586
171586
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171587
171587
|
});
|
|
171588
171588
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171589
|
-
const version2 = "0.15.5
|
|
171589
|
+
const version2 = "0.15.5";
|
|
171590
171590
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171591
171591
|
const baseHeaders = {
|
|
171592
171592
|
"User-Agent": userAgent2
|
|
@@ -464651,7 +464651,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
464651
464651
|
// packages/cli/src/utils/version.ts
|
|
464652
464652
|
async function getCliVersion() {
|
|
464653
464653
|
const pkgJson = await getPackageJson();
|
|
464654
|
-
return "0.15.5
|
|
464654
|
+
return "0.15.5";
|
|
464655
464655
|
}
|
|
464656
464656
|
__name(getCliVersion, "getCliVersion");
|
|
464657
464657
|
|
|
@@ -473721,7 +473721,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options2) => {
|
|
|
473721
473721
|
|
|
473722
473722
|
// packages/cli/src/generated/git-commit.ts
|
|
473723
473723
|
init_esbuild_shims();
|
|
473724
|
-
var GIT_COMMIT_INFO = "
|
|
473724
|
+
var GIT_COMMIT_INFO = "bb32b693a";
|
|
473725
473725
|
|
|
473726
473726
|
// packages/cli/src/utils/systemInfo.ts
|
|
473727
473727
|
async function getNpmVersion() {
|
|
@@ -547915,7 +547915,7 @@ var QwenAgent = class {
|
|
|
547915
547915
|
async initialize(args2) {
|
|
547916
547916
|
this.clientCapabilities = args2.clientCapabilities;
|
|
547917
547917
|
const authMethods = buildAuthMethods();
|
|
547918
|
-
const version2 = "0.15.5
|
|
547918
|
+
const version2 = "0.15.5";
|
|
547919
547919
|
return {
|
|
547920
547920
|
protocolVersion: PROTOCOL_VERSION,
|
|
547921
547921
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.15.5
|
|
3
|
+
"version": "0.15.5",
|
|
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.5
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.15.5"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|