mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Compare commits
6 commits
51a5a05838
...
701d8ee33b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
701d8ee33b | ||
|
|
dcab8a893c | ||
|
|
2230da73fd | ||
|
|
f251a8a6cb | ||
|
|
1527ea07cf | ||
|
|
5623fd14da |
2 changed files with 29 additions and 6 deletions
14
README.md
14
README.md
|
|
@ -17,9 +17,9 @@
|
||||||
|
|
||||||
## Open-Source AI-Powered Code Review Tool
|
## 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 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
|
### PR-Agent (This Repository) - Open Source
|
||||||
|
|
||||||
✅ **What you get:**
|
✅ **What you get:**
|
||||||
- Complete source code access and customization
|
- Complete source code access and customization
|
||||||
- Self-hosted deployment options
|
- 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
|
- Support for GitHub, GitLab, BitBucket, Azure DevOps
|
||||||
- CLI usage for local development
|
- CLI usage for local development
|
||||||
- Free forever
|
- Free forever
|
||||||
|
|
@ -72,12 +74,12 @@
|
||||||
- Updates and maintenance
|
- Updates and maintenance
|
||||||
- Configuration management
|
- Configuration management
|
||||||
|
|
||||||
### Qodo Merge - Hosted Solution
|
### Qodo Merge - A Separate Product
|
||||||
|
|
||||||
✅ **What you get (everything above plus):**
|
✅ **What you get (everything above plus):**
|
||||||
- Zero-setup installation (2-minute GitHub app install)
|
- Zero-setup installation (2-minute GitHub app install)
|
||||||
- Managed infrastructure and automatic updates
|
- 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
|
- Priority support and feature requests
|
||||||
- Enhanced privacy with zero data retention
|
- Enhanced privacy with zero data retention
|
||||||
- Free tier: 75 PR reviews/month per organization
|
- 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 💎
|
||||||
|
|
||||||
[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:
|
### Key Differences from Open Source PR-Agent:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -292,6 +292,27 @@ enable_global_pr_compliance = true
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</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"
|
???+ example "Security compliance options"
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue