Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/cli/ui/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3616,6 +3616,9 @@ function AppInner({
setSummary(loop.stats.summary());
busyRef.current = false;
setBusy(false);
// Re-pin after turn end so scrolled-up users still land on the
// final answer without needing to press End manually.
chatScroll.jumpToBottom();
submittingRef.current = false;
qq.clearTurnReply();
telegram.clearTurnReply();
Expand Down Expand Up @@ -3697,6 +3700,7 @@ function AppInner({
generateCurrentSessionTitle,
switchWorkspaceRoot,
system,
chatScroll,
],
);

Expand Down