mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Update subtitle of model picker as part of the nux (#6567)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user