Qodo Merge vs PR-Agent: paid platform or open source

Search results still describe Qodo Merge as the hosted version of PR-Agent, which was historically accurate and is now incomplete. PR-Agent has moved to its own community organization as an Apache-2.0 project. Qodo Merge became Qodo Git inside Qodo 2.0, a closed commercial review platform with a separate codebase, multi-agent review, rules, context, analytics, and enterprise controls.

By the Continuum team. We build a workbench that runs Claude Code, Codex, and their peers, so the model rates quoted here are the ones our own cost analytics ship with.

The short version

Pick PR-Agent when you want an Apache-2.0 reviewer you can inspect, modify, self-host, connect to your own model provider, and run through a CLI, GitHub Actions, Docker, or webhooks. Pick Qodo when you want a managed review platform with multi-agent analysis, the Context Engine, a central Rule System, local IDE review, analytics, support, and enterprise deployment choices. PR-Agent is no longer Qodo’s free tier and Qodo Git is no longer the same hosted code path. The open-source project is community-owned legacy lineage; the commercial platform has evolved separately.

What you need to know
  • PR-Agent is a separate community project. It moved to The-PR-Agent organization and uses Apache-2.0.
  • Qodo Merge is a legacy product name. Current Qodo calls the pull request surface Git integration inside Qodo 2.0.
  • The codebases differ. Qodo has described its commercial application as closed source and separate from PR-Agent.
  • PR-Agent wins control. Source, prompts, models, deployment, and infrastructure stay in your hands.
  • Qodo wins managed depth. Context, specialized agents, rules, analytics, IDE review, and support arrive as a platform.
  • Migration is a rebuild. Configuration concepts overlap, yet a deployment cannot be converted by changing a URL.

Verdict first: control against managed capability

PR-Agent is the better choice for engineers who value source access, infrastructure control, model choice, provider portability, and low software cost enough to operate the reviewer themselves. Qodo is the better choice for organizations buying an administered review system whose vendor owns model orchestration, context retrieval, product updates, analytics, support, and enterprise controls.

RequirementPickReason
Inspect and change the reviewer sourcePR-AgentApache-2.0 repository with editable prompts and code
Use a chosen model provider and API accountPR-AgentSupports several model providers and self-hosted configuration
Avoid running review infrastructureQodoManaged Git integration handles reviews, context, and updates
Organization-wide adaptive rules and analyticsQodoRule System, Context Engine, dashboards, and enterprise governance
Review local changes in an IDEQodoQodo IDE supplies pre-commit and pre-PR review workflows
Run a simple reviewer in GitHub ActionsPR-AgentPublished action, Docker, CLI, and webhook routes
Formal SLA, SSO, audit, or vendor supportQodoCommercial Enterprise plan and deployment choices

Criteria table: the split in one view

Current state checked against the PR-Agent repository and Qodo documentation in August 2026.

CriterionQodo Git, formerly Qodo MergePR-Agent
OwnershipQodo commercial productCommunity-owned project in The-PR-Agent organization
License and sourceClosed commercial applicationApache-2.0 open source
RelationshipEvolved from the hosted enterprise lineageCommunity-maintained legacy project donated by Qodo
DeploymentQodo SaaS plus enterprise single tenant or on-prem optionsCLI, GitHub Actions, Docker, self-hosted, webhooks
ModelsQodo-managed selection plus enterprise BYOK optionsOpenAI, Anthropic, DeepSeek, and other supported providers
Review architectureQodo 2 multi-agent review with shared contextFocused tools using PR compression and configured prompts
Main commandsReview, description, fixes, rules, context, platform workflows/review, /describe, /improve, /ask and related tools
Cross-repo and history contextContext Engine and enterprise capabilitiesTicket context, metadata, dynamic context; customization through code and config
IDE reviewPart of the wider Qodo PlatformNo first-party integrated IDE product in the core repository
AdministrationDashboard, analytics, governance, supportYour logs, deployment, secrets, monitoring, and incident process
CostCredit-based paid service after trial, quoted EnterpriseSoftware is free; model, compute, storage, and operations are yours

The open-source win is concrete: code inspection, forkability, prompt changes, model choice, and data-path control. The commercial win is also concrete: Qodo can invest in context systems, specialized agent coordination, rule administration, product analytics, integrations, and support without requiring every customer to rebuild them. Neither economic model is inherently more honest. The cost moves between vendor subscription and internal ownership.

The naming and ownership timeline

CodiumAI launched PR-Agent in 2023 as an open-source pull request assistant. The tool could describe a change, review it, suggest improvements, and answer questions through pull request comments or automated triggers. The hosted commercial edition took the Qodo Merge name after the company rebranded from CodiumAI to Qodo in September 2024. For a period, “PR-Agent” and “Qodo Merge” reasonably described open and hosted editions in the same product family.

The line moved again in 2026. Qodo released a new code-review experience as Qodo 2.0, with several review agents, a Rule System, and a Context Engine. Qodo’s documentation calls the product Git integration and retains Qodo v1 through a version selector. The old Qodo Merge URL now explains that Merge, Gen, Command, and Aware names were unified into Git, IDE, CLI, and Context Engine.

PR-Agent moved to The-PR-Agent GitHub organization. Its README states that the project is community-owned, open for contributors and maintainers, and distinct from Qodo’s primary offering. The repository calls itself a community-maintained legacy project of Qodo. It publishes releases and documents the Docker namespace change from codiumai/pr-agent to pragent/pr-agent for newer images.

What PR-Agent gives you

PR-Agent’s core appeal is a small, inspectable review system. A GitHub Actions workflow can invoke the project on pull request events with a Git token and model-provider key. The CLI can review a pull request URL locally. Docker and webhook deployments cover long-running integration patterns. The project supports GitHub, GitLab, Bitbucket, Azure DevOps, Gitea, and other providers with feature differences documented by the repository.

PR-Agent tool or traitWhat it does
/describeBuilds a title, summary, walkthrough, and change labels from the PR
/reviewAnalyzes the change and posts review observations
/improveSuggests actionable code improvements
/askAnswers a question about the pull request
PR compressionSummarizes and prioritizes large diffs for the model context
Configuration filesChange prompts, categories, triggers, models, publishing, and provider behavior
Self-hosted data pathSends code from your infrastructure to the model endpoint you configure

Open source creates freedom and obligations. You own secret rotation, webhook validation, token scopes, Git-host permissions, model-provider terms, logs, queue behavior, concurrency, timeouts, retries, rate limits, upgrades, vulnerability response, and review-output retention. A GitHub Action avoids a permanent service while inheriting runner and workflow security. A webhook service offers lower latency while adding an internet-facing component.

PR-Agent is attractive when a team wants a transparent first-pass reviewer, can maintain Python and deployment configuration, and accepts a narrower context system. It is also useful as a base for research or specialized workflows where editing the prompt and code matters more than a polished dashboard.

What the paid Qodo platform adds

Qodo’s commercial platform moves beyond a hosted wrapper. Qodo 2 uses multiple specialized review agents with shared context and a verification-oriented output. Its Rule System applies organization standards and evolves with code and review history. Context Engine supplies repository and cross-repository intelligence. Git integration posts prioritized findings inside pull requests. IDE integration reviews local changes and identifies missing tests before the branch reaches a pull request.

  • Managed operation: installation, model orchestration, updates, and review service operation come from the vendor.
  • Rule administration: teams can define and govern standards instead of editing only prompt templates.
  • Wider context: repository, ticket, history, and cross-repository signals can inform review.
  • Shift-left review: the IDE plugin analyzes committed and uncommitted local changes.
  • Analytics: dashboards show review use and governance measures, with advanced views on Enterprise.
  • Enterprise controls: Qodo lists SSO, audit logs, BYOK, single tenant, on-prem, air-gapped, SLA, and support options.

These additions matter only when used. A team that never defines rules, reviews analytics, connects related repositories, or runs local checks may receive little more value than a managed bot. A team with an active platform owner can turn the same features into a review program. Procurement should ask which capabilities are in Pro Team, which require Enterprise, and which need professional setup.

Security, privacy, and model control

Self-hosted PR-Agent keeps Qodo out of the data path, but the model provider still receives the code included in prompts. The actual boundary follows your configuration: model API, proxy, embeddings, logs, runner, Git host, and any observability service. Source availability helps security review and patching. It does not configure least privilege or guarantee timely upgrades.

Qodo’s managed service makes Qodo a processor in the review path. Its public material says customer code is not used to train models and lists strict retention and enterprise deployment choices. Enterprise BYOK can change who bills and controls the model credential. Single-tenant or on-prem deployments can narrow shared infrastructure. Buyers still need contract-level answers for retention, logs, embeddings, backups, subprocessors, region, deletion, incident notice, and support access.

Control questionPR-Agent pathQodo path
Who patches the reviewer?Your teamQodo, or shared responsibility for on-prem
Who selects the model?Your configurationQodo defaults; enterprise options can add BYOK
Where does code travel?Your runner to configured model and Git hostAccording to Qodo deployment and model architecture
Who monitors failures?Your observability and on-callVendor support plus customer controls
Can source be inspected?YesCommercial application source is not public
Can it run air-gapped?Potentially, with compatible local endpoints and engineeringPublished Enterprise option

Cost: free software still has a review bill

PR-Agent has no software license charge under Apache-2.0. A useful cost model includes model tokens, CI minutes or compute, persistent services, logs, storage, engineering setup, upgrades, security response, failed jobs, and reviewer time. The repository describes many tools as using a single model call, which can keep raw inference cost low. Custom prompts, large pull requests, retries, and stronger models change the result.

Qodo uses review credits. Its Pro Team page begins at $30 for a 2,500-credit pool estimated at about 18 reviews, supports larger packs, and continues into same-rate overage under a customer cap. Enterprise pricing is negotiated. That fee buys service operation and platform features; internal time remains for rule design, finding triage, governance, and vendor management.

Monthly cost componentPR-AgentQodo
Software fee$0Credit pack or Enterprise contract
Model inferencePaid directly to configured providerIncluded in review-credit system or contract
Compute and CICustomer pays and operatesMostly vendor-operated; on-prem changes the split
Setup and upgradesCustomer engineering timeVendor product plus customer administration
SupportCommunity and internal expertiseStandard or enterprise support
Reviewer timeCustomer costCustomer cost

A team with modest volume and existing infrastructure can run PR-Agent very cheaply. A regulated company may spend more proving and maintaining that deployment than a Qodo contract costs. Compare three-year ownership and accepted-finding value, including the internal engineer who gets paged when reviews stop.

When to pick each

Choose Qodo whenChoose PR-Agent when
A vendor should operate and support the reviewerThe team wants to own and inspect the whole review service
Context Engine and central Rule System are requirementsConfigurable prompts and repository context are sufficient
IDE review belongs in the same platformPull request review is the only required surface
Governance analytics drive an organization programLogs and metrics can be built into existing observability
SSO, audit, SLA, BYOK, or contracted deployment is neededOpen-source terms and customer infrastructure fit procurement
Pooled credits are easier than operating model APIsExisting model contracts and compute make self-hosting efficient

A small technical team should try PR-Agent if it enjoys owning infrastructure and wants an adaptable reviewer. A large platform team can also choose PR-Agent for the same reasons. A small team can choose Qodo to avoid operations, and a large organization can choose it for governance. Size is a weak proxy. Ownership preference, context needs, and controls decide.

Migration notes in both directions

01

From PR-Agent to Qodo: capture the deployment contract

List every trigger, command, model, prompt override, provider integration, ignored path, secret, output format, required check, and failure behavior. Save a representative month of reviews and costs.

02

Map tools to Qodo workflows

Match describe, review, improve, ask, ticket context, labels, and update triggers to the current Qodo Git version. Mark custom code and prompts without a supported equivalent.

03

Build rules and context

Translate important prompt guidance into governed Qodo rules, connect ticket and repository context, and decide whether local IDE review joins the rollout.

04

From Qodo to PR-Agent: design the service

Choose Git host integration, CLI or webhook architecture, model provider, secret store, runner isolation, logging, queue, retry policy, rate limits, and ownership before installing the bot.

05

Shadow the old reviewer

Run both systems on fixed and live PRs. Score findings blind and compare latency, missed seeded defects, review cost, and human disposition time.

06

Cut over safely

Change required checks and triggers in a controlled window, remove duplicate comments, revoke old credentials, uninstall the retired app, and keep a rollback procedure for one billing cycle.

Questions people ask

They share product ancestry, but they are separate today. PR-Agent is a community-owned Apache-2.0 project. Qodo Merge evolved into Qodo Git inside Qodo 2.0, a closed commercial platform with a separate codebase and wider managed features.

Yes. The project moved to The-PR-Agent organization, publishes releases, accepts community contributions, and describes itself as a community-maintained legacy project of Qodo. Teams should pin current releases and review project activity before production use.

The software is free under Apache-2.0. You still pay for model inference, CI or compute, storage and logs, engineering setup, upgrades, security work, and human review. Total ownership can exceed a managed plan at some organizations.

Current Qodo Git, historically Qodo Merge, is a closed commercial product. PR-Agent is the open-source project in the lineage. Qodo has publicly described the commercial application as a separate codebase.

Yes. The project documents CLI, GitHub Actions, Docker, webhooks, and self-hosted integration patterns. You supply Git-host credentials, a supported model provider, infrastructure, monitoring, and maintenance.

Qodo lists single-tenant SaaS, on-prem, and air-gapped options under Enterprise, plus BYOK. Exact architecture, minimum contract, update process, and support boundaries require a vendor proposal.

A self-hosted PR-Agent deployment sends data according to your own Git-host and model-provider configuration, without requiring the Qodo review service. Verify every configured model, proxy, log, and integration endpoint.

Treat it as a new review service. Map workflows and rules, choose a model and deployment, configure secrets and triggers, run a shadow comparison, change required checks, then uninstall Qodo only after the new path meets accuracy and reliability criteria.

Sources

Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.

  1. PR-Agent repository and project status
  2. PR-Agent automation and usage guide
  3. PR-Agent security policy
  4. Qodo code review experience
  5. Qodo v1 Git integration overview
  6. Qodo product-name mapping
  7. Qodo plans and pricing
  8. Qodo statement on separate PR-Agent and Qodo codebases
Try it

Own the reviewer.
Or own the agent fleet.

Continuum handles multi-agent execution and review handoff in isolated worktrees while your chosen PR reviewer remains a separate, accountable gate.

free app · your subscriptions · local-first