Skip to content

Commit 6d2c973

Browse files
committed
feat: update Plan Mode UI
1 parent afcbc50 commit 6d2c973

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cli/src/ui/views/PromptInput.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,8 @@ export const PromptInput = React.memo(function PromptInput({
800800
) : null}
801801
{planMode ? (
802802
<Box width={screenWidth} justifyContent="flex-end">
803-
<Text color="yellow">💡 Plan mode (shift+tab to cycle)</Text>
803+
<Text color="yellow">💡 Plan mode</Text>
804+
<Text dimColor> (shift+tab to cycle)</Text>
804805
</Box>
805806
) : null}
806807
{/* Input */}

0 commit comments

Comments
 (0)