[1.2.8] - 2026-08-06
Added
- Added leaf-worker guardrails for sub-agents and teammates so they cannot spawn nested agents.
Changed
- Updated sub-agent tool inheritance and prompts to retain the parent's tools except
Task, with clearer delegation guidance.
Fixed
- Prevented recursive sub-agent creation by removing the
Taskdelegation tool from resolved sub-agent tool sets.