Files
codex/codex-rs
Charlie Marsh 54994582b1 Avoid cloning buffered TUI history lines (#34204)
## What changed

Make the hyperlink-aware history insertion helper accept a slice and borrow
pending history batches when flushing them. This avoids cloning each batch's
entire `Vec<HyperlinkLine>` before insertion.

GitOrigin-RevId: 0bc86c33e2f047c62de60b7642899c4aaa4bb6b8
2026-07-19 17:32:53 +00:00
..