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 |
||
|---|---|---|
| .. | ||
| apply_patch_freeform_final.txt | ||
| cli_responses_fixture.sse | ||
| sse_apply_patch_add.json | ||
| sse_apply_patch_freeform_add.json | ||
| sse_apply_patch_freeform_update.json | ||
| sse_apply_patch_update.json | ||
| sse_response_completed.json | ||