ide/slash-commands.md +0 −6
1# Codex IDE extension slash commands1# Codex IDE extension slash commands
2 2
3Reference for slash commands in the Codex IDE extension
4
5Slash commands let you control Codex without leaving the chat input. Use them to check status, switch between local and cloud mode, or send feedback.3Slash commands let you control Codex without leaving the chat input. Use them to check status, switch between local and cloud mode, or send feedback.
6 4
7## Use a slash command5## Use a slash command
21| `/local` | Switch to local mode to run the task in your workspace. |19| `/local` | Switch to local mode to run the task in your workspace. |
22| `/review` | Start code review mode to review uncommitted changes or compare against a base branch. |20| `/review` | Start code review mode to review uncommitted changes or compare against a base branch. |
23| `/status` | Show the thread ID, context usage, and rate limits. |21| `/status` | Show the thread ID, context usage, and rate limits. |
24
25[Previous
26
27IDE Commands](https://developers.openai.com/codex/ide/commands)