core-agent-ide/codex-rs/exec/tests/fixtures
Ahmed Ibrahim a30e5e40ee
enable-resume (#3537)
Adding the ability to resume conversations.
we have one verb `resume`. 

Behavior:

`tui`:
`codex resume`: opens session picker
`codex resume --last`: continue last message
`codex resume <session id>`: continue conversation with `session id`

`exec`:
`codex resume --last`: continue last conversation
`codex resume <session id>`: continue conversation with `session id`

Implementation:
- I added a function to find the path in `~/.codex/sessions/` with a
`UUID`. This is helpful in resuming with session id.
- Added the above mentioned flags
- Added lots of testing
2025-09-14 19:33:19 -04:00
..
apply_patch_freeform_final.txt [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
cli_responses_fixture.sse enable-resume (#3537) 2025-09-14 19:33:19 -04:00
sse_apply_patch_add.json [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
sse_apply_patch_freeform_add.json [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
sse_apply_patch_freeform_update.json [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
sse_apply_patch_update.json [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00
sse_response_completed.json [exec] Clean up apply-patch tests (#2648) 2025-08-25 15:08:01 -07:00