@google/gemini-cli-a2a-server 0.23.0-preview.0 → 0.23.0-preview.2

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.
@@ -310224,7 +310224,7 @@ var __filename = fileURLToPath4(import.meta.url);
310224
310224
  var __dirname3 = path20.dirname(__filename);
310225
310225
  async function getVersion() {
310226
310226
  const pkgJson = await getPackageJson(__dirname3);
310227
- return "0.23.0-preview.0";
310227
+ return "0.23.0-preview.2";
310228
310228
  }
310229
310229
 
310230
310230
  // packages/core/dist/src/code_assist/experiments/client_metadata.js
@@ -312995,8 +312995,8 @@ var Float64Vector = import_vector.default.Float64Vector;
312995
312995
  var PointerVector = import_vector.default.PointerVector;
312996
312996
 
312997
312997
  // packages/core/dist/src/generated/git-commit.js
312998
- var GIT_COMMIT_INFO = "58fd00a3d";
312999
- var CLI_VERSION = "0.23.0-preview.0";
312998
+ var GIT_COMMIT_INFO = "bc40695ce";
312999
+ var CLI_VERSION = "0.23.0-preview.2";
313000
313000
 
313001
313001
  // packages/core/dist/src/ide/detect-ide.js
313002
313002
  var IDE_DEFINITIONS = {
@@ -315192,7 +315192,7 @@ var StartupProfiler = class _StartupProfiler {
315192
315192
  * Flushes buffered metrics to the telemetry system.
315193
315193
  */
315194
315194
  flush(config3) {
315195
- debugLogger.log("[STARTUP] StartupProfiler.flush() called with", this.phases.size, "phases");
315195
+ debugLogger.debug("[STARTUP] StartupProfiler.flush() called with", this.phases.size, "phases");
315196
315196
  const commonDetails = {
315197
315197
  os_platform: os6.platform(),
315198
315198
  os_arch: os6.arch(),
@@ -315213,13 +315213,13 @@ var StartupProfiler = class _StartupProfiler {
315213
315213
  cpu_usage_system: phase.cpuUsage.system,
315214
315214
  ...phase.details
315215
315215
  };
315216
- debugLogger.log("[STARTUP] Recording metric for phase:", phase.name, "duration:", measure.duration);
315216
+ debugLogger.debug("[STARTUP] Recording metric for phase:", phase.name, "duration:", measure.duration);
315217
315217
  recordStartupPerformance(config3, measure.duration, {
315218
315218
  phase: phase.name,
315219
315219
  details
315220
315220
  });
315221
315221
  } else {
315222
- debugLogger.log("[STARTUP] Skipping phase without measure:", phase.name);
315222
+ debugLogger.debug("[STARTUP] Skipping phase without measure:", phase.name);
315223
315223
  }
315224
315224
  }
315225
315225
  const startupPhases = [];