---
name: CodeRabbit Changelog
slug: coderabbit-changelog
type: feed
source_url: https://docs.coderabbit.ai/changelog
organization: CodeRabbit
organization_slug: coderabbit
total_releases: 15
latest_date: 2026-05-01
last_updated: 2026-05-01
tracking_since: 2026-04-02
canonical: https://releases.sh/coderabbit/coderabbit-changelog
organization_url: https://releases.sh/coderabbit
---

<Release date="May 1, 2026" published="2026-05-01T17:53:56.000Z" url="https://docs.coderabbit.ai/changelog#suggested-reviewers-on-git-lab">
## Suggested Reviewers on GitLab

## Suggested Reviewers on GitLab 

The `suggested_reviewers_instructions` config option now works on GitLab. CodeRabbit resolves configured usernames to GitLab user IDs and assigns them as merge request reviewers.

Team or group reviewer handles are not supported on GitLab — they're ignored if included in the instructions.

See [Suggested reviewers](/pr-reviews/walkthroughs#suggested-reviewers) for usage details.
</Release>

<Release date="April 29, 2026" published="2026-04-29T09:20:42.000Z" url="https://docs.coderabbit.ai/changelog#rate-limit-visibility">
## Rate limit visibility | PR Reviews

## Rate limit visibility

CodeRabbit now shows remaining PR review quota in review walkthroughs, including when the bucket refills. You can also comment `@coderabbitai rate limit` or ask a clear question like `@coderabbitai reviews remaining?` to get the same status without starting a new review.
</Release>

<Release date="April 29, 2026" published="2026-04-29T08:51:31.000Z" url="https://docs.coderabbit.ai/changelog#code-rabbit-agent-for-slack">
## CodeRabbit Agent for Slack | Early Access

## CodeRabbit Agent for Slack 

CodeRabbit Agent is an AI agent for your entire SDLC right in Slack. Your team can investigate issues, generate implementation plans, and open pull requests — all from the channel or thread where the conversation is already happening.

**Investigate** — Ask questions about your codebase, trace features, and cross-reference Sentry errors with merged PRs and Jira issues.

**Plan** — Turn any Slack thread into a structured  ready for any coding agent.

**Act** — Discuss requirements with your team, reference Linear issues or Figma designs, then ask CodeRabbit to open a pull request incorporating everything.

Every response runs within a , so the agent only sees the repositories and connections your admins have approved for a specific channel. A persistent  retains what your team discovers so every conversation starts smarter.

Integrate with Jira, Linear, Notion, Sentry, Datadog, PagerDuty, Figma, Google Drive, and any MCP servers. Schedule recurring tasks — vulnerability checks, weekly summaries, periodic audits — that post results into Slack threads automatically.

See the [CodeRabbit Agent documentation](/slack-agent) to get started.
</Release>

<Release version="0.4.4" date="April 28, 2026" published="2026-04-28T18:59:09.000Z" url="https://docs.coderabbit.ai/changelog#cli-v0-4-4">
## CLI v0.4.4: stability fixes | CLI

## CLI v0.4.4 

CodeRabbit CLI `0.4.4` includes stability fixes for review event handling, and fixes an edge-case `coderabbit auth login` crash on macOS.

See the [CLI documentation](/cli/index) and [CLI Command Reference](/cli/reference) for more details.
</Release>

<Release date="April 24, 2026" published="2026-04-24T17:18:08.000Z" url="https://docs.coderabbit.ai/changelog#autofix-on-git-lab">
## Autofix on GitLab | Pro, Beta

## Autofix on GitLab  |  

Autofix now supports GitLab. Use `@coderabbitai autofix` to commit fixes to the current branch, or `@coderabbitai autofix stacked pr` to open a separate merge request with the changes.

See the [Autofix documentation](/finishing-touches/autofix) for complete details.
</Release>

<Release date="April 24, 2026" published="2026-04-24T08:06:09.000Z" url="https://docs.coderabbit.ai/changelog#dashboard-filters">
## Dashboard repository multi-select | Management

## Dashboard repository multi-select

Metrics dashboards now support selecting multiple repositories in the **Repository** filter. Use it to view combined metrics for several repositories in one dashboard view instead of switching filters one repo at a time.

See [Dashboard overview](/guides/dashboard) for the updated filter description.
</Release>

<Release date="April 20, 2026" published="2026-04-20T17:14:29.000Z" url="https://docs.coderabbit.ai/changelog#suggested-reviewer-rules">
## Suggested Reviewer Rules | GitHub

## Suggested Reviewer Rules 

When your team has subject-matter experts for different areas of the codebase, you can now tell CodeRabbit exactly who to suggest for each scenario. Use `suggested_reviewers_instructions` in your `.coderabbit.yaml` to map groups of reviewers — individual users or teams — to the PR conditions where they should be assigned. When the list is empty, CodeRabbit falls back to suggestions based on prior PRs.

See [Suggested reviewers](/pr-reviews/walkthroughs#suggested-reviewers) for usage details.
</Release>

<Release date="April 16, 2026" published="2026-04-16T23:34:52.000Z" url="https://docs.coderabbit.ai/changelog#global-overrides">
## Global Overrides | Enterprise

## Global overrides

Organization admins can now define [Global overrides](/guides/configuration-overview#global-overrides) that enforce configuration settings across every repository and pull request in the organization. Global overrides sit at the top of the configuration priority hierarchy, superseding repository-level `.coderabbit.yaml` files, central configuration, and all other sources.

Set global overrides from  **Organization settings** in the CodeRabbit web app. When an override overlaps with an existing setting, nested objects are merged together, while arrays and simple values are replaced entirely.
</Release>

<Release date="April 14, 2026" published="2026-04-14T15:07:10.000Z" url="https://docs.coderabbit.ai/changelog#codex-plugin">
## Codex plugin | CLI

## Codex plugin 

CodeRabbit has been available in Codex through CodeRabbit CLI, and is now also available as a dedicated Codex plugin. The plugin is more convenient to set up and use, and adds support for invoking CodeRabbit directly with `@coderabbit` mentions. After installing the plugin from the Codex marketplace and authenticating the CodeRabbit CLI, trigger a review with plain language or an explicit mention: `Review my current changes with @CodeRabbit`

The plugin verifies your CLI installation and authentication, runs the review, summarizes the diff, and reports findings with severity, file path, impact, and fix direction. Codex can then apply fixes automatically, creating a continuous build-and-fix loop without leaving your development environment.

See [Codex integration](/cli/codex-integration) for installation steps and usage examples.
</Release>

<Release date="April 9, 2026" published="2026-04-09T14:45:10.000Z" url="https://docs.coderabbit.ai/changelog#pr-usage-based-add-on">
## PR Usage-based Add-on

## PR Usage-based Add-on

Teams that reach their plan's PR review limit no longer need to wait for a billing cycle reset or upgrade their plan. Enabling the **Usage-based add-on** lets CodeRabbit continue reviewing pull requests past the limit, charging credits only for over-limit reviews. Regular usage stays on your plan, only the overflow is charged.

CLI-triggered reviews follow the same billing path and opt-in logic as PR reviews: one toggle, one credit balance, one billing path.

Admins enable the add-on using the pay-as-you-go toggle in **Organization Settings** in the CodeRabbit dashboard. See [Usage-based Add-on](/management/usage-based-addon) for setup details.
</Release>

<Release version="0.4.1" date="April 9, 2026" published="2026-04-09T11:25:14.000Z" url="https://docs.coderabbit.ai/changelog#cli-v0-4-1">
## CLI v0.4.1: stats, --dir, and auth fixes | CLI

## CLI v0.4.1 

CodeRabbit CLI `0.4.1` adds `coderabbit stats`, replaces `--cwd` with `--dir` for subdirectory-scoped reviews, and includes fixes affecting self-hosted auth and cleanup on `--help`.

See the [CLI documentation](/cli/index) and [CLI Command Reference](/cli/reference) for more details.
</Release>

<Release date="April 8, 2026" published="2026-04-08T08:27:06.000Z" url="https://docs.coderabbit.ai/changelog#git-lab-ssh-access">
## GitLab SSH Access | GitLab Self-Hosted

## SSH repository access 

CodeRabbit now supports SSH cloning for self-managed GitLab instances. If your organization requires SSH instead of HTTPS for repository access, you can configure your SSH credentials directly in the CodeRabbit web app under **Account** → **Developer settings** → **SSH Clone Credentials**. See the [SSH Clone Credentials documentation](/platforms/self-hosted-gitlab#ssh-repository-access) for setup instructions.
</Release>

<Release version="0.3.11" date="April 4, 2026" published="2026-04-04T00:02:22.000Z" url="https://docs.coderabbit.ai/changelog#cli-v0-3-11">
## CLI v0.3.11: Agent mode | CLI

## CLI v0.3.11: agent mode 

The CLI now supports `--agent` mode, which outputs review results in structured JSON format for [Skills](/cli/skills) and other agent integrations to consume directly.

See the [CLI documentation](/cli/index) for more details.
</Release>

<Release version="0.4.0" date="April 4, 2026" published="2026-04-04T00:02:22.000Z" url="https://docs.coderabbit.ai/changelog#cli-v0-4-0">
## CLI v0.4.0: seamless sign-in and improved agent auth support | CLI

## CLI v0.4.0 

### Seamless browser sign-in

`coderabbit auth login` now completes entirely in the browser, no more copying and pasting tokens back into your terminal.

### Full agent support

The `--agent` flag, introduced in version 0.3.11, now supports authentication workflows, improving compatibility with Codex, Cursor, Claude Code, OpenCode, and other coding agents.

See the [CLI documentation](/cli/index) and [CLI reference](/cli/reference) for details.
</Release>

<Release date="April 2, 2026" published="2026-04-02T21:02:07.000Z" url="https://docs.coderabbit.ai/changelog#git-lab-webhook-secret">
## GitLab webhook secret management | GitLab

## GitLab webhook secret management 

CodeRabbit now supports webhook-secret management for both GitLab.com and self-managed GitLab from the **Webhook Secret** settings page. You can copy the exact webhook URL from the UI for manual setup, and when you rotate an existing secret, CodeRabbit attempts to refresh existing CodeRabbit-managed project and group webhooks automatically.

If a webhook was created manually, or if an automatic refresh fails, update that webhook's secret directly in GitLab.

See the [GitLab](/platforms/gitlab-com#manual-webhook-installation) and [self-managed GitLab](/platforms/self-hosted-gitlab#manual-webhook-installation) setup guides for details.
</Release>
