From 1aa798dd18326efcfbe8ca856bfc958f51938d07 Mon Sep 17 00:00:00 2001 From: JAYADITYA <96861162+JayadityaGit@users.noreply.github.com> Date: Wed, 8 Apr 2026 05:06:44 +0530 Subject: [PATCH] refactor(cli): remove duplication in interactive shell awaiting input hint (#24801) --- packages/cli/src/ui/components/StatusRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/ui/components/StatusRow.tsx b/packages/cli/src/ui/components/StatusRow.tsx index 24b5a97d4e..f162481ce5 100644 --- a/packages/cli/src/ui/components/StatusRow.tsx +++ b/packages/cli/src/ui/components/StatusRow.tsx @@ -331,7 +331,7 @@ export const StatusRow: React.FC = ({ ) : isInteractiveShellWaiting ? ( - ! Shell awaiting input (Tab to focus) + {INTERACTIVE_SHELL_WAITING_PHRASE} ) : (