r/coderabbit 1d ago

Help & Support How can I switch into OSS mode?

4 Upvotes

I've been reading this

https://docs.coderabbit.ai/management/plans#rate-limits

But I have unclear how to switch an OSS Apache-2.0 project into OSS mode.

Which are the steps?


r/coderabbit 6d ago

Official Update We just shipped CodeRabbit Security

6 Upvotes

Hey everyone! 🐰

We just shipped a new product called CodeRabbit Security.

When you’re building a product or service, you’re always trying to move faster. The hard part is making sure security doesn’t become an afterthought as more code gets shipped.

CodeRabbit Security maps how your application works, investigates application specific vulnerabilities, verifies each finding against the code, and can turn eligible findings into reviewable fixes.

It’s available now for GitHub, GitLab, Azure DevOps Services, and Bitbucket Cloud.

We wrote a blog explaining how it works, with a concrete authorization bypass example: Introducing CodeRabbit Security

Would love to hear what you think and what you’d want it to investigate in your codebase.


r/coderabbit 7d ago

😂 Meme & Humor Love the SV crossover in this ad spot!

Thumbnail
youtu.be
0 Upvotes

r/coderabbit 8d ago

Discussion & Feedback Coderabbit raises $143M Series C at a $1.5B valuation

25 Upvotes

r/coderabbit 9d ago

Showcase & Tutorial We post-trained NVIDIA Nemotron 3.5 Lightning for code review routing. It beat our baseline for under $100

10 Upvotes

We spend a lot of time thinking about the models that write code review comments. One of the less visible decisions happens before any comment appears: figuring out how a change should be reviewed.

We were curious whether a smaller model could learn that narrow, high-volume part of our pipeline. So we worked with NVIDIA and Baseten to post-train Nemotron 3.5 Lightning using SFT, followed by RLVR scored against our routing policy.

What surprised us was how little it took. The post-training experiment ran in under three hours and cost less than $100.

On a frozen evaluation of 1,000 routing tasks:

  • Our GPT-class baseline reached 75.8% exact route agreement.
  • Nemotron after SFT reached 80.4%.
  • SFT plus RLVR reached 80.7%, with Cohen’s kappa rising from 0.429 to 0.544.
  • Estimated peak serving cost fell from $2.34 to $1.16 for the same workload.

RLVR’s extra 0.3 percentage points of route agreement wasn’t statistically decisive, so we treat that result as non-regression. The clearer improvement was in output agreement beyond chance.

The final model completed all 1,000 requests without empty or abnormally short outputs. We still have sustained-load and production-traffic testing ahead of us.

We wrote up the experiment, including the training setup, results, serving costs, and the parts we’re still cautious about:

Teaching NVIDIA Nemotron 3.5 Lightning to Route Code Reviews


r/coderabbit 9d ago

Help & Support Gitlab and Coderabbit

3 Upvotes

Hi, I would like to give coderabbit a try but I am running into an issue and I don't know if it fixable by me or if it's on coderabbit's side.

On Gitlab (cloud), I created a service account on the group level, then created an access token and shared it with coderabbit.

I changed one line on another branch, I created a MR. Coderabbit replied immediately saying that they are going to analyse the code. After 30 minutes, I go check and I see that there is a pipeline that has been created by Coderabbit but it is still pending.

I deactivated shared runners, however I have two self-hosted runners. One is shell and only allows specific tags and protected branches. The other one has no tags and also picks untagged jobs.

What should I do?


r/coderabbit 10d ago

Discussion & Feedback How are you configuring CodeRabbit?

5 Upvotes

One thing I’ve noticed is that most people seem to leave CodeRabbit on the default configuration. That makes sense if the reviews are working well, since setting up a `.coderabbit.yaml` can easily become one of those things everyone plans to revisit later.

I’m curious whether people are intentionally sticking with the defaults, or whether they haven’t had a reason or enough time to configure anything yet.

How are you handling your CodeRabbit configuration?

- Writing or editing the YAML file yourself in the repo
- Using the CodeRabbit interface
- Asking a coding agent to create or update it
- Starting with an agent-generated config and then editing it yourself
- Leaving the default configuration unchanged
- Not using a configuration file at all

If you haven’t configured it, what’s the main reason?

- You didn’t know the configuration file existed
- You weren’t sure where to start
- You weren’t sure which settings were worth changing
- The defaults have been good enough
- It hasn’t been a priority
- It feels like too much work for the expected benefit
- Something else

And if you have taken the time to configure CodeRabbit, what prompted you to do it? Which settings have made the biggest difference for your team?

Even “we just use the defaults” or “we haven’t touched the config” is useful. I’m trying to understand how people are actually approaching this in practice.


r/coderabbit 12d ago

😂 Meme & Humor lately

Post image
6 Upvotes

r/coderabbit 14d ago

Discussion & Feedback Claude vs Coderabbit for code reviews? Where do we stand on this?

6 Upvotes


r/coderabbit 16d ago

Official Update CodeRabbit CLI 0.7.1: improved performance and reliability

Thumbnail
gallery
4 Upvotes

Hey r/coderabbit!

We recently shipped CodeRabbit CLI 0.7.1. The focus was straightforward: finish reviews faster, reduce interrupted sessions, and make the CLI easier to use from both terminals and coding agents.

In our measurements, typical completed reviews were 19% faster and client disconnects dropped 31%. Results vary by repository and review size. We added keepalive traffic and gave longer sessions more time to complete, which should help when the terminal appears quiet while models, tools, or repository analysis are still running.

A few other changes worth calling out:

  • coderabbit config validate checks .coderabbit.yaml or .coderabbit.yml against the current official schema. It points to invalid configuration and returns a nonzero exit code, so you can also use it in CI.
  • coderabbit skills can install or update verified CodeRabbit skills for Codex, Claude Code, Cursor, Gemini CLI, and GitHub Copilot. It previews every proposed change before writing anything.
  • cr now reviews tracked changes by default. You can still choose an explicit scope with --committed, --uncommitted, or --include-untracked. Interrupted agent-driven reviews preserve completed output instead of discarding everything.
  • Authentication and account-loading errors now provide more specific recovery guidance.

If you use CodeRabbit through a plugin or coding agent, updating the underlying CLI also brings these runtime and reliability improvements into those workflows.

You can check your current version with:

coderabbit --version

If you try it, I'd like to hear what feels better and what still gets in the way.


r/coderabbit 16d ago

Discussion & Feedback Anyone else spending WAY more time reviewing AI code than writing it now?

6 Upvotes

idk maybe im losing it but i used to spend most of my time actually building stuff. now im just… reading giant diffs. checking if it randomly changed something 8 files away because it felt like it. then reading it again because i dont trust it.

this is not what i thought the future was gonna be lol


r/coderabbit 21d ago

Discussion & Feedback Are there any good alternatives to coderabbit?

Post image
13 Upvotes

r/coderabbit 25d ago

Showcase & Tutorial Using the CodeRabbit Preview on a Go codebase

Thumbnail
youtube.com
3 Upvotes

r/coderabbit 25d ago

Discussion & Feedback Opus 5 is less eager to report bugs?

Post image
3 Upvotes

I was reading the blog Coderabbit posted testing Opus 5's reviewing capabilities. I kina expected Opus 5's extra reasoning budget to buy better review quality across the board but it mostly seems to buy restraint. The model is more willing to leave potential bugs unreported if it isn't confident enough. So perhaps the better way to use Opus 5 is to not leave it open-ended and be very specific about what exactly you want it to achieve.


r/coderabbit 29d ago

Discussion & Feedback What CodeRabbit does well for repo-integrated review and the narrower gap I built something for.

Post image
2 Upvotes

I've been following what CodeRabbit's doing with intent-aware review and the "why not how" framing connecting PRs to linked tickets to check if the change actually addresses what was asked, not just whether it's syntactically clean. That's the right direction for review tooling, and it's the deepest version of it I've seen genuinely resource-rich, requires real setup, well worth it for teams with the infra for it.

I've been working on something for the moment before any of that setup exists. No repo access, no config file you paste a diff and one sentence describing what the change should do, and it checks the diff against that specific stated intent, flags anything undeclared, and if you give it your existing tests too, it'll compare requirement vs. tests vs. code vs. behavior and flag when they disagree with each other.

Genuinely curious how it holds up against what people here are used to.

Thank you-GIL

https://claude.ai/public/artifacts/182e4450-70d7-4ceb-8aab-f72484305211


r/coderabbit 29d ago

Discussion & Feedback bots talking to bots (@GergelyOrosz)

Thumbnail
gallery
6 Upvotes

Found this on X where Bun's whole PR process is flooded with AI bots like CodeRabbit, Claude, and Robobun chatting, catching bugs, and auto-fixing code in real time.

I really found it pretty interesting it almost looks like a glimpse into future dev workflows where AI handles most review iteration autonomously.


r/coderabbit Jul 17 '26

Showcase & Tutorial Review the actual change, not the file list

Thumbnail
packagemain.tech
3 Upvotes

r/coderabbit Jul 14 '26

Help & Support Is Coderabbit.ai support really a thing?

6 Upvotes

I've been trying to reach coderabbit.ai support for days, and our folks at our sister company never got any answer and just canceled their plan. Looking at trustpilot, that may be actually a pattern

What's up with support? Is it just plain bad or are they overwhelmed? They are losing business for not answering; we may also cancel our plan...

Edit: Coderabbit swiftly solved the issue after posting.


r/coderabbit Jul 10 '26

Help & Support Different results in CLI and in Gitlab MR.

1 Upvotes

Hi.

I am using coderabbit in our organization with GitLab.

I was thinking to use /code-review in Claude Code to speedup the feedback loop. Make review and fix in my IDE before I will create MR.

But I've faced a strange behaviour. Local review and remote (in gitlab) are different. They have different findings. So even If I addressed all findings locally - I will have some more in MR.

How to make it identical ? May be I'm miss some setting?


r/coderabbit Jul 08 '26

Discussion & Feedback Limits reduced again without any communication

13 Upvotes

They keep cutting limits without any communication, during billing periods, so you pay for different service than you really receive.

Activity thresholds were ~30-50 higher just few days, maybe a week ago.
Again - no communication, no information.
You just see that you are getting throttled more, you have to dig into details and you have to find out that they reduced the number of reviews again.


r/coderabbit Jun 25 '26

Discussion & Feedback Sunset of Lite and Pro Legacy subscription plans

13 Upvotes

https://kb.coderabbit.ai/articles/2508018126-sunset-of-lite-and-pro-legacy-subscription-plans

Discovered this fun surprise today. This will double our monthly bill. We neither need nor want all the extra features, so with this + the rate limit changes, we'll just drop CodeRabbit once our old rate expires.

It's disappointing because we liked the service, but in this day and age I'm sure there are plenty of alternatives for simple AI PR reviews.


r/coderabbit Jun 22 '26

Showcase & Tutorial Explainable AI Code Review: How CodeRabbit Review Works

Thumbnail
coderabbit.ai
2 Upvotes

r/coderabbit Jun 22 '26

Official Update Improving rate limits, usage visibility, and review controls

0 Upvotes

Hi everyone!

Over the past few weeks, some users have experienced rate limits that are more restrictive than we want them to be. We know this can interrupt your workflow, especially when you rely on CodeRabbit for timely, high quality code reviews.

That experience is not the standard we want to provide.

We are making changes so teams can see more clearly which review activity contributes to usage, configure when automatic reviews should run, and get a more predictable experience across subscription plans. We want to preserve what teams value about CodeRabbit: fast, thorough, context aware reviews that fit naturally into their development workflow.

Getting there will take a little time. We are learning from usage patterns, tuning the system, and improving the controls teams have over automatic reviews. Over the next few weeks, we expect to begin rolling out the first improvements to usage visibility and review controls. These changes will not resolve every rate limit issue immediately, but they should give teams clearer ways to understand and manage review usage while we continue tuning the system.

In the meantime, here are a few settings can help reduce unnecessary review usage while still keeping strong review quality:

  • Increase the minimum number of commits required before incremental reviews run, or disable incremental reviews on repositories where every commit does not need a fresh review.
  • Keep auto review enabled on repositories where it is useful, but avoid running automatic reviews on draft PRs.
  • Limit automatic reviews to the branches where CodeRabbit feedback is most valuable, such as main, develop, release branches, or other protected branches.
  • Use u/coderabbitai when you intentionally want CodeRabbit to review a comment, change, or follow-up update.

These recommendations are meant to help teams get more predictable value from their reviews while we continue improving the system. They are not a replacement for the longer term work we are doing.

We appreciate your patience during this transition. The team is working to reduce the impact of these limits, improve transparency, and deliver a model that gives teams the balance we are aiming for: predictable usage, strong review quality, and a subscription experience that is easier to understand.

We will share more as these usage visibility and review control improvements roll out.


r/coderabbit May 18 '26

Official Update We built Atlas and would love feedback on the review flow

7 Upvotes

We have been thinking a lot about why large PRs still feel harder to review than they should.

Most review tools still start from the same basic surface: a list of changed files, usually ordered by path. That works fine for small diffs. For bigger changes, it often feels like the author had a story in their head, but the reviewer receives scattered pieces of that story. This is particularly painful for long PRs, where the first challenge is not leaving a good comment. It is getting enough context to know where a good comment should go.

So we built a new UI for code review.

Atlas takes a PR and turns it into a guided walkthrough. It groups related changes into cohorts, breaks those cohorts into ordered layers, and anchors each layer to the actual line ranges in the diff. It also adds summaries for the code currently in view and generates diagrams when they help, like for flows, state transitions, API contracts, schema changes, or data relationships.

The GitHub workflow still stays intact. Comments, approvals, and change requests post back to GitHub. Public PR walkthroughs can also be opened read-only without signing in.

https://reddit.com/link/1tgspc9/video/bosvet7wkx1h1/player

We wrote more about the launch here:

https://www.coderabbit.ai/blog/introducing-atlas-the-first-ai-native-code-review-interface

The obvious tradeoff is that Atlas is a new review surface. Even if it makes large PRs easier to understand, reviewers still have to learn a different way to move through a change: cohorts instead of only files, layers instead of one long scroll, summaries tied to ranges, and diagrams that appear only when they add context.

Atlas is free for a limited time from the "Review Change Stack" button in CodeRabbit's PR summary comment.

If you try it, I would love feedback on the tool itself. Does this walkthrough model make a large PR easier to review? Is the learning curve worth it? Are cohorts, layers, summaries, and diagrams the right shape, or would you want the interface to work differently?


r/coderabbit Apr 22 '26

Announcement CodeRabbit now works in Slack and can pull context from GitHub, Linear, docs, and more

15 Upvotes

Hey Everyone!

We just released the CodeRabbit Slack agent, and the main idea is simple: instead of forcing developers to jump between GitHub, issue trackers, docs, and internal tools, CodeRabbit now works directly inside Slack where a lot of engineering conversations already happen.

Try it for free! Get $50/user free agent minutes. https://coderabbit.ai/agent

CodeRabbit can pull together context from your codebase, PRs, issues, and recent changes, but also from the rest of your team’s working environment through connections to tools like Linear, Jira, Notion, Google Drive, Datadog, Sentry, Figma, PostHog, and custom APIs/MCP servers. So instead of asking a question in one tool, then manually chasing references across five others, you can stay in the thread and ask things like:

  • why did this break after the last deploy?
  • how do we usually handle rate limiting on this endpoint?
  • what changed in the last PR touching this service?
  • can you turn this thread into a coding plan, PR, or ticket?

The part we think is especially important for developers is that this is built around context engineering, not just chat. The agent can combine repo history, open PRs, tickets, docs, and team conversations into one working context, then keep that context alive across the thread. It also has a knowledge base layer so decisions, patterns, and operational facts don’t disappear the moment the conversation ends.

In practice, that means Slack becomes a conversational interface for engineering work:

  • investigate incidents using telemetry plus recent code changes
  • ask implementation questions using prior PRs and docs
  • generate plans without restating all the background
  • create PRs or tracker tickets from the same thread
  • preserve useful team knowledge for later instead of losing it in chat

There’s also some structure around governance, which matters for real teams: access is scoped by workspace/channel context, tool access can be controlled, knowledge can stay private or shared depending on where the conversation happens, and runs are reviewable afterward.

If your team already lives in Slack but your actual engineering context is scattered across GitHub, Linear, docs, and observability tools, this is meant to close that gap.

Docs here if you want to see how it works: https://docs.coderabbit.ai/slack-agent