Improvements & New Features
🗑️ Delete repo-specific configurations
You can now delete individual configurations for any repository directly from the dashboard.
This makes it easier to reset a repo’s settings and have its PRs reviewed using the team’s global configuration instead.
⚙️ Review Cadence control
Some teams reported too many comments being triggered when multiple commits were pushed to the same PR.
To fix that, we’re introducing Review Cadence — a new setting that lets you define when Kody should run re-reviews after the initial one. This helps reduce noise and gives you more control over your review flow.
You can choose from three modes:
- Automatic – Kody re-reviews on every new push (default behavior)
- Auto-Pause – pauses if too many commits happen in a short time; resumes with
@kody start-review
- Manual – no automatic re-reviews; Kody only reviews when manually triggered