What is auto-pause
Auto-pause prevents review spam during active development. When Kodus detects rapid consecutive pushes (default: 3 pushes in 15 minutes), it pauses reviews until the activity settles. This is a feature, not a bug — it avoids flooding PRs with multiple reviews while you’re still actively pushing changes.How to resume
- Wait for the cooldown period to pass, then push again
- Comment
@kody start-reviewon the PR to trigger a review immediately - Change cadence to “Automatic” if you always want reviews on every push
Changing the behavior
Go to Code Review Settings → General → Review Cadence:| Mode | Behavior |
|---|---|
| Automatic | Reviews every push — no pausing |
| Auto-pause | Pauses during rapid pushes (default) |
| Manual | Only reviews when you comment @kody start-review |