Release Notes
Performance
- Incremental message render cache — the TUI now re-renders only the message(s) that actually changed during streaming, instead of rebuilding the entire transcript on every delta. Per-frame render cost drops from O(transcript size) to O(changed messages), so main-thread CPU during streaming stays flat regardless of how long the session runs. Completes the streaming-render perf work begun in 0.3.3: that release throttled rebuild frequency (~60fps → ~10fps); this one cuts the cost per rebuild. The full-transcript renderer is retained as a test oracle.
Install synaps 0.3.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/HaseebKhalid1507/SynapsCLI/releases/download/v0.3.4/synaps-installer.sh | sh
Download synaps 0.3.4