Research PreviewGitHubGitLabAzure DevOps
Research Preview: Blast radius is set as Research Preview and is under active development. Functionality and results may evolve as we continue to improve the feature. Research Preview features are not covered by any SLA. We recommend reviewing and validating outputs before use, and advise against relying on them in business-critical workflows.

How blast radius is classified
Qodo estimates risk by analyzing the change in the context of the codebase it affects, not just the size of the diff. It weighs the impact and intent behind the change: a one-line edit to a production database configuration can carry more risk than a large documentation update, and the classification reflects that difference. Each pull request receives one of three risk levels:- 🔴 Large blast radius
- 🟠 Medium blast radius
- 🟡 Small blast radius
Azure DevOps: Native tags don’t support displaying emoji in pull requests. As a result, the tag appears as plain text, for example “Large blast radius”.
Set using the Qodo portal (Recommended)
1
Navigate to Configurations > Workflow > Code review.
2
Enable Publish blast radius label.
Set using .pr_agent.toml
false.
Related resources
- Code review anatomy: See how this label fits alongside other native labels Qodo can publish.
- Generate PR labels automatically: Configure custom, content-based labels alongside the automatic blast radius label.
- Optimize AI effort with Review effort mode: See how Qodo also uses risk to control how deeply it reviews a pull request.