fix: revert verbose mode hint to original descriptive text

Restore "Press Ctrl+O to show full tool output" which is clearer
than "toggle verbose mode" per PR review feedback.
This commit is contained in:
wenshao 2026-04-09 14:42:33 +08:00
parent bcd0b5efe6
commit 55116f86e3

View file

@ -101,7 +101,7 @@ export const CompactToolGroupDisplay: React.FC<
{/* Hint line */} {/* Hint line */}
<Text color={theme.text.secondary}> <Text color={theme.text.secondary}>
{t('Press Ctrl+O to toggle verbose mode')} {t('Press Ctrl+O to show full tool output')}
</Text> </Text>
</Box> </Box>
); );