diff --git a/.github/workflows/ai-pr-review.yaml b/.github/workflows/ai-pr-review.yaml index 6942ac6..0791cfc 100644 --- a/.github/workflows/ai-pr-review.yaml +++ b/.github/workflows/ai-pr-review.yaml @@ -63,12 +63,12 @@ jobs: ci_status_check: "true" ci_timeout_sec: "600" tool_mode: native_loop - tool_max_rounds: "2" - tool_max_requests: "4" - tool_loop_wall_clock_sec: "300" - tool_planning_timeout_sec: "300" - tool_planning_max_context_bytes: "15000" - tool_planning_max_tokens: "16000" + tool_max_rounds: "4" + tool_max_requests: "8" + tool_loop_wall_clock_sec: "600" + tool_turn_timeout_sec: "300" + tool_corpus_max_bytes: "50000" + tool_max_tokens_per_turn: "16000" tool_max_response_bytes: "12000" tool_allowed_gh_api_repos: "*" tool_request_timeout_sec: "15"