v1.4.473
danielmiessler/Fabricv1.4.473Aug 29, 2026by github-actions[bot]
AI Summary
This release fixes a bug in the chat streaming feature where multi-byte UTF-8 characters were being split incorrectly across Server-Sent Events (SSE) chunks, ensuring text displays correctly.
Key Highlights
- Fixed multi-byte UTF-8 character preservation in streaming responses
- Implemented persistent streaming state for decoding API chunks
- Reused streaming decoders for inspecting chat backend events
Full Release Notes
## Changes ### PR [#2203](https://github.com/danielmiessler/Fabric/pull/2203) by [pacocartones](https://github.com/pacocartones) and [ksylvan](https://github.com/ksylvan): fix(web): preserve multi-byte UTF-8 split across SSE chunks in chat stream - Fix: preserve split UTF-8 characters in streaming responses - Decode API response chunks with persistent streaming state - Reuse streaming decoder when inspecting chat backend events