@qwen-code/qwen-code 0.14.5-nightly.20260422.d1c8dff4d → 0.14.5-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
|
@@ -171534,7 +171534,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171534
171534
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171535
171535
|
});
|
|
171536
171536
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171537
|
-
const version2 = "0.14.5-
|
|
171537
|
+
const version2 = "0.14.5-preview.0";
|
|
171538
171538
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171539
171539
|
const baseHeaders = {
|
|
171540
171540
|
"User-Agent": userAgent2
|
|
@@ -458337,7 +458337,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
458337
458337
|
// packages/cli/src/utils/version.ts
|
|
458338
458338
|
async function getCliVersion() {
|
|
458339
458339
|
const pkgJson = await getPackageJson();
|
|
458340
|
-
return "0.14.5-
|
|
458340
|
+
return "0.14.5-preview.0";
|
|
458341
458341
|
}
|
|
458342
458342
|
__name(getCliVersion, "getCliVersion");
|
|
458343
458343
|
|
|
@@ -467198,7 +467198,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
467198
467198
|
|
|
467199
467199
|
// packages/cli/src/generated/git-commit.ts
|
|
467200
467200
|
init_esbuild_shims();
|
|
467201
|
-
var GIT_COMMIT_INFO = "
|
|
467201
|
+
var GIT_COMMIT_INFO = "c802515f9";
|
|
467202
467202
|
|
|
467203
467203
|
// packages/cli/src/utils/systemInfo.ts
|
|
467204
467204
|
async function getNpmVersion() {
|
|
@@ -536702,7 +536702,7 @@ var QwenAgent = class {
|
|
|
536702
536702
|
async initialize(args2) {
|
|
536703
536703
|
this.clientCapabilities = args2.clientCapabilities;
|
|
536704
536704
|
const authMethods = buildAuthMethods();
|
|
536705
|
-
const version2 = "0.14.5-
|
|
536705
|
+
const version2 = "0.14.5-preview.0";
|
|
536706
536706
|
return {
|
|
536707
536707
|
protocolVersion: PROTOCOL_VERSION,
|
|
536708
536708
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.5-
|
|
3
|
+
"version": "0.14.5-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.14.5-
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.5-preview.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|