mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-06 05:40:38 +08:00
42 lines
1.4 KiB
Markdown
42 lines
1.4 KiB
Markdown
## Options and Configurations
|
|
|
|
### Accessing the Options Page
|
|
|
|
To access the options page for the Qodo Merge Chrome extension:
|
|
|
|
1. Find the extension icon in your Chrome toolbar (usually in the top-right corner of your browser)
|
|
2. Right-click on the extension icon
|
|
3. Select "Options" from the context menu that appears
|
|
|
|
Alternatively, you can access the options page directly using this URL:
|
|
|
|
[chrome-extension://ephlnjeghhogofkifjloamocljapahnl/options.html](chrome-extension://ephlnjeghhogofkifjloamocljapahnl/options.html)
|
|
|
|
<img src="https://codium.ai/images/pr_agent/chrome_ext_options.png" width="256">
|
|
|
|
|
|
### Configuration Options
|
|
|
|
<img src="https://codium.ai/images/pr_agent/chrome_ext_settings_page.png" width="512">
|
|
|
|
|
|
#### API Base Host
|
|
|
|
For single-tenant customers, you can configure the extension to communicate directly with your company's Qodo Merge server instance.
|
|
|
|
To set this up:
|
|
|
|
- Enter your organization's Qodo Merge API endpoint in the "API Base Host" field
|
|
- This endpoint should be provided by your Qodo DevOps Team
|
|
|
|
*Note: The extension does not send your code to the server, but only triggers your previously installed Qodo Merge application.*
|
|
|
|
#### Interface Options
|
|
|
|
You can customize the extension's interface by:
|
|
|
|
- Toggling the "Show Qodo Merge Toolbar" option
|
|
- When disabled, the toolbar will not appear in your Github comment bar
|
|
|
|
Remember to click "Save Settings" after making any changes.
|