Skip to content

Add the yaml changes for Code Guidelines to the reference yaml template #414

Open
@smb06

Description

@smb06

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions