fix(subagent): preserve follow-up provenance

This commit is contained in:
Dudu-0223
2026-08-02 04:34:16 +08:00
committed by imccyu
parent 1ab3cbf673
commit 189502e4ac
20 files changed
+202 -87

No files matched your search

+1
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',
+5
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",