CodeRabbit logoCodeRabbit logo
PlanEnterpriseCustomersPricingBlog
Resources
  • Docs
  • Trust Center
  • Contact Us
  • FAQ
  • Whitepapers
Log InGet a free trial
CodeRabbit logoCodeRabbit logo

Products

Pull Request ReviewsPlanIDE ReviewsCLI ReviewsOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesWhitepapers

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and Privacy Policy

discord iconx iconlinkedin iconrss icon
footer-logo shape
Terms of Service Privacy Policy

CodeRabbit Inc © 2026

CodeRabbit logoCodeRabbit logo

Products

Pull Request ReviewsPlanIDE ReviewsCLI ReviewsOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesWhitepapers

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and Privacy Policy

discord iconx iconlinkedin iconrss icon

Introducing the CodeRabbit plugin for Codex

by
Juan Pa

Juan Pa

April 15, 2026

4 min read

April 15, 2026

4 min read

  • How it Works
  • Prerequisites
  • Installation
    • In the Codex app:
    • In the Codex CLI:
    • After installation:
  • What Comes Next
Back to blog
Cover image

Share

https://victorious-bubble-f69a016683.media.strapiapp.com/Reddit_feecae8a6d.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/X_721afca608.pnghttps://victorious-bubble-f69a016683.media.strapiapp.com/Linked_In_a3d8c65f20.png

Cut code review time & bugs by 50%

Most installed AI app on GitHub and GitLab

Free 14-day trial

Get Started

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon
newsletter decoration

Catch the latest, right in your inbox.

Add us your feed.RSS feed icon

Keep reading

Why agentic code review beats RAG for multi-repository analysis

Why agentic code review beats RAG for multi-repository analysis

Traditional RAG-based code review misses cross-repo breaking changes. Learn why agentic code review delivers precise, real-time multi-repository impact analysis.

Our settings page was overwhelming our users. Here's what we did to fix it

Our settings page was overwhelming our users. Here's what we did to fix it

our settings page became a wall of options that overwhelmed a lot of users. Here's how we solved it and what we learned along the way.

Your plan has a limit. Your sprint doesn't have to.

Your plan has a limit. Your sprint doesn't have to.

The PR Usage-based Add-on lets your team keep reviewing PRs even after hitting a subscription limit - without upgrading your plan, manual intervention or per-reviewer setup. Once enabled through CodeRabbit dashboard, the rabbit automatically continues processing PR reviews beyond the limit, billing only the over-limit usage as pay-per-use. Credits kick in after the limit is reached, not before. Your regular usage stays on your plan. Only the overflow gets charged.

Get
Started in
2 clicks.

No credit card needed

Your browser does not support the video.
Install in VS Code
Your browser does not support the video.

Staying in flow matters. The moment a developer has to leave the current session to run a review somewhere else, wait for results, and context-switch back to act on findings, that momentum breaks. The CodeRabbit plugin for Codex brings AI-powered code reviews directly into the same surfaces where developers are already writing and iterating on code, so they can get structured feedback while the work is still fresh and move faster from draft to pull request.

That matters most when a developer is already using agents to write, edit, and refine code inside the same session. Feedback lands better when it shows up before a change reaches a pull request, while the developer still has full context. Catching issues at that stage shortens review cycles, reduces back-and-forth, and helps teams ship with fewer surprises.

https://youtu.be/NDcFLXQ3BhA

Bringing review into the same session where code is being written is the gap we wanted to close. A developer can ask Codex to "review my current changes with CodeRabbit" and the agent handles the rest: checking whether the CodeRabbit CLI is installed, running authentication, executing the review against the working branch, and returning findings ordered by severity. All without leaving the terminal or the Codex app.

How it Works

At its core, the CodeRabbit plugin helps Codex run reviews without pushing the developer into a separate workflow. In practice, the flow looks like this:

  1. A developer asks Codex to review the current changes using CodeRabbit.
  2. The plugin checks whether the CodeRabbit CLI is installed and whether the user is signed in.
  3. Codex picks the right review target and runs CodeRabbit against the relevant changes.
  4. Findings come back ordered by severity inside the same working session.
  5. The developer can act on that feedback immediately or ask the agent to help fix the issues and review again.

That first run experience is a big part of the value. On setup, the plugin guides the agent to check for required tooling, install it when needed, and only ask for user input when account sign in is necessary. The result is that review can stay closer to the work itself, which makes it easier for developers to act on findings immediately and for teams to move through review with less friction.

Prerequisites

Before installing the plugin, make sure you have:

  1. CodeRabbit CLI installed. Install it globally by running:
    curl -fsSL https://cli.coderabbit.ai/install.sh | sh
    Restart your shell after installation to make sure the CLI is available.
  2. A CodeRabbit account. You need to be authenticated before running reviews. You can sign in or get started by running the authentication command within Codex and completing sign-in in the browser when prompted. The CodeRabbit CLI is free to use, with rate limits on the free tier.

Installation

Codex supports plugin installation from the Plugin Directory in both the app and the CLI. The steps differ slightly depending on where you are working.

In the Codex app:

  1. Open Plugins from the sidebar.
  2. Search for CodeRabbit and select Add to Codex.
  3. If prompted, complete authentication during setup.

In the Codex CLI:

  1. Run codex and open /plugins.
  2. Search for CodeRabbit and select Install plugin.
  3. If prompted, complete authentication during setup.

After installation:

  1. Start a new thread and ask Codex to review your current changes. You can also type @coderabbit to invoke the plugin directly.
  2. If you have not yet authenticated, the plugin will guide Codex through the sign-in process on first use.

You will know the installation worked when Codex can recognize the review request, route it through CodeRabbit, and return findings inside the same session. The workflow works from both the Codex app and the CLI, so you can run reviews wherever you are already working.

What Comes Next

This first version is a starting point. We plan to keep refining how review feedback flows back into the agent and to expand the plugin with new skills as the workflows mature. Because users get updates through the plugin itself, new capabilities arrive without any extra setup.

If you try it, we would love to hear how it goes. Tell us what to improve next in the CodeRabbit subreddit or the CodeRabbit Discord.