Skip to content

v0.9.2

Choose a tag to compare

@lvndry lvndry released this 09 Feb 13:26

Bug Fixes

  • Fixed OOM / infinite loop on repeated wizard actions — Performing repeated wizard actions (e.g. delete agent → menu returns → delete agent) would eventually cause the app to run out of memory or appear to loop infinitely. The root cause was the UI tree unmounting and remounting on every wizard cycle, which accumulated Ink's internal static output buffer, leaked Yoga WASM layout nodes, and churned React fiber trees. The fix keeps the UI tree always mounted, using display='none' to hide it when the wizard is active.

Full Changelog: v0.9.1...v0.9.2