core-agent-ide/docs
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
..
advanced.md enable-resume (#3537) 2025-09-14 19:33:19 -04:00
authentication.md Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189) 2025-09-11 09:16:34 -07:00
CLA.md Set up CLA process and remove DCO (#129) 2025-04-16 15:24:31 -07:00
config.md Simplify auth flow and reconcile differences between ChatGPT and API Key auth (#3189) 2025-09-11 09:16:34 -07:00
contributing.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
experimental.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
faq.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
getting-started.md enable-resume (#3537) 2025-09-14 19:33:19 -04:00
install.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
license.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
open-source-fund.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
platform-sandboxing.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
prompts.md Custom /prompts (#2696) 2025-08-29 02:16:39 +00:00
release_management.md fix: change create_github_release to take either --publish-alpha or --publish-release (#3231) 2025-09-05 22:08:34 -07:00
sandbox.md README / docs refactor (#2724) 2025-08-27 10:30:39 -07:00
zdr.md Never store requests (#3212) 2025-09-05 10:41:47 -07:00