We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5568d17 commit a42d5deCopy full SHA for a42d5de
1 file changed
src/ui/compoments/MessageView/index.tsx
@@ -50,7 +50,7 @@ export function MessageView({ message, collapsed, width = 80 }: MessageViewProps
50
}
51
return (
52
<Box marginLeft={1} flexDirection="column" marginBottom={1} marginY={0}>
53
- <StatusLine width={width} bulletColor="gray" name="Thinking" params={summary} />
+ <StatusLine width={width} bulletColor="gray" name="Thinking" params={content ? "" : summary} />
54
<Box flexDirection="column" marginLeft={2}>
55
{content ? <Text dimColor>{renderMarkdown(content)}</Text> : null}
56
</Box>
0 commit comments