fix(subagent): preserve published run failures

This commit is contained in:
Dudu-0223
2026-08-02 12:51:09 +08:00
committed by Tianyi Cui
parent 8b0a7a5d8d
commit a977ef30ee
57 files changed
+444 -208

No files matched your search

@@ -35,7 +35,7 @@ const ESCAPE = "globalThis.constructor.constructor('return process')()"
/** One controllable child run: the test (or auto mode) settles it. */
interface ControlledRun {
request: SubagentStartRequest
/** Fulfill the provider's async start with a ready child. */
/** Fulfill the provider's async start with a published child. */
publish(): void
/** Reject the provider's async start before ownership transfer. */
rejectStart(error: unknown): void