diff options
| author | JAYADITYA <[email protected]> | 2025-08-09 12:54:21 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-09 07:24:21 +0000 |
| commit | 6b19c8bd5570fbe349ce47a0c39251e1ac9a2f44 (patch) | |
| tree | 9f3d3dad1f01dfaae42f487d1b5f191e2538edfb | |
| parent | b8084ba8158b89facd49fd78a51abb80b1db54da (diff) | |
feat: add humorous tip for new line shortcut in Gemini CLI (#5666)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Jacob Richman <[email protected]>
| -rw-r--r-- | packages/cli/src/ui/hooks/usePhraseCycler.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index 73c8ccf0..0bf2c2a2 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -135,6 +135,7 @@ export const WITTY_LOADING_PHRASES = [ "It's not a bug, it's a feature... of this loading screen.", 'Have you tried turning it off and on again? (The loading screen, not me.)', 'Constructing additional pylons...', + 'New line? That’s Ctrl+J.', ]; export const PHRASE_CHANGE_INTERVAL_MS = 15000; |
