From 317c13f846df12420e312e7f8e320fd58b5ee59d Mon Sep 17 00:00:00 2001 From: Keith Guerin Date: Fri, 27 Mar 2026 16:56:47 -0700 Subject: [PATCH] refactor(ui): use constant for interactive shell waiting phrase --- 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 de6f770420..e4cdf9f31e 100644 --- a/packages/cli/src/ui/components/StatusRow.tsx +++ b/packages/cli/src/ui/components/StatusRow.tsx @@ -314,7 +314,7 @@ export const StatusRow: React.FC = ({ ) : isInteractiveShellWaiting ? ( - Shell awaiting input (Tab to focus) + {INTERACTIVE_SHELL_WAITING_PHRASE} ) : (