status · git:20260710.cec45de · 2026-07-10 · sha256 c0e8f7e648cee4cd
status git:20260710.cec45deB
Immutable. This exact content is served forever at /api/v1/blob/c0e8f7e648cee4cd.
---
description: Report Codex CLI prerequisites, login status, and image attachment support for image generation
argument-hint: ''
allowed-tools: Bash(node:*)
---
# Codex Image Status
Run:
```bash
node "${CLAUDE_PLUGIN_ROOT}/scripts/codex-image.mjs" status "$ARGUMENTS"
```
Output rules:
- Present the status output to the user.
- If status reports that Codex is not installed, tell the user to install it with `npm install -g @openai/codex`.
- If status reports that Codex is not authenticated, tell the user to run `codex login`.
- If status reports image attachment or the imagegen skill is missing, tell the user to update Codex CLI (`npm install -g @openai/codex@latest`).