fix: thinking card no longer mirrors main response — v0.50.154 (closes #852)

Remove early return in _streamDisplay() bypassing think-block stripping when reasoningText populated.
This commit is contained in:
nesquena-hermes
2026-04-22 13:21:42 -07:00
committed by GitHub
parent 201235d807
commit 558b1730a6
3 changed files with 67 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Hermes Web UI -- Changelog
## [v0.50.154] — 2026-04-22
### Fixed
- **Thinking card no longer mirrors main response** — removed early return in `_streamDisplay()` that bypassed think-block stripping when `reasoningText` was populated. (`static/messages.js`) (closes #852)
## [v0.50.153] — 2026-04-22
### Fixed