feat: add tip to upgrade to ChatGPT plan (#1938)

This commit is contained in:
ae
2025-08-07 04:10:13 -07:00
committed by GitHub
parent c4dc6a80bf
commit 12d29c2779

View File

@@ -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