Hermes UI v3.3.26
Reasoning Notes memory safety
- Cumulative reasoning snapshots are normalized into deltas before they reach the visible Reasoning Notes panel.
- Long live reasoning output is capped to the latest notes for display and storage, preventing unbounded browser RAM growth.
- Live reasoning notes no longer force full conversation mirror writes on every reasoning event; final stream sync still preserves the completed turn.
- Added regression coverage for cumulative reasoning snapshots so repeated full copies are not appended.
Follow-up tracking
- The requested individual message-delete feature is tracked separately in #30.
What's Changed
- Fix Reasoning Notes memory growth by @pyrate-llama in #31
Full Changelog: v3.3.25...v3.3.26