Stream server-sent events as they arrive
Generated CLIs now detect text/event-stream responses and print each event to stdout as it arrives, even when the OpenAPI spec doesn’t mark the endpoint as streaming. Previously these responses were treated as binary downloads, which could error or hang. Pass --no-stream to buffer the response instead.