@google/gemini-cli-a2a-server 0.36.0-preview.5 → 0.36.0-preview.6

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.
@@ -63158,7 +63158,7 @@ function getSecureSanitizationConfig(requestedConfig = {}, baseConfig) {
63158
63158
  allowedEnvironmentVariables: [...new Set(allowed)],
63159
63159
  blockedEnvironmentVariables: [...new Set(blocked)],
63160
63160
  // Redaction must be enabled for secure configurations
63161
- enableEnvironmentVariableRedaction: true
63161
+ enableEnvironmentVariableRedaction: requestedConfig.enableEnvironmentVariableRedaction ?? baseConfig?.enableEnvironmentVariableRedaction ?? false
63162
63162
  };
63163
63163
  }
63164
63164
  var ALWAYS_ALLOWED_ENVIRONMENT_VARIABLES, NEVER_ALLOWED_ENVIRONMENT_VARIABLES, NEVER_ALLOWED_NAME_PATTERNS, NEVER_ALLOWED_VALUE_PATTERNS;
@@ -209115,8 +209115,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
209115
209115
  var init_git_commit = __esm({
209116
209116
  "packages/core/dist/src/generated/git-commit.js"() {
209117
209117
  "use strict";
209118
- GIT_COMMIT_INFO = "310db3b82";
209119
- CLI_VERSION = "0.36.0-preview.5";
209118
+ GIT_COMMIT_INFO = "975b7dc16";
209119
+ CLI_VERSION = "0.36.0-preview.6";
209120
209120
  }
209121
209121
  });
209122
209122
 
@@ -332048,7 +332048,7 @@ function getVersion() {
332048
332048
  }
332049
332049
  versionPromise = (async () => {
332050
332050
  const pkgJson = await getPackageJson(__dirname4);
332051
- return "0.36.0-preview.5";
332051
+ return "0.36.0-preview.6";
332052
332052
  })();
332053
332053
  return versionPromise;
332054
332054
  }