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> |
||
|---|---|---|
| .. | ||
| ai_handlers | ||
| __init__.py | ||
| cli_args.py | ||
| file_filter.py | ||
| git_patch_processing.py | ||
| language_handler.py | ||
| pr_processing.py | ||
| token_handler.py | ||
| types.py | ||
| utils.py | ||