Starting February 4, 2026, new Qodo accounts will not have access to the Qodo v1 code review experience.
Step 1: Update your repository configuration
Configuration for code review lives in your repository’s configuration. In the.pr_agent.toml you can see which review commands are enabled and how feedback is generated.
Add the new review commands
In thegit_provider section (varies depending on your provider), add the new review commands (prefixed with /agentic):
/improve /review /describe & /compliance
During testing, both old and new review commands may run in parallel for comparison, but once migration is complete, older commands should be removed to avoid duplicate feedback and noise.
- Validate the new review output on real pull requests
- Compare results with existing review behavior
- Test without changing repository configuration
Manual invocation is intended for testing and validation.
Step 2: Enable on a pilot repository
Before rolling out the new code review experience across your organization, we recommend enabling it on a pilot repository. This helps you:- Evaluate signal quality and noise levels
- Confirm the new review behavior meets expectations
- Adjust configuration if needed
- Remove duplicate commands after validation
Step 3: Enable on entire organization
After you’ve validated the new code review experience in a pilot repository, you can roll it out across your organization by applying the configuration at the organization level. To enable the new review commands across all repositories, define them in the global organization configuration:
After this change is merged, the configuration applies as the default for all repositories in the organization (unless overridden by a repo-level or wiki configuration).
Step 4: Remove Qodo v1 configuration
Once you enable the new commands broadly, remove older review commands from any configuration location where they are still defined (wiki, repo-level, or global). See Configuration fundamentals for more details.What you’ll notice in your PRs
After rollout, review output will be consolidated and more structured:- Compliance and Code Suggestions will no longer appear as separate outputs (they are incorporated into the new review experience)
- Issues are grouped by priority (for example, Action Required vs Remediation Recommended)
- Findings include clearer explanations and direct references to relevant code
- Reviews include agent-assisted fix prompts to help resolve issues faster