mirror of
https://github.com/openai/codex.git
synced 2026-04-26 23:55:25 +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).