mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
tui: add branch to 'codex resume', filter by cwd (#6232)
By default, show only sessions that shared a cwd with the current cwd. `--all` shows all sessions in all cwds. Also, show the branch name from the rollout metadata. <img width="1091" height="638" alt="Screenshot 2025-11-04 at 3 30 47 PM" src="https://github.com/user-attachments/assets/aae90308-6115-455f-aff7-22da5f1d9681" />
This commit is contained in:
@@ -21,6 +21,7 @@ Key flags: `--model/-m`, `--ask-for-approval/-a`.
|
||||
- Run `codex resume` to display the session picker UI
|
||||
- Resume most recent: `codex resume --last`
|
||||
- Resume by id: `codex resume <SESSION_ID>` (You can get session ids from /status or `~/.codex/sessions/`)
|
||||
- The picker shows the session's original working directory and, when available, the Git branch it was recorded on
|
||||
|
||||
Examples:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user