We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115fb0b commit 55142e3Copy full SHA for 55142e3
codex-rs/tui/src/history_cell.rs
@@ -139,7 +139,7 @@ impl HistoryCell {
139
140
pub(crate) fn new_agent_reasoning(text: String) -> Self {
141
let mut lines: Vec<Line<'static>> = Vec::new();
142
- lines.push(Line::from("codex reasoning".magenta().italic()));
+ lines.push(Line::from("thinking".magenta().italic()));
143
append_markdown(&text, &mut lines);
144
lines.push(Line::from(""));
145
0 commit comments