mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-11 18:35:18 +00:00
* Add support for SSL related interactions: 1. Inject SSL related env variables to git clone 2. Force LiteLLM to use aiohttp which honors SSL env. variables, this is done by setting configuration toml as follows: [litellm] disable_aiohttp = true * Update pr_agent/git_providers/git_provider.py Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> * Guard get_git_ssl_env invocation with try-catch --------- Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| agent | ||
| algo | ||
| git_providers | ||
| identity_providers | ||
| log | ||
| secret_providers | ||
| servers | ||
| settings | ||
| tools | ||
| __init__.py | ||
| cli.py | ||
| cli_pip.py | ||
| config_loader.py | ||