fix: reduce usage of open_if_present (#11344)

This commit is contained in:
jif-oai
2026-02-10 19:25:07 +00:00
committed by GitHub
parent 0639c33892
commit 847a6092e6
11 changed files with 448 additions and 534 deletions

View File

@@ -637,7 +637,7 @@ async fn resolve_resume_path(
Some(config.cwd.as_path())
};
match codex_core::RolloutRecorder::find_latest_thread_path(
&config.codex_home,
config,
1,
None,
codex_core::ThreadSortKey::UpdatedAt,