Skip to content

v3.3.26

Latest

Choose a tag to compare

@pyrate-llama pyrate-llama released this 30 Jun 09:54
5a78cf4

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

Full Changelog: v3.3.25...v3.3.26