.pr_agent.toml file. The examples below show how to tune severity thresholds, display mode, finding limits, verbosity, and ignore rules for a leaner or more verbose review.
These settings can also be configured from the Qodo portal (Recommended). See Reduce review noise on pull requests for the portal equivalent of the lean setup below, and Configure Qodo using the portal for the full settings reference.
Lean review experience
A lean review experience focuses on surfacing only the most critical issues and minimizing noise. It is typically achieved by combining:- Higher severity thresholds for inline comments
- Fewer findings shown by default
- Summary-focused feedback
- More aggressive ignore rules (for PRs, files, tickets, or authors)
Verbose review experience
A verbose review experience provides broader coverage and richer context. It is typically achieved by combining:- Lower severity thresholds for inline comments
- More findings shown by default
- Feedback shown both inline and in summary
- No ignore rules
For configuring which commands run automatically per git environment, see Configure using .pr_agent.toml.