fix: use "thinking" instead of "codex reasoning" as the label for reasoning events in the TUI (#905)
This commit is contained in:
@@ -139,7 +139,7 @@ impl HistoryCell {
|
|||||||
|
|
||||||
pub(crate) fn new_agent_reasoning(text: String) -> Self {
|
pub(crate) fn new_agent_reasoning(text: String) -> Self {
|
||||||
let mut lines: Vec<Line<'static>> = Vec::new();
|
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);
|
append_markdown(&text, &mut lines);
|
||||||
lines.push(Line::from(""));
|
lines.push(Line::from(""));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user