You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/TUI.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,8 +67,7 @@ assistant/tool rows are unchanged.
67
67
Parent live reasoning paints through the existing thinking row — never a
68
68
third mid-turn stream lane. While `inference.thinking.delta` arrives,
69
69
`thinkingLivePreviewLines` (`src/tui/thinking.ts`) wraps the newest revealed
70
-
prose into a hard-capped inset paragraph (`LIVE_THINKING_MAX_LINES`, currently
71
-
10) at a bounded reveal rate (`REVEAL_CHARS_PER_SEC`). When the turn moves on
70
+
prose into a hard-capped inset paragraph (`LIVE_THINKING_MAX_LINES`, currently 10) at a bounded reveal rate (`REVEAL_CHARS_PER_SEC`). When the turn moves on
72
71
(assistant text, a tool call, or settle), the row collapses to its opening
73
72
clause with the rest behind expand. Mid-turn thinking bursts fold onto that
74
73
same one row per turn (`reasoning-fold`); `inference.text.delta` grows the
0 commit comments