diff --git a/codex-rs/tui/src/history_cell.rs b/codex-rs/tui/src/history_cell.rs index 5d2ea35c..61ab01e9 100644 --- a/codex-rs/tui/src/history_cell.rs +++ b/codex-rs/tui/src/history_cell.rs @@ -543,7 +543,9 @@ impl HistoryCell { match auth.openai_api_key.as_deref() { Some(key) if !key.is_empty() => { - lines.push(Line::from(" • Using API key")); + lines.push(Line::from( + " • Using API key. Run codex login to use ChatGPT plan", + )); } _ => { let plan_text = info