You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Delivery/announce happens after completion and is best-effort; `status: "ok"` confirms the agent run finished, not that the announce was delivered.
489
489
-`sessions_spawn` supports `runtime: "subagent" | "acp"` (`subagent` default). For ACP runtime behavior, see [ACP Agents](/tools/acp-agents).
490
490
- For ACP runtime, `streamTo: "parent"` routes initial-run progress summaries back to the requester session as system events instead of direct child delivery.
491
+
- For subagent runtime, `streamTo` is ignored for compatibility and has no effect.
491
492
-`sessions_spawn` starts a sub-agent run and posts an announce reply back to the requester chat.
492
493
- Supports one-shot mode (`mode: "run"`) and persistent thread-bound mode (`mode: "session"` with `thread: true`).
493
494
- If `thread: true` and `mode` is omitted, mode defaults to `session`.
0 commit comments