Commit Graph

9 Commits

Author SHA1 Message Date
Gustavo Madeira Santana
ba54c5a351 refactor(subagents): share effective model selection resolver 2026-02-17 23:57:01 -05:00
Gustavo Madeira Santana
881b73dcd9 refactor(models): share model selection normalizer 2026-02-17 23:57:01 -05:00
Gustavo Madeira Santana
2475353fdc subagents: harden model patch regressions and tests 2026-02-17 23:57:01 -05:00
Gustavo Madeira Santana
e75638aa5f fix(subagents): enforce model patch consistency 2026-02-17 23:57:01 -05:00
Gustavo Madeira Santana
e8816c554f Agents: fix subagent completion delivery to origin channel 2026-02-17 22:36:14 -05:00
Peter Steinberger
e2dd827ca4 fix: guarantee manual subagent spawn sends completion message 2026-02-18 02:45:05 +01:00
Tyler Yust
b2acfd606a fix(subagent): update SUBAGENT_SPAWN_ACCEPTED_NOTE for clarity on auto-announcement behavior 2026-02-17 15:49:22 -08:00
Tyler Yust
2362aac3db chore: document sessions_spawn response note and subagent context prefix 2026-02-17 11:05:37 -08:00
Joshua Mitchell
5a3a448bc4 feat(commands): add /subagents spawn command
Add a `spawn` action to the /subagents command handler that invokes
spawnSubagentDirect() to deterministically launch a named subagent.

Usage: /subagents spawn <agentId> <task> [--model <model>] [--thinking <level>]

Also includes the shared subagent-spawn module extraction (same as the
refactor/extract-shared-subagent-spawn branch) since it hasn't merged yet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:54:14 +01:00