Skip to content

Commit 6b770ad

Browse files
committed
Expand the default AI assistants into a full list.
1 parent 998e421 commit 6b770ad

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/integrations/knowledge-base.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,16 @@ Watch our [video walkthrough on learnings](https://www.youtube.com/watch?v=Yu0cm
2828
CodeRabbit can read _code guideline_ files that set standards and expectations about
2929
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.
3030

31-
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
32-
or set of files in your repository as code guideline files by providing CodeRabbit with a list
31+
By default, CodeRabbit looks for and loads guideline files used by other AI coding assistants, including the following:
32+
33+
- Claude Code
34+
- Cursor
35+
- Gemini
36+
- GitHub Copilot
37+
- Windsurf
38+
39+
You can also mark any other file
40+
or set of files in your repository as code guidelines by providing CodeRabbit with a list
3341
of paths to those files.
3442

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

0 commit comments

Comments
 (0)