Qodo is the company and platform formerly called CodiumAI. Its current commercial product focuses on reviewing code in pull requests, IDEs, and agent workflows, with repository context, organizational rules, governance controls, and enterprise deployment options. Older names still appear in searches and documentation: Qodo Merge became Git, Qodo Gen became IDE, Qodo Command became CLI, and Qodo Aware became Context Engine. The open-source PR-Agent project helped establish the product, but it is now a separate, community-owned MIT project rather than the Qodo free tier.
- Qodo is the former CodiumAI. The company announced the name change on 30 September 2024.
- The current product is centered on AI code review, rules, context, and governance.
- Qodo Merge, Gen, Command, and Aware are legacy product names. The current labels are Git, IDE, CLI, and Context Engine.
- PR-Agent is separate. It is now a community-owned MIT project, and its repository explicitly says it is not Qodo's open-source plan.
- Qodo operates as a quality layer around code changes. It does not replace a coding agent, editor, test suite, or human merge decision.
- Continuum and Qodo address different jobs: agent orchestration before the PR and review policy around the PR.
Qodo in one sentence
Qodo is an AI code review platform that analyzes proposed changes, relates them to the surrounding repository and engineering rules, and returns prioritized findings inside the development workflow. The commercial product spans pull request review, local review in supported IDEs, agent skills, organization-wide rules, analytics, and enterprise deployment. Its purpose is narrower than a general coding agent and broader than a diff summarizer: it tries to turn a team's expectations about code quality into review behavior that can run on every change.
The name carries history. CodiumAI launched around test generation and quality-aware coding assistance. On 30 September 2024, the company renamed itself Qodo and renamed Codiumate to Qodo Gen and the hosted PR-Agent product to Qodo Merge. The naming moved again as the platform consolidated. Qodo's current site says Qodo Merge is now Git, Qodo Gen is now IDE, Qodo Command is now CLI, and Qodo Aware is now Context Engine. Search results, old configuration guides, marketplace listings, and repository history still use every generation of those names.
Current names and the legacy queries they absorb, checked in August 2026.
| Search term | Current Qodo label | Job |
|---|---|---|
| Qodo Merge | Git | Automated pull request review and rule enforcement |
| Qodo Gen | IDE | Local review and developer workflows in VS Code and JetBrains |
| Qodo Command | CLI | Terminal agents and automated workflows |
| Qodo Aware | Context Engine | Repository and multi-repository intelligence |
| PR-Agent | Separate community project | Self-hosted open-source pull request commands |
What Qodo means by code quality and integrity
Code quality is often reduced to formatting, complexity scores, or test coverage. Qodo uses the term more operationally. A change has quality when it is correct for its ticket, consistent with the codebase, compliant with the team's rules, understandable to reviewers, and safe enough to merge. That framing explains why the product reads more than changed lines. Ticket context, repository structure, pull request history, rule files, and organization policy can all affect whether a finding matters.
Code integrity was the earlier umbrella. It linked generation, testing, and review into one claim: generated code should arrive with evidence and pass through checks that reflect the surrounding system. The current site speaks more directly about AI code review and governance, yet the earlier concept remains useful. The product is trying to preserve desired properties as code moves from an agent or developer into production. A rule about authorization boundaries, a check for missing tests, and a finding about duplicated business logic all serve that same objective.
| Quality signal | What Qodo can contribute | What still owns the decision |
|---|---|---|
| Correctness | Context-aware findings and remediation guidance | Tests, runtime evidence, and the reviewer |
| Requirements | Ticket compliance checks | Product intent and acceptance criteria |
| Consistency | Repository patterns and centralized rules | Architecture ownership |
| Security | Issue detection and policy checks | Security tooling and specialist review |
| Maintainability | Duplication and rule findings | Long-term system judgment |
| Merge safety | Prioritized review feedback | Human approval and branch policy |
This division matters because review software can gather more context and inspect more paths than a tired reviewer, while still lacking the private intent behind a design decision. A well-run deployment uses Qodo for repeatable inspection and reserves approval for people who understand the risk. A poorly run deployment treats a green bot comment as evidence that every relevant question was asked. The product can improve review coverage; it cannot define business correctness on its own.
How the current review system works
Qodo 2.x describes its pull request review as a multi-agent process. Specialized reviewers examine concerns such as critical issues, duplicated logic, ticket compliance, and standards enforcement. They share repository context, pull request history, and organization rules, then surface prioritized findings with an explanation and remediation guidance. The goal is a smaller set of findings that deserve action, since a reviewer that posts dozens of cosmetic comments quickly trains a team to ignore the whole feed.
The Rule System adds a durable policy layer. Rules can come from explicit requirements, natural-language definitions, existing rule files, patterns found in a repository, and pull request history. They can be scoped to an organization, a repository group, or one repository. Inheritance and overrides let a common standard apply broadly while a service-specific exception stays local. Qodo also reports on adoption and violations, which moves the product from one PR comment stream toward engineering governance.
- Collect context. The service reads the change, repository structure, relevant code, ticket information, history, and configured rules available to the deployment.
- Run focused review agents. Different passes inspect different failure classes instead of asking one prompt to cover every concern equally.
- Prioritize findings. Each result explains the issue, why it matters, and a path to remediation inside the pull request.
- Resolve or acknowledge. Developers fix, discuss, dismiss, or acknowledge findings according to repository policy.
- Measure the policy. The portal can aggregate rule and finding behavior across repositories for teams that need governance evidence.
Where IDE, CLI, skills, and Git fit
The platform has several review moments because defects are cheapest to fix while the author still holds the context. The IDE plugin can review uncommitted changes before a commit. Its local review groups edits by theme, reports findings across correctness, style, performance, and practice, and offers direct fixes. The Git integration handles the shared pull request where tickets, branch policy, reviewers, and organization rules matter. The portal holds configuration, rule management, administration, and analytics.
Agent Skills carry selected Qodo capabilities into compatible coding agents. Qodo documents a rule-fetching skill that retrieves relevant repository rules before code is written and a PR resolver skill that fetches open findings and helps apply fixes. Skills follow the plain-text SKILL.md convention and can work with agents including Claude Code, Cursor, Windsurf, and Cline. This is an important product direction: review policy can enter the generation loop before a pull request exists, reducing the number of known rule violations that reach Git.
The CLI label inherits the Qodo Command history. Earlier documentation describes configurable agents, TOML definitions, CI mode, webhooks, MCP exposure, terminal use, and a browser UI. Current Qodo positioning places CLI under developer tools and centers review. Teams evaluating it should check the exact current command surface in their tenant, since old Qodo Gen CLI and Qodo Command pages remain discoverable and can describe an earlier release.
| Surface | Best review moment | Primary user |
|---|---|---|
| IDE | Before commit | Author |
| Agent Skills | Before and during generation | Coding agent and author |
| Git integration | Pull request opened or updated | Author and reviewer |
| Portal | Policy definition and cross-repo analysis | Engineering lead and administrator |
| CLI | Local or automated workflow | Developer and CI owner |
Qodo, Qodo Merge, and PR-Agent are three different references
The most expensive misunderstanding in this category is treating every PR-Agent reference as the current Qodo product. The open-source repository originated at Qodo and supplied the recognizable slash-command workflow. The hosted enterprise evolution became Qodo Merge, then the Qodo 2.x code review platform. In 2026, Qodo donated PR-Agent to the open-source community. The repository moved to the The-PR-Agent organization, calls itself a community-maintained legacy project of Qodo, and states plainly that it is separate from Qodo's open-source offering.
| Commercial Qodo 2.x | Open-source PR-Agent | |
|---|---|---|
| Owner | Qodo | Community project in The-PR-Agent organization |
| License | Commercial service | MIT |
| Core shape | Multi-agent review, context, rules, governance | Configurable PR commands around an LLM call |
| Operations | Vendor SaaS plus enterprise deployment options | You deploy and operate it |
| Billing | Credit pool or enterprise contract | Infrastructure and model usage |
| Relationship | Successor to hosted Qodo Merge | Historical origin and separate current project |
A team choosing self-hosted PR-Agent gains source access, model routing freedom, prompt control, and infrastructure ownership. It also inherits upgrades, tokens, webhooks, Git provider permissions, secret management, monitoring, and review-quality tuning. A team choosing commercial Qodo buys a managed review and governance system with a different architecture and roadmap. The correct comparison starts with operational ownership, then reviews capability.
What Qodo costs and who it is for
Qodo's self-serve Pro Team plan starts at $30 per month for a shared pool of 2,500 credits, priced at $0.012 per credit. The pricing page estimates that pool at about 18 reviews, with review size and complexity affecting consumption. Larger 5,000 and 20,000 credit packs are listed. The plan is designed for teams of up to 30 users, charges by shared review activity instead of per author seat, and permits a customer-set overage cap at the same per-credit rate.
The trial lasts 14 days, requires no credit card, and advertises unlimited reviews and credits during that period. There is no permanent general free tier after the trial. Qualified open-source projects can apply for free access. Enterprise pricing is quoted and adds items including SSO or SAML, audit logs, advanced analytics, BYOK, single-tenant SaaS, on-premises or air-gapped deployment, and priority support. Credits expire at the end of each billing cycle, so procurement should model ordinary months rather than launch-week volume.
| Team shape | Likely fit | Reason |
|---|---|---|
| Small team with uneven PR volume | Pro Team minimum pack | Shared credits avoid a seat for every occasional contributor |
| High-volume agent-generated changes | Measured trial, then larger pack | Review complexity can move credit burn materially |
| Regulated or private deployment | Enterprise evaluation | Deployment, identity, audit, and key controls drive the decision |
| Public qualifying project | Open-source program | Free access requires qualification |
| Team wanting full source control | PR-Agent evaluation | Operations and model spend replace SaaS billing |
The strongest fit is a team with enough pull request volume to make review consistency a real problem and enough written policy to teach the system what consistency means. A solo developer can use the surfaces, yet the governance value compounds with repositories, shared rules, and repeated review decisions. A team with five PRs a month and no stable standards may get more value from improving tests and pull request scope before adding another automated reviewer.
How Qodo fits beside coding agents and Continuum
Qodo sits on the quality side of an agentic workflow. A coding agent reads a ticket, edits files, runs commands, and produces a branch. Qodo examines local changes or the resulting pull request against context and rules. A human decides whether the change achieves the intended outcome and whether the remaining risk is acceptable. Those are three separate responsibilities, even when vendors add features that overlap at the edges.
Continuum occupies the operating layer before and around that pull request. Existing site material describes it as a multi-agent workbench for supported coding CLIs, with a separate git worktree per session and plan, transcript, diff, PR, terminal, and artifact views attached to the session. Qodo is not listed as a Continuum provider, and there is no direct integration claimed here. The practical pairing is procedural: produce an isolated, reviewable branch in Continuum, then let the repository's normal Qodo installation review the pull request.
This division also creates a useful control. The agent that wrote the change should not be the only system judging it. Separate contexts reduce shared blind spots. Structural isolation keeps parallel work attributable, automated review adds repeatable checks, and human review owns intent. Teams get into trouble when they collapse those stages into one autonomous approve-and-merge loop because each component then validates assumptions produced by the previous component.
A fair way to evaluate Qodo
Use the 14-day trial as a controlled review study. Choose repositories with active development, stable tests, and reviewers willing to label outcomes. Include small bug fixes, cross-file refactors, ticket-driven work, and at least one change where organization rules matter. Avoid a demo repository full of planted null checks; it proves that the product can find a planted null check and little else.
Write the baseline first
Record current review latency, comments per pull request, escaped defects, rework rounds, and the rules reviewers repeat manually. Without a baseline, faster feedback can feel useful while adding no measurable coverage.
Start with a narrow rule set
Encode a small group of rules that have clear violations and known owners. Security boundaries, required tests for a sensitive module, and migration conventions produce better evidence than broad requests for clean code.
Label every finding
Mark findings accepted, useful but low priority, incorrect, duplicate, or already covered by another check. Keep severity separate from correctness so a true nit does not inflate the value of the reviewer.
Track credit burn by PR shape
Record changed files, lines, repositories, review reruns, and credits consumed. The vendor's reviews-per-pack estimate is a planning hint; your pull request distribution is the budget.
Review the misses
Seed or identify known defects and ask which classes went unseen. Precision alone can look excellent when a system stays silent. Coverage matters beside noise.
Set the human gate
Decide which findings may block, who can dismiss a rule, how exceptions are documented, and which paths still require specialist review before broader rollout.
At the end, the buying question is concrete: did Qodo find issues your existing process missed, apply rules more consistently, shorten useful review time, and fit the monthly credit model without training the team to ignore comments? A yes on all four supports deployment. A weak result on noise or rule clarity usually calls for tuning. A weak result on coverage calls for a different tool or a smaller claim about what automated review owns.
Questions people ask
Qodo is an AI code review and engineering governance platform. It reviews pull requests and local changes using repository context and organizational rules, and it provides Git, IDE, CLI, context, administration, and enterprise deployment surfaces.
Yes. CodiumAI announced the Qodo name on 30 September 2024. The rename also changed Codiumate to Qodo Gen and the hosted PR-Agent product to Qodo Merge. Those names have since been consolidated again under the Qodo platform.
Qodo's current site says Qodo Gen is now IDE and Qodo Merge is now Git. Qodo Command is now CLI, and Qodo Aware is now Context Engine. Older names remain useful for finding historical documentation and integrations.
No. The PR-Agent repository explicitly says it is a separate, community-maintained MIT project and is not Qodo's open-source offering. Qualified open-source projects can apply to Qodo's own program separately.
Legacy Qodo Gen and Qodo Command materials include generation, testing, configurable agents, and fixes. The current platform is review-first, with IDE and agent workflows that can apply fixes or help resolve findings. Its central commercial position is code review and governance.
No. Qodo can inspect changes repeatedly, apply rules, and surface likely defects. Humans still own product intent, architecture, risk acceptance, and the merge decision. The safest workflow uses automated review as another reviewer rather than the approver.
As of August 2026, Pro Team starts at $30 per month for 2,500 shared credits at $0.012 per credit. Qodo estimates that pack at about 18 reviews. A 14-day trial is free; Enterprise is quoted; qualified open-source projects can apply for free access.
They overlap little in their primary jobs. Qodo is a review, rules, and governance layer. Continuum is a workbench that runs supported coding agents in isolated worktrees and keeps their session artifacts together. A team can use both in one workflow without a claimed direct integration.
Sources
Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.