mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
fix: use "thinking" instead of "codex reasoning" as the label for reasoning events in the TUI (#905)
This commit is contained in:
committed by
GitHub
Unverified
parent
115fb0b95d
commit
55142e3e6c
@@ -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(""));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user