From 966d71c02acfa86ef1f808f5060d62bce4531a19 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Wed, 12 Nov 2025 18:30:43 -0800 Subject: [PATCH] Update subtitle of model picker as part of the nux (#6567) --- codex-rs/tui/src/chatwidget.rs | 5 ++++- .../codex_tui__chatwidget__tests__model_selection_popup.snap | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/codex-rs/tui/src/chatwidget.rs b/codex-rs/tui/src/chatwidget.rs index cc45694e6..37c832949 100644 --- a/codex-rs/tui/src/chatwidget.rs +++ b/codex-rs/tui/src/chatwidget.rs @@ -1855,7 +1855,10 @@ impl ChatWidget { self.bottom_pane.show_selection_view(SelectionViewParams { title: Some("Select Model and Effort".to_string()), - subtitle: Some("Switch the model for this and future Codex CLI sessions".to_string()), + subtitle: Some( + "Access legacy models by running codex -m or in your config" + .to_string(), + ), footer_hint: Some("Press enter to select reasoning effort, or esc to dismiss.".into()), items, ..Default::default() diff --git a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__model_selection_popup.snap b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__model_selection_popup.snap index 70587b9b4..56be5c875 100644 --- a/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__model_selection_popup.snap +++ b/codex-rs/tui/src/chatwidget/snapshots/codex_tui__chatwidget__tests__model_selection_popup.snap @@ -3,7 +3,7 @@ source: tui/src/chatwidget/tests.rs expression: popup --- Select Model and Effort - Switch the model for this and future Codex CLI sessions + Access legacy models by running codex -m or in your config › 1. gpt-5-codex (current) Optimized for codex. 2. gpt-5 Broad world knowledge with strong general