Update subtitle of model picker as part of the nux (#6567)
This commit is contained in:
parent
f97874093e
commit
966d71c02a
2 changed files with 5 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue