This commit is contained in:
Ahmed Ibrahim
2026-01-13 14:26:34 -08:00
parent 5bd85b38b8
commit 8d7362df44
6 changed files with 8 additions and 7 deletions

View File

@@ -311,7 +311,7 @@ pub async fn run_main(cli: Cli, codex_linux_sandbox_exe: Option<PathBuf>) -> any
);
let default_model = thread_manager
.get_models_manager()
.get_model(&config.model, &config, RefreshStrategy::default())
.get_default_model(&config.model, &config, RefreshStrategy::default())
.await;
// Handle resume subcommand by resolving a rollout path and using explicit resume API.