fix(subagent): preserve ordinary start requests

This commit is contained in:
Dudu-0223
2026-08-02 04:34:17 +08:00
committed by imccyu
parent f14121a4c2
commit 264bc41a13
7 files changed
+15 -23

No files matched your search

+1 -1
View File
@@ -94,7 +94,7 @@ interface SubagentStartRequest {
`signal` is the single cancellation channel before and after readiness. The [subagent composition-controls Agent Note](../../.agents/notes/implemented/feature/2026-07-12-subagent-persona-tool-filter-and-depth.md) owns the persona, live global-tool filter, absolute-depth, and visibility-not-authority rationale.
Providers receive a separate resolved shape. Raw `SubagentService.start()` clears continuation state, while `startContinuable()` alone supplies the service-allocated identity and descriptor.
Providers receive a separate resolved shape. The `SubagentService.start()` parameter type excludes continuation state, while `startContinuable()` alone supplies the service-allocated identity and descriptor.
```ts type-equiv
/**