mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-05 21:30:40 +08:00
Add support claude extended thinking configurations
This commit is contained in:
@ -58,6 +58,10 @@ reasoning_effort = "medium" # "low", "medium", "high"
|
|||||||
enable_auto_approval=false # Set to true to enable auto-approval of PRs under certain conditions
|
enable_auto_approval=false # Set to true to enable auto-approval of PRs under certain conditions
|
||||||
auto_approve_for_low_review_effort=-1 # -1 to disable, [1-5] to set the threshold for auto-approval
|
auto_approve_for_low_review_effort=-1 # -1 to disable, [1-5] to set the threshold for auto-approval
|
||||||
auto_approve_for_no_suggestions=false # If true, the PR will be auto-approved if there are no suggestions
|
auto_approve_for_no_suggestions=false # If true, the PR will be auto-approved if there are no suggestions
|
||||||
|
# extended thinking
|
||||||
|
enable_claude_extended_thinking = false # Set to true to enable extended thinking feature
|
||||||
|
extended_thinking_budget_tokens = 32000
|
||||||
|
extended_thinking_max_output_tokens = 64000
|
||||||
|
|
||||||
|
|
||||||
[pr_reviewer] # /review #
|
[pr_reviewer] # /review #
|
||||||
|
Reference in New Issue
Block a user