Releases Index
CodeRabbit

CodeRabbit

coderabbit.aiDeveloper Tools
$npx @buildinternet/releases get coderabbit

Connectors configured once; scopes control where each product uses them

This release1 featureNew capabilitiesAI-tallied from the release notes

Connections to issue trackers, documentation systems, and analytics tools are now configured once as a saved connection and shared across pull request reviews, Agent for Slack, and Agent for Discord, with scopes controlling access per repository, channel, conversation, or server. A Base Scope sets each product's default access, and named scopes can inherit, exclude, or override it for specific repositories, teams, or sub-projects.

Read more →

Custom Jira issue templates now supported

This release1 featureNew capabilitiesAI-tallied from the release notes

Configure chat.integrations.jira.issue_template to define your own structure for Jira issue descriptions created from chat; leave it empty to let CodeRabbit choose the structure.

Read more →

Review comment metrics API for enterprise

This release1 featureNew capabilitiesAI-tallied from the release notes

Enterprise organizations can now retrieve finding-level metadata for review comments on merged pull requests via GET /v1/metrics/review-comments, including severity, category, resolution outcome, and comment URL without comment text.

Read more →

Project vocabulary command added

This release1 featureNew capabilitiesAI-tallied from the release notes

Comment @coderabbitai generate project vocabulary on a pull request to get an alphabetized Markdown list of up to 50 repository-specific terms. The command requires an active Essentials plan or higher.

Read more →

Security findings detail expanded; large reviews report oversized payloads

This release2 featuresNew capabilities1 enhancementImprovements to existing features1 fixBug fixesAI-tallied from the release notes
v0.7.6

Large reviews now send smaller requests and report oversized payloads directly instead of surfacing a generic connection error. Security findings show category, CWE, reachability, and exploitability in terminal output and --agent JSON when available. Usage reporting shows waived review spend and calculates the remaining review cap from review usage instead of unrelated product spend.

Read more →

Attack surface map for security review, beta

This release1 featureNew capabilitiesAI-tallied from the release notes

CodeRabbit adds an attack surface map that groups mapped code locations into subsystems, sorts each into lanes (entry points, trust boundaries, access controls, sinks, security configuration), and overlays open findings. Selecting a tile opens a focused flow with code location, verification state, recorded connections, and nearby security context.

Read more →

Cross-repo guidelines support targeted file patterns

This release1 featureNew capabilities1 enhancementImprovements to existing featuresAI-tallied from the release notes

Guidelines sourced from another repository can now use the { files, applyTo } object form, letting a centralized standards repository apply guidance to specific file patterns in consuming repositories. Cross-repository sources keep existing organization-boundary and access checks, with no migration needed.

Read more →

Review Usage dashboard; rate limit controls detailed

This release2 featuresNew capabilitiesAI-tallied from the release notes

CodeRabbit introduces a Review Usage dashboard under Analytics, breaking down pull request review consumption per developer and organization over rolling 7- or 30-day windows, and flags consumption anti-patterns. A new rate limits page documents what draws down the allowance, how it refills, and controls to reduce consumption, including batching commits, auto-pause configuration, and pull request attribution.

Read more →

PR URLs in MCP headers; token-count logs restored

This release2 featuresNew capabilities1 fixBug fixesAI-tallied from the release notes

Self-hosted admins can now use {{ pr.url }} and {{ event.correlation_id }} placeholders in custom HTTP headers sent to MCP servers, linking tool requests to the triggering pull request. Logs again preserve model-usage token-count fields for per-review cost calculations, and Bitbucket Data Center reviews can pull coding guidelines from another repository with the bot holding REPO_ADMIN on the source.

Read more →

AI Deep Scan findings now available via API

This release1 featureNew capabilitiesAI-tallied from the release notes

Enterprise customers with the Security add-on can now pull AI Deep Scan results programmatically. The new REST endpoint requires a non-agent key with security:read scope and supports paginated JSON responses plus CSV or SARIF downloads.

Read more →

MCP usage API ships for Enterprise

This release1 featureNew capabilitiesAI-tallied from the release notes

Enterprise organizations can now retrieve MCP server and tool usage via a public API, with counts joinable to Metrics Data on pr_url for context overlay. Requires a new API reference.

Read more →

Custom path instructions guide AI Deep Scan

This release1 featureNew capabilitiesAI-tallied from the release notes

Repository-level Custom Path Instructions can now be created, edited, and deleted to guide AI Deep Scan analysis for files matching a repository-relative path or glob.

Read more →

Learnings write API lands for enterprises

Breaking (minor)This release1 featureNew capabilitiesAI-tallied from the release notes

Enterprise teams can now create, update, and delete Learnings via the public API using user or workspace keys with learning:write. Legacy org and agentic keys are excluded. Supports batch creation of 1–100 repository-scoped Learnings, idempotent deletes, and text-search filters on exports.

Read more →

Azure DevOps onboarded via Entra service principal

This release1 featureNew capabilitiesAI-tallied from the release notes

New Azure DevOps organizations and SSO workspaces now onboard with a Microsoft Entra service principal using client ID and client secret, while existing PAT setups keep their current flow. Admins can reuse a matching organization credential or connect Azure once when CodeRabbit cannot detect the tenant.

Read more →

Post-Merge Actions now on Bitbucket Cloud

This release1 featureNew capabilitiesAI-tallied from the release notes

Pro+ and Enterprise repositories on Bitbucket Cloud can now run Post-Merge Actions, joining GitHub Cloud, GitLab Cloud, and Azure DevOps. Each code-producing action opens a distinct follow-up pull request against the default branch.

Read more →

Review summary confirms applied guideline sources

This release1 featureNew capabilitiesAI-tallied from the release notes

The review summary now confirms which cross-repository and pull request-specific guideline sources were applied, complementing the existing skipped-sources note.

Read more →

Inline Autofix now targets current thread only

Breaking (minor)This release1 featureNew capabilitiesAI-tallied from the release notes

An inline @coderabbitai autofix command now fixes only the current review thread's unresolved finding; running the command in the pull request conversation still processes all unresolved review threads. Review-checkbox Autofix keeps its review-scoped selection.

Read more →

Dependency findings show linked CVE IDs

This release1 featureNew capabilitiesAI-tallied from the release notes

Newly scanned dependency findings now display CVE identifiers in the dependency detail drawer, each linking to its National Vulnerability Database record. Existing findings show CVE IDs only after a rescan, with no configuration changes required.

Read more →

Vale lints prose on changed .md files

Breaking (minor)This release1 featureNew capabilitiesAI-tallied from the release notes

CodeRabbit now runs Vale on changed .md, .markdown, and .txt files, checking prose against your team's own checked-in editorial style rules and reporting violations as review findings. Vale is enabled by default when your repository has a supported root configuration; teams can disable it with reviews.tools.vale.enabled: false in .coderabbit.yaml.

Read more →

GitLab Code Guidelines available from other repos

This release1 featureNew capabilitiesAI-tallied from the release notes

GitLab collaborators can now select coding guideline files from another repository in the same top-level group, via branch configuration or MR description overrides. Reviewers need Reporter-or-higher membership in the source project.

Read more →