@google/gemini-cli-a2a-server 0.20.1 → 0.20.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.
@@ -307842,8 +307842,8 @@ var Float64Vector = import_vector.default.Float64Vector;
307842
307842
  var PointerVector = import_vector.default.PointerVector;
307843
307843
 
307844
307844
  // packages/core/dist/src/generated/git-commit.js
307845
- var GIT_COMMIT_INFO = "ba8643809";
307846
- var CLI_VERSION = "0.20.1";
307845
+ var GIT_COMMIT_INFO = "af894e468";
307846
+ var CLI_VERSION = "0.20.2";
307847
307847
 
307848
307848
  // packages/core/dist/src/ide/detect-ide.js
307849
307849
  var IDE_DEFINITIONS = {
@@ -310901,7 +310901,7 @@ async function createContentGenerator(config3, gcConfig, sessionId2) {
310901
310901
  if (gcConfig.fakeResponses) {
310902
310902
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
310903
310903
  }
310904
- const version4 = "0.20.1";
310904
+ const version4 = "0.20.2";
310905
310905
  const customHeadersEnv = process.env["GEMINI_CLI_CUSTOM_HEADERS"] || void 0;
310906
310906
  const userAgent = `GeminiCLI/${version4} (${process.platform}; ${process.arch})`;
310907
310907
  const customHeadersMap = parseCustomHeaders(customHeadersEnv);
@@ -377569,7 +377569,7 @@ async function getClientMetadata() {
377569
377569
  clientMetadataPromise = (async () => ({
377570
377570
  ideName: "IDE_UNSPECIFIED",
377571
377571
  pluginType: "GEMINI",
377572
- ideVersion: "0.20.1",
377572
+ ideVersion: "0.20.2",
377573
377573
  platform: getPlatform(),
377574
377574
  updateChannel: await getReleaseChannel(__dirname5)
377575
377575
  }))();