core-agent-ide/codex-rs/tui/src/streaming
Jeremy Rose 39a2446716
tui: drop citation rendering (#4855)
We don't instruct the model to use citations, so it never emits them.
Further, ratatui [doesn't currently support rendering links into the
terminal with OSC 8](https://github.com/ratatui/ratatui/issues/1028), so
even if we did parse citations, we can't correctly render them.

So, remove all the code related to rendering them.
2025-10-20 21:08:19 +00:00
..
controller.rs tui: drop citation rendering (#4855) 2025-10-20 21:08:19 +00:00
mod.rs wrap markdown at render time (#4506) 2025-09-30 23:13:55 +00:00