Bug Fix
- Fix Claude Code cycling on reattach (#8): When reattaching to a session running an alt-screen app (e.g. Claude Code with
--continue/--resume), tsm no longer sendsCtrl+Lwhich was triggering an expensive full re-render. Alt-screen apps redraw correctly fromSIGWINCHalone. - Reduce output pipeline latency: PTY output is now broadcast to clients before VT state processing, reducing per-chunk latency during large output bursts.
Full Changelog: v0.6.4...v0.6.5