Skip to content

0.3.4 — 2026-06-14

Choose a tag to compare

@github-actions github-actions released this 14 Jun 20:27

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

File Platform Checksum
synaps-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
synaps-x86_64-apple-darwin.tar.xz Intel macOS checksum
synaps-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
synaps-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum