Context mode. "isolated" (default) only sees the delegated task.
"fork" inherits the parent's conversation history and mirrors the
parent's prompt-producing middleware (skills, memory, custom middleware)
so it rebuilds an equivalent system prompt — the tradeoff is cache
misses if this subagent's own model differs from the parent's. Cannot
declare skills under mode: "fork"; the parent's skills are inherited
instead.
mode: "isolated" | "fork"