From b125832787b23a5d57eacdda7df095f6357491cb Mon Sep 17 00:00:00 2001 From: Henry Park Date: Mon, 9 Mar 2026 16:15:28 -0700 Subject: [PATCH] =?UTF-8?q?fix(ci):=20remove=20Sonnet=20reference=20from?= =?UTF-8?q?=20prompt=20=E2=80=94=20model=20is=20Haiku=20[skip-regression-c?= =?UTF-8?q?heck]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The orchestrator model is Haiku but the prompt said "Launch 4 parallel Sonnet agents". Haiku can't spawn Sonnet subagents. Changed to just "4 parallel agents" so it matches the configured model. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/claude-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5a29ec39..86d1bb2f 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -37,7 +37,7 @@ jobs: 2. Use a Haiku agent to summarize the PR change (use `gh pr diff`). - 3. Launch 4 parallel Sonnet agents to review the change. Each agent should + 3. Launch 4 parallel agents to review the change independently. Each agent should read the PR diff with `gh pr diff` and the full source files for changed code, then return a list of issues found: