2024-06-18 09:40:05 +03:00
# Overview
2025-01-22 21:18:08 +02:00
[PR-Agent ](https://github.com/Codium-ai/pr-agent ) is an open-source tool to help efficiently review and handle pull requests.
2025-01-22 21:11:46 +02:00
Qodo Merge is a hosted version of PR-Agent, designed for companies and teams that require additional features and capabilities
2024-06-18 09:40:05 +03:00
- See the [Installation Guide ](./installation/index.md ) for instructions on installing and running the tool on different git platforms.
2025-01-22 21:11:46 +02:00
- See the [Usage Guide ](./usage-guide/index.md ) for instructions on running commands via different interfaces, including _CLI_ , _online usage_ , or by _automatically triggering_ them when a new PR is opened.
2024-06-18 09:40:05 +03:00
- See the [Tools Guide ](./tools/index.md ) for a detailed description of the different tools.
2024-09-27 16:13:54 +03:00
2025-01-22 21:11:46 +02:00
## Docs Smart Search
2024-09-27 16:13:54 +03:00
To search the documentation site using natural language:
2024-09-27 16:24:07 +03:00
1) Comment `/help "your question"` in either:
2024-09-29 17:15:49 +03:00
- A pull request where Qodo Merge is installed
- A [PR Chat ](https://qodo-merge-docs.qodo.ai/chrome-extension/features/#pr-chat )
2024-09-27 16:13:54 +03:00
2025-01-22 21:18:08 +02:00
2) The bot will respond with an [answer ](https://github.com/Codium-ai/pr-agent/pull/1241#issuecomment-2365259334 ) that includes relevant documentation links.
2024-09-27 16:24:07 +03:00
2024-06-18 09:40:05 +03:00
2024-09-29 17:15:49 +03:00
## Qodo Merge Features
2024-09-27 16:13:54 +03:00
2025-01-23 12:24:09 +02:00
Qodo Merge offers extensive pull request functionalities across various git providers:
2024-06-18 09:40:05 +03:00
2025-01-22 21:11:46 +02:00
| | | GitHub | Gitlab | Bitbucket | Azure DevOps |
|-------|-----------------------------------------------------------------------------------------------------------------------|:------:|:------:|:---------:|:------------:|
2025-02-25 08:22:46 +02:00
| TOOLS | Review | ✅ | ✅ | ✅ | ✅ |
| | ⮑ Incremental | ✅ | | | |
| | Ask | ✅ | ✅ | ✅ | ✅ |
| | Describe | ✅ | ✅ | ✅ | ✅ |
| | ⮑ [Inline file summary ](https://qodo-merge-docs.qodo.ai/tools/describe/#inline-file-summary ){:target="_blank"} 💎 | ✅ | ✅ | | ✅ |
| | Improve | ✅ | ✅ | ✅ | ✅ |
| | ⮑ Extended | ✅ | ✅ | ✅ | ✅ |
2025-02-25 13:41:06 +02:00
| | [Auto-Approve ](https://qodo-merge-docs.qodo.ai/tools/improve/#auto-approval ) 💎 | ✅ | ✅ | ✅ | |
2025-02-25 08:22:46 +02:00
| | [Custom Prompt ](./tools/custom_prompt.md ){:target="_blank"} 💎 | ✅ | ✅ | ✅ | ✅ |
| | Reflect and Review | ✅ | ✅ | ✅ | ✅ |
| | Update CHANGELOG.md | ✅ | ✅ | ✅ | ️ |
| | Find Similar Issue | ✅ | | | ️ |
| | [Add PR Documentation ](./tools/documentation.md ){:target="_blank"} 💎 | ✅ | ✅ | | ✅ |
| | [Generate Custom Labels ](./tools/describe.md#handle-custom-labels-from-the-repos-labels-page-💎 ){:target="_blank"} 💎 | ✅ | ✅ | | ✅ |
| | [Analyze PR Components ](./tools/analyze.md ){:target="_blank"} 💎 | ✅ | ✅ | | ✅ |
| | [Test ](https://pr-agent-docs.codium.ai/tools/test/ ) 💎 | ✅ | ✅ | | |
| | [Implement ](https://pr-agent-docs.codium.ai/tools/implement/ ) 💎 | ✅ | ✅ | ✅ | |
| | | | | | ️ |
| USAGE | CLI | ✅ | ✅ | ✅ | ✅ |
| | App / webhook | ✅ | ✅ | ✅ | ✅ |
| | Actions | ✅ | | | ️ |
| | | | | |
| CORE | PR compression | ✅ | ✅ | ✅ | ✅ |
| | Repo language prioritization | ✅ | ✅ | ✅ | ✅ |
| | Adaptive and token-aware file patch fitting | ✅ | ✅ | ✅ | ✅ |
| | Multiple models support | ✅ | ✅ | ✅ | ✅ |
2025-02-25 13:41:06 +02:00
| | [Static code analysis ](./core-abilities/static_code_analysis/ ){:target="_blank"} 💎 | ✅ | ✅ | | |
2025-02-25 08:22:46 +02:00
| | [Multiple configuration options ](./usage-guide/configuration_options.md ){:target="_blank"} 💎 | ✅ | ✅ | ✅ | ✅ |
2025-01-22 21:11:46 +02:00
💎 marks a feature available only in [Qodo Merge ](https://www.codium.ai/pricing/ ){:target="_blank"}, and not in the open-source version.
2024-06-18 09:40:05 +03:00
## Example Results
< hr >
#### [/describe](https://github.com/Codium-ai/pr-agent/pull/530)
< figure markdown = "1" >
{width=512}
< / figure >
< hr >
#### [/review](https://github.com/Codium-ai/pr-agent/pull/732#issuecomment-1975099151)
< figure markdown = "1" >
{width=512}
< / figure >
< hr >
#### [/improve](https://github.com/Codium-ai/pr-agent/pull/732#issuecomment-1975099159)
< figure markdown = "1" >
{width=512}
< / figure >
< hr >
#### [/generate_labels](https://github.com/Codium-ai/pr-agent/pull/530)
< figure markdown = "1" >
{width=300}
< / figure >
< hr >
## How it Works
2024-09-29 17:15:49 +03:00
The following diagram illustrates Qodo Merge tools and their flow:
2024-06-18 09:40:05 +03:00
2024-09-29 17:15:49 +03:00

2024-06-18 09:40:05 +03:00
2025-01-22 21:11:46 +02:00
Check out the [PR Compression strategy ](core-abilities/index.md ) page for more details on how we convert a code diff to a manageable LLM prompt