@google/gemini-cli-a2a-server 0.21.0-nightly.20251207.025e450ac → 0.21.0-nightly.20251208.7a7203757

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.
@@ -311858,8 +311858,8 @@ var Float64Vector = import_vector.default.Float64Vector;
311858
311858
  var PointerVector = import_vector.default.PointerVector;
311859
311859
 
311860
311860
  // packages/core/dist/src/generated/git-commit.js
311861
- var GIT_COMMIT_INFO = "025e450ac";
311862
- var CLI_VERSION = "0.21.0-nightly.20251207.025e450ac";
311861
+ var GIT_COMMIT_INFO = "7a7203757";
311862
+ var CLI_VERSION = "0.21.0-nightly.20251208.7a7203757";
311863
311863
 
311864
311864
  // packages/core/dist/src/ide/detect-ide.js
311865
311865
  var IDE_DEFINITIONS = {
@@ -315004,7 +315004,7 @@ async function createContentGenerator(config3, gcConfig, sessionId2) {
315004
315004
  if (gcConfig.fakeResponses) {
315005
315005
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
315006
315006
  }
315007
- const version4 = "0.21.0-nightly.20251207.025e450ac";
315007
+ const version4 = "0.21.0-nightly.20251208.7a7203757";
315008
315008
  const customHeadersEnv = process.env["GEMINI_CLI_CUSTOM_HEADERS"] || void 0;
315009
315009
  const userAgent = `GeminiCLI/${version4} (${process.platform}; ${process.arch})`;
315010
315010
  const customHeadersMap = parseCustomHeaders(customHeadersEnv);
@@ -381789,7 +381789,7 @@ async function getClientMetadata() {
381789
381789
  clientMetadataPromise = (async () => ({
381790
381790
  ideName: "IDE_UNSPECIFIED",
381791
381791
  pluginType: "GEMINI",
381792
- ideVersion: "0.21.0-nightly.20251207.025e450ac",
381792
+ ideVersion: "0.21.0-nightly.20251208.7a7203757",
381793
381793
  platform: getPlatform(),
381794
381794
  updateChannel: await getReleaseChannel(__dirname5)
381795
381795
  }))();