You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/integrations/knowledge-base.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,16 @@ Watch our [video walkthrough on learnings](https://www.youtube.com/watch?v=Yu0cm
28
28
CodeRabbit can read_code guideline_ files that set standards and expectations about
29
29
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.
30
30
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
33
41
of paths to those files.
34
42
35
43
This feature is enabled by default; you can disable it if needed.