@qwen-code/qwen-code 0.7.0-nightly.20260108.f776075a → 0.7.0-nightly.20260109.f776075a
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
|
@@ -155198,7 +155198,7 @@ __export(geminiContentGenerator_exports, {
|
|
|
155198
155198
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
155199
155199
|
});
|
|
155200
155200
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
155201
|
-
const version2 = "0.7.0-nightly.
|
|
155201
|
+
const version2 = "0.7.0-nightly.20260109.f776075a";
|
|
155202
155202
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
155203
155203
|
const baseHeaders = {
|
|
155204
155204
|
"User-Agent": userAgent2
|
|
@@ -357823,7 +357823,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
357823
357823
|
// packages/cli/src/utils/version.ts
|
|
357824
357824
|
async function getCliVersion() {
|
|
357825
357825
|
const pkgJson = await getPackageJson();
|
|
357826
|
-
return "0.7.0-nightly.
|
|
357826
|
+
return "0.7.0-nightly.20260109.f776075a";
|
|
357827
357827
|
}
|
|
357828
357828
|
__name(getCliVersion, "getCliVersion");
|
|
357829
357829
|
|
|
@@ -365720,7 +365720,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
365720
365720
|
|
|
365721
365721
|
// packages/cli/src/generated/git-commit.ts
|
|
365722
365722
|
init_esbuild_shims();
|
|
365723
|
-
var GIT_COMMIT_INFO2 = "
|
|
365723
|
+
var GIT_COMMIT_INFO2 = "50284c40";
|
|
365724
365724
|
|
|
365725
365725
|
// packages/cli/src/utils/systemInfo.ts
|
|
365726
365726
|
async function getNpmVersion() {
|
|
@@ -416999,7 +416999,7 @@ var GeminiAgent = class {
|
|
|
416999
416999
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
417000
417000
|
description: APPROVAL_MODE_INFO[mode].description
|
|
417001
417001
|
}));
|
|
417002
|
-
const version2 = "0.7.0-nightly.
|
|
417002
|
+
const version2 = "0.7.0-nightly.20260109.f776075a";
|
|
417003
417003
|
return {
|
|
417004
417004
|
protocolVersion: PROTOCOL_VERSION,
|
|
417005
417005
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qwen-code/qwen-code",
|
|
3
|
-
"version": "0.7.0-nightly.
|
|
3
|
+
"version": "0.7.0-nightly.20260109.f776075a",
|
|
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.7.0-nightly.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.0-nightly.20260109.f776075a"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"tiktoken": "^1.0.21"
|