Qodo 2.4
Released 16 June 2026Catch breaking changes across repositories (Beta)
Breaking changes that cross repository boundaries are the hardest to catch in review. A function signature shifts in a shared library, an API contract changes, or a schema evolves. Each passes single-repository review cleanly, and the breakage only shows up in production. Cross-repository code review closes that gap. Relationships between repositories are discovered automatically or defined manually, and Qodo automatically reviews every relevant pull request for cross-repository impact, across providers, with no additional setup.
- Detect breaking changes before they reach production, across repository boundaries.
- See cross-repo findings directly in the pull request, tagged
Cross-repo, with a link to the affected lines. - Audit every relationship across your organization in List and Graph views.
- Manage relationships across Git providers from a single location.
- Discover related repositories automatically, or define relationships manually.
Generate rules from pull request history with Rule Miner (Beta)
Your best review standards aren’t in any document. They’re in the comments senior engineers leave on every pull request: the same patterns flagged again and again, never formally written down. Rule Miner analyzes your organization’s pull request history to surface these patterns and generate rules from them automatically, turning repeated feedback into enforceable standards without manual rule creation.
- Automatically discover recurring review patterns from accepted pull request comments across your repositories.
- Generate up to 10 rules per repository on the first run, then continue building the rule set every two weeks as new patterns emerge.
- Review generated rules before activation, or auto-approve and enforce them immediately.
- Trace each generated rule back to the pull request it came from using the source link.
Centrally manage rule-related skills across repositories (Beta)
Strengthen code review governance across your organization with centralized visibility into rule-related skills and their repository coverage.
Chat with Qodo in pull requests (Beta)
Interacting with Qodo in pull requests is now more powerful, flexible, and natural. You can have contextual conversations with Qodo anywhere in your pull request by addressing it with the keywordqodo. Any variation works, such as @qodo, /qodo, or qodo, in comments, review threads, or inline code discussions.
We’ve taken the legacy /ask experience to the next level with chatting with Qodo in your pull requests. Instead of a single-purpose command, Qodo can now participate in richer, context-aware discussions directly within your review workflow.
When you chat with Qodo, you can:
- Ask for explanations: Understand why a finding was raised or how a suggested fix works.
- Dismiss findings: Tell Qodo when a finding is incorrect, intentional, or should be addressed later, and Qodo updates the review accordingly.
- Discuss suggestions: Ask follow-up questions, request more context, or challenge a recommendation in natural language.
Introducing the Research Preview program
The Research Preview program is intended for exploring features that are under active development. These features let you try new capabilities and share feedback before broader release, and are clearly identified throughout the documentation. Features leave the program once they advance to Beta or General Availability. For more information, see Qodo Research Preview program.Qodo 2.3
Released 13 May 2026View and analyze cross-organization PR findings (Beta)
Qodo 2.3 introduces the Findings page, bringing code review findings from across all your organization’s repositories together in one place. Previously only visible inside individual pull requests, findings are now available to team leads and engineering managers to understand code quality trends, monitor whether critical issues are being resolved, and measure the impact of Qodo’s reviews over time. From the Findings page you can:- See all critical findings across every repository without opening individual PRs
- Find findings from any pull request without navigating into it
- Know whether critical issues are being fixed or bypassed before merge
- Measure the impact of your review standards with 30-day analytics

Qodo 2.2
Released 11 March 2026Central configuration page in the Qodo portal
Qodo 2.2 introduces a new Configuration page, providing a centralized way to manage how Qodo performs AI-powered code reviews across your organization. Instead of relying only on repository configuration files, you can now control review behavior directly from the Qodo portal, including how reviews run, how findings are surfaced, and how feedback appears in pull requests. These settings allow you to shape the review experience to match your workflow. For example, you can configure a lean review that surfaces only the most critical issues and minimizes noise. Alternatively, you can configure a more verbose review that provides broader coverage and richer context. The portal works alongside existing repository and organization-level configuration methods, allowing you to define shared defaults while still supporting repository-specific overrides.
PR history–based relevance for code review findings (beta) (Enterprise) (Single-tenant)
This feature is currently in beta and available on GitHub, with support for additional Git providers coming soon.

Qodo 2.1
Released 17 February 2026Introducing Qodo’s Rule System (beta)
Currently supported for GitHub single- and multi-tenant.
- Converting existing rules into structured, enforceable standards
- Generating structured rules from natural language
- Discovering implicit standards from codebase patterns and PR history
- Identifying duplicate, conflicting, or outdated rules to maintain rule health
- Measuring rule adoption and violations to track effectiveness over time

Azure DevOps integration
Qodo now integrates natively with Azure DevOps for Enterprise customers, bringing advanced AI powered code review directly into Microsoft based development environments. Using Microsoft Entra ID authentication and Azure DevOps service hooks, Qodo connects securely to your repositories and pull request workflows without requiring additional tools or process changes. With this integration, Qodo:- Publishes AI powered reviews directly inside Azure DevOps pull requests
- Uses Azure Boards work items and associated tickets for added context and compliance checks
- Supports repository level or project level configuration for flexible deployment

Qodo 2.0
Released 4 February 2026Qodo 2.0 is available for GitHub single- and multi-tenant.
Next generation agentic PR review
This feature is now generally available (GA). Qodo 2.0 introduces a major upgrade to AI-powered code review with a next-generation agentic PR review experience designed for shipping increasing volumes of AI-generated code. Instead of a single review pass, Qodo uses a multi agent system where specialized agents collaborate using multi step reasoning. Each agent focuses on specific responsibilities including:- Critical issue detection
- Duplicated logic
- Ticket compliance
- Standards enforcement

Qodo 1.7
Released 21 October 2025Qodo 1.7 is available for GitHub single- and multi-tenant.
Code review, reinvented - meet Local Review
We’re thrilled to introduce Qodo Gen version 1.7.0, bringing a smarter way to review your code before you commit. This release puts quality and clarity front and center, helping you keep every branch clean, consistent, and ready for fast PRs.Review your local changes before you commit
Meet the Local review workflow, your new pre-commit review companion. Before you push your code, get a complete understanding of what’s changed and why. Here’s what it does for you:- Holistic review: Scans all local changes before commit, summarizing updates across files and themes.
- Thematic walkthrough: Groups modified files by topic (features, fixes, refactors, etc.) for easier navigation.
- Intelligent insights: Surfaces potential issues and suggestions by category (correctness, style, performance, best practices).
- Instant fixes: With one click, resolve detected issues or apply suggestions, no context switching needed.
- Project alignment: Validates that agent-written code follows your team’s conventions and rules, ensuring smoother PR reviews.
Farewell to standard mode
We’ve removed the Standard mode. It’s officially deprecated, and our smarter workflows now cover everything it used to do, and more.A new welcome experience
Start strong with the new Welcome Screen, featuring quick access to your top quality-focused workflows:- Local Review
- Unit Test
- Cleanup
- Fix
