GitHubGitLabAzure DevOps
Large pull requests can generate many findings, which can clutter the review and make it harder to focus on what matters. Qodo addresses this by showing only a subset by default, the rest collapse behind View all and stay one click away, nothing is discarded. You can control how each finding’s individual components (for example, description or code) are shown or expanded.
For routing findings by severity, see Control review verbosity.
Set using the Qodo portal (Recommended)
Navigate to Configurations > Display. Finding overflow is set under Overflow > Findings visible per group. Per-finding verbosity is set under Findings > Finding content sections.Set using .pr_agent.toml
Finding overflow
Control how many findings are shown before the rest collapse behind “View all”.Resolved findings overflow
Control how many resolved findings are shown before the rest collapse behind “View all”.Per-finding verbosity
For each part of a finding, control whether it’s hidden, shown collapsed, or shown expanded. Each part is controlled by two keys:render_* sets whether the part is shown at all, expand_* sets whether it’s expanded or collapsed when shown.
To hide a part entirely, set its
render_* key to false.
Agent prompt doesn’t set render_prompt by default. Unset, it falls back to the legacy show_prompt key (true), which combined with expand_prompt = false gives it a default of Collapsed, not Hidden. Setting render_prompt explicitly overrides show_prompt.