diff --git a/internal/cloud/workbench-turn-projection.ts b/internal/cloud/workbench-turn-projection.ts index 08b3dcee..67b1ac66 100644 --- a/internal/cloud/workbench-turn-projection.ts +++ b/internal/cloud/workbench-turn-projection.ts @@ -251,7 +251,7 @@ function terminalTraceEventEvidence(events = []) { const event = events[index]; if (!event || typeof event !== "object") continue; if (retryableProviderInterruptionEvidence(event)) continue; - const terminal = event.terminal === true || event.final === true || event.replyAuthority === true; + const terminal = event.terminal === true; if (!terminal) continue; const status = terminalStatusFromValue(event.status ?? event.terminalStatus) ?? (event.error || event.errorCode ? "failed" : "completed"); return {