Codex CLI Coming Soon

Codex CLI Connection

🚧

Not yet implemented. Codex CLI support is on the roadmap. The infrastructure (connection type, config schema, UI) is in place, but session monitoring is not active yet — Codex CLI currently doesn't expose an API for external integrations.

Why It's Pending

The OpenAI Codex CLI runs as a standalone terminal application without a socket or file-based session API (unlike Claude Code's ~/.claude/projects/ JSONL files). Once Codex exposes a usable integration point, CrewHub will connect to it.

Planned Approaches

  • File-based — read session files from ~/.codex/ if Codex starts writing them
  • Socket — connect to a local socket if Codex exposes one
  • CLI wrapper — execute codex commands and parse output

Using Codex via OpenClaw

If you use Codex as a sub-agent through OpenClaw, it already appears in CrewHub as a regular OpenClaw session — no special Codex integration needed.

Track Progress

Follow the issue on GitHub or join the Discord to get notified when Codex support ships.