codex: fix CI failure on PR #13187

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-06 23:02:26 -08:00
parent 66cad6a734
commit 17db82635d
5 changed files with 82 additions and 7 deletions

View File

@@ -60,8 +60,14 @@ pub fn thread_manager_with_models_provider_and_home(
auth: CodexAuth,
provider: ModelProviderInfo,
codex_home: PathBuf,
plan_mode_developer_instructions: Option<String>,
) -> ThreadManager {
ThreadManager::with_models_provider_and_home_for_tests(auth, provider, codex_home)
ThreadManager::with_models_provider_and_home_and_plan_instructions_for_tests(
auth,
provider,
codex_home,
plan_mode_developer_instructions,
)
}
pub fn models_manager_with_provider(