Verification
A checklist for validating advanced Codex team operations.
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.
Use this checklist before treating Codex as a team-standard development tool.
Source Baseline
- Checked date: 2026-09-05 KST
- Codex CLI stable/latest baseline:
codex-cli 0.153.4 - npm dist-tags checked:
latest=0.153.4,alpha=0.154.0-alpha.3 - Model baseline: GPT-6 Astra (
gpt-6-astra) as the top model, with GPT-5.6 Sol for the hardest GPT-5.6 work, Terra for everyday work, and Luna for explicit repeated work. - Retirement checked: GPT-5.4 and GPT-5.4 mini left ChatGPT-sign-in Codex on 2026-08-31; API/API-key availability is separate.
- Key deltas checked: GPT-6 Astra availability from 0.153.0 and the 0.153.4 bundled-default change, the 0.153.3 Bedrock Mantle/Runtime pickers, the 0.152.0 planning-tool default,
tui.auto_recap,tui.disable_paste_burst,features.context_management.experimental_mode, MCPoutput_token_limitand naming rules, the optional-MCP discovery grace period, and Guardian review-history persistence.
2026-09-05 Cross-Checks
Documentation URLs moved (checked 2026-09-05)
The official Codex documentation moved from developers.openai.com/codex/* to
learn.chatgpt.com/docs/*. Existing links still resolve through 308 permanent redirects, so
none are broken, but the path structure did not change uniformly (/codex/models →
/docs/models, /codex/cli → /docs/codex/cli, /codex/config-reference →
/docs/config-file/config-reference). A blanket find-and-replace would produce wrong URLs, so this
round only used the new domain in newly written passages. The 479 remaining old links (49 unique)
across both Codex handbooks will be migrated path by path in the next round.
| Item | Handbook | Official source | Match |
|---|---|---|---|
| Astra release date | 2026-09-03 | GPT-6 Astra announcement | Yes |
| Astra model ID | gpt-6-astra | API models page | Yes |
| Astra context / output | 1,050,000 / 128,000 tokens | API models page | Yes |
| Astra pricing | $10 input · $1 cached input · $50 output per 1M | API models page | Yes |
| Astra knowledge cutoff | April 30, 2026 | API models page | Yes |
| Astra reasoning effort | low, medium, high, xhigh, max | API models page | Yes |
| Astra minimum CLI | 0.153.0 or later | 0.153.x release notes | Yes |
| Astra default change | Bundled default from 0.153.4 when no model is configured | 0.153.4 release notes | Yes |
| Astra on Bedrock | Added to Mantle and Runtime pickers in 0.153.3 | Official changelog | Yes |
| Astra safety class | First model at Critical cybersecurity capability | GPT-6 Astra announcement | Yes |
| Planning tool default | Disabled from 0.152.0; enable with tools.update_plan.enabled | 0.152.0 release notes | Yes |
| Guardian history | Survives compaction, restarts, and forks (0.153.0) | 0.153.0 release notes | Yes |
Setup
| Check | Pass condition |
|---|---|
| Install | Supported install path is documented |
| Auth | Login and token rules are clear |
| Config | Profiles and safety defaults are versioned |
| Context | Repository instructions and skills are maintained |
Safety
| Check | Pass condition |
|---|---|
| Approvals | High-risk actions require human approval |
| Sandbox | Default mode limits unintended access |
| Secrets | Secret handling rules are documented and enforced |
| MCP | Tool allowlists and audit trail exist |
Operations
| Check | Pass condition |
|---|---|
| Automation | Exec workflows produce structured output |
| Multi-agent | Delegated tasks have scoped ownership |
| Models | Model and reasoning defaults are tied to task risk |
| Governance | Rollout metrics and changelog review exist |