@qwen-code/qwen-code 0.10.2-nightly.20260217.a0a0a70b → 0.10.2-preview.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
|
@@ -157322,7 +157322,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
157322
157322
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
157323
157323
|
});
|
|
157324
157324
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
157325
|
-
const version2 = "0.10.2-
|
|
157325
|
+
const version2 = "0.10.2-preview.0";
|
|
157326
157326
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
157327
157327
|
const baseHeaders = {
|
|
157328
157328
|
"User-Agent": userAgent2
|
|
@@ -374378,7 +374378,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
374378
374378
|
// packages/cli/src/utils/version.ts
|
|
374379
374379
|
async function getCliVersion() {
|
|
374380
374380
|
const pkgJson = await getPackageJson();
|
|
374381
|
-
return "0.10.2-
|
|
374381
|
+
return "0.10.2-preview.0";
|
|
374382
374382
|
}
|
|
374383
374383
|
__name(getCliVersion, "getCliVersion");
|
|
374384
374384
|
|
|
@@ -381927,7 +381927,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
381927
381927
|
|
|
381928
381928
|
// packages/cli/src/generated/git-commit.ts
|
|
381929
381929
|
init_esbuild_shims();
|
|
381930
|
-
var GIT_COMMIT_INFO = "
|
|
381930
|
+
var GIT_COMMIT_INFO = "15d70c98";
|
|
381931
381931
|
|
|
381932
381932
|
// packages/cli/src/utils/systemInfo.ts
|
|
381933
381933
|
async function getNpmVersion() {
|
|
@@ -436578,7 +436578,7 @@ var GeminiAgent = class {
|
|
|
436578
436578
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
436579
436579
|
description: APPROVAL_MODE_INFO[mode].description
|
|
436580
436580
|
}));
|
|
436581
|
-
const version2 = "0.10.2-
|
|
436581
|
+
const version2 = "0.10.2-preview.0";
|
|
436582
436582
|
return {
|
|
436583
436583
|
protocolVersion: PROTOCOL_VERSION,
|
|
436584
436584
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.10.2-
|
|
3
|
+
"version": "0.10.2-preview.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.2-
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.10.2-preview.0"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {},
|
|
26
26
|
"optionalDependencies": {
|