From ac659f799387f2a8492937bae055604434e910a2 Mon Sep 17 00:00:00 2001 From: Tabish Bidiwale Date: Tue, 21 Oct 2025 13:18:31 +1100 Subject: [PATCH] feat: add CodeRabbit AI assistant support Add CodeRabbit configuration to enable AI-powered code reviews with customized review settings, path-specific instructions, and chat configuration. --- .coderabbit.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..38237f23d --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,11 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +# Minimal configuration for getting started +language: "en-US" +reviews: + profile: "chill" + high_level_summary: true + auto_review: + enabled: true + drafts: false + base_branches: + - ".*" \ No newline at end of file