app/commands.md +18 −8
1# Codex app commands1# Codex app commands
2 2
3Reference for Codex app commands and keyboard shortcuts
4
5Use these commands and keyboard shortcuts to navigate the Codex app.3Use these commands and keyboard shortcuts to navigate the Codex app.
6 4
7## Keyboard shortcuts5## Keyboard shortcuts
50| `/review` | Start code review mode to review uncommitted changes or compare against a base branch. |48| `/review` | Start code review mode to review uncommitted changes or compare against a base branch. |
51| `/status` | Show the thread ID, context usage, and rate limits. |49| `/status` | Show the thread ID, context usage, and rate limits. |
52 50
5351## See also## Deeplinks
54 52
5553- [Features](https://developers.openai.com/codex/app/features)The Codex app registers the `codex://` URL scheme so links can open specific parts of the app directly.
5654- [Settings](https://developers.openai.com/codex/app/settings)
55| Deeplink | Opens | Supported query parameters |
56| --- | --- | --- |
57| `codex://settings` | Settings. | None. |
58| `codex://skills` | Skills. | None. |
59| `codex://automations` | Inbox in automation create mode. | None. |
60| `codex://threads/<thread-id>` | A local thread. `<thread-id>` must be a UUID. | None. |
61| `codex://new` | A new thread. | Optional: `prompt`, `originUrl`, `path`. |
62
63For new-thread deeplinks:
57 64
5865[Previous- `prompt` prefills the composer.
66- `path` must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.
67- `originUrl` tries to match one of your current workspace roots by Git remote URL. If both `path` and `originUrl` are present, Codex resolves `path` first.
59 68
6069Local Environments](https://developers.openai.com/codex/app/local-environments)[Next## See also
61 70
6271Troubleshooting](https://developers.openai.com/codex/app/troubleshooting)- [Features](https://developers.openai.com/codex/app/features)
72- [Settings](https://developers.openai.com/codex/app/settings)