From fb0e777f53050aa56152cec342a6a819f8943bc1 Mon Sep 17 00:00:00 2001 From: Sake <263493777+itsmiso-ai@users.noreply.github.com> Date: Wed, 16 Sep 2026 21:11:31 -0600 Subject: [PATCH] chore: update native loop settings --- .github/workflows/ai-pr-review.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"