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 |
||
|---|---|---|
| .. | ||
| base_ai_handler.py | ||
| langchain_ai_handler.py | ||
| litellm_ai_handler.py | ||
| litellm_helpers.py | ||
| openai_ai_handler.py | ||