Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs #1215

Merged
merged 2 commits into from
Sep 10, 2024
Merged

docs #1215

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions docs/docs/overview/pr_agent_pro.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Overview

[PR-Agent Pro](https://www.codium.ai/pricing/) is a hosted version of PR-Agent, provided by CodiumAI. A complimentary two-week trial is offered, followed by a monthly subscription fee.
PR-Agent Pro is designed for companies and teams that require additional features and capabilities. It provides the following benefits:

Expand All @@ -11,7 +13,7 @@ PR-Agent Pro is designed for companies and teams that require additional feature

5. **PR Chat** - PR-Agent Pro allows you to engage in [private chat](https://pr-agent-docs.codium.ai/chrome-extension/features/#pr-chat) about your pull requests on private repositories.

**Additional features:**
### Additional features

Here are some of the additional features and capabilities that PR-Agent Pro offers:

Expand All @@ -28,7 +30,7 @@ Here are some of the additional features and capabilities that PR-Agent Pro offe
| [**SOC2 compliance check**](https://pr-agent-docs.codium.ai/tools/review/#configuration-options) | Ensures the PR contains a ticket to a project management system (e.g., Jira, Asana, Trello, etc.)
| [**Custom labels**](https://pr-agent-docs.codium.ai/tools/describe/#handle-custom-labels-from-the-repos-labels-page) | Define custom labels for PR-Agent to assign to the PR |

**Additional tools:**
### Additional tools

Here are additional tools that are available only for PR-Agent Pro users:

Expand All @@ -42,8 +44,9 @@ Here are additional tools that are available only for PR-Agent Pro users:
| [**Similar code search**](https://pr-agent-docs.codium.ai/tools/similar_code/) | Search for similar code in the repository, organization, or entire GitHub |


**Supported languages:**
### Supported languages

PR-Agent Pro leverages the world's leading code models - Claude 3.5 Sonnet and GPT-4.
As a result, its core commands such as `describe`, `review`, and `improve`, as well as the PR-chat feature, support virtually all programming languages.
As a result, all its core tools such as `describe`, `review`, and `improve`, as well as the PR-chat feature, support virtually all programming languages.

For specialized commands that require static code analysis, PR-Agent Pro offers support for specific languages. For a detailed list of supported languages and features, please refer to the [documentation](https://pr-agent-docs.codium.ai/tools/analyze/#overview).
For specialized commands that require static code analysis, PR-Agent Pro offers support for specific languages. For more details about features that require static code analysis, please refer to the [documentation](https://pr-agent-docs.codium.ai/tools/analyze/#overview).
Loading