@google/gemini-cli-a2a-server 0.15.0-preview.0 → 0.15.0-preview.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.
@@ -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 = "2abc288c";
295903
- var CLI_VERSION = "0.15.0-preview.0";
295902
+ var GIT_COMMIT_INFO = "dfe7fc9a";
295903
+ var CLI_VERSION = "0.15.0-preview.1";
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.0-preview.0";
298708
+ const version3 = "0.15.0-preview.1";
298709
298709
  const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
298710
298710
  const baseHeaders = {
298711
298711
  "User-Agent": userAgent
@@ -354973,7 +354973,7 @@ async function getClientMetadata() {
354973
354973
  if (!clientMetadataPromise) {
354974
354974
  clientMetadataPromise = (async () => ({
354975
354975
  ideName: "GEMINI_CLI",
354976
- ideVersion: "0.15.0-preview.0",
354976
+ ideVersion: "0.15.0-preview.1",
354977
354977
  platform: getPlatform(),
354978
354978
  updateChannel: await getReleaseChannel(__dirname5)
354979
354979
  }))();
@@ -360677,7 +360677,7 @@ var Config = class {
360677
360677
  return;
360678
360678
  for (const tool of deprecatedTools) {
360679
360679
  if (list3.includes(tool.name) || list3.includes(tool.alternateName)) {
360680
- coreEvents.emitFeedback("warning", `The tool '${tool.name}' (or '${tool.alternateName}') specified in '${listName}' is deprecated and will be removed in v0.14.0.`);
360680
+ coreEvents.emitFeedback("warning", `The tool '${tool.name}' (or '${tool.alternateName}') specified in '${listName}' is deprecated and will be removed in v0.16.0.`);
360681
360681
  }
360682
360682
  }
360683
360683
  };