mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 06:51:16 +08:00
fix(tui): merge tool shelves in transcript
This commit is contained in:
@@ -28,7 +28,9 @@ const TranscriptPane = memo(function TranscriptPane({
|
||||
|
||||
return (
|
||||
<>
|
||||
<LiveTodoPanel />
|
||||
<Box flexDirection="column" flexShrink={0}>
|
||||
<LiveTodoPanel />
|
||||
</Box>
|
||||
|
||||
<ScrollBox flexDirection="column" flexGrow={1} flexShrink={1} ref={transcript.scrollRef} stickyScroll>
|
||||
<Box flexDirection="column" paddingX={1}>
|
||||
|
||||
Reference in New Issue
Block a user