@google/gemini-cli-a2a-server 0.15.1 → 0.15.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.
@@ -295899,8 +295899,8 @@ var Float64Vector = import_vector.default.Float64Vector;
295899
295899
  var PointerVector = import_vector.default.PointerVector;
295900
295900
 
295901
295901
  // packages/core/dist/src/generated/git-commit.js
295902
- var GIT_COMMIT_INFO = "79d867379";
295903
- var CLI_VERSION = "0.15.1";
295902
+ var GIT_COMMIT_INFO = "a9789ae61";
295903
+ var CLI_VERSION = "0.15.3";
295904
295904
 
295905
295905
  // packages/core/dist/src/ide/detect-ide.js
295906
295906
  var IDE_DEFINITIONS = {
@@ -298705,7 +298705,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
298705
298705
  if (gcConfig.fakeResponses) {
298706
298706
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
298707
298707
  }
298708
- const version3 = "0.15.1";
298708
+ const version3 = "0.15.3";
298709
298709
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
298710
298710
  const baseHeaders = {
298711
298711
  "User-Agent": userAgent
@@ -355006,7 +355006,7 @@ async function getClientMetadata() {
355006
355006
  if (!clientMetadataPromise) {
355007
355007
  clientMetadataPromise = (async () => ({
355008
355008
  ideName: "GEMINI_CLI",
355009
- ideVersion: "0.15.1",
355009
+ ideVersion: "0.15.3",
355010
355010
  platform: getPlatform(),
355011
355011
  updateChannel: await getReleaseChannel(__dirname5)
355012
355012
  }))();