@google/gemini-cli-core 0.25.0-preview.2 → 0.25.0-preview.3

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.
@@ -830,6 +830,11 @@ their corresponding top-level category object in your `settings.json` file.
830
830
  - **Default:** `true`
831
831
  - **Requires restart:** Yes
832
832
 
833
+ - **`experimental.extensionConfig`** (boolean):
834
+ - **Description:** Enable requesting and fetching of extension settings.
835
+ - **Default:** `false`
836
+ - **Requires restart:** Yes
837
+
833
838
  - **`experimental.extensionReloading`** (boolean):
834
839
  - **Description:** Enables extension loading/unloading within the CLI session.
835
840
  - **Default:** `false`
@@ -3,5 +3,5 @@
3
3
  * Copyright 2026 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "ea0e3de43";
7
- export declare const CLI_VERSION = "0.25.0-preview.2";
6
+ export declare const GIT_COMMIT_INFO = "6289c3ee3";
7
+ export declare const CLI_VERSION = "0.25.0-preview.3";
@@ -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 = 'ea0e3de43';
9
- export const CLI_VERSION = '0.25.0-preview.2';
8
+ export const GIT_COMMIT_INFO = '6289c3ee3';
9
+ export const CLI_VERSION = '0.25.0-preview.3';
10
10
  //# sourceMappingURL=git-commit.js.map