Check whether your local Codex CLI is ready to use. The command verifies Node.js, npm, the Codex CLI, and authentication status, then prints a report with any next steps. You can also use it to enable or disable the optional stop-time review gate.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/openai/codex-plugin-cc/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Flags
Enable the stop-time review gate for the current project. When enabled, Codex runs a targeted review before Claude stops, blocking the stop if issues are found.
Disable the stop-time review gate for the current project.
Output
The setup report shows:- Node.js — whether Node.js is available and its version
- npm — whether npm is available
- Codex CLI — whether
@openai/codexis installed - Authentication — whether Codex is logged in and ready to run tasks
- Review gate — whether the stop-time review gate is currently enabled
- Next steps — any actions needed to get Codex fully ready