mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-07 02:51:50 +00:00
fix(tui): inline todo in transcript, group across thinking
This commit is contained in:
parent
4943ea2a7c
commit
319c1c1691
6 changed files with 104 additions and 30 deletions
|
|
@ -66,13 +66,11 @@ const TranscriptPane = memo(function TranscriptPane({
|
|||
progress={progress}
|
||||
sections={ui.sections}
|
||||
/>
|
||||
|
||||
<LiveTodoPanel />
|
||||
</Box>
|
||||
</ScrollBox>
|
||||
|
||||
<Box flexDirection="column" flexShrink={0} paddingX={1}>
|
||||
<LiveTodoPanel />
|
||||
</Box>
|
||||
|
||||
<NoSelect flexShrink={0} marginLeft={1}>
|
||||
<TranscriptScrollbar scrollRef={transcript.scrollRef} t={ui.theme} />
|
||||
</NoSelect>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue