Qodo Merge
This article explains how to use Qodo Aware in Qodo Merge.
For a deeper dive on Qodo Merge, visit the dedicated Qodo Merge documentation portal.
Qodo Aware integrates with Qodo Merge, giving your code review, implementation, and PR workflows deep, codebase-level intelligence.
It brings architectural understanding and full-repo context directly into your dev workflow, so every suggestion, insight, or generated change is grounded in how your system actually works.
Why It Matters
Most pull request tools operate in a vacuum, limited to the diff or a single repo.
Qodo Aware opens the entire codebase to your merge workflow, making reviews smarter, implementations more reliable, and questions easier to answer.
What This Enables
Smarter Reviews with
/review
Qodo Aware analyzes the PR in the context of your broader codebase. The Focus section surfaces relevant context and architectural feedback. The References section shows exactly which files or services influenced the feedback.More Informed Implementations with
/implement
When generating code, Qodo Aware provides full-repo awareness—so suggestions align with your existing patterns, logic, and structure. The References section shows which parts of the codebase informed the output.Deeper Answers with
/ask
Go beyond the PR scope. Ask architectural or cross-repo questions, and get grounded answers based on the broader system—not just the current branch.Duplication Management with
/compliance
The Compliance tool offers the Codebase Code Duplication Compliance section which contains feedback based on the RAG references. This section highlights possible code duplication issues in the PR, providing developers with insights into potential code quality concerns.
How to Enable It
In your Qodo Merge configuration file, add:
enable_rag=true
Get Started
To learn more and explore advanced options, see the full Qodo Aware in Qodo Merge documentation.
Last updated
Was this helpful?