mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
* docs(subagents): rewrite page for clarity with examples and Mintlify components - Add Quick Start section with natural language usage examples - Add step-by-step How It Works using <Steps> component - Break configuration into focused subsections with code examples - Add proper parameters table for sessions_spawn tool - Document model resolution order (verified against codebase) - Add interactive /subagents command examples in <AccordionGroup> - Fix inaccurate tool deny list: document all 11 denied tools (was 4) - Use <Tip>, <Note>, <Warning>, <Accordion> components throughout - Add cross-agent spawning config example - Add full configuration example in collapsible accordion - Add See Also links to related pages - All information preserved or verified against codebase * docs(subagents): correct behavior and config defaults - Fix model/thinking defaults to match runtime behavior - Clarify model and thinking resolution order for sessions_spawn - Remove incorrect claim that announce runs in child session - Replace ANNOUNCE_SKIP note with NO_REPLY behavior - Align announce status wording with runtime outcomes * docs(subagents): clarify NO_REPLY vs ANNOUNCE_SKIP (#12761) (thanks @sebslight)