Skip to main content

OpenAI's Codex plugin targets Claude Code

OpenAI didn't just add another Codex feature. It shipped a first-party Claude Code plugin, chasing developers in the terminal workflow they already use.

Filed Mar 30, 20266 min read
An editorial illustration of a Claude Code-style terminal with an OpenAI Codex lane entering through a plugin marketplace path, making the cross-platform wedge obvious without implying a partnership.
ainewssilo.com
The loudest thing about this launch is not the plugin itself. It is where OpenAI decided to put it.

OpenAI launched a broader Codex plugins push today, but the most interesting move was not the platform diagram. It was a repo called openai/codex-plugin-cc, which does something much more revealing: it puts Codex inside Claude Code.

That is an unusually blunt piece of distribution strategy. If you were trying to write the polite corporate version, you would say OpenAI is "meeting developers where they are." If you were being honest, you would say OpenAI looked at the current coding-agent map, saw a lot of people already living in Claude Code, and decided it would be silly to wait outside with a pamphlet.

The repo says exactly what the thing is: a Codex plugin for Claude Code. The README describes it as a way for Claude Code users to start using Codex "from the workflow they already have." I keep coming back to that sentence because it is not subtle. It is the whole story in one line.

The timing makes the signal sharper. The repository was created on 2026-03-30, the initial commit landed that afternoon, and the README picked up a same-day update a couple of hours later. By late evening UTC the repo had already pushed past 500 stars. That does not prove mass adoption, obviously. It does prove developers noticed, which is more than you can say for half the launch pages currently wandering the web dressed like "ecosystem strategy."

What the Codex plugin for Claude Code actually ships

The mechanics are simple enough that even launch copy could not hide them. Users add OpenAI's marketplace repo in Claude Code with /plugin marketplace add openai/codex-plugin-cc, install codex@openai-codex, reload plugins, then run /codex:setup. After that, the plugin exposes a tidy little command set: /codex:review, /codex:adversarial-review, /codex:rescue, /codex:status, /codex:result, /codex:cancel, and setup toggles for an optional review gate.

That is not a vague "integration." It is a first-party OpenAI package published in Claude Code's plugin format, right down to the .claude-plugin/marketplace.json metadata. The commands are not decorative either. They cover two of the most common coding-agent jobs: get a second opinion on code, or punt a messy task into the background and come back later when the smoke clears.

Just as important, the README says the plugin uses the local Codex CLI and the Codex app server on the same machine. Same auth. Same config. Same repo checkout. So this is not OpenAI and Anthropic holding hands in a moonlit product summit. It is OpenAI sneaking a Codex lane into a rival's terminal workflow because the door was open and the users were already inside.

A conceptual diagram showing a Claude Code-style terminal adding OpenAI's Codex plugin through a marketplace path, then exposing review and rescue commands inside the same workflow.
Figure / 01The practical wedge is simple: OpenAI is not asking Claude Code users to switch first. It is asking to be installed where they already work.

Why OpenAI putting Codex inside Claude Code matters

This is where the move gets funnier, and more important. OpenAI also has live Codex plugins docs now. In other words, the company is building a plugin story around Codex itself. But on the same day, one of its sharpest plugin launches is a way to use Codex inside Claude Code.

Both things can be true at once. OpenAI wants Codex to become a platform. OpenAI also knows platforms do not get to exist by sheer self-esteem. They get distribution. And right now, Claude Code looks enough like a real distribution surface that OpenAI decided to publish there first-party instead of pretending everyone would naturally migrate over for the honor of it.

The README says the quiet part out loud

This is the line I would underline if I were printing the README like a maniac: the plugin is for Claude Code users who want an easy way to start using Codex from the workflow they already have. That is not benchmark language. That is channel language. It is OpenAI saying the shortest path to Codex usage may run through Anthropic's tool, because that is where a meaningful chunk of the coding-agent audience already has muscle memory.

The broader Codex plugin docs make the contrast even better. OpenAI is clearly trying to turn Codex into a surface that can host its own extensions, marketplace logic, and app-server workflows. Fair enough. But the Claude Code plugin shows the company is not waiting for that home-field advantage to fully mature before chasing usage. It is taking the practical route instead. Slightly undignified? Maybe. Smart? Also yes.

That lines up with a broader pattern we have already been tracking in pieces like OpenAI's agents platform shift and OpenAI's Astral Python workflow power grab. The company keeps trying to move closer to working developer habits, not just model bragging rights. This plugin is the least abstract version of that strategy so far. It is not "please reconsider our ecosystem." It is "fine, we brought the ecosystem to your desk."

How the Codex plugin changes the Claude Code workflow

If you already use Claude Code, the appeal is obvious. You do not have to switch your main interface just to try Codex's review or delegation loop. You can stay in the same terminal, install the OpenAI plugin, and ask Codex for a read-only review, a more adversarial review, or a rescue pass on some broken corner of the repo. For teams already dealing with agent sprawl, that convenience matters more than another benchmark chart doing backflips in public.

It also hits a nerve in the current coding-agent race. A lot of the battle is no longer about who can produce the prettiest demo patch. It is about who owns the daily workflow, the approval surface, the background job loop, and the boring-but-important task handoff layer. That is why stories like the Claude Code browser race, Claude Code's session-limit trust gap, and our piece on the AI coding agent orchestration bottleneck keep feeling connected. The fight is spreading outward from raw model output into workflow gravity.

A conceptual editorial diagram showing OpenAI building a Codex plugin ecosystem while also inserting Codex into Claude Code through a separate plugin lane.
Figure / 02The launch is doing two things at once: building a Codex plugin platform and borrowing Claude Code's distribution at the same time.

What this launch says about Codex vs Claude Code

My read is that OpenAI just admitted something important without ever saying it out loud: Claude Code has enough mindshare that it is worth treating as a marketplace, not just as a competitor. That does not mean there is an Anthropic partnership. It does not mean users are abandoning Codex. It means OpenAI sees an installed base sitting in Claude Code and wants a shot at becoming the second brain in that same session.

That is a pretty smart move. It is also a little funny. When your rival's terminal becomes one of your best on-ramps, the market has already voted on where the attention is.

The bottom line is simple. OpenAI did launch Codex plugins. But the sharper signal today is that one of its first-party plugin bets rides straight through Claude Code. In coding agents, distribution is getting weirder, more practical, and a lot less loyal. The terminal, apparently, has become shared custody.

Share this article

Send this story into the feed loop.

Pass the story on without losing the canonical link.

Share to network

Source file

Public source trail

These links anchor the package to the underlying reporting trail. They are not a substitute for judgment, but they do show where the reporting starts.

Primary source/github.com/GitHub / OpenAI
GitHub - openai/codex-plugin-cc

Primary launch artifact showing the repo timing, marketplace metadata, commands, and package structure for the Claude Code plugin.

Primary source/raw.githubusercontent.com/OpenAI
Codex plugin for Claude Code README

Contains the install flow, command list, and the key positioning sentence about helping Claude Code users start using Codex from the workflow they already have.

Primary source/developers.openai.com/OpenAI Developers
Codex plugins

Shows the broader Codex plugins launch so the article can distinguish the overall platform push from the narrower Claude Code wedge.

Primary source/api.github.com/GitHub API
openai/codex-plugin-cc commits

Confirms the initial commit and same-day README update timing that make this a fresh launch story.

Supporting reporting/news.ycombinator.com/Hacker News
Hacker News discussion: OpenAI ships a Claude Code plugin for Codex

Useful as a timing signal and early developer reaction check, but not treated as evidence of broad adoption.

Portrait illustration of Talia Reed

About the author

Talia Reed

Staff Writer

View author page

Talia reports on product surfaces, developer tools, platform shifts, category shifts, and the distribution choices that determine whether AI features become durable workflows. She looks for the moment where a launch stops being a demo and becomes an ecosystem move.

Published stories
34
Latest story
Apr 1, 2026
Base
New York

Reporting lens: Distribution is usually the story hiding inside the launch.. Signature: A feature matters when it changes someone else’s roadmap.

Article details

Category
AI Tools
Last updated
March 30, 2026
Public sources
5 linked source notes

Byline

Portrait illustration of Talia Reed
Talia ReedStaff Writer

Covers product surfaces, tools, and the adoption moves that turn AI features into durable habits.

Related reads

More AI articles on the same topic.