mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
feat: custom loading phrase when interactive shell requires input (#12535)
This commit is contained in:
@@ -713,6 +713,7 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
||||
handleApprovalModeChange,
|
||||
activePtyId,
|
||||
loopDetectionConfirmationRequest,
|
||||
lastOutputTime,
|
||||
} = useGeminiStream(
|
||||
config.getGeminiClient(),
|
||||
historyManager.history,
|
||||
@@ -1112,6 +1113,8 @@ Logging in with Google... Restarting Gemini CLI to continue.
|
||||
const { elapsedTime, currentLoadingPhrase } = useLoadingIndicator(
|
||||
streamingState,
|
||||
settings.merged.ui?.customWittyPhrases,
|
||||
!!activePtyId && !embeddedShellFocused,
|
||||
lastOutputTime,
|
||||
);
|
||||
|
||||
const handleGlobalKeypress = useCallback(
|
||||
|
||||
Reference in New Issue
Block a user