The openai/codex-plugin-cc project provides a plugin for Claude Code that integrates Codex, enabling code reviews and task delegation.
Source: README View on GitHub →This project is gaining attention due to its integration of Codex into Claude Code, addressing the need for efficient code review and task delegation within existing workflows. Its unique technical choice is the seamless integration with Claude Code, leveraging OpenAI's Codex capabilities.
Source: README, project traitsPerforms a normal read-only Codex review on current work, providing code quality feedback similar to running `/review` directly in Codex.
Source: README UsageExecutes a steerable review that challenges implementation and design choices, useful for pressure-testing assumptions and alternatives.
Source: README UsageDelegates tasks to Codex, such as bug investigation or fixes, with options for background processing and model selection.
Source: README UsageDisplays the status of running and recent Codex jobs for the current repository, allowing users to monitor progress and check on completed jobs.
Source: README UsageDisplays the final stored Codex output for a finished job, including the Codex session ID for direct resumption in Codex.
Source: README UsageCancels an active background Codex job, providing control over ongoing tasks.
Source: README UsageChecks Codex installation and authentication, offering to install Codex if missing and managing review gate settings.
Source: README UsageThe architecture of openai/codex-plugin-cc involves a plugin structure within Claude Code, utilizing the Codex app server and integrating with local Codex CLI and app server. It features a modular design with distinct commands for various tasks, and leverages configuration files for model and reasoning effort settings.
Source: Code tree + dependency filesCenter: project; inner ring: core feature modules; outer ring: key dependencies. Auto-generated from core_features and tech_stack.key_deps.
@openai/codextypescriptThis project is for developers and technical teams using Claude Code who need to perform code reviews, delegate tasks, and manage background jobs through Codex integration. It is useful for scenarios such as code quality assurance, task automation, and collaborative development.
Source: READMEv1.0.4 (2026-04-18): Fixed issues with session runtime reporting and background task timing. v1.0.3 (2026-04-08): Reduced background task timing flakiness and fixed working-related issues. v1.0.2 (2026-03-31): Derived repo roots from test file locations and fixed resolution issues. v1.0.1 (2026-03-31): Updated README with plugin reload and setup instructions. v1.0.0 (2026-03-30): Initial Release.
Source: GitHub ReleasesThe openai/codex-plugin-cc project is a valuable tool for developers and teams looking to enhance their code review and task management processes through AI-driven automation. Its integration with Claude Code and Codex makes it particularly suitable for those already using these platforms.