Security and privacy
- Cached data is encrypted (except for OSS projects)
- Cached data is never used for training
- Cached data is used exclusively for speeding up reviews
- Cached data expires after a maximum of seven days
Disable caching
To opt out of caching, setreviews.disable_cache to true in .coderabbit.yaml, or enable Review - Disable Cache in the dashboard at either the organization or repository level. The setting defaults to false.
Review details display Cache: Disabled due to Reviews > Disable Cache setting when this setting is active. This indicator is distinct from the data-retention opt-out message described below.
No migration is required. Caching remains enabled by default.
On self-hosted CodeRabbit, you can also disable all data retention organization-wide by setting
knowledge_base.opt_out to true. See Opt out of data retention.