Overview¶
PR-Agent is an open-source tool to help efficiently review and handle pull requests. Qodo Merge is a hosted version of PR-Agent, designed for companies and teams that require additional features and capabilities
-
See the Installation Guide for instructions on installing and running the tool on different git platforms.
-
See the Usage Guide for instructions on running commands via different interfaces, including CLI, online usage, or by automatically triggering them when a new PR is opened.
-
See the Tools Guide for a detailed description of the different tools.
Docs Smart Search¶
To search the documentation site using natural language:
1) Comment /help "your question"
in either:
- A pull request where Qodo Merge is installed
- A PR Chat
2) The bot will respond with an answer that includes relevant documentation links.
Qodo Merge Features¶
Qodo Merge offers extensive pull request functionalities across various git providers:
GitHub | Gitlab | Bitbucket | Azure DevOps | ||
---|---|---|---|---|---|
TOOLS | Review | ✅ | ✅ | ✅ | ✅ |
⮑ Incremental | ✅ | ||||
Ask | ✅ | ✅ | ✅ | ✅ | |
Describe | ✅ | ✅ | ✅ | ✅ | |
⮑ Inline file summary 💎 | ✅ | ✅ | ✅ | ||
Improve | ✅ | ✅ | ✅ | ✅ | |
⮑ Extended | ✅ | ✅ | ✅ | ✅ | |
Custom Prompt 💎 | ✅ | ✅ | ✅ | ✅ | |
Reflect and Review | ✅ | ✅ | ✅ | ✅ | |
Update CHANGELOG.md | ✅ | ✅ | ✅ | ️ | |
Find Similar Issue | ✅ | ️ | |||
Add PR Documentation 💎 | ✅ | ✅ | ✅ | ||
Generate Custom Labels 💎 | ✅ | ✅ | ✅ | ||
Analyze PR Components 💎 | ✅ | ✅ | ✅ | ||
Test 💎 | ✅ | ✅ | |||
Implement 💎 | ✅ | ✅ | ✅ | ||
️ | |||||
USAGE | CLI | ✅ | ✅ | ✅ | ✅ |
App / webhook | ✅ | ✅ | ✅ | ✅ | |
Actions | ✅ | ️ | |||
CORE | PR compression | ✅ | ✅ | ✅ | ✅ |
Repo language prioritization | ✅ | ✅ | ✅ | ✅ | |
Adaptive and token-aware file patch fitting | ✅ | ✅ | ✅ | ✅ | |
Multiple models support | ✅ | ✅ | ✅ | ✅ | |
Incremental PR review | ✅ | ||||
Static code analysis 💎 | ✅ | ✅ | ✅ | ✅ | |
Multiple configuration options 💎 | ✅ | ✅ | ✅ | ✅ |
💎 marks a feature available only in Qodo Merge, and not in the open-source version.
Example Results¶
/describe¶
/review¶
/improve¶
/generate_labels¶
How it Works¶
The following diagram illustrates Qodo Merge tools and their flow:
Check out the PR Compression strategy page for more details on how we convert a code diff to a manageable LLM prompt