Open
Description
We have a new .yaml reference template that users can simply copy-paste and add to their repo when changing any of the default config settings. This can be found here: https://docs.coderabbit.ai/reference/yaml-template
We need to add the changes to that file as they relate to the recently released Code Guidelines feature (ability to import markdown files from AI coding agents). For example:
Current:
knowledge_base:
opt_out: false
web_search:
enabled: true
learnings:
scope: auto
New:
knowledge_base:
opt_out: false
web_search:
enabled: true
code_guidelines:
enabled: true
filePatterns: []
learnings:
scope: auto
Engineering team should review and make the appropriate changes to the docs.
Metadata
Metadata
Assignees
Labels
No labels