mirror of
https://github.com/usestrix/strix.git
synced 2026-08-23 11:22:37 +02:00
- Increased UI update interval from 350ms to 500ms - Reduced dot animation frequency from 60ms to 250ms - Reduced splash animation frequency from 50ms to 100ms - Added content hash cache for rendered agent messages to avoid re-parsing markdown and re-running Pygments on every tick - Added guard to prevent redundant scroll_end callbacks from queuing during rapid updates Closes #581