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

@@ -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(),