A new top-level focus setting in .coderabbit.yaml controls non-essential output with three levels: casual (default, unchanged), balanced (removes decorative elements), and high (essential content only). Explicitly-set values override the preset.
CodeRabbit Changelog
Autofix is now available on Azure DevOps pull requests. Generate unit tests and Custom recipes are now available on GitLab merge requests.
CodeRabbit Plan is now available directly in the VS Code extension. The new Plans tab in the sidebar lets you create agent-ready Coding Plans without leaving your editor, view existing plans, and hand off phases to your configured AI coding agent with one click.
coderabbit review --fast adds an explicit opt-in for faster local reviews, deprecated flags are removed, and Ctrl-C now exits review and auth cleanup promptly. Repository-to-organization matching is improved to handle more SSH remote configurations, and branch lists are no longer corrupted by Git worktree markers.
CodeRabbit can now discover and link related repositories across your organization automatically, so cross-repository context appears in reviews without maintaining the list by hand. Manual entries are always preserved, and the feature is enabled via knowledge_base.automatic_repository_linking: true in .coderabbit.yaml or from the Knowledge Base settings in the app.
Browser sign-in now skips the organization picker when only one organization is available. Reviews resolve Azure DevOps repositories and unusual base branches more reliably, ignore stale events from previous reviews, and piped output no longer reports expected broken-pipe closures as CLI errors.
CodeRabbit Review now supports GitHub Enterprise Server, allowing self-hosted GitHub teams to open Change Stack from PR comments for a structured, ordered view of changes.
CodeRabbit Agent can now connect to Customer.io from the Connections catalog by selecting the Customer Data category, choosing a region, and configuring either direct App API access or a regional MCP server. The connection enables Agent work to access Customer.io people, segments, campaigns, broadcasts, newsletters, transactional messages, and lifecycle marketing context.
Enterprise workspace admins can now configure CodeRabbit at the workspace level instead of per organization. Workspace global overrides take precedence over organization global overrides when both levels set the same key.
CodeRabbit now supports Infer for static analysis of C, C++, and Java code, detecting null dereferences, resource leaks, and concurrency issues during pull request reviews. Infer runs on C and C++ changes by default; Java analysis is available through the reviews.tools.fbinfer.enable_java setting.
CodeRabbit now updates the command acknowledgment for @coderabbitai review and @coderabbitai full review after the requested review finishes, changing the status from "Review triggered." to "Review finished." or "Full review triggered." to "Full review finished."
CodeRabbit Review is now available for GitLab.com and self-managed GitLab customers. Users can open Change Stack from review comments to access an advanced code review interface with guided navigation across cohorts, layers, and summaries.
The new emit path instructions command opens a pull request that adds CodeRabbit-suggested path instructions to your .coderabbit.yaml file. CodeRabbit collects suggestions from the past 7 days, deduplicates them by path, and adds them to reviews.path_instructions without overwriting existing entries.
CodeRabbit now integrates zizmor to automatically detect security vulnerabilities in GitHub Actions workflow files during pull request reviews, enabled by default.
Browser sign-in now handles large organization lists with progress, search, and git-remote recommendation. CLI reviews skip cleanly when there are no local changes, emitting review_skipped in agent mode instead of starting an unnecessary review. Repository attribution is more reliable when remote owner or repository casing differs from the installed CodeRabbit repository.
CodeRabbit Agent for Slack now supports Google Search Console and Reddit Ads as workspace connections, configurable via OAuth with assignment to specific scopes for search performance, sitemap, URL inspection, campaign, ad group, ad, and reporting data.
Usage-based add-on auto-refill now checks a configurable monthly cap before charging an automated refill, skipping refills that would exceed the cap while leaving manual credit purchases unaffected.
Trigger-based CodeRabbit Agent automations can be saved as paused drafts or enabled immediately from the web app, and existing triggers can be toggled between active and paused before saving changes.
Enterprise custom roles can now be managed programmatically via six new REST endpoints covering the full lifecycle: list roles, create a role (optionally copying permissions from an existing one), retrieve or update a role, delete a role, and list valid permission options.
Subscription and billing revamp
The Subscription and Billing page has been updated with a new invoice tab, expanded billing information fields...


