diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index c4ea9a2f885..371fa8389f5 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -1610,7 +1610,7 @@ export const InputPrompt: React.FC = ({ : 2 // "! " = 2 chars : commandSearchActive ? 6 // "(r:) " (inner) + " " (outer) = 6 cols - : showYoloStyling + : approvalMode === ApprovalMode.YOLO ? 2 // "* " = 2 chars : 2; // "> " = 2 chars