General
Where is Qodo v2 currently available?
Where is Qodo v2 currently available?
Supported SCM: GitHub.Supported Plans: All plans.Supported deployment types: Single-tenant, Multi-tenant and On Premises.
What’s changed in Qodo v2?
What’s changed in Qodo v2?
Qodo v2 introduces a unified platform architecture. The table below maps current platform capabilities to their equivalents in Qodo v1.Items are ordered by the most recent update.
| Qodo v2 Feature | Qodo v1 Equivalent | Version | Status | Change Summary | Supported SCM | Required Action |
|---|---|---|---|---|---|---|
| Qodo Rules System | Best Practices / Custom Compliance | v2.1 | Beta | The separate review flows have been unified under PR code review, with best practices and compliance handled by the Rules System. | GitHub | Onboard |
| Agentic Review Experience | PR-Merge | v2.0 | Beta | Replaced with: /agentic_review, /agent_describe, /invoke_reviews | GitHub | N/A |
What onboarding is required for Qodo v2, and what does it involve?
What onboarding is required for Qodo v2, and what does it involve?
Yes. Migrating to Qodo v2 requires updating your repository configuration to enable the new review commands. Onboarding is designed to be incremental and safe. You can test the new review experience alongside your existing configuration before rolling it out across your organization.The onboarding process includes:
- Updating repository configuration to enable the new review commands
- Optionally testing the new experience manually in pull requests
- Enabling the new configuration on a pilot repository
- Rolling out configuration at the organization level
- Removing previous review commands to prevent duplicate feedback
What Qodo v1 features and functionality have been deprecated?
What Qodo v1 features and functionality have been deprecated?
| Qodo v1 Feature | Deprecated in Version | Change Summary |
|---|---|---|
/improve command | v2.1 | Unified under PR review through the Rules System. |
/compliance command | v2.1 | Unified under PR review through the Rules System. |
Code review experience Q&A
Do I need to change my Git workflow?
Do I need to change my Git workflow?
No. Qodo remains fully embedded in your pull request workflow. The review experience is enhanced, but your development process does not need to change.
What has improved in the PR review experience in Qodo v2?
What has improved in the PR review experience in Qodo v2?
Review feedback is now unified and structured:
- Issues are grouped by priority (e.g., Action Required, Remediation Recommended, Other).
- Findings include clear explanations and direct references to code.
- Reviews include agent-assisted fix prompts.
- Compliance and code suggestions are no longer separate outputs.
What is the primary change between Qodo v1 and Qodo v2?
What is the primary change between Qodo v1 and Qodo v2?
In Qodo v2, review is coordinated by a multi-agent system that:
- Uses specialized review agents to evaluate pull requests from multiple perspectives.
- Evaluates changes using repository context, pull request history, and organizational standards.
- Consolidates findings into a single prioritized review.
- Applies organizational standards through the Rule System.
How is feedback structured differently in Qodo v2?
How is feedback structured differently in Qodo v2?
| Qodo v1 | Qodo v2 |
|---|---|
| Compliance presented as checklist-style outputs. | Compliance integrated into prioritized findings. |
| Code suggestions appeared as separate advisory comments. | Suggestions integrated into contextual findings. |
| Findings not prioritized. | Issues ranked by impact and severity. |
| Limited explanation of issues | Clear reasoning and resolution guidance provided |
Will reviews look different in my pull requests?
Will reviews look different in my pull requests?
Yes. In Qodo v2 you will notice:
- No separate Compliance or Code Suggestions sections.
- A more coordinated and prioritized review flow.
- Clearer explanations tied directly to code.
- Emoji acknowledgment (👀) when invoking agent commands.
Where can I find a full list of Qodo configuration options and commands?
Where can I find a full list of Qodo configuration options and commands?
Qodo provides a set of configuration options that allow teams to control how reviews behave and how feedback appears in pull requests. In addition, pull request commands can be used directly in PR comments to run reviews, generate summaries, ask questions about code changes, and perform other actions.For the complete list of supported configuration settings and pull request commands, see the Configuration and Command Reference.
Rule system Q&A
What is the Rule System?
What is the Rule System?
The Rule System is a core component of the Qodo v2 review experience that:
- Captures your organization’s standards.
- Applies them consistently during pull request reviews.
- Surfaces findings as structured rule violations.
How can I generate additional suggested rules from past pull request discussions?
How can I generate additional suggested rules from past pull request discussions?
Qodo can analyze historical pull request discussions in a repository to identify recurring review patterns and generate additional suggested rules.To trigger this analysis manually, add the following command to a pull request comment in any repository you want Qodo to analyze:This command scans prior pull request discussions to detect new patterns and expand rule coverage. After triggering the command, return to the Qodo portal. Within 5–10 minutes, newly generated rule suggestions should appear for review.Rule discovery is currently in Beta. Automatic, continuous discovery will be available in a future release.
What do existing customers need to do when moving to the Rules system?
What do existing customers need to do when moving to the Rules system?
In Qodo v2, Best Practices and Custom Compliance files are replaced by the Rules System, which provides a more powerful and flexible way to define, manage, and enforce review policies across your organization.
For existing customers, Qodo automatically ingests existing Best Practices and Custom Compliance files into the Rules system. These rules can then be reviewed and managed within the Rules System framework.
For existing customers, Qodo automatically ingests existing Best Practices and Custom Compliance files into the Rules system. These rules can then be reviewed and managed within the Rules System framework.