@qwen-code/qwen-code 0.14.4-nightly.20260415.9f9ffbf95 → 0.14.4-preview.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
|
@@ -171913,7 +171913,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
171913
171913
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
171914
171914
|
});
|
|
171915
171915
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
171916
|
-
const version2 = "0.14.4-
|
|
171916
|
+
const version2 = "0.14.4-preview.1";
|
|
171917
171917
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
171918
171918
|
const baseHeaders = {
|
|
171919
171919
|
"User-Agent": userAgent2
|
|
@@ -443527,7 +443527,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
443527
443527
|
// packages/cli/src/utils/version.ts
|
|
443528
443528
|
async function getCliVersion() {
|
|
443529
443529
|
const pkgJson = await getPackageJson();
|
|
443530
|
-
return "0.14.4-
|
|
443530
|
+
return "0.14.4-preview.1";
|
|
443531
443531
|
}
|
|
443532
443532
|
__name(getCliVersion, "getCliVersion");
|
|
443533
443533
|
|
|
@@ -452188,7 +452188,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
452188
452188
|
|
|
452189
452189
|
// packages/cli/src/generated/git-commit.ts
|
|
452190
452190
|
init_esbuild_shims();
|
|
452191
|
-
var GIT_COMMIT_INFO = "
|
|
452191
|
+
var GIT_COMMIT_INFO = "f96d08972";
|
|
452192
452192
|
|
|
452193
452193
|
// packages/cli/src/utils/systemInfo.ts
|
|
452194
452194
|
async function getNpmVersion() {
|
|
@@ -517877,7 +517877,7 @@ var QwenAgent = class {
|
|
|
517877
517877
|
async initialize(args2) {
|
|
517878
517878
|
this.clientCapabilities = args2.clientCapabilities;
|
|
517879
517879
|
const authMethods = buildAuthMethods();
|
|
517880
|
-
const version2 = "0.14.4-
|
|
517880
|
+
const version2 = "0.14.4-preview.1";
|
|
517881
517881
|
return {
|
|
517882
517882
|
protocolVersion: PROTOCOL_VERSION,
|
|
517883
517883
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.14.4-
|
|
3
|
+
"version": "0.14.4-preview.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.4-
|
|
24
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.14.4-preview.1"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"optionalDependencies": {
|