Allow finding rollouts by id without cwd filter

This commit is contained in:
Ahmed Ibrahim
2025-09-14 23:57:08 -04:00
parent 900bb01486
commit 6bc48e2d85
11 changed files with 214 additions and 49 deletions

View File

@@ -675,6 +675,7 @@ impl CodexMessageProcessor {
let page = match RolloutRecorder::list_conversations(
&self.config.codex_home,
&self.config.cwd,
page_size,
cursor_ref,
)