@qwen-code/qwen-code 0.14.3-preview.0 → 0.14.3
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
|
@@ -171867,7 +171867,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171867
171867
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171868
171868
|
});
|
|
171869
171869
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171870
|
-
const version2 = "0.14.3
|
|
171870
|
+
const version2 = "0.14.3";
|
|
171871
171871
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171872
171872
|
const baseHeaders = {
|
|
171873
171873
|
"User-Agent": userAgent2
|
|
@@ -431312,7 +431312,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
431312
431312
|
// packages/cli/src/utils/version.ts
|
|
431313
431313
|
async function getCliVersion() {
|
|
431314
431314
|
const pkgJson = await getPackageJson();
|
|
431315
|
-
return "0.14.3
|
|
431315
|
+
return "0.14.3";
|
|
431316
431316
|
}
|
|
431317
431317
|
__name(getCliVersion, "getCliVersion");
|
|
431318
431318
|
|
|
@@ -448508,7 +448508,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
448508
448508
|
|
|
448509
448509
|
// packages/cli/src/generated/git-commit.ts
|
|
448510
448510
|
init_esbuild_shims();
|
|
448511
|
-
var GIT_COMMIT_INFO = "
|
|
448511
|
+
var GIT_COMMIT_INFO = "55bcec70d";
|
|
448512
448512
|
|
|
448513
448513
|
// packages/cli/src/utils/systemInfo.ts
|
|
448514
448514
|
async function getNpmVersion() {
|
|
@@ -513062,7 +513062,7 @@ var QwenAgent = class {
|
|
|
513062
513062
|
async initialize(args2) {
|
|
513063
513063
|
this.clientCapabilities = args2.clientCapabilities;
|
|
513064
513064
|
const authMethods = buildAuthMethods();
|
|
513065
|
-
const version2 = "0.14.3
|
|
513065
|
+
const version2 = "0.14.3";
|
|
513066
513066
|
return {
|
|
513067
513067
|
protocolVersion: PROTOCOL_VERSION,
|
|
513068
513068
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.3
|
|
3
|
+
"version": "0.14.3",
|
|
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.3
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.3"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|