From e633f43c53ffc12efda242df464cae9d768fe94b Mon Sep 17 00:00:00 2001 From: Ayaan Zaidi Date: Sun, 26 Apr 2026 11:43:26 +0530 Subject: [PATCH] fix: strip antml thinking tags in streaming (#69288) (thanks @xialonglee) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea92a96d9ef..1fdd0b00c0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -369,6 +369,7 @@ Docs: https://docs.openclaw.ai - CLI backends: compact OpenClaw transcripts after over-budget CLI turns and reseed fresh CLI sessions from the compacted transcript instead of stale external resume state. Fixes #68329. (#71916) Thanks @obviyus. - Telegram: keep default tool progress messages visible when answer preview streaming is disabled. (#71825) Thanks @VACInc. - Configure/models: clear deselected model fallbacks when updating the model picker allowlist, including provider-scoped setup flows. (#71596) Thanks @rubencu. +- Agents/streaming: strip namespaced `` reasoning tags from streamed assistant replies before user-visible text is emitted. (#69288) Thanks @xialonglee. ## 2026.4.24