Discover and explore top open-source AI tools and projects—updated daily.
openaiIDE integration for AI code review and task delegation
New!
Top 8.4% on SourcePulse
This plugin integrates OpenAI's Codex capabilities directly into the Claude Code IDE, enabling users to perform code reviews, delegate complex tasks, and pressure-test code implementations without leaving their existing workflow. It benefits Claude Code users by providing seamless access to powerful AI-driven code analysis and task automation, enhancing productivity and code quality.
How It Works
The plugin acts as a bridge, exposing Codex functionalities through familiar slash commands within Claude Code. It leverages the globally installed codex CLI binary and communicates with the local Codex app server, ensuring consistency with existing Codex configurations and authentication. This approach allows for direct delegation of tasks like code reviews (/codex:review, /codex:adversarial-review) and bug investigations (/codex:rescue) to the Codex backend, processing them locally.
Quick Start & Requirements
/plugin marketplace add openai/codex-plugin-cc/plugin install codex@openai-codex/reload-plugins/codex:setup (can offer to install Codex if missing and npm is available)!codex loginHighlighted Details
/codex:review for general feedback and /codex:adversarial-review for deep dives into design, tradeoffs, and risks, supporting branch comparisons (--base <ref>)./codex:rescue, allowing users to investigate bugs, attempt fixes, or continue previous Codex tasks with options for specific models (--model) and effort levels (--effort)./codex:status, /codex:result, /codex:cancel) for tracking and controlling background operations./codex:setup --enable-review-gate) that integrates Codex reviews into Claude Code's stop process, potentially blocking code commits until reviews pass.Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or project roadmap were found in the provided README.
Licensing & Compatibility
Limitations & Caveats
Code reviews, particularly for multi-file changes, may require significant time, making background execution recommended. The optional review gate feature can lead to prolonged interaction loops and rapid consumption of usage limits, necessitating active user monitoring. The plugin's functionality is dependent on a correctly configured local Codex environment. The absence of a specified license may pose adoption risks for commercial or sensitive projects.
1 day ago
Inactive