feat: add optional model override for spawn subagents #1
Reference in New Issue
Block a user
Delete Branch "feature/spawn-model-override"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Threads an optional
modelparameter throughSpawnTool→SubagentManager.spawn()→_run_subagent()→provider.chat(). Falls back toself.modelwhen not specified.Usage:
spawn(task="...", model="claude-sonnet-4-20250514")6 lines added, 2 lines changed, 2 files touched. No monkey-patching, no method duplication.
Clean implementation. 6 lines, no duplication, no monkey-patching. Approved.
f5efa8586bto2b7916130a