mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 03:15:17 +00:00
Add security and privacy section to Chrome extension documentation
This commit is contained in:
parent
2e63653bb0
commit
bfab660414
1 changed files with 6 additions and 2 deletions
|
|
@ -16,8 +16,12 @@ All open-source repositories are supported. For private repositories, you will a
|
||||||
<img src="https://codium.ai/images/pr_agent/pr_chat1.png" width="512">
|
<img src="https://codium.ai/images/pr_agent/pr_chat1.png" width="512">
|
||||||
<img src="https://codium.ai/images/pr_agent/pr_chat2.png" width="512">
|
<img src="https://codium.ai/images/pr_agent/pr_chat2.png" width="512">
|
||||||
|
|
||||||
The Chrome extension will not send any code to the server.
|
#### Chat security and privacy
|
||||||
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.
|
|
||||||
|
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
|
### 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.
|
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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue