Feature: Multi-Session Management for Codex CLI #341
Replies: 8 comments 1 reply
-
|
It would also be useful to include a new |
Beta Was this translation helpful? Give feedback.
-
|
This is a great idea. a |
Beta Was this translation helpful? Give feedback.
-
|
#118 and #146 are also asking for this, and the latter has a useful (to me) pointer to |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the helpful insights! I totally agree—the MVP here is session loading, whether from the CLI or via a /session command in interactive mode, since all the necessary files are already logged in ~/.codex/sessions/rollout-*.json. I plan to work on this once my current pending PR is merged. If anyone else wants to take a crack at these features (session loading or related session management commands), feel free to jump in—just don’t forget to give me a little credit for the idea and groundwork! 😊 |
Beta Was this translation helpful? Give feedback.
-
|
That would be a great addition and partially implemented. Right now, Codex CLI already stores all rollouts in I’ve been exploring this same idea externally through Agent Sessions — an open-source macOS app that reads those rollout logs locally and lets you visually browse, search, and resume sessions (plus track usage limits).
|
Beta Was this translation helpful? Give feedback.
-
|
If you are using Windows 11, you can try out my open-source project. It’s designed to make your workflow smoother, faster, and more organized, especially on Windows + WSL2. 💡 What it doesCodexFlow lets you:
🖼️ Interface Sneak PeekPasted image inline preview 🛠️ Best platform setupWindows 11 + WSL2 (default Ubuntu 24.04). 👉 Try it now:GitHub: https://github.com/lulu-sk/CodexFlow |
Beta Was this translation helpful? Give feedback.
-
|
Probably not quite what you are looking for but I came up with this Codex project session manager script. Way better than what the CLI comes with imo. I use it all the time now! GitHub Gist: codex project session manager - codex-run.sh |
Beta Was this translation helpful? Give feedback.
-
|
I'll add on top of this- connect Codex with ChatGPT projects - manage from there if need be. |
Beta Was this translation helpful? Give feedback.





Uh oh!
There was an error while loading. Please reload this page.
-
Feature: Multi-Session Management for Codex CLI
What?
Implement the ability to save, name, list, and switch between multiple Codex sessions (rollouts) from the CLI. This will make it easy for users to work on multiple projects or tasks concurrently and revisit previous sessions.
Why?
How?
codex session list|save|load|delete.Example Usage
Beta Was this translation helpful? Give feedback.
All reactions