mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-06 02:41:48 +00:00
feat(tui): anchor todo panel above streaming output
This commit is contained in:
parent
2259eac49e
commit
69ff201050
3 changed files with 11 additions and 3 deletions
|
|
@ -59,6 +59,8 @@ const TranscriptPane = memo(function TranscriptPane({
|
|||
|
||||
{transcript.virtualHistory.bottomSpacer > 0 ? <Box height={transcript.virtualHistory.bottomSpacer} /> : null}
|
||||
|
||||
<LiveTodoPanel />
|
||||
|
||||
<StreamingAssistant
|
||||
cols={composer.cols}
|
||||
compact={ui.compact}
|
||||
|
|
@ -67,8 +69,6 @@ const TranscriptPane = memo(function TranscriptPane({
|
|||
progress={progress}
|
||||
sections={ui.sections}
|
||||
/>
|
||||
|
||||
<LiveTodoPanel />
|
||||
</Box>
|
||||
</ScrollBox>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue