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
A
Ahmed Ibrahim committed
a30e5e40ee440d7122e7340fae5a56e7d013bc49
Parent: 99e1d33
Committed by GitHub <noreply@github.com>
on 9/14/2025, 11:33:19 PM