Earlier verification records
Codex CLI: Earlier review dates, version baselines, and findings, with a link to the current verification scope.
Key takeaways
- This page preserves earlier review records. Use the detail guides and complete list for current behavior. Earlier minimum-version notes do not establish a newly verified introduction version.
September 22, 2026 second audit
The audit covers 239 pages across both books and languages: full command declarations, official URL destinations and anchors, internal links, and MDX compilation. Redirected documentation links now use the current destinations.
Replaced unsupported /help guidance with the / menu. /goal is stable and enabled by default; /sandbox-add-read-dir is native-Windows-only; /memories changes affect future sessions. Fast service tier is no longer described as a reduction in reasoning depth.
Checked 131 real external URLs (124 without fragments), with no 404s among source links. The OpenAI announcement was readable through a separate web fetch. The npm website and Claude routines console returned 403 here and remain unverified, rather than being counted as valid or broken. Reference checks do not establish account-specific runtime availability.
Running verification
Local checks validate complete declarations, CLI tables, locale coverage, and navigation against the reviewed snapshot. Live comparison fails when official names, arguments, types, descriptions, or latest releases change; source failures also fail. Behavior and availability still require editorial review.
pnpm --filter handbook check:codex-command-master
pnpm --filter handbook test:command-sources
pnpm --filter handbook check:command-sourcesOfficial command audit — September 22, 2026
Reconciled 50 CLI slash-table entries, 27 terminal command-table entries, and the global and command-specific option tables in Developer Commands. The release baseline is 0.155.1 (September 18, 2026). Older npm channel values below are historical observations.
- 0.155.0
/voice: experimental voice conversations on supported builds, enabled through/experimental, with live transcripts and microphone controls. It remains release-tracked because the slash reference table has not added it yet. - Daemon: added
codex app-server daemon updateand configurable update schedules, with recovery of saved threads and active goals after daemon restarts. - Sessions and MCP: agents-view hide/archive/delete, managed-worktree ownership and deletion confirmation, and MCP Touch ID verification on supported Macs.
- 0.155.1: reasoning summaries default to disabled for new local TUI sessions. Explicit settings remain respected; distinguish the 0.155.0 live-summary UI from this default.
All slash commands · Terminal CLI reference · Voice conversations
Sources: Developer Commands, official changelog.
The sections below retain earlier update records.
Release-tracked command checks
| Command | Basis |
|---|---|
/voice | 0.155.0, /experimental |
/worktree | 0.154.0 |
/recap | 0.153.0, tui.auto_recap |
September 12, 2026 release refresh
Updated for Codex CLI 0.154.0 (September 9). npm latest=0.154.0 and alpha=0.155.0-alpha.3.10 were checked on September 12, 2026 KST.
- Sessions: experimental
--worktreeand/worktreecreate isolated checkouts for new or forked sessions, with browse/resume support. Inline questions accept choices or free text while work continues. - Extensions and approvals: existing sessions refresh installed plugin tools, skills, and hooks. Failed MCP OAuth refreshes surface sign-in without replaying rejected calls. Resume/fork preserve permissions, and new user instructions invalidate stale automatic approvals.
- Compatibility:
codex mcp-serverand the standalonecodex-mcp-serverwere removed. External MCP connections throughcodex mcpremain supported. Evaluate migration to experimentalcodex app-server; the official documentation does not support production workloads on that command. - Editing:
/copypreserves formatting and supports status output; Vim gainsRreplace mode. Windows gains a shared background server and daemon management.
Sources: official changelog, npm dist-tags.
This refresh compares official release text with npm channels. It does not claim local CLI execution or live feature testing. Tables below retain prior dated checks; the channel values above supersede them.
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-09-05 KST)
- Command reference: https://learn.chatgpt.com/docs/codex/cli (308 redirect from
developers.openai.com/codex/cli/slash-commands) - Models reference: https://learn.chatgpt.com/docs/models
- GPT-6 Astra API specification: https://developers.openai.com/api/docs/models/gpt-6-astra
- GPT-6 Astra announcement: https://openai.com/index/gpt-6-astra/
- Previous command reference path: https://learn.chatgpt.com/docs/developer-commands?surface=cli
- 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://learn.chatgpt.com/docs/hooks
- Changelog: https://learn.chatgpt.com/docs/changelog
- Models reference: https://learn.chatgpt.com/docs/models
- Supplemental releases: https://github.com/openai/codex/releases
- Official stable/latest CLI baseline:
codex-cli 0.153.4 - Latest user-facing command feature baseline:
codex-cli 0.153.4 - npm dist-tags checked:
latest=0.153.4,alpha=0.154.0-alpha.3; local CLI also 0.153.4
Documentation URLs moved
The official Codex docs moved from developers.openai.com/codex/* to learn.chatgpt.com/docs/*.
Old links still resolve through 308 permanent redirects, but the path structure did not change
uniformly, so a blanket replacement would break URLs. This round used the new domain only in newly
written passages; remaining old links move path by path in the next round.
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. |
/cd·/pwd·/cwd | Release-tracked | 0.149.0 confirms the working-directory group; current Developer Commands reference entries are pending, so exact syntax/output stays build-verified. |
/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 a dedicated page and core group | Clears the terminal and starts a new chat; unlike /new [name], it has no name argument. |
/copy | Covered | Opens a picker for the whole response, code blocks, or blockquotes; Ctrl+O remains a shortcut. |
/export | Covered | Exports the complete TUI conversation as Markdown to the clipboard or a new file. |
/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. - the 2026-08-20 source refresh covers 0.147.0~0.148.0,
/export, exec fork, archive/restore, portable plugins, MCP protocol, Bedrock, hooks, security fixes, and GPT-5.6 model policy. - the 2026-08-28 source refresh covers 0.149.0~0.150.1, agents/queue, task messaging, cwd commands, the copy picker, Interrupt hooks, trust/deny-read hardening, app-server migration, and remote compaction.
- the 2026-08-30 source refresh covers 0.151.0 MCP discovery/result processing, repository-aware plugin catalogs, permission/Guardian/remote sandbox fixes, model fallback consistency, nested goal budgets, and standalone
/clearparity. - the 2026-09-05 source refresh covers GPT-6 Astra, 0.152.0~0.153.4, the disabled-by-default planning tool,
tui.auto_recap, relaxed MCP naming with per-tool output limits, and the documentation move tolearn.chatgpt.com.
September 5, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | npm latest v0.153.4, alpha 0.154.0-alpha.3, local CLI 0.153.4 | Confirmed | npm dist-tags + codex --version |
| 2 | GPT-6 Astra released 2026-09-03 as gpt-6-astra | Confirmed | Announcement + API models page |
| 3 | Astra 1.05M context, 128K output, $10 / $1 cached / $50 per 1M, April 30 2026 cutoff | Confirmed | API models page |
| 4 | Astra needs CLI 0.153.0 and is the bundled default from 0.153.4 | Confirmed | Codex CLI 0.153.x release notes |
| 5 | Astra added to Bedrock Mantle and Runtime pickers in 0.153.3 | Confirmed | Official changelog |
| 6 | Astra reaches Critical cybersecurity capability | Confirmed | GPT-6 Astra announcement |
| 7 | Planning tool disabled by default from 0.152.0 | Confirmed | Codex CLI 0.152.0 |
| 8 | tui.auto_recap, tui.disable_paste_burst, context-management experiment | Confirmed | Codex CLI 0.153.0 |
| 9 | MCP naming characters and per-tool output_token_limit | Confirmed | Codex CLI 0.152.0 |
| 10 | GPT-5.4 and GPT-5.4 mini retirement completed 2026-08-31 | Confirmed | Official models page |
August 30, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | npm latest v0.151.0, alpha 0.152.0-alpha.4 | Confirmed | npm dist-tags + Codex changelog |
| 2 | Optional MCP grace, result interception, structured errors | Confirmed | Codex CLI 0.151.0 |
| 3 | Repository-aware catalogs and invalid-marketplace reporting | Confirmed | Codex CLI 0.151.0 |
| 4 | Permission profiles, Guardian invalidation, remote sandbox semantics | Confirmed | Codex CLI 0.151.0 |
| 5 | Model fallback consistency and nested goal budgets | Confirmed | Codex CLI 0.151.0 |
| 6 | Dedicated /clear page and syntax correction | Confirmed | Developer Commands + locale checker |
August 28, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | npm latest v0.150.1, alpha 0.151.0-alpha.6 | Confirmed | npm dist-tags + Codex changelog |
| 2 | codex agents, codex queue, task mentions | Confirmed | Codex CLI 0.149.0~0.150.0 |
| 3 | /cd, /pwd, /cwd, /copy picker | Confirmed | Codex CLI 0.149.0~0.150.0 |
| 4 | Interrupt hooks and trust/deny-read boundaries | Confirmed | Codex CLI 0.150.0 |
| 5 | image-aware remote compaction | Confirmed | Codex CLI 0.150.1 |
August 20, 2026 Check
| # | Item | Result | Source |
|---|---|---|---|
| 1 | npm latest v0.148.0, alpha 0.149.0-alpha.4 | Confirmed | npm dist-tags + Codex changelog |
| 2 | /export, codex exec fork, archive/restore | Confirmed | Codex CLI 0.148.0 |
| 3 | Portable Agent Plugins, --approve-for-me, MCP 2026-07-28 | Confirmed | Codex CLI 0.147.0 |
| 4 | Built-in Bedrock provider and async/MCP hooks | Confirmed | Codex CLI 0.148.0 + config reference |
| 5 | GPT-5.6 Sol/Terra/Luna and GPT-5.4/mini retirement | Confirmed | Codex Models |
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.