diff --git a/docs/getting-started.md b/docs/getting-started.md index e06a43ad6b..923eb09568 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -21,7 +21,8 @@ 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 ` (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 +- The picker shows the session's recorded Git branch when available. +- To show the session's original working directory (CWD), run `codex resume --all` (this also disables cwd filtering and adds a `CWD` column). Examples: