mirror of
https://github.com/openai/codex.git
synced 2026-05-04 13:21:54 +03:00
copy for model migration nudge (#6585)
This commit is contained in:
@@ -84,7 +84,7 @@ async fn handle_model_migration_prompt_if_needed(
|
||||
return None;
|
||||
}
|
||||
|
||||
match run_model_migration_prompt(tui, &target_model).await {
|
||||
match run_model_migration_prompt(tui).await {
|
||||
ModelMigrationOutcome::Accepted => {
|
||||
app_event_tx.send(AppEvent::PersistModelMigrationPromptAcknowledged {
|
||||
migration_config: "hide_gpt5_1_migration_prompt".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user