@qwen-code/qwen-code 0.14.1-preview.0 → 0.14.1
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
|
@@ -171783,7 +171783,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171783
171783
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171784
171784
|
});
|
|
171785
171785
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171786
|
-
const version2 = "0.14.1
|
|
171786
|
+
const version2 = "0.14.1";
|
|
171787
171787
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171788
171788
|
const baseHeaders = {
|
|
171789
171789
|
"User-Agent": userAgent2
|
|
@@ -430800,7 +430800,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
430800
430800
|
// packages/cli/src/utils/version.ts
|
|
430801
430801
|
async function getCliVersion() {
|
|
430802
430802
|
const pkgJson = await getPackageJson();
|
|
430803
|
-
return "0.14.1
|
|
430803
|
+
return "0.14.1";
|
|
430804
430804
|
}
|
|
430805
430805
|
__name(getCliVersion, "getCliVersion");
|
|
430806
430806
|
|
|
@@ -447987,7 +447987,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
447987
447987
|
|
|
447988
447988
|
// packages/cli/src/generated/git-commit.ts
|
|
447989
447989
|
init_esbuild_shims();
|
|
447990
|
-
var GIT_COMMIT_INFO = "
|
|
447990
|
+
var GIT_COMMIT_INFO = "c7cfd4c1d";
|
|
447991
447991
|
|
|
447992
447992
|
// packages/cli/src/utils/systemInfo.ts
|
|
447993
447993
|
async function getNpmVersion() {
|
|
@@ -512127,7 +512127,7 @@ var QwenAgent = class {
|
|
|
512127
512127
|
async initialize(args2) {
|
|
512128
512128
|
this.clientCapabilities = args2.clientCapabilities;
|
|
512129
512129
|
const authMethods = buildAuthMethods();
|
|
512130
|
-
const version2 = "0.14.1
|
|
512130
|
+
const version2 = "0.14.1";
|
|
512131
512131
|
return {
|
|
512132
512132
|
protocolVersion: PROTOCOL_VERSION,
|
|
512133
512133
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.1
|
|
3
|
+
"version": "0.14.1",
|
|
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.1
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|