Skip to content

Commit

Permalink
Merge pull request #1214 from Codium-ai/tr/docs
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
mrT23 authored Sep 10, 2024
2 parents b5cd560 + a3cb727 commit 538a592
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docs/chrome-extension/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ For private repositories, you will also need to install PR-Agent Pro, After inst

PR-Agent constructs a comprehensive context for each pull request, incorporating the PR description, commit messages, and code changes with extended dynamic context. This contextual information, along with additional PR-related data, forms the foundation for an AI-powered chat session. The agent then leverages this rich context to provide intelligent, tailored responses to user inquiries about the pull request.

<img src="https://codium.ai/images/pr_agent/pr_chat1.png" width="768">
<img src="https://codium.ai/images/pr_agent/pr_chat2.png" width="768">
<img src="https://codium.ai/images/pr_agent/pr_chat_1.png" width="768">
<img src="https://codium.ai/images/pr_agent/pr_chat_2.png" width="768">


### Toolbar extension
Expand Down
9 changes: 8 additions & 1 deletion docs/docs/overview/pr_agent_pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ PR-Agent Pro is designed for companies and teams that require additional feature

1. **Fully managed** - We take care of everything for you - hosting, models, regular updates, and more. Installation is as simple as signing up and adding the PR-Agent app to your GitHub\GitLab\BitBucket repo.

2. **Improved privacy** - No data will be stored or used to train models. PR-Agent Pro will employ zero data retention, and will use an OpenAI account with zero data retention.
2. **Improved privacy** - No data will be stored or used to train models. PR-Agent Pro will employ zero data retention, and will use an OpenAI and Claude accounts with zero data retention.

3. **Improved support** - PR-Agent Pro users will receive priority support, and will be able to request new features and capabilities.

4. **Supporting self-hosted git servers** - PR-Agent Pro can be installed on GitHub Enterprise Server, GitLab, and BitBucket. For more information, see the [installation guide](https://pr-agent-docs.codium.ai/installation/pr_agent_pro/).

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:**

Here are some of the additional features and capabilities that PR-Agent Pro offers:
Expand Down Expand Up @@ -40,3 +42,8 @@ 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:**
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.

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).
4 changes: 4 additions & 0 deletions docs/docs/tools/improve.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ Using a combination of both can help the AI model to provide relevant and tailor
<td><b>enable_help_text</b></td>
<td>If set to true, the tool will display a help text in the comment. Default is true.</td>
</tr>
<tr>
<td><b>enable_chat_text</b></td>
<td>If set to true, the tool will display a reference to the PR chat in the comment. Default is true.</td>
</tr>
</table>

!!! example "params for 'extended' mode"
Expand Down

0 comments on commit 538a592

Please sign in to comment.