chore(agents): inherit session model for judgment-tier subagents

Drop the pinned `model: sonnet` from the reasoning-heavy subagents so they
follow the session model instead of being forced down to Sonnet. Running an
Opus session now gets Opus subagents; deliberately dropping to a cheaper
session model is respected too.

Mechanical agents (browser-check, profiler, translator) keep their haiku pin
— that pin is a capability statement, not a stale default, and should hold
regardless of session model.
This commit is contained in:
Tommaso Casaburi
2026-07-25 15:07:01 +07:00
parent 8ac0d68bfd
commit bc819336c4
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -1,6 +1,5 @@
---
name: plan-implementer
model: sonnet
description: Implements assigned tasks from a plan. Receives specific tasks from the parent agent, implements them sequentially, verifies with a build check, and reports back. The parent agent handles parallelization by spawning multiple plan-implementer subagents with different task subsets.
---