mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
codex: address PR review feedback (#15106)
This commit is contained in:
@@ -1082,7 +1082,10 @@ async fn resolve_resume_thread_id(
|
||||
} else {
|
||||
Some(config.cwd.to_string_lossy().to_string())
|
||||
},
|
||||
search_term: Some(session_id.to_string()),
|
||||
// Thread names are attached separately from rollout titles, so name
|
||||
// resolution must scan the filtered list client-side instead of relying
|
||||
// on the backend `search_term` filter.
|
||||
search_term: None,
|
||||
},
|
||||
},
|
||||
"thread/list",
|
||||
|
||||
Reference in New Issue
Block a user