We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3d647 commit 727a8cfCopy full SHA for 727a8cf
1 file changed
src/agents/subagent-registry.ts
@@ -1097,15 +1097,6 @@ function ensureListener() {
1097
const livenessState =
1098
typeof evt.data?.livenessState === "string" ? evt.data.livenessState : undefined;
1099
const stopReason = typeof evt.data?.stopReason === "string" ? evt.data.stopReason : undefined;
1100
- if (phase === "error") {
1101
- schedulePendingLifecycleError({
1102
- runId: evt.runId,
1103
- endedAt,
1104
- startedAt,
1105
- error,
1106
- });
1107
- return;
1108
- }
1109
// sessions_yield ends the turn by aborting the run signal, so a yielded
1110
// terminal can also look aborted. An explicit yield is authoritative — pause,
1111
// don't kill — else the tracking task settles `cancelled` with a false notice (#92448).
0 commit comments