Skip to content

APIBypass v0.5.9

Choose a tag to compare

@panando panando released this 03 Jun 15:00
· 28 commits to main since this release

Bug Fix

  • SSE streaming lost events: Fixed SSEDecoder to yield events immediately upon receiving each data: line, rather than waiting for blank line separators. Some upstream providers (e.g., Fireworks) send SSE events without blank line boundaries, causing all events to be buffered until stream end and appear as non-streaming output in Claude Code terminal.