@google/gemini-cli-a2a-server 0.19.0 → 0.19.1

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.
@@ -307803,8 +307803,8 @@ var Float64Vector = import_vector.default.Float64Vector;
307803
307803
  var PointerVector = import_vector.default.PointerVector;
307804
307804
 
307805
307805
  // packages/core/dist/src/generated/git-commit.js
307806
- var GIT_COMMIT_INFO = "90a5dc3da";
307807
- var CLI_VERSION = "0.19.0";
307806
+ var GIT_COMMIT_INFO = "6169ef04b";
307807
+ var CLI_VERSION = "0.19.1";
307808
307808
 
307809
307809
  // packages/core/dist/src/ide/detect-ide.js
307810
307810
  var IDE_DEFINITIONS = {
@@ -310731,7 +310731,7 @@ async function createContentGenerator(config3, gcConfig, sessionId2) {
310731
310731
  if (gcConfig.fakeResponses) {
310732
310732
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
310733
310733
  }
310734
- const version4 = "0.19.0";
310734
+ const version4 = "0.19.1";
310735
310735
  const customHeadersEnv = process.env["GEMINI_CLI_CUSTOM_HEADERS"] || void 0;
310736
310736
  const userAgent = `GeminiCLI/${version4} (${process.platform}; ${process.arch})`;
310737
310737
  const customHeadersMap = parseCustomHeaders(customHeadersEnv);
@@ -373914,7 +373914,7 @@ async function getClientMetadata() {
373914
373914
  clientMetadataPromise = (async () => ({
373915
373915
  ideName: "IDE_UNSPECIFIED",
373916
373916
  pluginType: "GEMINI",
373917
- ideVersion: "0.19.0",
373917
+ ideVersion: "0.19.1",
373918
373918
  platform: getPlatform(),
373919
373919
  updateChannel: await getReleaseChannel(__dirname5)
373920
373920
  }))();