Compare commits

...

6 commits

Author SHA1 Message Date
ofir-frd
701d8ee33b
Merge 1527ea07cf into dcab8a893c 2025-10-14 14:54:31 -07:00
ofir-frd
dcab8a893c
Merge pull request #2068 from qodo-ai/of/toggleable-compliance-sections-docs
Some checks failed
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
docs: add section visibility configuration options to compliance tool
2025-10-14 21:18:14 +03:00
ofir-frd
2230da73fd docs: clarify description of codebase duplication compliance section in documentation 2025-10-14 21:04:03 +03:00
ofir-frd
f251a8a6cb docs: add section visibility configuration options to compliance tool documentation 2025-10-14 20:56:43 +03:00
ofir-frd
1527ea07cf Merge remote-tracking branch 'origin/main' into of/readme-file-update 2025-10-11 17:09:30 +03:00
ofir-frd
5623fd14da docs: clarify PR-Agent and Qodo Merge relationship as separate products 2025-10-11 16:36:23 +03:00
2 changed files with 29 additions and 6 deletions

View file

@ -17,9 +17,9 @@
## Open-Source AI-Powered Code Review Tool
**PR-Agent** is a free, open-source tool that provides AI-powered code review and PR assistance. Run it locally, on your CI/CD, or self-host it.
**PR-Agent** is an open-source, AI-powered code review agent. It is the legacy project from which Qodo Merge 💎, a separate commercial product, originated. PR-Agent is maintained by the community as a gift to the community. We are looking for external maintainers to help shape its future; please contact us if you are interested.
**[Qodo Merge](https://qodo-merge-docs.qodo.ai/overview/pr_agent_pro/) 💎** is the hosted, enterprise version with additional features, zero-setup, and priority support.
**[Qodo Merge](https://qodo-merge-docs.qodo.ai/overview/pr_agent_pro/) 💎** is a separate, enterprise-grade product with its own distinct features, zero-setup, and priority support.
---
@ -56,12 +56,14 @@
## PR-Agent vs Qodo Merge
PR-Agent and Qodo Merge are now two completely different products that share a common history. PR-Agent is the original, legacy open-source project. Qodo Merge was initially built upon PR-Agent but has since evolved into a distinct product with a different feature set.
### PR-Agent (This Repository) - Open Source
✅ **What you get:**
- Complete source code access and customization
- Self-hosted deployment options
- All core AI review tools (`/describe`, `/review`, `/improve`, `/ask`)
- Core AI review tools (`/describe`, `/review`, `/improve`, `/ask`)
- Support for GitHub, GitLab, BitBucket, Azure DevOps
- CLI usage for local development
- Free forever
@ -72,12 +74,12 @@
- Updates and maintenance
- Configuration management
### Qodo Merge - Hosted Solution
### Qodo Merge - A Separate Product
✅ **What you get (everything above plus):**
- Zero-setup installation (2-minute GitHub app install)
- Managed infrastructure and automatic updates
- Advanced features: CI feedback, code suggestions tracking, custom prompts
- Advanced features: CI feedback, code suggestions tracking, compliance (rules), custom prompts
- Priority support and feature requests
- Enhanced privacy with zero data retention
- Free tier: 75 PR reviews/month per organization
@ -346,7 +348,7 @@ It does not have 'edit' access to your repo, for example, so it cannot update th
## Qodo Merge 💎
[Qodo Merge](https://www.qodo.ai/pricing/) is the hosted version of PR-Agent with additional enterprise features.
[Qodo Merge](https://www.qodo.ai/pricing/) is a separate, enterprise-grade product that originated from the open-source PR-Agent.
### Key Differences from Open Source PR-Agent:

View file

@ -292,6 +292,27 @@ enable_global_pr_compliance = true
</tr>
</table>
???+ example "Section visibility options"
<table>
<tr>
<td><b>enable_security_section</b></td>
<td>If set to true, the security compliance section will be displayed in the output. When false, the entire security section is hidden. Default is true.</td>
</tr>
<tr>
<td><b>enable_ticket_section</b></td>
<td>If set to true, the ticket compliance section will be displayed in the output. When false, the entire ticket section is hidden. Default is true.</td>
</tr>
<tr>
<td><b>enable_codebase_duplication_section</b></td>
<td>If set to true, the codebase duplication compliance section will be displayed in the output. When false, the entire codebase duplication section is hidden. Default is true.</td>
</tr>
<tr>
<td><b>enable_custom_compliance_section</b></td>
<td>If set to true, the custom compliance section will be displayed in the output. When false, the entire custom section is hidden. Default is true.</td>
</tr>
</table>
???+ example "Security compliance options"
<table>