mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
fix(tui): tighten timeline detail spacing
This commit is contained in:
parent
2e6c3c7d23
commit
05dc2eec36
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue