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 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?
- 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?
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 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?
- 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?
Rule system Q&A
What is the Rule System?
What is the Rule System?
- 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?
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 the Rules system?
What do existing customers need to do when moving to the Rules system?
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.