fix(tui): tighten timeline detail spacing
This commit is contained in:
parent
2e6c3c7d23
commit
05dc2eec36
@ -35,7 +35,7 @@ export const MessageLine = memo(function MessageLine({
|
||||
|
||||
if (msg.kind === 'trail' && (msg.tools?.length || thinking)) {
|
||||
return thinkingMode !== 'hidden' || toolsMode !== 'hidden' || activityMode !== 'hidden' ? (
|
||||
<Box flexDirection="column" marginTop={1}>
|
||||
<Box flexDirection="column">
|
||||
<ToolTrail
|
||||
detailsMode={detailsMode}
|
||||
reasoning={thinking}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user