mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
Merge pull request #56 from Codium-ai/hl/feature_comparison_readme
Add feature comparison overview to Readme file
This commit is contained in:
24
README.md
24
README.md
@ -15,9 +15,10 @@ CodiumAI `pr-agent` is an open-source tool aiming to help developers review PRs
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
- [Live demo](#live-demo)
|
- [Live demo](#live-demo)
|
||||||
- [Quickstart](#Quickstart)
|
- [Overview](#overview)
|
||||||
|
- [Quickstart](#quickstart)
|
||||||
- [Usage and tools](#usage-and-tools)
|
- [Usage and tools](#usage-and-tools)
|
||||||
- [Configuration](#Configuration)
|
- [Configuration](#configuration)
|
||||||
- [How it works](#how-it-works)
|
- [How it works](#how-it-works)
|
||||||
- [Roadmap](#roadmap)
|
- [Roadmap](#roadmap)
|
||||||
- [Similar projects](#similar-projects)
|
- [Similar projects](#similar-projects)
|
||||||
@ -31,6 +32,25 @@ Experience GPT-4 powered PR review on your public GitHub repository with our hos
|
|||||||
To set up your own pr-agent, see the [Quickstart](#Quickstart) section
|
To set up your own pr-agent, see the [Quickstart](#Quickstart) section
|
||||||
|
|
||||||
---
|
---
|
||||||
|
## Overview
|
||||||
|
`pr-agent` offers extensive pull request functionalities across various git providers:
|
||||||
|
| | | Github | Gitlab | Bitbucket |
|
||||||
|
|-------|---------------------------------------------|--------|--------|-----------|
|
||||||
|
| TOOLS | Review | ✓ | ✓ | ✓ |
|
||||||
|
| | ⮑ Inline review | ✓ | ✓ | |
|
||||||
|
| | Ask | ✓ | ✓ | |
|
||||||
|
| | Auto-Description | ✓ | | |
|
||||||
|
| | Improve Code | ✓ | | |
|
||||||
|
| | | | | |
|
||||||
|
| USAGE | CLI | ✓ | ✓ | ✓ |
|
||||||
|
| | Tagging bot | ✓ | ✓ | |
|
||||||
|
| | Actions | ✓ | | |
|
||||||
|
| | | | | |
|
||||||
|
| CORE | PR compression | ✓ | ✓ | ✓ |
|
||||||
|
| | Repo language prioritization | ✓ | ✓ | ✓ |
|
||||||
|
| | Adaptive and token-aware<br />file patch fitting | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Quickstart
|
## Quickstart
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user