SpyBara
Go Premium

ide/slash-commands.md 2026-06-09 18:50 UTC to 2026-06-10 20:00 UTC

4 added, 4 removed.

2026
Sat 27 00:02 Thu 25 20:59 Mon 22 19:03 Sat 20 03:58 Fri 19 23:57 Thu 18 23:01 Wed 17 17:02 Tue 16 20:00 Mon 15 19:59 Sun 14 16:58 Sat 13 00:58 Fri 12 18:02 Thu 11 20:02 Wed 10 20:00 Tue 9 18:50 Sat 6 00:58 Fri 5 18:45 Thu 4 01:09 Wed 3 19:27 Tue 2 19:22

Codex IDE extension slash commands

Slash commands let you control Codex without leaving the chat input. Use them to check status, switch between local and cloud mode, or send feedback.

Use a slash command

  1. In the Codex chat input, type /.
  2. Select a command from the list, or keep typing to filter (for example, /status).
  3. Press Enter.

Available slash commands

Slash command Description
/auto-context Turn Auto Context on or off to include recent files and IDE context automatically.
/cloud Switch to cloud mode to run the task remotely (requires cloud access).
/cloud-environment Choose the cloud environment to use (available only in cloud mode).
/feedback Open the feedback dialog to submit feedback and optionally include logs.
/goal Set a persistent goal for Codex to work toward.
/local Switch to local mode to run the task in your workspace.
/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.

If /goal doesn't appear in the slash command list, enable features.goals in config.toml:

[features]
goals = true

You can also run codex features enable goals from the CLI or ask Codex to run it.