@google/gemini-cli-a2a-server 0.16.0-preview.0 → 0.17.0-nightly.20251114.0fcbff506

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.
@@ -295944,8 +295944,8 @@ var Float64Vector = import_vector.default.Float64Vector;
295944
295944
  var PointerVector = import_vector.default.PointerVector;
295945
295945
 
295946
295946
  // packages/core/dist/src/generated/git-commit.js
295947
- var GIT_COMMIT_INFO = "48e3932f6";
295948
- var CLI_VERSION = "0.16.0-preview.0";
295947
+ var GIT_COMMIT_INFO = "0fcbff506";
295948
+ var CLI_VERSION = "0.17.0-nightly.20251114.0fcbff506";
295949
295949
 
295950
295950
  // packages/core/dist/src/ide/detect-ide.js
295951
295951
  var IDE_DEFINITIONS = {
@@ -298790,7 +298790,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
298790
298790
  if (gcConfig.fakeResponses) {
298791
298791
  return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
298792
298792
  }
298793
- const version3 = "0.16.0-preview.0";
298793
+ const version3 = "0.17.0-nightly.20251114.0fcbff506";
298794
298794
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
298795
298795
  const baseHeaders = {
298796
298796
  "User-Agent": userAgent
@@ -354864,7 +354864,7 @@ async function getClientMetadata() {
354864
354864
  clientMetadataPromise = (async () => ({
354865
354865
  ideName: "IDE_UNSPECIFIED",
354866
354866
  pluginType: "GEMINI",
354867
- ideVersion: "0.16.0-preview.0",
354867
+ ideVersion: "0.17.0-nightly.20251114.0fcbff506",
354868
354868
  platform: getPlatform(),
354869
354869
  updateChannel: await getReleaseChannel(__dirname5)
354870
354870
  }))();