Skip to content

v0.2.0

Choose a tag to compare

@ofriw ofriw released this 21 May 10:44
· 31 commits to main since this release

v0.2.0 - 2026-05-21

Added

  • Microtask event batching — rapid child session events are coalesced into a single parent invalidate per microtask boundary, preventing UI jank during bursty tool execution.
  • Epoch-based invalidation — the spawn renderer uses epoch counters rather than pointer comparison to detect stale sessions, making ownership checks reliable across session resets.