mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
fix(ci): remove Sonnet reference from prompt — model is Haiku [skip-regression-check]
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 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
294449065b
commit
b125832787
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user