@google/gemini-cli-core 0.27.0-preview.0 → 0.27.0-preview.2

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.
@@ -129,8 +129,9 @@ they appear in the UI.
129
129
 
130
130
  ### HooksConfig
131
131
 
132
- | UI Label | Setting | Description | Default |
133
- | ------------------ | --------------------------- | ------------------------------------------------ | ------- |
134
- | Hook Notifications | `hooksConfig.notifications` | Show visual indicators when hooks are executing. | `true` |
132
+ | UI Label | Setting | Description | Default |
133
+ | ------------------ | --------------------------- | -------------------------------------------------------------------------------- | ------- |
134
+ | Enable Hooks | `hooksConfig.enabled` | Canonical toggle for the hooks system. When disabled, no hooks will be executed. | `true` |
135
+ | Hook Notifications | `hooksConfig.notifications` | Show visual indicators when hooks are executing. | `true` |
135
136
 
136
137
  <!-- SETTINGS-AUTOGEN:END -->
@@ -902,6 +902,7 @@ their corresponding top-level category object in your `settings.json` file.
902
902
  - **Description:** Canonical toggle for the hooks system. When disabled, no
903
903
  hooks will be executed.
904
904
  - **Default:** `true`
905
+ - **Requires restart:** Yes
905
906
 
906
907
  - **`hooksConfig.disabled`** (array):
907
908
  - **Description:** List of hook names (commands) that should be disabled.
@@ -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 = "adc8e11bb";
7
- export declare const CLI_VERSION = "0.27.0-preview.0";
6
+ export declare const GIT_COMMIT_INFO = "3c33fcb69";
7
+ export declare const CLI_VERSION = "0.27.0-preview.2";
@@ -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 = 'adc8e11bb';
9
- export const CLI_VERSION = '0.27.0-preview.0';
8
+ export const GIT_COMMIT_INFO = '3c33fcb69';
9
+ export const CLI_VERSION = '0.27.0-preview.2';
10
10
  //# sourceMappingURL=git-commit.js.map