@google/gemini-cli-core 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.
@@ -421,7 +421,7 @@ export class Config {
421
421
  return;
422
422
  for (const tool of deprecatedTools) {
423
423
  if (list.includes(tool.name) || list.includes(tool.alternateName)) {
424
- coreEvents.emitFeedback('warning', `The tool '${tool.name}' (or '${tool.alternateName}') specified in '${listName}' is deprecated and will be removed in v0.14.0.`);
424
+ coreEvents.emitFeedback('warning', `The tool '${tool.name}' (or '${tool.alternateName}') specified in '${listName}' is deprecated and will be removed in v0.16.0.`);
425
425
  }
426
426
  }
427
427
  };
@@ -3,5 +3,5 @@
3
3
  * Copyright 2025 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "2abc288c";
7
- export declare const CLI_VERSION = "0.15.0-preview.0";
6
+ export declare const GIT_COMMIT_INFO = "dfe7fc9a";
7
+ export declare const CLI_VERSION = "0.15.0-preview.1";
@@ -5,6 +5,6 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = '2abc288c';
9
- export const CLI_VERSION = '0.15.0-preview.0';
8
+ export const GIT_COMMIT_INFO = 'dfe7fc9a';
9
+ export const CLI_VERSION = '0.15.0-preview.1';
10
10
  //# sourceMappingURL=git-commit.js.map