From ad60cbfc2c0a6632e207d5c4bd679d031a6c871c Mon Sep 17 00:00:00 2001 From: JAYADITYA <96861162+JayadityaGit@users.noreply.github.com> Date: Sat, 13 Dec 2025 06:30:09 +0530 Subject: [PATCH] chore : remove a redundant tip (#14947) Co-authored-by: Jacob Richman --- packages/cli/src/ui/constants/tips.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cli/src/ui/constants/tips.ts b/packages/cli/src/ui/constants/tips.ts index 8f81f209cc..03e714c241 100644 --- a/packages/cli/src/ui/constants/tips.ts +++ b/packages/cli/src/ui/constants/tips.ts @@ -98,7 +98,6 @@ export const INFORMATIVE_TIPS = [ 'Navigate your prompt history with the Up and Down arrows...', 'You can also use Ctrl+P (up) and Ctrl+N (down) for history...', 'Search through command history with Ctrl+R...', - 'Submit your prompt to Gemini with Enter...', 'Accept an autocomplete suggestion with Tab or Enter...', 'Move to the start of the line with Ctrl+A or Home...', 'Move to the end of the line with Ctrl+E or End...',