Update subtitle of model picker as part of the nux (#6567)

This commit is contained in:
Ahmed Ibrahim 2025-11-12 18:30:43 -08:00 committed by GitHub
parent f97874093e
commit 966d71c02a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View file

@ -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 <model_name> or in your config"
.to_string(),
),
footer_hint: Some("Press enter to select reasoning effort, or esc to dismiss.".into()),
items,
..Default::default()

View file

@ -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 <model_name> or in your config
1. gpt-5-codex (current) Optimized for codex.
2. gpt-5 Broad world knowledge with strong general