Recent Updates and Future Roadmap¶
Page last updated: 2025-05-11
This page summarizes recent enhancements to Qodo Merge (last three months).
It also outlines our development roadmap for the upcoming three months. Please note that the roadmap is subject to change, and features may be adjusted, added, or reprioritized.
- Chat on Suggestions: Users can now chat with Qodo Merge code suggestions (Learn more)
- Scan Repo Discussions Tool: A new tool that analyzes past code discussions to generate a
best_practices.md
file, distilling key insights and recommendations. (Learn more) - Enhanced Models: Qodo Merge now defaults to a combination of top models (Claude Sonnet 3.7 and Gemini 2.5 Pro) and incorporates dedicated code validation logic for improved results. (Details 1, Details 2)
- Chrome Extension Update: Qodo Merge Chrome extension now supports single-tenant users. (Learn more)
- Help Docs Tool: The help_docs tool can answer free-text questions based on any git documentation folder. (Learn more)
- Smart Update: Upon PR updates, Qodo Merge will offer tailored code suggestions, addressing both the entire PR and the specific incremental changes since the last feedback.
- CLI Endpoint: A new Qodo Merge endpoint will accept lists of before/after code changes, execute Qodo Merge commands, and return the results.
- Simplified Free Tier: We plan to transition from a two-week free trial to a free tier offering a limited number of suggestions per month per organization.
- Best Practices Hierarchy: Introducing support for structured best practices, such as for folders in monorepos or a unified best practice file for a group of repositories.
- Installation Metrics: Upon installation, Qodo Merge will analyze past PRs for key metrics (e.g., time to merge, time to first reviewer feedback), enabling pre/post-installation comparison to calculate ROI.