feat(tui): anchor todo panel above streaming output

This commit is contained in:
Brooklyn Nicholson 2026-04-26 16:26:50 -05:00
parent 2259eac49e
commit 69ff201050
3 changed files with 11 additions and 3 deletions

View file

@ -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>