- Normal Mode
- Deep Mode
Normal mode routes all file batches through a single generalist agent that understands bugs, security issues, and performance concerns in one pass.How it works:
- Your PR’s changed files are grouped into up to 4 batches using Louvain community detection.
- Each batch is reviewed sequentially by one generalist agent.
- The agent has access to the call graph, blast radius scores, and the PR diff for full context.
- Findings go through the verifier pass and dedup before being posted.
- Everyday pull requests with moderate scope
- Fast feedback loops where speed matters
- Smaller PRs where a single agent can hold all the context
- Teams that want consistent, low-latency reviews on every commit
Mode Comparison
How to Trigger Each Mode
BugViper uses the review mode configured for your repository by default. You can change your default mode from the BugViper dashboard under repository settings. To trigger a review from a PR comment, use:@bugviper review command also respects the same default and is useful for incremental reviews as you push new commits.