@qwen-code/qwen-code 0.6.0-nightly.20260101.105ad743 → 0.6.0-nightly.20260102.105ad743

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.
Files changed (2) hide show
  1. package/cli.js +4 -4
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -154435,7 +154435,7 @@ __export(geminiContentGenerator_exports, {
154435
154435
  createGeminiContentGenerator: () => createGeminiContentGenerator
154436
154436
  });
154437
154437
  function createGeminiContentGenerator(config2, gcConfig) {
154438
- const version2 = "0.6.0-nightly.20260101.105ad743";
154438
+ const version2 = "0.6.0-nightly.20260102.105ad743";
154439
154439
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
154440
154440
  const baseHeaders = {
154441
154441
  "User-Agent": userAgent2
@@ -355418,7 +355418,7 @@ __name(getPackageJson, "getPackageJson");
355418
355418
  // packages/cli/src/utils/version.ts
355419
355419
  async function getCliVersion() {
355420
355420
  const pkgJson = await getPackageJson();
355421
- return "0.6.0-nightly.20260101.105ad743";
355421
+ return "0.6.0-nightly.20260102.105ad743";
355422
355422
  }
355423
355423
  __name(getCliVersion, "getCliVersion");
355424
355424
 
@@ -363466,7 +363466,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
363466
363466
 
363467
363467
  // packages/cli/src/generated/git-commit.ts
363468
363468
  init_esbuild_shims();
363469
- var GIT_COMMIT_INFO2 = "846f7bae";
363469
+ var GIT_COMMIT_INFO2 = "5a35add6";
363470
363470
 
363471
363471
  // packages/cli/src/utils/systemInfo.ts
363472
363472
  async function getNpmVersion() {
@@ -414405,7 +414405,7 @@ var GeminiAgent = class {
414405
414405
  name: APPROVAL_MODE_INFO[mode].name,
414406
414406
  description: APPROVAL_MODE_INFO[mode].description
414407
414407
  }));
414408
- const version2 = "0.6.0-nightly.20260101.105ad743";
414408
+ const version2 = "0.6.0-nightly.20260102.105ad743";
414409
414409
  return {
414410
414410
  protocolVersion: PROTOCOL_VERSION,
414411
414411
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.6.0-nightly.20260101.105ad743",
3
+ "version": "0.6.0-nightly.20260102.105ad743",
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.6.0-nightly.20260101.105ad743"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.6.0-nightly.20260102.105ad743"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"