mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
Previously, GPT-5 models had reasoning_effort hardcoded to 'minimal', which caused two issues: 1. 'minimal' is not supported by some models (e.g., gpt-5.1-codex) 2. User's config.reasoning_effort setting was completely ignored This fix: - Reads and respects user's reasoning_effort config value - Uses valid defaults: 'none' for non-thinking models, 'low' for thinking - Adds logging to show which value is being used Fixes #2120 |
||
|---|---|---|
| .. | ||
| 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 | ||