Verification Report
Command coverage and version tracking status for the English edition.
Verification Criteria
- Each advanced command page includes the original command declaration.
- Each command has practical examples and a similar-command comparison.
- Official source links are listed.
- Version-sensitive commands are tied to the changelog or release notes.
- English routing is registered under the English locale.
- Korean and English command file inventories stay in parity.
Source Baseline (2026-08-03 KST)
- Command reference: https://developers.openai.com/codex/cli/slash-commands
- Figma implementation use case: https://learn.chatgpt.com/use-cases/figma-designs-to-code
- UI mock use case: https://learn.chatgpt.com/use-cases/user-stories-to-ui-mocks
- MCP customization: https://learn.chatgpt.com/docs/customization/overview#mcp
- Hooks reference: https://developers.openai.com/codex/hooks
- Changelog: https://developers.openai.com/codex/changelog
- Models reference: https://developers.openai.com/codex/models
- Supplemental releases: https://github.com/openai/codex/releases
- Official stable/latest CLI baseline:
codex-cli 0.146.0 - Latest user-facing command feature baseline:
codex-cli 0.146.0 - npm dist-tags checked:
latest=0.146.0,alpha=0.147.0-alpha.4
Command Coverage
| Command | Status | Source Note |
|---|---|---|
/permissions | Covered | Standard permissions command; /approvals remains an alias. |
/approve | Covered | Retries one recent auto-review denial. |
/setup-default-sandbox | Covered | Windows-only elevated sandbox setup in degraded restricted-token mode. |
/sandbox-add-read-dir | Covered | Windows-only sandbox read access helper. |
/agent | Covered | Switches active agent threads; /subagents is an alias. |
/app | Covered | Officially documented handoff of the current CLI thread into Codex Desktop, release-tracked from 0.138.0. |
/apps | Covered | Browses app/connectors and inserts app mentions. |
/archive | Covered | Official slash command for archiving the current session and exiting Codex. |
/delete | Covered | Official slash command for permanently deleting the current session transcript and spawned descendants. |
/ide | Covered | Includes IDE open-file and selection context. |
/plugins | Covered | Browses installed and discoverable plugins. |
/hooks | Covered | Official slash command plus 2026-05-14 Hooks GA. |
/import | Covered | Imports supported Cursor and Claude Code settings, MCP, plugins, sessions, commands, and project memories. |
/experimental | Covered | Toggles optional Codex feature gates. |
/memories | Covered | Configures memory use and generation. |
/clear | Covered in core group | Clears the terminal and starts a new chat. |
/copy | Covered | Copies the latest completed response; Ctrl+O is the shortcut. |
/compact, /diff, /review | Covered | Review and context-maintenance commands. |
/model, /fast, /plan, /goal, /personality | Covered | Execution, model, speed, style, and long-running goal controls. |
/ps, /stop | Covered | Background terminal inspection and cleanup. |
/raw | Covered | Toggles raw scrollback mode. |
/fork, /side, /resume, /new, /rename, /quit, /exit | Covered | Thread, naming, session continuity, and exit commands; /btw aliases /side. |
/status, /statusline, /title, /keymap, /debug-config | Covered | Session visibility, diagnostics, and TUI customization. |
/usage | Covered | Shows account token activity and available rate-limit reset actions. |
/skills, /theme, /pets, /vim | Covered | Skill selection, syntax theme, terminal pet, and Vim composer mode; /pet aliases /pets. |
/mcp, /mention, /init, /logout, /feedback | Covered | Integration, context, setup, auth, and support commands. |
Automated Validation
The project script apps/handbook/scripts/check-codex-command-master.mjs now checks both locales:
- every non-section
meta.jsonpage has a matching MDX file; - every
commands/*.mdxfile appears in the shared command syntax map; - Korean and English command directories contain the same command files;
- Korean and English
meta.jsoncommand order stays aligned; - command declaration and usage code blocks match the expected syntax for each locale;
- each locale's
verification.mdxreferences every command page; - the Korean verification page still carries the deeper release-link table.
- the 2026-06-25 source refresh covers Codex CLI 0.140.0~0.142.0,
/delete,/import,/usage, indexed web search, plugin organization, rollout token budgets, scheduled UTC reminders/current-time handling, multi-agent delegation modes, and TUI disconnect recovery. - the 2026-07-01 source refresh covers Codex CLI 0.142.5 as the current stable/latest patch release, confirms npm
latest=0.142.5, recordsalpha=0.143.0-alpha.31as an experiment channel, and separates the trace-log payload fix from the command feature baseline. - the 2026-07-10 source refresh covers Codex CLI 0.143.0~0.144.0 remote plugins, system proxy and remote-control pairing, MCP auth/tool search, app approval
writes, reset-credit selection, review improvements, and runtime reliability fixes. - the 2026-07-12 source refresh covers the official Figma-to-code and UI-mock workflows, including ImageGen, Playwright interactive, Build Web Apps, and the Figma MCP tool sequence.
- the 2026-08-01 source refresh covers Codex CLI 0.145.0~0.146.0 paginated history/forks, named and pinned threads, side switching, expanded import, Agent Plugins/marketplaces, proxy/MCP refresh, and replay preservation.
- the 2026-08-03 source refresh keeps 0.146.0 as stable/latest and adds official-reference coverage for
/copy,/rename,/pets,/setup-default-sandbox,/app, plus/subagents,/btw, and/petaliases.
July 12, 2026 Design Workflow Check
| # | Item | Result | Official source |
|---|---|---|---|
| 1 | Commands plus Skills, Plugins, and MCP instead of a standalone /design command | Confirmed | Slash commands + customization docs |
| 2 | Figma get_design_context, get_metadata, and get_screenshot sequence | Confirmed | Figma designs to code |
| 3 | Reuse existing design-system components and tokens | Confirmed | Figma designs to code |
| 4 | Playwright interactive comparison in a real browser | Confirmed | Figma designs to code |
| 5 | $imagegen UI mocks with a screenshot or Figma reference | Confirmed | User stories to UI mocks |
| 6 | Reattach the selected mock to a new Codex task | Confirmed | User stories to UI mocks |
| 7 | Build Web Apps plugin for a working web prototype | Confirmed | User stories to UI mocks |
August 3, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Stable/latest CLI remains v0.146.0 | Confirmed | GitHub release + local CLI + npm latest |
| 2 | /copy, /rename, /pets, /setup-default-sandbox official coverage | Confirmed | Codex slash commands reference |
| 3 | /app official-reference coverage | Confirmed | Codex slash commands reference |
| 4 | /subagents, /btw, and /pet aliases | Confirmed | Slash reference + 0.146.0 source |
| 5 | No newer stable release; alpha remains 0.147.0-alpha.4 | Confirmed | GitHub Releases + npm dist-tags |
August 1, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest stable/latest CLI baseline v0.146.0 | Confirmed | GitHub release rust-v0.146.0 + npm latest + local CLI |
| 2 | Named /new and /clear, pins, side switching | Confirmed | Release rust-v0.146.0 |
| 3 | Paginated history/forks and hidden ephemeral forks | Confirmed | Releases rust-v0.145.0~0.146.0 |
| 4 | Expanded Cursor/Claude Code /import | Confirmed | Release rust-v0.145.0 |
| 5 | Agent Plugins, workspace publishing, marketplaces | Confirmed | Release rust-v0.146.0 |
| 6 | Proxy, MCP/App refresh, replay preservation | Confirmed | Release rust-v0.146.0 |
July 10, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest stable/latest CLI baseline v0.144.0 | Confirmed | GitHub release rust-v0.144.0 + npm latest |
| 2 | Default remote plugins, npm sources, local/remote versions | Confirmed | Release rust-v0.143.0 |
| 3 | MCP tool search, session auth, interactive auth | Confirmed | Releases rust-v0.143.0~0.144.0 |
| 4 | App approval writes and reset-credit selection | Confirmed | Release rust-v0.144.0 |
| 5 | Review picker and automatic review improvements | Confirmed | Release rust-v0.144.0 |
July 1, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest stable/latest CLI baseline v0.142.5 | Confirmed | GitHub release rust-v0.142.5 (2026-07-01) + npm latest dist-tag |
| 2 | Trace-log payload protection in v0.142.5 | Confirmed | Full Responses WebSocket request payloads are no longer written to trace logs |
| 3 | npm alpha 0.143.0-alpha.31 | Confirmed | npm alpha dist-tag |
| 4 | Command feature baseline remains v0.142.0 | Confirmed | /delete, /import, and /usage were introduced or documented in the v0.140.0~v0.142.0 window |
June 25, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest stable/latest CLI baseline v0.142.0 | Confirmed | Codex changelog Codex CLI 0.142.0 (2026-06-22) + npm latest dist-tag |
| 2 | /delete official slash command | Confirmed | Slash commands page + Codex changelog Codex CLI 0.140.0 |
| 3 | /import official slash command | Confirmed | Slash commands page + Codex changelog Codex CLI 0.140.0 |
| 4 | /usage official slash command | Confirmed | Slash commands page + Codex changelog Codex CLI 0.142.0 |
| 5 | codex delete <SESSION> and app-server thread/delete | Confirmed | Codex changelog Codex CLI 0.140.0 |
| 6 | Plugin organization improvements | Confirmed | Codex changelog Codex CLI 0.140.0 |
| 7 | Rollout token budgets | Confirmed | Codex changelog Codex CLI 0.142.0 |
| 8 | Indexed web-search mode | Confirmed | Codex changelog Codex CLI 0.142.0 |
| 9 | Scheduled UTC reminders and current-time handling | Confirmed | Codex changelog Codex CLI 0.142.0 |
| 10 | Multi-agent delegation modes | Confirmed | Codex changelog Codex CLI 0.142.0 |
| 11 | App-server, exec, and MCP disconnect recovery | Confirmed | Codex changelog Codex CLI 0.142.0 |
June 12, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest CLI baseline v0.139.0 | Confirmed | Codex changelog Codex CLI 0.139.0 (2026-06-09) |
| 2 | /app release-tracked command | Confirmed | Codex changelog Codex CLI 0.138.0: current CLI thread handoff to Codex Desktop |
| 3 | /archive listed in the official slash table | Confirmed | Slash commands page, checked 2026-06-12 |
| 4 | Plugin add/remove/marketplace --json, list --available --json, and marketplaceSource | Confirmed | CLI reference codex plugin, codex plugin marketplace |
| 5 | Code-mode standalone web search | Confirmed | Codex changelog Codex CLI 0.139.0 |
| 6 | MCP schema oneOf/allOf preservation and large-schema compaction | Confirmed | Codex changelog Codex CLI 0.139.0 |
| 7 | codex doctor editor/pager environment diagnostics | Confirmed | Codex changelog Codex CLI 0.139.0 |
| 8 | App-server account token usage and ChatGPT v2 personal access tokens | Confirmed | Codex changelog Codex CLI 0.138.0 |
| 9 | codex debug app-server send-message-v2 restored | Confirmed | Codex changelog Codex CLI 0.139.0 |
| 10 | Reasoning effort fallback shortcuts and model-defined effort ordering | Confirmed | Codex changelog Codex CLI 0.138.0 |
| 11 | Local image path exposure and image edits through referenced file paths | Confirmed | Codex changelog Codex CLI 0.138.0~0.139.0 |
| 12 | resume/fork --last, scoped MCP startup warnings, and cloud-managed requirement preservation | Confirmed | Codex changelog Codex CLI 0.139.0 |
| 13 | codex sandbox -P, effective sandbox modes, and network proxy enforcement | Confirmed | CLI reference + Codex changelog Codex CLI 0.139.0 |
June 8, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | Latest CLI baseline v0.137.0 | Confirmed | GitHub release rust-v0.137.0 (2026-06-04) |
| 2 | /archive added | Confirmed | GitHub release rust-v0.136.0: TUI /archive, codex archive, codex unarchive |
| 3 | /archive not yet listed in the official slash table | Confirmed | Slash commands page, checked 2026-06-08 |
| 4 | /permissions named permission profiles | Confirmed | GitHub release rust-v0.135.0 and Permissions docs |
| 5 | Remote /status connection/server version | Confirmed | GitHub release rust-v0.135.0 |
| 6 | File-based --profile migration | Confirmed | Advanced Configuration docs and GitHub release rust-v0.134.0 |
| 7 | codex app-server --stdio and archive events | Confirmed | App Server docs and GitHub release rust-v0.136.0 |
| 8 | codex plugin list --json | Confirmed | GitHub release rust-v0.137.0 |
Run it with:
pnpm --filter handbook run check:codex-command-masterTranslation Parity
This English edition is not a loose summary. It intentionally mirrors the Korean command inventory and navigation order while using English section names:
- Korean
## 명령어 원본 선언maps to English## Original Command Declaration. - Korean
## 사용법maps to English## Usage. - Korean
## 도입 시점 (릴리즈 기준)maps to English## Release Basis. - Korean
## 출처maps to English## Sources.
The first full-parity pass prioritized /model, /plugins, /resume, verification, and
updates, because those pages carry the most version-sensitive operational detail.
English Locale Checks
/en/books/codex-command-masterrenders English content only.- The English root meta registers
codex-command-master. - The English book uses
/en/books/codex-command-master/...links in cards.