Merge d64cbbf167 into sapling-pr-archive-bolinfest

This commit is contained in:
Michael Bolin
2025-05-12 15:14:17 -07:00
committed by GitHub

View File

@@ -139,7 +139,7 @@ impl HistoryCell {
pub(crate) fn new_agent_reasoning(text: String) -> Self {
let mut lines: Vec<Line<'static>> = Vec::new();
lines.push(Line::from("codex reasoning".magenta().italic()));
lines.push(Line::from("thinking".magenta().italic()));
append_markdown(&text, &mut lines);
lines.push(Line::from(""));