fix(subagent): preserve published run failures

This commit is contained in:
Dudu-0223
2026-07-31 14:02:03 +08:00
committed by Tianyi Cui
parent 8b0a7a5d8d
commit a977ef30ee
57 changed files with 444 additions and 208 deletions

View File

@@ -89,7 +89,7 @@ class ChildRpcBridge implements ChildPort {
return new RpcChildHandle(this.post, callId, entry, childId)
}
/** The host established a ready child; releases the `startAgent` await. */
/** The host established a published child; releases the `startAgent` await. */
onChildStarted(callId: number, childId: string): void {
this.pending.get(callId)?.started.resolve(childId)
}