@google/gemini-cli-a2a-server 0.27.0-preview.2 → 0.27.0-preview.4

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.
@@ -326597,7 +326597,7 @@ var __filename = fileURLToPath5(import.meta.url);
326597
326597
  var __dirname3 = path20.dirname(__filename);
326598
326598
  async function getVersion() {
326599
326599
  const pkgJson = await getPackageJson(__dirname3);
326600
- return "0.27.0-preview.2";
326600
+ return "0.27.0-preview.4";
326601
326601
  }
326602
326602
 
326603
326603
  // packages/core/dist/src/code_assist/experiments/client_metadata.js
@@ -330003,8 +330003,8 @@ var Float64Vector = import_vector.default.Float64Vector;
330003
330003
  var PointerVector = import_vector.default.PointerVector;
330004
330004
 
330005
330005
  // packages/core/dist/src/generated/git-commit.js
330006
- var GIT_COMMIT_INFO = "3c33fcb69";
330007
- var CLI_VERSION = "0.27.0-preview.2";
330006
+ var GIT_COMMIT_INFO = "7ce9aa518";
330007
+ var CLI_VERSION = "0.27.0-preview.4";
330008
330008
 
330009
330009
  // packages/core/dist/src/ide/detect-ide.js
330010
330010
  var IDE_DEFINITIONS = {
@@ -371956,7 +371956,7 @@ function delay2(ms, signal) {
371956
371956
  // packages/core/dist/src/utils/retry.js
371957
371957
  init_debugLogger();
371958
371958
  var DEFAULT_RETRY_OPTIONS = {
371959
- maxAttempts: 10,
371959
+ maxAttempts: 3,
371960
371960
  initialDelayMs: 5e3,
371961
371961
  maxDelayMs: 3e4,
371962
371962
  // 30 seconds