Codex Infinity is an open-source terminal coding agent repository maintained by developer lee101, forked from OpenAI's Codex ecosystem. The project provides terminal-based automated coding tools and orchestration layers designed to execute development tasks directly within local repository environments. Day-to-day operation centers around a CLI client (`codex-cli`) backed by Rust core libraries (`codex-rs`) and modular SDK components. The tool interfaces with AI models via configured API keys (such as OpenAI API endpoints) to parse instructions, analyze workspace code, execute shell actions, and apply file modifications directly inside the codebase. Codex Infinity distinguishes itself by incorporating custom patches, agent skills (`.agents/skills`), and custom workspace tooling on top of the upstream OpenAI Codex baseline. Its dual-layer architecture leverages Rust for performance-critical execution alongside high-level CLI interfaces, built and managed using Bazel tooling. The project is open-source and distributed via GitHub. It relies on user-provided API credentials for model access, requiring developers to supply their own backend API keys.
Tags: ai agent, cli, code assistant, coding agent, developer tools, OpenSource