Reverts #189 due to reported bugs. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -72,9 +72,7 @@ export function streamRunEvents(
|
||||
onDone()
|
||||
}
|
||||
} catch {
|
||||
// Some SSE adapters may deliver raw text frames. Treat them as
|
||||
// assistant deltas so they render instead of being silently ignored.
|
||||
onEvent({ event: 'message.delta', delta: e.data })
|
||||
onEvent({ event: 'message', delta: e.data })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user