@qwen-code/qwen-code 0.10.0-preview.2 → 0.10.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
|
@@ -156312,7 +156312,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
156312
156312
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
156313
156313
|
});
|
|
156314
156314
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
156315
|
-
const version2 = "0.10.0
|
|
156315
|
+
const version2 = "0.10.0";
|
|
156316
156316
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
156317
156317
|
const baseHeaders = {
|
|
156318
156318
|
"User-Agent": userAgent2
|
|
@@ -373022,7 +373022,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
373022
373022
|
// packages/cli/src/utils/version.ts
|
|
373023
373023
|
async function getCliVersion() {
|
|
373024
373024
|
const pkgJson = await getPackageJson();
|
|
373025
|
-
return "0.10.0
|
|
373025
|
+
return "0.10.0";
|
|
373026
373026
|
}
|
|
373027
373027
|
__name(getCliVersion, "getCliVersion");
|
|
373028
373028
|
|
|
@@ -380545,7 +380545,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
380545
380545
|
|
|
380546
380546
|
// packages/cli/src/generated/git-commit.ts
|
|
380547
380547
|
init_esbuild_shims();
|
|
380548
|
-
var GIT_COMMIT_INFO = "
|
|
380548
|
+
var GIT_COMMIT_INFO = "9bccd497";
|
|
380549
380549
|
|
|
380550
380550
|
// packages/cli/src/utils/systemInfo.ts
|
|
380551
380551
|
async function getNpmVersion() {
|
|
@@ -434813,7 +434813,7 @@ var GeminiAgent = class {
|
|
|
434813
434813
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
434814
434814
|
description: APPROVAL_MODE_INFO[mode].description
|
|
434815
434815
|
}));
|
|
434816
|
-
const version2 = "0.10.0
|
|
434816
|
+
const version2 = "0.10.0";
|
|
434817
434817
|
return {
|
|
434818
434818
|
protocolVersion: PROTOCOL_VERSION,
|
|
434819
434819
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
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.0
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|