We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcbc50 commit 6d2c973Copy full SHA for 6d2c973
1 file changed
packages/cli/src/ui/views/PromptInput.tsx
@@ -800,7 +800,8 @@ export const PromptInput = React.memo(function PromptInput({
800
) : null}
801
{planMode ? (
802
<Box width={screenWidth} justifyContent="flex-end">
803
- <Text color="yellow">💡 Plan mode (shift+tab to cycle)</Text>
+ <Text color="yellow">💡 Plan mode</Text>
804
+ <Text dimColor> (shift+tab to cycle)</Text>
805
</Box>
806
807
{/* Input */}
0 commit comments