mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
7268ccdf4d
Streaming chunks now accumulate in a pending buffer and flush on a 16ms tick (~60fps) instead of triggering a full markdown re-render on every chunk. Between flushes, View() returns a cached string — no markdown parsing, no lipgloss styling, no terminal escape sequence churn. This is especially impactful for inline rendering (no alt screen) where each frame requires cursor repositioning across the full view height.