OpenAI's Codex CLI is a terminal-based AI coding agent that can read and write files, run tests, and complete coding tasks using OpenAI's latest GPT-5-Codex models. It is lightweight, open source (Apache-2.0, npm-installable), and designed for developers who want a capable single-agent tool without IDE lock-in.
Fleet solves a different problem. It coordinates a roster of Claude Code agents — each with a defined role (developer, reviewer, release manager, PM), an assigned Claude model tier, and a run-time budget — that hand work to each other via a fabric event bus. Codex CLI is one developer's coding agent; Fleet runs an autonomous team.