From 719f3a9dd800118c006f37f903b4c5349668d7a0 Mon Sep 17 00:00:00 2001 From: Hussam Lawen Date: Sun, 16 Jul 2023 14:18:48 +0300 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6514c05..3c54ae58 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ CodiumAI `pr-agent` is an open-source tool aiming to help developers review PRs - [Live demo](#live-demo) -- [Quickstart](#Quickstart) +- [Overview](#overview) +- [Quickstart](#quickstart) - [Usage and tools](#usage-and-tools) -- [Configuration](#Configuration) +- [Configuration](#configuration) - [How it works](#how-it-works) - [Roadmap](#roadmap) - [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 --- +## 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
file patch fitting | ✓ | ✓ | ✓ | + + ## Quickstart