Feature request: /sessions command in Codex CLI

I appreciate the codex resume <session_id> command that is currently available, but I still have to manually open the history.jsonlto get the id of the session that I want to open. It would be super useful to have a /sessions command or similar that lists these within codex itself and to be able to select the session to resume.

Hey, Alex!

I wanted this too, so I put together a small helper around the current codex resume <session_id> workflow.

It does not solve this natively inside Codex, but it helps me keep named/resumable sessions and reopen them more easily, instead of manually digging through history.jsonl.

In case it could be useful: it’s called codex-tabs. You can install it with pipx and it’s also available on GitHub.

It’s only tested on Windows/WSL so far. If anyone has any updates or feature suggestions, feel free to message me. PRs are also welcome, especially for Linux/macOS support.