Qodo 2.2
Central 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)
This feature is currently in beta and available on GitHub, with support for additional Git providers coming soon.

Qodo 2.1
Introducing 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
Qodo 2.0 is available for GitHub single- and multi-tenant.
Next generation agentic PR review (beta)
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
Qodo 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. 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
