Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Expand the default AI assistants into a full list.
  • Loading branch information
jmacdotorg committed Aug 5, 2025
commit 6b770ad416a0b736077861a4eb1b6a7af74b918c
12 changes: 10 additions & 2 deletions docs/integrations/knowledge-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,16 @@ Watch our [video walkthrough on learnings](https://www.youtube.com/watch?v=Yu0cm
CodeRabbit can read _code guideline_ files that set standards and expectations about
your team's coding practices, described in natural language. CodeRabbit applies any instructions it reads from a repository's code guideline files to all subsequent code reviews.

By default, CodeRabbit looks for the standard guideline files used by other AI coding assistants, including Claude Code, Cursor, and Windsurf. You can also mark any other file
or set of files in your repository as code guideline files by providing CodeRabbit with a list
By default, CodeRabbit looks for and loads guideline files used by other AI coding assistants, including the following:

- Claude Code
- Cursor
- Gemini
- GitHub Copilot
- Windsurf

You can also mark any other file
or set of files in your repository as code guidelines by providing CodeRabbit with a list
of paths to those files.

This feature is enabled by default; you can disable it if needed.
Expand Down