@google/gemini-cli-core 0.28.0-preview.4 → 0.28.0-preview.6

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.
@@ -106,16 +106,17 @@ available combinations.
106
106
  | Toggle YOLO (auto-approval) mode for tool calls. | `Ctrl + Y` |
107
107
  | Cycle through approval modes: default (prompt), auto_edit (auto-approve edits), and plan (read-only). | `Shift + Tab` |
108
108
  | Expand a height-constrained response to show additional lines when not in alternate buffer mode. | `Ctrl + O`<br />`Ctrl + S` |
109
- | Ctrl+B | `Ctrl + B` |
110
- | Ctrl+L | `Ctrl + L` |
111
- | Ctrl+K | `Ctrl + K` |
112
- | Enter | `Enter` |
113
- | Esc | `Esc` |
114
- | Shift+Tab | `Shift + Tab` |
115
- | Tab | `Tab (no Shift)` |
116
- | Tab | `Tab (no Shift)` |
117
- | Focus the shell input from the gemini input. | `Tab (no Shift)` |
118
- | Focus the Gemini input from the shell input. | `Tab` |
109
+ | Toggle current background shell visibility. | `Ctrl + B` |
110
+ | Toggle background shell list. | `Ctrl + L` |
111
+ | Kill the active background shell. | `Ctrl + K` |
112
+ | Confirm selection in background shell list. | `Enter` |
113
+ | Dismiss background shell list. | `Esc` |
114
+ | Move focus from background shell to Gemini. | `Shift + Tab` |
115
+ | Move focus from background shell list to Gemini. | `Tab (no Shift)` |
116
+ | Show warning when trying to unfocus background shell via Tab. | `Tab (no Shift)` |
117
+ | Show warning when trying to unfocus shell input via Tab. | `Tab (no Shift)` |
118
+ | Move focus from Gemini to the active shell. | `Tab (no Shift)` |
119
+ | Move focus from the shell back to Gemini. | `Shift + Tab` |
119
120
  | Clear the terminal screen and redraw the UI. | `Ctrl + L` |
120
121
  | Restart the application. | `R` |
121
122
  | Suspend the application (not yet implemented). | `Ctrl + Z` |
@@ -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 = "900e0c9f0";
7
- export declare const CLI_VERSION = "0.28.0-preview.4";
6
+ export declare const GIT_COMMIT_INFO = "950660107";
7
+ export declare const CLI_VERSION = "0.28.0-preview.6";
@@ -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 = '900e0c9f0';
9
- export const CLI_VERSION = '0.28.0-preview.4';
8
+ export const GIT_COMMIT_INFO = '950660107';
9
+ export const CLI_VERSION = '0.28.0-preview.6';
10
10
  //# sourceMappingURL=git-commit.js.map