Feature: Multi-Session Management for Codex CLI #341
Replies: 5 comments
-
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.
-
Implemented #522 |
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