Lightweight coding agent that runs in your terminal
Browse cluster: HTML Parsing & Error Tracking →Codex is a lightweight coding agent that runs in your terminal. The project is built in Rust, organized as a Cargo workspace with crates prefixed with `codex-` (such as `codex-core`, `codex-tui`, and `codex-mcp`), and uses Bazel for build management alongside Cargo. The codebase emphasizes modular architecture, comprehensive testing through integration tests and snapshot tests via `insta`, and strict code quality standards including linting with Clippy and careful management of context sent to language models.