mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 19:14:33 -07:00
feat: custom loading phrase when interactive shell requires input (#12535)
This commit is contained in:
@@ -24,6 +24,8 @@ export const SHELL_NAME = 'Shell';
|
||||
// usage.
|
||||
export const MAX_GEMINI_MESSAGE_LINES = 65536;
|
||||
|
||||
export const SHELL_FOCUS_HINT_DELAY_MS = 5000;
|
||||
|
||||
// Tool status symbols used in ToolMessage component
|
||||
export const TOOL_STATUS = {
|
||||
SUCCESS: '✓',
|
||||
|
||||
Reference in New Issue
Block a user