2025-12-03 16:29:13 +00:00
|
|
|
Use /compact when the conversation gets long to summarize history and free up context.
|
2025-12-14 20:02:41 -08:00
|
|
|
Start a fresh idea with /new; the previous session stays in history.
|
2025-12-03 16:29:13 +00:00
|
|
|
Use /feedback to send logs to the maintainers when something looks off.
|
|
|
|
|
Switch models or reasoning effort quickly with /model.
|
2026-01-29 12:36:53 -08:00
|
|
|
Use /permissions to control when Codex asks for confirmation.
|
2026-01-13 13:06:35 -08:00
|
|
|
Run /review to get a code review of your current changes.
|
|
|
|
|
Use /skills to list available skills or ask Codex to use one.
|
|
|
|
|
Use /status to see the current model, approvals, and token usage.
|
2026-01-16 11:28:52 -08:00
|
|
|
Use /fork to branch the current chat into a new thread.
|
2026-01-13 13:06:35 -08:00
|
|
|
Use /init to create an AGENTS.md with project-specific guidance.
|
|
|
|
|
Use /mcp to list configured MCP tools.
|
2026-02-02 17:37:04 -08:00
|
|
|
Run `codex app` to open Codex Desktop (it installs on macOS if needed).
|
2026-02-02 15:35:37 -08:00
|
|
|
Use /personality to customize how Codex communicates.
|
2026-01-30 10:40:09 +00:00
|
|
|
Use /rename to rename your threads for easier thread resuming.
|
2026-01-29 09:34:59 -08:00
|
|
|
Use the OpenAI docs MCP for API questions; enable it with `codex mcp add openaiDeveloperDocs --url https://developers.openai.com/mcp`.
|
2026-01-30 01:14:15 -08:00
|
|
|
Join the OpenAI community Discord: http://discord.gg/openai
|
|
|
|
|
Visit the Codex community forum: https://community.openai.com/c/codex/37
|
2025-12-14 20:02:41 -08:00
|
|
|
You can run any shell command from Codex using `!` (e.g. `!ls`)
|
2026-01-26 23:55:44 +00:00
|
|
|
Type / to open the command popup; Tab autocompletes slash commands.
|
2025-12-14 20:02:41 -08:00
|
|
|
When the composer is empty, press Esc to step back and edit your last message; Enter confirms.
|
2026-02-09 16:39:09 -08:00
|
|
|
Press Tab to queue a message when a task is running; otherwise it sends immediately (except `!`).
|
2025-12-03 16:29:13 +00:00
|
|
|
Paste an image with Ctrl+V to attach it to your next message.
|
2025-12-03 20:58:35 -08:00
|
|
|
You can resume a previous conversation by running `codex resume`
|