mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-05 01:50:27 +08:00
refactor: remove hardcoded model specification in agent invocation
Changes: - Removed model="haiku" from @test-fix-agent parallel invocation - Use default model selection for flexibility - Updated comment to remove model reference Rationale: - Let system auto-select appropriate model - Avoid hardcoded configuration - Maintain flexibility for future model changes
This commit is contained in:
@@ -154,8 +154,8 @@ Stuck Detected (iteration 3+):
|
||||
# Orchestrator creates isolated worktrees
|
||||
git worktree add ../worktree-{a,b,c}
|
||||
|
||||
# Launch 3 @test-fix-agent instances in parallel (haiku for speed)
|
||||
Task(subagent_type="test-fix-agent", model="haiku", ...) x3
|
||||
# Launch 3 @test-fix-agent instances in parallel
|
||||
Task(subagent_type="test-fix-agent", ...) x3
|
||||
|
||||
# Collect results, select winner
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user