mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): merge tool shelves in transcript
This commit is contained in:
parent
cf8439263a
commit
cee4036e8b
1 changed files with 3 additions and 1 deletions
|
|
@ -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}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue