@google/gemini-cli-core 0.29.0-preview.3 → 0.29.0-preview.4

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.
@@ -59,7 +59,7 @@ Other ways to start in Plan Mode:
59
59
  You can enter Plan Mode in three ways:
60
60
 
61
61
  1. **Keyboard Shortcut:** Press `Shift+Tab` to cycle through approval modes
62
- (`Default` -> `Plan` -> `Auto-Edit`).
62
+ (`Default` -> `Auto-Edit` -> `Plan`).
63
63
  2. **Command:** Type `/plan` in the input box.
64
64
  3. **Natural Language:** Ask the agent to "start a plan for...".
65
65
 
@@ -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 = "f0473f338";
7
- export declare const CLI_VERSION = "0.29.0-preview.3";
6
+ export declare const GIT_COMMIT_INFO = "13249bc51";
7
+ export declare const CLI_VERSION = "0.29.0-preview.4";
@@ -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 = 'f0473f338';
9
- export const CLI_VERSION = '0.29.0-preview.3';
8
+ export const GIT_COMMIT_INFO = '13249bc51';
9
+ export const CLI_VERSION = '0.29.0-preview.4';
10
10
  //# sourceMappingURL=git-commit.js.map