September 19, 2026
pzzacode 0.2.56
What changed in 0.2.56
- Fixed runaway CPU use in large and fullscreen terminals: the background scan behind terminal notifications used to re-read up to 80 buffer rows with heavyweight matching on every single parsed write, which pinned a core while an agent streamed output. That speculative refresh now runs at most once a second, while bells and screen clears still capture on demand, so notifications stay exactly as fresh as before.