-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: restructure Chrome extension documentation and add features and…
… data privacy sections
- Loading branch information
Showing
4 changed files
with
62 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Data security and privacy | ||
|
||
We take your code's security and privacy seriously: | ||
|
||
- The Chrome extension will not send your code to any external servers. | ||
- For private repositories, we will first validate the user's identity and permissions. After authentication, we generate responses using the existing PR-Agent Pro integration. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
## Features | ||
|
||
### PR Chat | ||
|
||
The PR-Chat feature allows to freely chat with your PR code, within your GitHub environment. | ||
It will seamlessly add the PR code as context to your chat session, and provide AI-powered feedback. | ||
|
||
To enable private chat, simply install the PR-Agent Chrome extension. After installation, each PR's file-changed tab will include a chat box, where you may ask questions about your code. | ||
This chat session is **private**, and won't be visible to other users. | ||
|
||
All open-source repositories are supported. | ||
For private repositories, you will also need to install PR-Agent Pro, After installation, make sure to open at least one new PR to fully register your organization. Once done, you can chat with both new and existing PRs across all installed repositories. | ||
|
||
<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"> | ||
|
||
|
||
### Toolbar extension | ||
With PR-Agent Chrome extension, it's [easier than ever](https://www.youtube.com/watch?v=gT5tli7X4H4) to interactively configure and experiment with the different tools and configuration options. | ||
|
||
For private repositories, after you found the setup that works for you, you can also easily export it as a persistent configuration file, and use it for automatic commands. | ||
|
||
<img src="https://codium.ai/images/pr_agent/toolbar1.png" width="512"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/toolbar2.png" width="512"> | ||
|
||
### PR-Agent filters | ||
|
||
PR-Agent filters is a sidepanel option. that allows you to filter different message in the conversation tab. | ||
|
||
For example, you can choose to present only message from PR-Agent, or filter those messages, focusing only on user's comments. | ||
|
||
<img src="https://codium.ai/images/pr_agent/pr_agent_filters1.png" width="256"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/pr_agent_filters2.png" width="256"> | ||
|
||
|
||
### Enhanced code suggestions | ||
|
||
PR-Agent Chrome extension adds the following capabilities to code suggestions tool's comments: | ||
|
||
- Auto-expand the table when you are viewing a code block, to avoid clipping. | ||
- Adding a "quote-and-reply" button, that enables to address and comment on a specific suggestion (for example, asking the author to fix the issue) | ||
|
||
|
||
<img src="https://codium.ai/images/pr_agent/chrome_extension_code_suggestion1.png" width="512"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/chrome_extension_code_suggestion2.png" width="512"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,9 @@ | ||
## PR-Agent chrome extension | ||
[PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) is a collection of tools that integrates seamlessly with your GitHub environment, aiming to enhance your PR-Agent usage experience, and providing additional features. | ||
[PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) is a collection of tools that integrates seamlessly with your GitHub environment, aiming to enhance your Git usage experience, and providing additional features. | ||
|
||
## Features | ||
|
||
### PR Chat | ||
|
||
The PR-Chat feature allows to freely chat with your PR code, within your GitHub environment. | ||
It will seamlessly add the PR code as context to your chat session, and provide AI-powered feedback. | ||
|
||
To enable private chat, simply install the PR-Agent Chrome extension. After installation, each PR's file-changed tab will include a chat box, where you may ask questions about your code. | ||
This chat session is **private**, and won't be visible to other users. | ||
|
||
All open-source repositories are supported. | ||
For private repositories, you will also need to install PR-Agent Pro, After installation, make sure to open at least one new PR to fully register your organization. Once done, you can chat with both new and existing PRs across all installed repositories. | ||
|
||
#### Chat security and privacy | ||
|
||
We take your code's security and privacy seriously: | ||
|
||
- The Chrome extension does not send your code to external servers. | ||
- For private repositories, we will first validate the user's identity and permissions. After authentication, we generate responses using the existing PR-Agent Pro integration. | ||
With a single-click installation you will gain access to a context-aware PR chat with top models, a toolbar extension with AI-powered feedbacks, PR-Agent filters, and additional abilities. | ||
|
||
All the extension's features are free to use on public repositories. For private repositories, you will need to install in addition to the extension [PR-Agent Pro](https://pr-agent-docs.codium.ai/overview/pr_agent_pro/) (fast and easy installation, two weeks of [trial](https://github.com/apps/codiumai-pr-agent-pro), no credit card required). | ||
|
||
<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"> | ||
|
||
|
||
### Toolbar extension | ||
With PR-Agent Chrome extension, it's [easier than ever](https://www.youtube.com/watch?v=gT5tli7X4H4) to interactively configure and experiment with the different tools and configuration options. | ||
|
||
After you found the setup that works for you, you can also easily export it as a persistent configuration file, and use it for automatic commands. | ||
|
||
<img src="https://codium.ai/images/pr_agent/toolbar1.png" width="512"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/toolbar2.png" width="512"> | ||
|
||
### PR-Agent filters | ||
|
||
PR-Agent filters is a sidepanel option. that allows you to filter different message in the conversation tab. | ||
|
||
For example, you can choose to present only message from PR-Agent, or filter those messages, focusing only on user's comments. | ||
|
||
<img src="https://codium.ai/images/pr_agent/pr_agent_filters1.png" width="256"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/pr_agent_filters2.png" width="256"> | ||
|
||
|
||
### Enhanced code suggestions | ||
|
||
PR-Agent Chrome extension adds the following capabilities to code suggestions tool's comments: | ||
|
||
- Auto-expand the table when you are viewing a code block, to avoid clipping. | ||
- Adding a "quote-and-reply" button, that enables to address and comment on a specific suggestion (for example, asking the author to fix the issue) | ||
|
||
|
||
<img src="https://codium.ai/images/pr_agent/chrome_extension_code_suggestion1.png" width="512"> | ||
|
||
<img src="https://codium.ai/images/pr_agent/chrome_extension_code_suggestion2.png" width="512"> | ||
|
||
## Installation | ||
|
||
Go to the marketplace and install the extension: | ||
[PR-Agent Chrome Extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) | ||
|
||
## Pre-requisites | ||
|
||
The PR-Agent Chrome extension will work on any repo where you have previously [installed PR-Agent](https://pr-agent-docs.codium.ai/installation/). | ||
|
||
## Data privacy and security | ||
|
||
The PR-Agent Chrome extension only modifies the visual appearance of a GitHub PR screen. It does not transmit any user's repo or pull request code. Code is only sent for processing when a user submits a GitHub comment that activates a PR-Agent tool, in accordance with the standard privacy policy of PR-Agent. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters