@qwen-code/qwen-code 0.15.6-preview.1 → 0.15.7-preview.0
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
|
@@ -173078,7 +173078,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
173078
173078
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
173079
173079
|
});
|
|
173080
173080
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
173081
|
-
const version2 = "0.15.
|
|
173081
|
+
const version2 = "0.15.7-preview.0";
|
|
173082
173082
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
173083
173083
|
const baseHeaders = {
|
|
173084
173084
|
"User-Agent": userAgent2
|
|
@@ -474715,7 +474715,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
474715
474715
|
// packages/cli/src/utils/version.ts
|
|
474716
474716
|
async function getCliVersion() {
|
|
474717
474717
|
const pkgJson = await getPackageJson();
|
|
474718
|
-
return "0.15.
|
|
474718
|
+
return "0.15.7-preview.0";
|
|
474719
474719
|
}
|
|
474720
474720
|
__name(getCliVersion, "getCliVersion");
|
|
474721
474721
|
|
|
@@ -485072,7 +485072,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds, options2) => {
|
|
|
485072
485072
|
|
|
485073
485073
|
// packages/cli/src/generated/git-commit.ts
|
|
485074
485074
|
init_esbuild_shims();
|
|
485075
|
-
var GIT_COMMIT_INFO = "
|
|
485075
|
+
var GIT_COMMIT_INFO = "e6a48b38f";
|
|
485076
485076
|
|
|
485077
485077
|
// packages/cli/src/utils/systemInfo.ts
|
|
485078
485078
|
async function getNpmVersion() {
|
|
@@ -560801,7 +560801,7 @@ var QwenAgent = class {
|
|
|
560801
560801
|
async initialize(args2) {
|
|
560802
560802
|
this.clientCapabilities = args2.clientCapabilities;
|
|
560803
560803
|
const authMethods = buildAuthMethods();
|
|
560804
|
-
const version2 = "0.15.
|
|
560804
|
+
const version2 = "0.15.7-preview.0";
|
|
560805
560805
|
return {
|
|
560806
560806
|
protocolVersion: PROTOCOL_VERSION,
|
|
560807
560807
|
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.7-preview.0",
|
|
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.7-preview.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|