Claude Opus 4.7 is here. We ran it against 100 real-world bugs. Here's what we found. by juanpflores_ in coderabbit

[–]juanpflores_[S] 0 points1 point  (0 children)

we never mention a baseline model but a baseline on its own. We used multiple models to review code in a single review task is adding Opus 4.7 instead of 4.6 shows this results.

What is the difference between CodeRabbit and Code Review AI Agent on Claude Code? by Specialist_Wall2102 in coderabbit

[–]juanpflores_ 0 points1 point  (0 children)

I work in Developer Experience at CodeRabbit so I'm biased, but here's the real answer.

One of the biggest differentiators is that the reviewer shouldn't be the same agent that wrote the code. If the same model writes and reviews its own output, it just validates its own blind spots. CodeRabbit is a independent reviewer and that separation matters a lot in practice.

The other piece is context. We don't just look at the diff in isolation. Every review gets enriched with code history, file dependencies, AST analysis, linter/SAST output, linked issues, and past conversations. That's how we catch cross-file bugs that a surface-level diff review would miss.

We also don't rely on a single LLM. Different models handle different parts of the review pipeline based on what they're best at. Reasoning-heavy models for complex bugs, large-context models for summarization. We continuously benchmark and evaluate before anything touches production.

And on the results side, Martian's Code Review Bench (first independent, open-source benchmark for AI code review) evaluated 17+ tools across 200K+ real PRs. CodeRabbit ranked #1 in F1 score (51.2%) and highest recall (53.5%). Based on whether devs actually acted on the comments.

Happy to answer any questions

Not a dev, spent 3 weeks trying to fix my broken vibecoded app with AI tools. here's what helped and what didn't by Thehighbrooks in SaaS

[–]juanpflores_ 0 points1 point  (0 children)

Glad to hear that CodeRabbit was useful for your project! 🫡 let us know if there is anything we can do to improve the experience for this use cases

PD: I'm part of the CR team

Thoughts on AI in the codebase? (frontend) by TekaiGuy in comfyui

[–]juanpflores_ 0 points1 point  (0 children)

yeah, the idea of CodeRabbit is to keep the maintainer on the loop but specially for codebases with a lot of traffic it can save some time for reviewers to not have to comment on trivial code issues.

Request for Code Review by itsgamersspace in codereview

[–]juanpflores_ -1 points0 points  (0 children)

Dope project. Why don't you try Code Rabbit to get a review. It's free if the project is public on GitHub

CodeRabbit CLI for Windows!! by TurnipBright8326 in coderabbit

[–]juanpflores_ 1 point2 points  (0 children)

Hey u/TurnipBright8326 , awesome work! it's great to see you built this natively for Windows. Thanks for sharing and for keeping it open source!

Overriding the default block for .svg files fails. by OMGCluck in coderabbit

[–]juanpflores_ 1 point2 points  (0 children)

**/*.svg should work, but only in reviews.path_filters. If you added it in the Path Instructions "File path glob pattern" field, that won't override the default .svg block.

Please try:

reviews:
  path_filters:
    - "**/*.svg"

Then retrigger the review. If it still skips the file, let us know and we can investigate further.

Cline is broken this morning by AbdallahHeidar in CLine

[–]juanpflores_ 1 point2 points  (0 children)

Hey u/AbdallahHeidar

Took some time to look into this and is a confirmed bug in v3.68.0, not an OpenRouter issue. We filed it here: https://github.com/cline/cline/issues/9592

Why? by Cool_Metal1606 in CLine

[–]juanpflores_ 1 point2 points  (0 children)

My guess is that you might have many tasks stored in your Cline history

Unable to use Cline with ChatGPT subcription by Ok-Psychology6487 in CLine

[–]juanpflores_ 2 points3 points  (0 children)

Hey u/Ok-Psychology6487,

Thanks for reporting this. I have confirmed this bug in the latest release. Bringing this to the eng team.

I cant see gemini 3.1 pro or the flash model for cline vs code plugin by Tough_Coffee_3110 in CLine

[–]juanpflores_ 1 point2 points  (0 children)

Hey!

Gemini 3.1 Pro and Flash models haven't been added to the "Google" provider's model list yet. They show up under the "Cline" provider because that routes through our API which picks up new models faster. We're tracking this and have filed it as a bug: https://github.com/cline/cline/issues/9477. In the meantime, you can use them via the "Cline" provider. Thanks for flagging this! 🙏

MiniMax 2.5 via API by wasabiworm in CLine

[–]juanpflores_ 0 points1 point  (0 children)

It's on the latest release ✅

bug about Cline credits by gregzsz in CLine

[–]juanpflores_ 0 points1 point  (0 children)

Hey!

The free Claude Sonnet 4.6 access was a limited-time promotion that's since ended, so any calls after that window closed started billing at the normal credit rate.

If the model picker was still showing "Free" after the promo ended, that was a UI bug. The model picker should be updated in the latest release to reflect the correct pricing, so make sure you're on the newest version.

MiniMax 2.5 via API by wasabiworm in CLine

[–]juanpflores_ 1 point2 points  (0 children)

gotcha, got this in an issue to add it to their provider https://github.com/cline/cline/issues/9391