For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Codex IDE extension slash commands

Reference for slash commands in the Codex IDE extension

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

Use a slash command

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

Available slash commands

Slash commandDescription
/approveApprove one retry of a recent automatic-review denial, when automatic review is active.
/cloudRun the chat in the cloud, when cloud execution is available.
/cloud-environmentChoose the cloud environment for the chat.
/compactCompact the current chat’s context.
/fastTurn a catalog-provided Fast service tier on or off, when available.
/feedbackOpen the feedback dialog to submit feedback and optionally include logs.
/forkCopy a local chat into a new local chat.
/goalSet a persistent goal for Codex to work toward.
/ide-contextTurn automatic IDE context on or off.
/initGenerate an AGENTS.md scaffold for the current project.
/localRun the chat in your local workspace.
/mcpOpen MCP status to view connected servers.
/memoriesConfigure whether the chat can use or generate memories, when Memories is available.
/modelChoose the model for the current chat.
/personalityChoose how Codex responds, when the current model supports personalities.
/planToggle plan mode for multi-step planning.
/projectChoose a project for new chats.
/reasoningChoose the reasoning effort for the current chat.
/reviewStart code review mode to review uncommitted changes or compare against a base branch.
/sideStart a temporary side chat without interrupting the main chat.
/statusShow the chat ID, context usage, and rate limits.
/worktreeRun the chat in a new Git worktree.