@qwen-code/qwen-code 0.7.1-nightly.20260115.985f65f8 → 0.7.1-nightly.20260116.886f914f

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 +6 -5
  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.20260115.985f65f8";
155417
+ const version2 = "0.7.1-nightly.20260116.886f914f";
155418
155418
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
155419
155419
  const baseHeaders = {
155420
155420
  "User-Agent": userAgent2
@@ -359945,7 +359945,7 @@ __name(getPackageJson, "getPackageJson");
359945
359945
  // packages/cli/src/utils/version.ts
359946
359946
  async function getCliVersion() {
359947
359947
  const pkgJson = await getPackageJson();
359948
- return "0.7.1-nightly.20260115.985f65f8";
359948
+ return "0.7.1-nightly.20260116.886f914f";
359949
359949
  }
359950
359950
  __name(getCliVersion, "getCliVersion");
359951
359951
 
@@ -364416,7 +364416,8 @@ async function loadCliConfig(settings, extensions, extensionEnablementManager, a
364416
364416
  extraExcludes.push(toolName);
364417
364417
  }
364418
364418
  }, "excludeUnlessExplicit");
364419
- if (!interactive && !argv.experimentalAcp && inputFormat !== InputFormat.STREAM_JSON) {
364419
+ const isAcpMode = argv.acp || argv.experimentalAcp;
364420
+ if (!interactive && !isAcpMode && inputFormat !== InputFormat.STREAM_JSON) {
364420
364421
  switch (approvalMode) {
364421
364422
  case ApprovalMode.PLAN:
364422
364423
  case ApprovalMode.DEFAULT:
@@ -367845,7 +367846,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
367845
367846
 
367846
367847
  // packages/cli/src/generated/git-commit.ts
367847
367848
  init_esbuild_shims();
367848
- var GIT_COMMIT_INFO2 = "ae5ac1f2";
367849
+ var GIT_COMMIT_INFO2 = "db9cf70b";
367849
367850
 
367850
367851
  // packages/cli/src/utils/systemInfo.ts
367851
367852
  async function getNpmVersion() {
@@ -419284,7 +419285,7 @@ var GeminiAgent = class {
419284
419285
  name: APPROVAL_MODE_INFO[mode].name,
419285
419286
  description: APPROVAL_MODE_INFO[mode].description
419286
419287
  }));
419287
- const version2 = "0.7.1-nightly.20260115.985f65f8";
419288
+ const version2 = "0.7.1-nightly.20260116.886f914f";
419288
419289
  return {
419289
419290
  protocolVersion: PROTOCOL_VERSION,
419290
419291
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.7.1-nightly.20260115.985f65f8",
3
+ "version": "0.7.1-nightly.20260116.886f914f",
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.20260115.985f65f8"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.7.1-nightly.20260116.886f914f"
24
24
  },
25
25
  "dependencies": {
26
26
  "tiktoken": "^1.0.21"