fix mobile browser compatibility for SSE streaming
for await...of on res.body isn't supported in Safari/mobile browsers.
reverted to getReader() approach which has broader support.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>