From f48b157a8f4e7927342d934f39723bf78fb29315 Mon Sep 17 00:00:00 2001 From: nesquena-hermes Date: Fri, 24 Apr 2026 11:04:42 -0700 Subject: [PATCH] chore: v0.50.194 CHANGELOG (#960) Co-authored-by: nesquena-hermes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43842fd7..c9ad974b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ ### Fixed - **Reasoning chip now appears after the model chip** in the composer toolbar — model is a more fundamental choice and should be stable in position regardless of whether reasoning is active. Order: Profile → Workspace → Model → Reasoning. (`static/index.html`) +## v0.50.194 — 2026-04-24 + +### Fixed +- **Prevent dropped characters in incremental streaming-markdown path** — detects parser/text prefix desync in `_smdWrite()` (which can occur after stream sanitization strips content mid-stream) and rebuilds the parser from the full current display text rather than continuing to slice from a stale offset. Adds `_smdWrittenText` tracking variable for accurate prefix-alignment checks. (`static/messages.js`) By @bsgdigital. [#960] + ## v0.50.193 — 2026-04-24 ### Fixed