codex-plugin-cc
Use Codex from Claude Code to review code or delegate tasks.
File Explorer
Download Latest Version (.zip)- marketplace.json
- pull-request-ci.yml
- plugin.json
- codex-rescue.md
- adversarial-review.md
- cancel.md
- rescue.md
- result.md
- review.md
- setup.md
- status.md
- transfer.md
- hooks.json
- adversarial-review.md
- stop-review-gate.md
- review-output.schema.json
- app-server-protocol.d.ts
- app-server.mjs
- args.mjs
- broker-endpoint.mjs
- broker-lifecycle.mjs
- claude-session-transfer.mjs
- codex.mjs
- fs.mjs
- git.mjs
- job-control.mjs
- process.mjs
- prompts.mjs
- render.mjs
- state.mjs
- tracked-jobs.mjs
- workspace.mjs
- app-server-broker.mjs
- codex-companion.mjs
- session-lifecycle-hook.mjs
- stop-review-gate-hook.mjs
- SKILL.md
- SKILL.md
- codex-prompt-antipatterns.md
- codex-prompt-recipes.md
- prompt-blocks.md
- SKILL.md
- CHANGELOG.md
- LICENSE
- NOTICE
- bump-version.mjs
- broker-endpoint.test.mjs
- bump-version.test.mjs
- commands.test.mjs
- fake-codex-fixture.mjs
- git.test.mjs
- helpers.mjs
- process.test.mjs
- render.test.mjs
- runtime.test.mjs
- state.test.mjs
- .gitignore
- LICENSE
- NOTICE
- package-lock.json
- package.json
- README.md
- tsconfig.app-server.json
# Installation Guide
1. Get the code
git clone https://github.com/openai/codex-plugin-cc
Downloads the entire project code from GitHub to your computer.
cd codex-plugin-cc
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Node.js Node.js must be installed to use npm.
npm install -g @openai/codex
Installs the package published on the npm registry globally โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install -g @openai/codex
Installs the package published on the npm registry globally โ no need to clone the source.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
