mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
refactor(cli): remove duplication in interactive shell awaiting input hint (#24801)
This commit is contained in:
parent
f96d5f98fe
commit
1aa798dd18
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ export const StatusRow: React.FC<StatusRowProps> = ({
|
|||
) : isInteractiveShellWaiting ? (
|
||||
<Box width="100%" marginLeft={LAYOUT.INDICATOR_LEFT_MARGIN}>
|
||||
<Text color={theme.status.warning}>
|
||||
! Shell awaiting input (Tab to focus)
|
||||
{INTERACTIVE_SHELL_WAITING_PHRASE}
|
||||
</Text>
|
||||
</Box>
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue