@google/gemini-cli-a2a-server 0.42.0-preview.0 → 0.42.0-preview.1

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.
@@ -209438,8 +209438,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
209438
209438
  var init_git_commit = __esm({
209439
209439
  "packages/core/dist/src/generated/git-commit.js"() {
209440
209440
  "use strict";
209441
- GIT_COMMIT_INFO = "0803007c8";
209442
- CLI_VERSION = "0.42.0-preview.0";
209441
+ GIT_COMMIT_INFO = "246f98459";
209442
+ CLI_VERSION = "0.42.0-preview.1";
209443
209443
  }
209444
209444
  });
209445
209445
 
@@ -329508,7 +329508,7 @@ function getVersion() {
329508
329508
  }
329509
329509
  versionPromise = (async () => {
329510
329510
  const pkgJson = await getPackageJson(__dirname4);
329511
- return "0.42.0-preview.0";
329511
+ return "0.42.0-preview.1";
329512
329512
  })();
329513
329513
  return versionPromise;
329514
329514
  }
@@ -396695,8 +396695,7 @@ var init_policy_engine = __esm({
396695
396695
  return false;
396696
396696
  if (!hasRedirection(command))
396697
396697
  return false;
396698
- const sandboxEnabled = !(this.sandboxManager instanceof NoopSandboxManager);
396699
- if (sandboxEnabled && (this.approvalMode === ApprovalMode.AUTO_EDIT || this.approvalMode === ApprovalMode.YOLO)) {
396698
+ if (this.approvalMode === ApprovalMode.AUTO_EDIT || this.approvalMode === ApprovalMode.YOLO) {
396700
396699
  return false;
396701
396700
  }
396702
396701
  return true;