CodeRabbit logoCodeRabbit logo
AgentEnterpriseCustomersPricingBlog
Resources
  • Docs
  • Trust Center
  • Contact Us
  • FAQ
  • Reports & Guides
Log InGet a free trial
CodeRabbit logoCodeRabbit logo

Products

AgentPull Request ReviewsIDE ReviewsCLI ReviewsPlanOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesReports & Guides

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

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

CodeRabbit, Inc. © 2026

CodeRabbit logoCodeRabbit logo

Products

AgentPull Request ReviewsIDE ReviewsCLI ReviewsPlanOSS

Navigation

About UsFeaturesFAQSystem StatusCareersDPAStartup ProgramVulnerability Disclosure

Resources

BlogDocsChangelogCase StudiesTrust CenterBrand GuidelinesReports & Guides

Contact

SupportSalesPricingPartnerships

By signing up you agree to our Terms of Use and authorize CodeRabbit to provide occasional updates about products and solutions. You understand that you can opt out at any time and that your data will be handled in accordance with CodeRabbit Privacy Policy

discord iconx iconlinkedin iconrss icon

What's new in CodeRabbit Review: Code Peek, Chat Agent and more

by
Konrad Sopala

Konrad Sopala

May 27, 2026

5 min read

May 27, 2026

5 min read

  • Cohorts: Independent slices of work in the same PR
  • Code Peek: Look up anything without leaving the review
  • Chat Agent: Ask the PR questions
  • Severity Labels: Triage by importance level
  • Try them out
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

CodeRabbit is now in the Claude Marketplace

CodeRabbit is now in the Claude Marketplace

Anthropic customers can now apply their existing Anthropic spend commitment toward CodeRabbit.

Introducing CodeRabbit Reverse Tunnel: AI code review for private-network enterprises

Introducing CodeRabbit Reverse Tunnel: AI code review for private-network enterprises

Connect CodeRabbit to a private GitHub Enterprise Server with no inbound firewall rules, no IP allowlisting, and no PrivateLink. One outbound HTTPS connection. That's it.

AI can migrate your entire codebase. Reviewing it is another story

AI can migrate your entire codebase. Reviewing it is another story

AI has dramatically lowered that barrier, and the bottleneck is shifting toward something else entirely: reviewing the large, complex diffs that migrations inevitably produce.

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.

CodeRabbit Review went live earlier this month. It’s a new review interface that takes a pull request and reorganizes it from a flat file list into ordered cohorts and layers, so you can read the change in the order it was actually built. In the two weeks since its release, a handful of features have landed on top of it. Here's a look at what's new:

https://youtu.be/FYOYBqIva1Q

Cohorts: Independent slices of work in the same PR

A modern pull request is rarely one thing, especially when an AI agent wrote it. A single PR can now touch a new data model, the backend that consumes it, an unrelated bug fix, and a config change - all in the same diff. Reading top to bottom means context-switching between unrelated topics every few files.

Change Stack groups the diff into cohorts: small, independent units of related work. Each cohort is its own mini walkthrough, with its own ordered layers, range-specific summaries, and diagrams where they earn a place. You can finish one cohort and pick up the next without having to hold the whole PR in your head at once.

For a handwritten 80-line change, this feature may not matter much. But for a 1,400-line AI-authored PR that touches three unrelated concerns, it's the difference between "I'll review this tomorrow" and actually reviewing it now.

Code Peek: Look up anything without leaving the review

Code editor shows a diff view of a Kotlin configuration file with highlighted code changes.

You're reading a diff hitting a function call and you face quite an obvious question. Where is this defined, and what else calls it?

The honest answer for most reviewers is, "I'll open it in another tab and grep around." This usually means a few minutes of orientation, then forgetting where you were in the review.

Code Peek removes that detour. Click any variable, function, class, or type name in the diff, and Change Stack looks up its likely definition and usages inline, using GitHub code search and showing the surrounding context, so you can follow the code without leaving the page. When a result points to a file that's actually changed in the PR, an Open in Change Stack action jumps you directly to that file. CodeRabbit Review also keeps an in-page back trail, so you can chase a symbol three files deep and still get back to where you started.

It's the kind of small thing that makes a long review feel less like an archaeological dig.

Chat Agent: Ask the PR questions

Chat conversation in dark mode about app architecture changes related to a pull request.

Walkthroughs and range summaries answer the questions most reviewers often ask. But sometimes you may have a specific inquiry or request that isn’t covered:

  • What exactly changed in NotificationDispatcher.kt?
  • Which layers depend on the dispatcher changes?
  • Walk me through this storage adapter rename.

The Chat Agent tab in Change Stack allows you to make those inquiries right where you are working. It has the full context of the PR - every cohort, layer, changed line - and answers in the same view you're already working in. You're not flipping over to a separate chat window to ask the AI to summarize the PR because the AI is already sitting on the same diff you’re in.

It's most useful for the kind of question you'd otherwise ask a teammate who wrote the PR. Except no one has to be online for you to ask it.

Severity Labels: Triage by importance level

A dark UI shows a 'Notification Event Dispatch System' with description for its 'Notification Events'.

A long PR begets a long list of CodeRabbit findings, and not every finding is the same. Some are blocking, some are improvements, some are nits.

Change Stack now surfaces four severity buckets by which you can filter and group:

  • Critical
  • Major
  • Minor
  • Trivial

These are separate from two other label families CodeRabbit already attaches to comments. Comment type tells you what kind of feedback it is: potential issue, refactor suggestion, or nitpick and Effort tells you what the fix is worth: quick win, heavy lift, poor tradeoff or low value. Stack the filters together and you can do things like "show me only critical or major potential issues", which is useful when you're deciding whether a PR is shippable in the next hour or genuinely needs a second pass.

Try them out

If you've been opening large AI-generated PRs and bouncing between files trying to reconstruct what depends on what, Cohorts and Code Peek should take a chunk of that work off your plate.

If you've ever wanted to ask a PR a question instead of re-reading the whole thing to find the answer, now you can with the Chat Agent.

And if your CodeRabbit findings list has been quite long, the severity filters should help you cut through it faster.

Change Stack is in early access and currently only available in GitHub. It's available to all users during the launch window and will be part of the Pro+ plan going forward. Click the Review Change Stack button in your next CodeRabbit PR comment to try it.

Get started with CodeRabbit