Session/Rollout Files #3827
Replies: 2 comments 1 reply
-
|
I think Session ID is generated by OpenAI backend server. So if you change, they don't know which session had issues. If you just want to resume the session. You can write a small script do that. |
Beta Was this translation helpful? Give feedback.
-
|
Not at the moment — the Codex CLI doesn’t support manually naming rollout files or setting a custom session ID. You can rename the files later for your own reference, but /resume will still rely on the original ID stored inside the JSONL. There’s no flag or API to override it yet. If you want to browse, rename, or search sessions by project, you can use my open-source macOS app Agent Sessions — it reads Codex (and Claude Code) session logs locally and gives you a searchable interface with resume and limit tracking.
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
When using codex exec in the CLI, is it possible to specify the name of the rollout file or manually set the session ID?
Beta Was this translation helpful? Give feedback.
All reactions