diff --git a/codex-rs/tui/src/history_cell.rs b/codex-rs/tui/src/history_cell.rs index b49e5997..b31d5ff8 100644 --- a/codex-rs/tui/src/history_cell.rs +++ b/codex-rs/tui/src/history_cell.rs @@ -739,10 +739,10 @@ impl HistoryCell { let mut header: Vec = Vec::new(); header.push(Span::raw("📋")); header.push(Span::styled( - " Updated", + " Update plan", Style::default().add_modifier(Modifier::BOLD).magenta(), )); - header.push(Span::raw(" to do list [")); + header.push(Span::raw(" [")); if filled > 0 { header.push(Span::styled( "█".repeat(filled),