From cce50ca413a8a11aee95c71fb9e4c2ff28049e63 Mon Sep 17 00:00:00 2001
From: Tomasz Hanc <7013293+tomaszhanc@users.noreply.github.com>
Date: Thu, 7 Aug 2025 19:16:28 +0200
Subject: [PATCH 01/15] Add estimate_code_review_effort to yaml-template.md
(#488)
---
docs/reference/yaml-template.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/reference/yaml-template.md b/docs/reference/yaml-template.md
index 9fac39e2..99fafa34 100644
--- a/docs/reference/yaml-template.md
+++ b/docs/reference/yaml-template.md
@@ -31,6 +31,7 @@ reviews:
collapse_walkthrough: false
changed_files_summary: true
sequence_diagrams: true
+ estimate_code_review_effort: true
assess_linked_issues: true
related_issues: true
related_prs: true
From e34339bde68fa68f2e31f92ef9f1a081670930e6 Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Thu, 7 Aug 2025 22:58:14 -0600
Subject: [PATCH 02/15] Updating bitbucket integration docs to account for
on-prem (#476)
* Updating bitbucket integration docs to account for on-prem
Removed references to Bitbucket Cloud and left the more ambiguous Bitbucket to account for both on prem and cloud.
* Update bitbucket-cloud.md
* Delete future-development.md
---
docs/future-development.md | 58 -------------------------------
docs/platforms/bitbucket-cloud.md | 6 ++--
2 files changed, 3 insertions(+), 61 deletions(-)
delete mode 100644 docs/future-development.md
diff --git a/docs/future-development.md b/docs/future-development.md
deleted file mode 100644
index e3c7c4d6..00000000
--- a/docs/future-development.md
+++ /dev/null
@@ -1,58 +0,0 @@
----
-title: CodeRabbit Features
-sidebar_label: Future Development
-description: Learn how CodeRabbit works in a pull request review.
-sidebar_position: 12
----
-
-# Future Development
-
-We are actively iterating and refining CodeRabbit, and this is a sneak peek into the upcoming milestones and releases. We are focused on making the Applied AI review better than the median manual review. In addition to that, we are looking at a holistic user experience with various integrations and types of reviews.
-
-## Applied AI Improvements
-
-We are actively trying to make the application of Generative AI more useful, relevant, meaningful for the coder and reviewer journey. Our immediate focus is
-
-### Accuracy and Conciseness Enhancements
-
-- Refining knowledge base context understanding
-- Implementing advanced summarization techniques
-- Implementing a knowledge base feature library
-
-### Learning Refinements
-
-- We have made significant improvement of the learning Enhancing reinforcement learning based on the user feedback
-
-## New Feature Enhancements
-
-### Expanded Integrations
-
-We are integrating various tool chains to enable coders and reviewers to have a consistent experience irrespective of the tools. The immediate tools would be:
-
-- **Circle CI**
-- **Jenkins**
-
-### Communication Tool Integrations
-
-Communication and the user experience of review via various communication tools will be key. We will start with integrations to Slack and Microsoft Teams and will be diving into the design engineering of these flows further:
-
-- **Slack**: Real-time notifications and interactive discussions
-- **Microsoft Teams**: Code review conversations within the Microsoft ecosystem
-
-### Enhanced Review Capabilities
-
-These are additional capabilities that can also be reviewed in the same PR to accelerate the coder and reviewer journey. This includes pipeline failure analysis and resolution, as well as vulnerability assessment.
-
-#### Pipeline Failure Analysis
-
-- Automated analysis of CI/CD pipeline failures
-- AI-driven suggestions for resolving issues
-- Historical tracking of pipeline performance
-
-### Finishing Touches
-
-Finishing touches are about experience that often take developers time away from what they like doing best coding. But adding finishing touches is crucial and should follow the ontology and taxonomy. We will start by looking into specific areas such as documentation of code as an example.
-
-> Disclaimer: any product roadmap features mentioned below are only meant to outline
-> our general product direction. This documentation is for informational purposes
-> only and may not be incorporated into any contract.
diff --git a/docs/platforms/bitbucket-cloud.md b/docs/platforms/bitbucket-cloud.md
index 385d46ed..a708441b 100644
--- a/docs/platforms/bitbucket-cloud.md
+++ b/docs/platforms/bitbucket-cloud.md
@@ -1,17 +1,17 @@
---
title: "Bitbucket Cloud"
description: "Learn how to integrate CodeRabbit with Bitbucket Cloud."
-sidebar_label: "Bitbucket Cloud"
+sidebar_label: "Bitbucket"
sidebar_position: 6
---
-CodeRabbit integrates with Bitbucket Cloud to enhance code review and collaboration by:
+CodeRabbit integrates with Bitbucket to enhance code review and collaboration by:
- Automatically initiating code reviews for newly created merge requests.
- Displaying review comments and suggestions directly on merge requests.
- Enabling seamless interaction with the CodeRabbit bot for real-time feedback and assistance.
-This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud.
+This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
## Configure API Token
From f487e59c028e4cd5f2d5f8d2561c0ccf1b1f4736 Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Fri, 8 Aug 2025 00:11:45 -0600
Subject: [PATCH 03/15] added a new page (#491)
* Updating bitbucket integration docs to account for on-prem
Removed references to Bitbucket Cloud and left the more ambiguous Bitbucket to account for both on prem and cloud.
* Update bitbucket-cloud.md
* Delete future-development.md
* added mcp doc
* bug fixes
---
.../mcp-server-integrations.md | 52 +++++++++++++++++++
docs/finishing-touches/_category_.yaml | 4 ++
docs/finishing-touches/docstrings.md | 2 +-
docs/finishing-touches/index.md | 15 ++++++
.../finishing-touches/unit-test-generation.md | 2 +-
docs/guides/initial-configuration.md | 2 +-
docs/guides/issue-creation.md | 2 +-
docs/reference/configuration.md | 2 +-
sidebars.ts | 11 +++-
9 files changed, 85 insertions(+), 7 deletions(-)
create mode 100644 docs/context-enrichment/mcp-server-integrations.md
create mode 100644 docs/finishing-touches/index.md
diff --git a/docs/context-enrichment/mcp-server-integrations.md b/docs/context-enrichment/mcp-server-integrations.md
new file mode 100644
index 00000000..04818323
--- /dev/null
+++ b/docs/context-enrichment/mcp-server-integrations.md
@@ -0,0 +1,52 @@
+---
+title: MCP integrations
+description: MCP integrations allow CodeRabbit to access your documentation, project management tools, knowledge bases, Figma designs, and more.
+
+---
+:::caution
+Pro feature — Early Access only
+:::
+
+You can enable CodeRabbit to connect to external tools and data sources through the Model Context Protocol (MCP) integration. This allows CodeRabbit to serve as the client, and grants it with richer contextual understanding for:
+
+- Code reviews
+- The validation step for code suggestions
+- Chat in the PR
+
+Use the MCP integration as a way to access your documentation, project management tools, knowledge bases, Figma designs, and more.
+
+## Considerations
+
+A few things to keep in mind:
+
+- CodeRabbit acts as the MCP client, not the server. It ingests data.
+- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
+- This approach unlocks integrations in a way that wasn’t possible before. You don’t have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.
+
+## Setup
+
+### Configuration steps
+
+1. Navigate to Integrations Page within your CodeRabbit app settings and select the new MCP Server tab
+2. To add a new MCP server, click "Add MCP Integration" and provide your server connection details along with the name
+3. Complete the authentication process for your MCP server
+4. Enable or disable individual MCP tools for each server
+
+## How it works
+
+### During code reviews
+
+CodeRabbit automatically calls relevant MCP tools during analysis to:
+
+* Gather additional review context.
+* Validate and enhance suggested review comments.
+
+Enhanced review comments will include enriched insights while maintaining your existing workflow. Tools used during analysis are listed under "Additional context used."
+
+### In chat interactions
+
+MCP integration enhances chat by:
+
+* Retrieving contextual information based on discussion topics
+* Accessing external documentation and knowledge bases
+
diff --git a/docs/finishing-touches/_category_.yaml b/docs/finishing-touches/_category_.yaml
index 81a96253..1bd50e46 100644
--- a/docs/finishing-touches/_category_.yaml
+++ b/docs/finishing-touches/_category_.yaml
@@ -2,3 +2,7 @@ label: Finishing Touches
position: 8
collapsible: true
collapsed: true
+link:
+ type: generated-index
+ title: Finishing Touches
+ slug: /finishing-touches
diff --git a/docs/finishing-touches/docstrings.md b/docs/finishing-touches/docstrings.md
index c504fa8a..dd4f6467 100644
--- a/docs/finishing-touches/docstrings.md
+++ b/docs/finishing-touches/docstrings.md
@@ -11,7 +11,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
# Docstrings
-Docstrings generation is part of the [finishing touches](/future-development#finishing-touches).
+Docstrings generation is part of the [Finishing Touches](/finishing-touches).
## Usage
diff --git a/docs/finishing-touches/index.md b/docs/finishing-touches/index.md
new file mode 100644
index 00000000..0dda55c8
--- /dev/null
+++ b/docs/finishing-touches/index.md
@@ -0,0 +1,15 @@
+---
+id: finishing-touches
+title: Finishing Touches
+description: Enhance your pull requests with automated docstrings and unit test generation.
+slug: /finishing-touches
+---
+
+Finishing Touches features help you polish pull requests after review:
+
+- [Docstrings](/finishing-touches/docstrings)
+- [Unit Test Generation](/finishing-touches/unit-test-generation)
+
+Use these tools to improve documentation and test coverage before merging.
+
+
diff --git a/docs/finishing-touches/unit-test-generation.md b/docs/finishing-touches/unit-test-generation.md
index 71fe5431..d2e7ac11 100644
--- a/docs/finishing-touches/unit-test-generation.md
+++ b/docs/finishing-touches/unit-test-generation.md
@@ -15,7 +15,7 @@ This feature is in beta.
# Unit Test Generation
-Unit Test Generation is part of the [finishing touches](/future-development#finishing-touches).
+Unit Test Generation is part of the [Finishing Touches](/finishing-touches).
## Usage
diff --git a/docs/guides/initial-configuration.md b/docs/guides/initial-configuration.md
index 5cea2afd..26fc3a2b 100644
--- a/docs/guides/initial-configuration.md
+++ b/docs/guides/initial-configuration.md
@@ -70,7 +70,7 @@ By default, CodeRabbit writes thorough code reviews with several sub-sections. I
- [Sequence diagrams](/reference/configuration#sequence-diagrams): includes a visual diagram of object interactions.
- [Assess linked issues](/reference/configuration#assess-linked-issues): assesses how well the pull request addresses any linked issues.
- [Related issues](/reference/configuration#related-issues): lists issues found in your issue tracker that might be related to this pull request.
-- [Related pull requests](/reference/configuration#realted-prs): lists pull requests that might be related to this pull request.
+- [Related pull requests](/reference/configuration#related-prs): lists pull requests that might be related to this pull request.
- [Suggested labels](/reference/configuration#suggested-labels): Suggests labels for this pull request.
- [Suggested reviewers](/reference/configuration#suggested-reviewers): automatically suggest reviewers for PR
- [Poem](/reference/configuration#poem): generates a short poem about this pull request.
diff --git a/docs/guides/issue-creation.md b/docs/guides/issue-creation.md
index f6228b57..61928e7a 100644
--- a/docs/guides/issue-creation.md
+++ b/docs/guides/issue-creation.md
@@ -37,7 +37,7 @@ To create Jira issues, ensure you have [configured the Jira integration](../inte
### Linear
-Make sure you have [set up the Linear integration](../integrations/issue-integrations.md#linear) to create Linear issues.
+Make sure you have [set up the Linear integration](../integrations/issue-integrations.md#Linear) to create Linear issues.
## Tips for Issue Creation
diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md
index d95fbaa0..14b7e32e 100644
--- a/docs/reference/configuration.md
+++ b/docs/reference/configuration.md
@@ -1980,7 +1980,7 @@ Specify the scope of learnings to use for the knowledge base. 'local' uses the r
You can define a list of paths that guide CodeRabbit to your organization's code guidelines.
If you do, then CodeRabbit applies these guidelines to its code reviews. For more
-information, see [Code Guidelines](/integrations/knowledge-base#code_guidelines).
+information, see [Code Guidelines](/integrations/knowledge-base#code-guidelines).
#### Enable code guidelines
diff --git a/sidebars.ts b/sidebars.ts
index 487a363b..b8459b09 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -127,7 +127,7 @@ const sidebars: SidebarsConfig = {
{
type: "category",
collapsed: true,
- label: "Review local changes",
+ label: "IDE extensions",
items: [
"guides/about-vscode",
"guides/install-vscode",
@@ -137,6 +137,14 @@ const sidebars: SidebarsConfig = {
"guides/uninstall-vscode",
],
},
+ {
+ type: "category",
+ collapsed: true,
+ label: "Context enrichment",
+ items: [
+ "context-enrichment/mcp-server-integrations",
+ ],
+ },
{
type: "category",
collapsed: true,
@@ -226,7 +234,6 @@ const sidebars: SidebarsConfig = {
"overview/why-coderabbit",
"faq",
"early-access",
- "future-development",
"changelog",
],
},
From e43429434f6bd2da912a41b5fb9a78299cc23b96 Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Fri, 8 Aug 2025 00:35:37 -0600
Subject: [PATCH 04/15] fixing lint errors (#492)
* Updating bitbucket integration docs to account for on-prem
Removed references to Bitbucket Cloud and left the more ambiguous Bitbucket to account for both on prem and cloud.
* Update bitbucket-cloud.md
* Delete future-development.md
* added mcp doc
* bug fixes
* fixed lint errors.
* lint issues continued.
---
.../mcp-server-integrations.md | 29 +++++++++----------
docs/finishing-touches/index.md | 2 --
docs/platforms/bitbucket-cloud.md | 2 +-
sidebars.ts | 4 +--
4 files changed, 16 insertions(+), 21 deletions(-)
diff --git a/docs/context-enrichment/mcp-server-integrations.md b/docs/context-enrichment/mcp-server-integrations.md
index 04818323..3d9334ad 100644
--- a/docs/context-enrichment/mcp-server-integrations.md
+++ b/docs/context-enrichment/mcp-server-integrations.md
@@ -1,35 +1,35 @@
---
title: MCP integrations
description: MCP integrations allow CodeRabbit to access your documentation, project management tools, knowledge bases, Figma designs, and more.
-
---
+
:::caution
Pro feature — Early Access only
:::
You can enable CodeRabbit to connect to external tools and data sources through the Model Context Protocol (MCP) integration. This allows CodeRabbit to serve as the client, and grants it with richer contextual understanding for:
-- Code reviews
-- The validation step for code suggestions
+- Code reviews
+- The validation step for code suggestions
- Chat in the PR
-Use the MCP integration as a way to access your documentation, project management tools, knowledge bases, Figma designs, and more.
+Use the MCP integration as a way to access your documentation, project management tools, knowledge bases, Figma designs, and more.
## Considerations
A few things to keep in mind:
-- CodeRabbit acts as the MCP client, not the server. It ingests data.
-- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
-- This approach unlocks integrations in a way that wasn’t possible before. You don’t have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.
+- CodeRabbit acts as the MCP client, not the server. It ingests data.
+- The constraint is understanding what MCP data can be helpful for code reviews. See above for how CodeRabbit uses MCP data.
+- This approach unlocks integrations in a way that wasn't possible before. You don't have to wait for CodeRabbit to have a formal integration, if it has an MCP server, we can connect to it.
## Setup
### Configuration steps
-1. Navigate to Integrations Page within your CodeRabbit app settings and select the new MCP Server tab
-2. To add a new MCP server, click "Add MCP Integration" and provide your server connection details along with the name
-3. Complete the authentication process for your MCP server
+1. Navigate to Integrations Page within your CodeRabbit app settings and select the new MCP Server tab
+2. To add a new MCP server, click "Add MCP Integration" and provide your server connection details along with the name
+3. Complete the authentication process for your MCP server
4. Enable or disable individual MCP tools for each server
## How it works
@@ -38,8 +38,8 @@ A few things to keep in mind:
CodeRabbit automatically calls relevant MCP tools during analysis to:
-* Gather additional review context.
-* Validate and enhance suggested review comments.
+- Gather additional review context.
+- Validate and enhance suggested review comments.
Enhanced review comments will include enriched insights while maintaining your existing workflow. Tools used during analysis are listed under "Additional context used."
@@ -47,6 +47,5 @@ Enhanced review comments will include enriched insights while maintaining your e
MCP integration enhances chat by:
-* Retrieving contextual information based on discussion topics
-* Accessing external documentation and knowledge bases
-
+- Retrieving contextual information based on discussion topics
+- Accessing external documentation and knowledge bases
diff --git a/docs/finishing-touches/index.md b/docs/finishing-touches/index.md
index 0dda55c8..824fc5e8 100644
--- a/docs/finishing-touches/index.md
+++ b/docs/finishing-touches/index.md
@@ -11,5 +11,3 @@ Finishing Touches features help you polish pull requests after review:
- [Unit Test Generation](/finishing-touches/unit-test-generation)
Use these tools to improve documentation and test coverage before merging.
-
-
diff --git a/docs/platforms/bitbucket-cloud.md b/docs/platforms/bitbucket-cloud.md
index a708441b..5813e5eb 100644
--- a/docs/platforms/bitbucket-cloud.md
+++ b/docs/platforms/bitbucket-cloud.md
@@ -11,7 +11,7 @@ CodeRabbit integrates with Bitbucket to enhance code review and collaboration by
- Displaying review comments and suggestions directly on merge requests.
- Enabling seamless interaction with the CodeRabbit bot for real-time feedback and assistance.
-This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
+This guide will assist you in effectively integrating CodeRabbit with Bitbucket Cloud. [Click here](https://docs.coderabbit.ai/self-hosted/bitbucket) for instructions integrating Bitbucket Data Center with CodeRabit self-hosted edition.
## Configure API Token
diff --git a/sidebars.ts b/sidebars.ts
index b8459b09..31081f0c 100644
--- a/sidebars.ts
+++ b/sidebars.ts
@@ -141,9 +141,7 @@ const sidebars: SidebarsConfig = {
type: "category",
collapsed: true,
label: "Context enrichment",
- items: [
- "context-enrichment/mcp-server-integrations",
- ],
+ items: ["context-enrichment/mcp-server-integrations"],
},
{
type: "category",
From c3e91e5fea54d639e2d8653fe818a25dc4bc2a7f Mon Sep 17 00:00:00 2001
From: Harjot Gill
Date: Sun, 10 Aug 2025 17:02:57 -0700
Subject: [PATCH 05/15] update rate limits faq
---
docs/faq.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/docs/faq.md b/docs/faq.md
index f248b517..630c3570 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -205,13 +205,13 @@ In-trial and open-source plans have lower rate limits than the paid plan. In all
The following limits are enforced _per developer_:
-| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
-| -------------------------------- | ------------------------------------------ | --------------------------------- | ----------------------------- | ----------------------------- |
-| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
-| Files per PR | 100 | 100 | 100 | 200 |
-| Reviews per hour | 3 back-to-back, then 2/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
-| Reviews per hour (IDE Extension) | 1/hour | 5/hour (Pro trial), 1/hour(Other) | 1/hour | 5/hour (Pro), 1/hour(Lite) |
-| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
+| Feature | Free Plan | Trial Plan | OSS Plan | Pro/Lite Plan |
+| -------------------------------- | ------------------------------------------ | ----------------------------- | ----------------------------- | ------------------------------------------------------------------------ |
+| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
+| Files per PR | 100 | 100 | 100 | 200 |
+| Reviews per hour (Git platforms) | 3 back-to-back, then 2/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
+| Reviews per hour (IDE Extension) | 2 back-to-back, then 1/hour | 4 back-to-back, then 3/hour | 2 back-to-back, then 1/hour | Pro: 4 back-to-back, then 5/hour.
Lite: 2 back-to-back, then 1/hour. |
+| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
## Integration Guide {#integration-guide}
From 65ca0c207e72422ae4ba7371993f62c377b19938 Mon Sep 17 00:00:00 2001
From: Harjot Gill
Date: Tue, 12 Aug 2025 22:28:03 -0700
Subject: [PATCH 06/15] update limits
---
docs/faq.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/faq.md b/docs/faq.md
index 630c3570..ed5599a8 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -210,7 +210,7 @@ The following limits are enforced _per developer_:
| Files per hour | 200/hour | 200/hour | 200/hour | 400/hour |
| Files per PR | 100 | 100 | 100 | 200 |
| Reviews per hour (Git platforms) | 3 back-to-back, then 2/hour (Summary only) | 4 back-to-back, then 3/hour | 3 back-to-back, then 2/hour | 5 back-to-back, then 4/hour |
-| Reviews per hour (IDE Extension) | 2 back-to-back, then 1/hour | 4 back-to-back, then 3/hour | 2 back-to-back, then 1/hour | Pro: 4 back-to-back, then 5/hour.
Lite: 2 back-to-back, then 1/hour. |
+| Reviews per hour (IDE Extension) | 1 back-to-back, then 1/hour | 4 back-to-back, then 3/hour | 1 back-to-back, then 1/hour | Pro: 4 back-to-back, then 5/hour.
Lite: 1 back-to-back, then 1/hour. |
| Chat | N/A | 25 back-to-back, then 50/hour | 10 back-to-back, then 25/hour | 25 back-to-back, then 50/hour |
## Integration Guide {#integration-guide}
From bf13a491a1975d3db8c2763e0937771c099099e9 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 00:27:05 +0000
Subject: [PATCH 07/15] Update schema.v2.json
---
static/schema/schema.v2.json | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index b31867ae..a5e67645 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1063,6 +1063,19 @@
"additionalProperties": false,
"default": {},
"description": "checkmake is a linter for Makefiles."
+ },
+ "osvScanner": {
+ "type": "object",
+ "properties": {
+ "enabled": {
+ "type": "boolean",
+ "default": true,
+ "description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
+ }
+ },
+ "additionalProperties": false,
+ "default": {},
+ "description": "OSV Scanner is a tool for vulnerability package scanning."
}
},
"additionalProperties": false,
From fea476867aa1824cdb55dda3a9081342f7ba863b Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 06:46:34 +0000
Subject: [PATCH 08/15] Update schema.v2.json
---
static/schema/schema.v2.json | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index a5e67645..b31867ae 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1063,19 +1063,6 @@
"additionalProperties": false,
"default": {},
"description": "checkmake is a linter for Makefiles."
- },
- "osvScanner": {
- "type": "object",
- "properties": {
- "enabled": {
- "type": "boolean",
- "default": true,
- "description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
- }
- },
- "additionalProperties": false,
- "default": {},
- "description": "OSV Scanner is a tool for vulnerability package scanning."
}
},
"additionalProperties": false,
From cc01026208cf21428a6ba53a95769a1365fd1988 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 06:47:15 +0000
Subject: [PATCH 09/15] Update schema.v2.json
---
static/schema/schema.v2.json | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index b31867ae..2ea3b0b0 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1063,6 +1063,19 @@
"additionalProperties": false,
"default": {},
"description": "checkmake is a linter for Makefiles."
+ },
+ "osvScanner": {
+ "type": "object",
+ "properties": {
+ "enabled": {
+ "type": "boolean",
+ "default": true,
+ "description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
+ }
+ },
+ "additionalProperties": false,
+ "default": {},
+ "description": "OSV Scanner is a tool for vulnerability package scanning."
}
},
"additionalProperties": false,
@@ -1240,6 +1253,27 @@
},
"additionalProperties": false,
"default": {}
+ },
+ "mcp": {
+ "type": "object",
+ "properties": {
+ "usage": {
+ "type": "string",
+ "enum": ["auto", "enabled", "disabled"],
+ "default": "auto",
+ "description": "MCP | Enable the MCP knowledge base integration. 'auto' disables the integration for public repositories."
+ },
+ "disabled_servers": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "default": [],
+ "description": "MCP Disabled Servers | Specify MCP server labels to disable (case-insensitive). These servers will be excluded from reviews and knowledge base queries."
+ }
+ },
+ "additionalProperties": false,
+ "default": {}
}
},
"additionalProperties": false,
From b52160f2587bc06df699f3e02fc3f2ff9f86217e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 06:59:45 +0000
Subject: [PATCH 10/15] Update schema.v2.json
---
static/schema/schema.v2.json | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index 2ea3b0b0..b31867ae 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1063,19 +1063,6 @@
"additionalProperties": false,
"default": {},
"description": "checkmake is a linter for Makefiles."
- },
- "osvScanner": {
- "type": "object",
- "properties": {
- "enabled": {
- "type": "boolean",
- "default": true,
- "description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
- }
- },
- "additionalProperties": false,
- "default": {},
- "description": "OSV Scanner is a tool for vulnerability package scanning."
}
},
"additionalProperties": false,
@@ -1253,27 +1240,6 @@
},
"additionalProperties": false,
"default": {}
- },
- "mcp": {
- "type": "object",
- "properties": {
- "usage": {
- "type": "string",
- "enum": ["auto", "enabled", "disabled"],
- "default": "auto",
- "description": "MCP | Enable the MCP knowledge base integration. 'auto' disables the integration for public repositories."
- },
- "disabled_servers": {
- "type": "array",
- "items": {
- "type": "string"
- },
- "default": [],
- "description": "MCP Disabled Servers | Specify MCP server labels to disable (case-insensitive). These servers will be excluded from reviews and knowledge base queries."
- }
- },
- "additionalProperties": false,
- "default": {}
}
},
"additionalProperties": false,
From 2da1e6657f3800eb8d76e2af6aa14bd2dade180f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 07:00:35 +0000
Subject: [PATCH 11/15] Update schema.v2.json
---
static/schema/schema.v2.json | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index b31867ae..2ea3b0b0 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1063,6 +1063,19 @@
"additionalProperties": false,
"default": {},
"description": "checkmake is a linter for Makefiles."
+ },
+ "osvScanner": {
+ "type": "object",
+ "properties": {
+ "enabled": {
+ "type": "boolean",
+ "default": true,
+ "description": "Enable OSV Scanner | OSV Scanner is a tool for vulnerability package scanning | v2.1.0"
+ }
+ },
+ "additionalProperties": false,
+ "default": {},
+ "description": "OSV Scanner is a tool for vulnerability package scanning."
}
},
"additionalProperties": false,
@@ -1240,6 +1253,27 @@
},
"additionalProperties": false,
"default": {}
+ },
+ "mcp": {
+ "type": "object",
+ "properties": {
+ "usage": {
+ "type": "string",
+ "enum": ["auto", "enabled", "disabled"],
+ "default": "auto",
+ "description": "MCP | Enable the MCP knowledge base integration. 'auto' disables the integration for public repositories."
+ },
+ "disabled_servers": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "default": [],
+ "description": "MCP Disabled Servers | Specify MCP server labels to disable (case-insensitive). These servers will be excluded from reviews and knowledge base queries."
+ }
+ },
+ "additionalProperties": false,
+ "default": {}
}
},
"additionalProperties": false,
From 118d692dc3e81efa564d7d7bd02a1b9d4c24972d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 14 Aug 2025 22:47:03 +0000
Subject: [PATCH 12/15] Update schema.v2.json
---
static/schema/schema.v2.json | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/static/schema/schema.v2.json b/static/schema/schema.v2.json
index 2ea3b0b0..56e4b78d 100644
--- a/static/schema/schema.v2.json
+++ b/static/schema/schema.v2.json
@@ -1090,6 +1090,11 @@
"chat": {
"type": "object",
"properties": {
+ "art": {
+ "type": "boolean",
+ "default": true,
+ "description": "Generate art in response to chat messages. CodeRabbit expresses emotions as either ASCII or Emoji art."
+ },
"auto_reply": {
"type": "boolean",
"default": true,
From 4bda6c51aac35507eb892addf2b9476f05285428 Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Thu, 14 Aug 2025 21:16:44 -0600
Subject: [PATCH 13/15] Update README.md
---
README.md | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/README.md b/README.md
index 8167aa97..9b43590c 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@
+======================
+# CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer mantained.
+
+
+
+=======================
# CodeRabbit Documentation
Welcome to the official docs for [**CodeRabbit**](https://coderabbit.ai), the code review dev tool that helps you ship quality code faster.
From 2038915d4672fc56db150b27350a21b3a953fa8d Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Thu, 14 Aug 2025 21:17:17 -0600
Subject: [PATCH 14/15] Update README.md
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 9b43590c..ba4cd53a 100644
--- a/README.md
+++ b/README.md
@@ -3,13 +3,14 @@
-======================
-# CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer mantained.
+---
+# CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer mantained.
+
+---
-=======================
# CodeRabbit Documentation
Welcome to the official docs for [**CodeRabbit**](https://coderabbit.ai), the code review dev tool that helps you ship quality code faster.
From 999426584c2cfa6a1b2697f116ba45c574921e65 Mon Sep 17 00:00:00 2001
From: Edgar Cerecerez
Date: Thu, 14 Aug 2025 21:18:12 -0600
Subject: [PATCH 15/15] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ba4cd53a..a88a85a7 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
---
-# CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer mantained.
+# CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer maintained.
---