Threads an optional model parameter through SpawnTool → SubagentManager.spawn() → _run_subagent() → provider.chat(). Falls back to self.model when not specified.
6 lines added, 2 lines changed, 2 files touched. No monkey-patching, no method duplication.
Threads an optional `model` parameter through `SpawnTool` → `SubagentManager.spawn()` → `_run_subagent()` → `provider.chat()`. Falls back to `self.model` when 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.
Threads an optional 'model' parameter through SpawnTool → SubagentManager.spawn() → _run_subagent() → provider.chat(). Falls back to self.model when not specified.
Usage: spawn(task='...', model='claude-sonnet-4-20250514')
code-server
approved these changes 2026-02-14 02:54:10 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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