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

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.
@@ -288503,8 +288503,8 @@ var Float64Vector = import_vector.default.Float64Vector;
288503
288503
  var PointerVector = import_vector.default.PointerVector;
288504
288504
 
288505
288505
  // packages/core/dist/src/generated/git-commit.js
288506
- var GIT_COMMIT_INFO = "a3947a8d";
288507
- var CLI_VERSION = "0.11.0-preview.1";
288506
+ var GIT_COMMIT_INFO = "c9c2e79d";
288507
+ var CLI_VERSION = "0.11.0";
288508
288508
 
288509
288509
  // packages/core/dist/src/ide/detect-ide.js
288510
288510
  var IDE_DEFINITIONS = {
@@ -291007,7 +291007,7 @@ function createContentGeneratorConfig(config2, authType) {
291007
291007
  return contentGeneratorConfig;
291008
291008
  }
291009
291009
  async function createContentGenerator(config2, gcConfig, sessionId2) {
291010
- const version3 = "0.11.0-preview.1";
291010
+ const version3 = "0.11.0";
291011
291011
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
291012
291012
  const baseHeaders = {
291013
291013
  "User-Agent": userAgent