@qwen-code/qwen-code 0.7.1-nightly.20260117.0681c718 → 0.7.1-nightly.20260118.0681c718

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
@@ -155414,7 +155414,7 @@ __export(geminiContentGenerator_exports, {
155414
155414
  createGeminiContentGenerator: () => createGeminiContentGenerator
155415
155415
  });
155416
155416
  function createGeminiContentGenerator(config2, gcConfig) {
155417
- const version2 = "0.7.1-nightly.20260117.0681c718";
155417
+ const version2 = "0.7.1-nightly.20260118.0681c718";
155418
155418
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
155419
155419
  const baseHeaders = {
155420
155420
  "User-Agent": userAgent2
@@ -359965,7 +359965,7 @@ __name(getPackageJson, "getPackageJson");
359965
359965
  // packages/cli/src/utils/version.ts
359966
359966
  async function getCliVersion() {
359967
359967
  const pkgJson = await getPackageJson();
359968
- return "0.7.1-nightly.20260117.0681c718";
359968
+ return "0.7.1-nightly.20260118.0681c718";
359969
359969
  }
359970
359970
  __name(getCliVersion, "getCliVersion");
359971
359971
 
@@ -367866,7 +367866,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
367866
367866
 
367867
367867
  // packages/cli/src/generated/git-commit.ts
367868
367868
  init_esbuild_shims();
367869
- var GIT_COMMIT_INFO2 = "bb80fca1";
367869
+ var GIT_COMMIT_INFO2 = "0d07a22d";
367870
367870
 
367871
367871
  // packages/cli/src/utils/systemInfo.ts
367872
367872
  async function getNpmVersion() {
@@ -419305,7 +419305,7 @@ var GeminiAgent = class {
419305
419305
  name: APPROVAL_MODE_INFO[mode].name,
419306
419306
  description: APPROVAL_MODE_INFO[mode].description
419307
419307
  }));
419308
- const version2 = "0.7.1-nightly.20260117.0681c718";
419308
+ const version2 = "0.7.1-nightly.20260118.0681c718";
419309
419309
  return {
419310
419310
  protocolVersion: PROTOCOL_VERSION,
419311
419311
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.7.1-nightly.20260117.0681c718",
3
+ "version": "0.7.1-nightly.20260118.0681c718",
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.1-nightly.20260117.0681c718"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.1-nightly.20260118.0681c718"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"