mirror of
https://github.com/openai/codex.git
synced 2026-09-13 11:47:17 +00:00
Fixes excessive blank lines appearing during agent message streaming. - Only insert a separator blank line for new, non-streaming history cells. - Streaming continuations now append without adding a spacer, eliminating extra gaps between chunks. Affected area: TUI display of agent messages (tui/src/app.rs).