fix(subagent): preserve follow-up provenance

This commit is contained in:
Dudu-0223
2026-07-24 13:18:35 +08:00
committed by imccyu
parent 1ab3cbf673
commit 189502e4ac
20 changed files with 202 additions and 87 deletions

View File

@@ -162,6 +162,7 @@ export const LINK_MAP: Readonly<Record<string, string>> = {
SpillRef: 'spill.md',
ContinuableStart: 'subagent.md',
ContinuableStartSpec: 'subagent.md',
CoordinatorMessageSource: 'subagent.md',
SendMessageResult: 'subagent.md',
SubagentProvider: 'subagent.md',
SubagentResumeRequest: 'subagent.md',

View File

@@ -1099,6 +1099,11 @@
"symbol": "SubagentContinuation",
"source": "packages/subagent/subagent/src/types.ts"
},
{
"doc": "docs/core-data-structures/subagent.md",
"symbol": "CoordinatorMessageSource",
"source": "packages/subagent/subagent-control/src/index.ts"
},
{
"doc": "docs/core-data-structures/subagent.md",
"symbol": "SubagentResumeRequest",