SpyBara
Go Premium

app/commands.md 2026-03-13 18:15 UTC to 2026-03-14 00:32 UTC

18 added, 0 removed.

2026
Tue 31 06:35 Sat 28 06:26 Fri 27 18:23 Thu 26 18:27 Wed 25 18:24 Mon 23 18:22 Fri 20 00:35 Wed 18 12:23 Tue 17 18:24 Mon 16 18:25 Sat 14 00:32 Fri 13 18:15 Wed 11 00:31 Mon 9 00:34 Sun 8 18:10 Sat 7 18:10 Fri 6 00:38 Thu 5 18:41 Wed 4 18:18 Tue 3 18:20

Codex app commands

Use these commands and keyboard shortcuts to navigate the Codex app.

Keyboard shortcuts

Action macOS shortcut
General
Command menu Cmd + Shift + P or Cmd + K
Settings Cmd + ,
Open folder Cmd + O
Navigate back Cmd + [
Navigate forward Cmd + ]
Increase font size Cmd + + or Cmd + =
Decrease font size Cmd + - or Cmd + _
Toggle sidebar Cmd + B
Toggle diff panel Cmd + Option + B
Toggle terminal Cmd + J
Clear the terminal Ctrl + L
Thread
New thread Cmd + N or Cmd + Shift + O
Find in thread Cmd + F
Previous thread Cmd + Shift + [
Next thread Cmd + Shift + ]
Dictation Ctrl + M

Slash commands

Slash commands let you control Codex without leaving the thread composer. Available commands vary based on your environment and access.

Use a slash command

  1. In the thread composer, type /.
  2. Select a command from the list, or keep typing to filter (for example, /status).

You can also explicitly invoke skills by typing $ in the thread composer. See Skills.

Enabled skills also appear in the slash command list (for example, /imagegen).

Available slash commands

Slash command Description
/feedback Open the feedback dialog to submit feedback and optionally include logs.
/mcp Open MCP status to view connected servers.
/plan-mode Toggle plan mode for multi-step planning.
/review Start code review mode to review uncommitted changes or compare against a base branch.
/status Show the thread ID, context usage, and rate limits.

The Codex app registers the codex:// URL scheme so links can open specific parts of the app directly.

Deeplink Opens Supported query parameters
codex://settings Settings. None.
codex://skills Skills. None.
codex://automations Inbox in automation create mode. None.
codex://threads/<thread-id> A local thread. <thread-id> must be a UUID. None.
codex://new A new thread. Optional: prompt, originUrl, path.

For new-thread deeplinks:

  • prompt prefills the composer.
  • path must be an absolute path to a local directory and, when valid, makes that directory the active workspace for the new thread.
  • 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.

See also