← All plugins
coderabbit
v1.1.4AI-powered code review in Codex, powered by CodeRabbit.
Codex
by CodeRabbit AIMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/coderabbit/ inside the repository.
Layout
plugins/coderabbit/
└── .codex-plugin/plugin.json
Manifests1
plugins/coderabbit/.codex-plugin/plugin.json
{
"name": "coderabbit",
"version": "1.1.4",
"description": "AI-powered code review in Codex, powered by CodeRabbit.",
"author": {
"name": "CodeRabbit AI",
"email": "support@coderabbit.ai",
"url": "https://coderabbit.ai"
},
"homepage": "https://docs.coderabbit.ai/cli/overview",
"repository": "https://github.com/coderabbitai/codex-plugin",
"license": "MIT",
"keywords": [
"code-review",
"ai",
"coderabbit",
"codex"
],
"skills": "./skills/",
"interface": {
"displayName": "CodeRabbit",
"shortDescription": "Run AI-powered code review for your current changes",
"longDescription": "Run CodeRabbit review workflows in Codex to inspect diffs, surface actionable findings, and turn review output into follow-up fixes.",
"developerName": "CodeRabbit",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://coderabbit.ai",
"privacyPolicyURL": "https://www.coderabbit.ai/privacy-policy",
"termsOfServiceURL": "https://www.coderabbit.ai/terms-of-service",
"brandColor": "#FF570A",
"composerIcon": "./assets/coderabbit-small.png",
"logo": "./assets/logo.png",
"logoDark": "./assets/logo-dark.png",
"defaultPrompt": [
"Review my current changes and provide feedback"
],
"screenshots": []
}
}