@qwen-code/qwen-code 0.10.4-preview.0 → 0.10.4
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
|
@@ -157322,7 +157322,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
157322
157322
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
157323
157323
|
});
|
|
157324
157324
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
157325
|
-
const version2 = "0.10.4
|
|
157325
|
+
const version2 = "0.10.4";
|
|
157326
157326
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
157327
157327
|
const baseHeaders = {
|
|
157328
157328
|
"User-Agent": userAgent2
|
|
@@ -374444,7 +374444,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
374444
374444
|
// packages/cli/src/utils/version.ts
|
|
374445
374445
|
async function getCliVersion() {
|
|
374446
374446
|
const pkgJson = await getPackageJson();
|
|
374447
|
-
return "0.10.4
|
|
374447
|
+
return "0.10.4";
|
|
374448
374448
|
}
|
|
374449
374449
|
__name(getCliVersion, "getCliVersion");
|
|
374450
374450
|
|
|
@@ -381993,7 +381993,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
381993
381993
|
|
|
381994
381994
|
// packages/cli/src/generated/git-commit.ts
|
|
381995
381995
|
init_esbuild_shims();
|
|
381996
|
-
var GIT_COMMIT_INFO = "
|
|
381996
|
+
var GIT_COMMIT_INFO = "509a88a4";
|
|
381997
381997
|
|
|
381998
381998
|
// packages/cli/src/utils/systemInfo.ts
|
|
381999
381999
|
async function getNpmVersion() {
|
|
@@ -436712,7 +436712,7 @@ var GeminiAgent = class {
|
|
|
436712
436712
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
436713
436713
|
description: APPROVAL_MODE_INFO[mode].description
|
|
436714
436714
|
}));
|
|
436715
|
-
const version2 = "0.10.4
|
|
436715
|
+
const version2 = "0.10.4";
|
|
436716
436716
|
return {
|
|
436717
436717
|
protocolVersion: PROTOCOL_VERSION,
|
|
436718
436718
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.10.4
|
|
3
|
+
"version": "0.10.4",
|
|
4
4
|
"description": "Qwen Code - AI-powered coding assistant",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"locales"
|
|
21
21
|
],
|
|
22
22
|
"config": {
|
|
23
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.4
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|