Switch language한국어
Back to the list

OpenAI Releases Codex Plugin for Claude Code, Allowing Users to Invoke Codex from Within Claude Code for Code Review and Task Delegation

TL;DR AI

Key summary

2 min read
  1. OpenAI has officially released a Codex plugin for Claude Code.

  2. The plugin does not run as a standalone runtime; it integrates with a locally installed Codex CLI or app server and inherits existing Codex authentication and config (e.g., ~/.codex/config.toml).

  3. Usage requires a ChatGPT subscription (including the free tier) or an OpenAI API key; Node.js 18.18+ is required. Install from the Claude Code marketplace and run the provided setup command.

  4. Key capabilities include code review, adversarial review (useful for auth changes, infrastructure scripts, large refactors), and a rescue feature that lets you delegate tasks with specific model selection and inference-strength adjustments.

  5. Tasks are intended to run in the background with commands to check progress, show results, or cancel. A review-gate can block Claude Code exit until Codex review completes and prompt Claude to address issues. Be aware this can rapidly consume API tokens.

Read the original