copy for model migration nudge (#6585)

This commit is contained in:
Ahmed Ibrahim
2025-11-12 21:56:30 -08:00
committed by GitHub
parent e3aaee00c8
commit 305fe73d83
7 changed files with 15 additions and 24 deletions

View File

@@ -1856,7 +1856,7 @@ impl ChatWidget {
self.bottom_pane.show_selection_view(SelectionViewParams {
title: Some("Select Model and Effort".to_string()),
subtitle: Some(
"Access legacy models by running codex -m <model_name> or in your config"
"Access legacy models by running codex -m <model_name> or in your config.toml"
.to_string(),
),
footer_hint: Some("Press enter to select reasoning effort, or esc to dismiss.".into()),