From f0cc2db4c37ffc26712b6df08618fe898a032ad5 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 18 Nov 2025 14:48:57 -0800 Subject: [PATCH] tests --- codex-rs/tui/src/chatwidget.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index dcd2f15b82..f1ccef775d 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -1975,7 +1975,7 @@ impl ChatWidget { all_models, "Select Model and Effort", Some( - "Access all models by running codex -m or in your config.toml" + "Access legacy models by running codex -m or in your config.toml" .to_string(), ), );