General
Where is Qodo v2 currently available?
Where is Qodo v2 currently available?
What’s changed in Qodo v2?
What’s changed in Qodo v2?
| Qodo v2 Feature | Qodo v1 Equivalent | Version | Status | Change Summary | Supported SCM | Required Action |
|---|---|---|---|---|---|---|
| Qodo Review Standards | 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 Review Standards. | GitHub | Onboard |
| Agentic Review Experience | PR-Merge | v2.0 | GA | 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?
- 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
Why should I migrate my existing installation to the new wizard?
Why should I migrate my existing installation to the new wizard?
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 Review Standards. |
/compliance command | v2.1 | Unified under PR review through the Review Standards. |
Code review experience Q&A
Do I need to change my Git workflow?
Do I need to change my Git workflow?
What has improved in the PR review experience in Qodo v2?
What has improved in the PR review experience in Qodo v2?
- 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?
- 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 Review Standards.
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?
- 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?
Review Standards Q&A
What are Review Standards?
What are Review Standards?
- Capture your organization’s standards.
- Apply them consistently during pull request reviews.
- Surface findings as structured rule violations.
Does Qodo automatically generate rules from pull request history?
Does Qodo automatically generate rules from pull request history?
/scan_repo_discussions command, which previously allowed manual rule discovery, has been deprecated.What happens when I add new rules to a supported file in my repository?
What happens when I add new rules to a supported file in my repository?
What do existing customers need to do when moving to Review Standards?
What do existing customers need to do when moving to Review Standards?
For existing customers, Qodo automatically ingests existing Best Practices and Custom Compliance files into the Review Standards framework, where these rules can then be reviewed and managed.