-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Moritz Hoffmann edited this page Jun 1, 2026
·
1 revision
Ask Claude to read:
codex://statuscodex://doctorcodex://usage
These are the fastest way to inspect binary resolution, defaults, app-server capabilities, queue limits, and recent failures.
Start Claude Code with:
claude --plugin-dir .For installed-plugin development:
npm run dev:link
npm run dev:watchThen ask naturally:
Ask Codex to review this repository read-only.
Use the native background/follow-up flow instead of one blocking request:
-
codex_taskwithbackground: true -
codex_followupwithmode: "wait" -
codex_followupwithmode: "steer"
Persistent sessions are the right path for work that should be recoverable after an MCP restart.
Verbose logs are on by default and include raw MCP traffic. Treat them as sensitive project data.
Optional file logging:
export CODEX_SUBAGENTS_LOG_FILE=/tmp/codex-subagents.log
export CODEX_SUBAGENTS_LOG_LEVEL=debugQuiet mode:
export CODEX_SUBAGENTS_LOG_LEVEL=silent