Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds magic-cc-codex-worker to the Workflow Orchestration section.
What it is
Claude Code plugin that turns OpenAI Codex into a pool of parallel agent workers. Each worker runs in its own
git worktreeso parallel implementers don't collide. Supports resumable sessions via Codex's nativethread_id+codex-reply, dual-model PR review (PR materialized in a detached worktree so the reviewer sees real files, not a diff blob), and role-based specialization.What's in this vendored directory
.claude-plugin/plugin.json— plugin manifest.mcp.json— MCP server registration (2 servers: custom async orchestrator + rawcodex mcp-serverfor sync fast path)commands/— 9 slash commands under/magic-codex:<verb>namespaceagents/— 3 subagents (implementer,reviewer,planner)dist/index.js— bundled single-file MCP server (947 KB, no runtimenpm installneeded)dist/roles/defaults/— TOML role presetsUpstream: https://github.com/wenqingyu/magic-cc-codex-worker
62 unit tests green, strict TypeScript, CI on Node 20/22. PolyForm Noncommercial 1.0.0 licensed.
Formatting note for reviewer
I matched the neighboring bullets' format in
README.mdandREADME-zh.md(bare- [name](./plugins/name)with no trailing description), since that's the existing convention in the Workflow Orchestration section. If you prefer a one-line description after the link, happy to amend — just let me know.