@google/gemini-cli-a2a-server 0.18.0-preview.2 → 0.18.0-preview.3

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.
@@ -307590,8 +307590,8 @@ var Float64Vector = import_vector.default.Float64Vector;
307590
307590
  var PointerVector = import_vector.default.PointerVector;
307591
307591
 
307592
307592
  // packages/core/dist/src/generated/git-commit.js
307593
- var GIT_COMMIT_INFO = "843b019ce";
307594
- var CLI_VERSION = "0.18.0-preview.2";
307593
+ var GIT_COMMIT_INFO = "ea3d022c8";
307594
+ var CLI_VERSION = "0.18.0-preview.3";
307595
307595
 
307596
307596
  // packages/core/dist/src/ide/detect-ide.js
307597
307597
  var IDE_DEFINITIONS = {
@@ -310450,7 +310450,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
310450
310450
  if (gcConfig.fakeResponses) {
310451
310451
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
310452
310452
  }
310453
- const version3 = "0.18.0-preview.2";
310453
+ const version3 = "0.18.0-preview.3";
310454
310454
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
310455
310455
  const baseHeaders = {
310456
310456
  "User-Agent": userAgent
@@ -367575,7 +367575,7 @@ async function getClientMetadata() {
367575
367575
  clientMetadataPromise = (async () => ({
367576
367576
  ideName: "IDE_UNSPECIFIED",
367577
367577
  pluginType: "GEMINI",
367578
- ideVersion: "0.18.0-preview.2",
367578
+ ideVersion: "0.18.0-preview.3",
367579
367579
  platform: getPlatform(),
367580
367580
  updateChannel: await getReleaseChannel(__dirname5)
367581
367581
  }))();