Skip to content

Commit

Permalink
docs: restructure Chrome extension documentation and add features and…
Browse files Browse the repository at this point in the history
… data privacy sections
  • Loading branch information
mrT23 committed Sep 2, 2024
1 parent 292a501 commit c14c497
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions docs/docs/chrome-extension/data_privacy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## 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.
Expand Down
1 change: 0 additions & 1 deletion docs/docs/chrome-extension/features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Features

### PR Chat

Expand Down
7 changes: 3 additions & 4 deletions docs/docs/chrome-extension/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## 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 Git 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 AI-powered capabilities to your PRs.

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.
With a single-click installation you will gain access to a context-aware PR chat with top models, a toolbar extension with multiple AI 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).
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://github.com/apps/codiumai-pr-agent-pro) (fast and easy installation with two weeks of trial, 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">
2 changes: 1 addition & 1 deletion docs/docs/overview/data_privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

## PR-Agent Chrome extension

- The [PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) serves solely to modify 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.
- The [PR-Agent Chrome extension](https://chromewebstore.google.com/detail/pr-agent-chrome-extension/ephlnjeghhogofkifjloamocljapahnl) will not send your code to any external servers.
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nav:
- 💎 Similar Code: 'tools/similar_code.md'
- Core Abilities: 'core-abilities/index.md'
- Chrome Extension:
- 'chrome-extension/index.md'
- PR-Agent Chrome Extension: 'chrome-extension/index.md'
- Features: 'chrome-extension/features.md'
- Data Privacy: 'chrome-extension/data_privacy.md'
- Code Fine-tuning Benchmark: 'finetuning_benchmark/index.md'
Expand Down

0 comments on commit c14c497

Please sign in to comment.