From 2e63653bb0ccfb5f42c4fbfb83e2997fa9be7618 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 14 Aug 2024 17:22:16 +0300 Subject: [PATCH 1/2] Add documentation for PR-Chat feature in PR-Agent Chrome extension --- docs/docs/chrome-extension/index.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/docs/chrome-extension/index.md b/docs/docs/chrome-extension/index.md index 2f75e74d..e703c613 100644 --- a/docs/docs/chrome-extension/index.md +++ b/docs/docs/chrome-extension/index.md @@ -1,8 +1,24 @@ ## PR-Agent chrome extension -PR-Agent Chrome extension 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 PR-Agent 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. + + + + +The Chrome extension will not send any code to the server. +To access code from private repositories, we will first validate the user's identity and permissions, then generate responses using the existing PR-Agent Pro integration. + ### 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. From bfab6604144676fc7d34a0c202de1a3b81b4de65 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 14 Aug 2024 17:28:12 +0300 Subject: [PATCH 2/2] Add security and privacy section to Chrome extension documentation --- docs/docs/chrome-extension/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/docs/chrome-extension/index.md b/docs/docs/chrome-extension/index.md index e703c613..499384b1 100644 --- a/docs/docs/chrome-extension/index.md +++ b/docs/docs/chrome-extension/index.md @@ -16,8 +16,12 @@ All open-source repositories are supported. For private repositories, you will a -The Chrome extension will not send any code to the server. -To access code from private repositories, we will first validate the user's identity and permissions, then generate responses using the existing PR-Agent Pro integration. +#### Chat security and privacy + +We take your code's security and privacy seriously: + +- The Chrome extension does not send any 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. ### 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.