Skip to content

v1.1.0 - Stability, corrections, and visual feedback

Latest

Choose a tag to compare

@a692570 a692570 released this 16 Mar 23:53
· 50 commits to main since this release

What's new since initial release

New features

  • Recording overlay shows "Speak" indicator while dictating
  • Correction system: double-tap Right Option within 3s to redo last transcript, auto-learns corrections
  • Click menubar icon to copy last transcript
  • Session history (last 10 transcripts) in menubar

Reliability improvements

  • Heartbeat monitoring auto-restarts event tap if the thread dies
  • CGEventTap watchdog re-enables tap if macOS disables it
  • Auto-restart loop recovers from crashes
  • Mic initialization retries up to 3 times on failure
  • Pipeline timeout plays error sound if STT takes >8s

Quality improvements

  • Switched to Nova-3 as primary STT (faster, more accurate)
  • LLM cleanup fixes brand names: Telnyx, Wispr Flow, Bolo
  • LLM prompt no longer answers dictated questions

Installation

git clone https://github.com/a692570/bolo.git
cd bolo
git checkout v1.1.0
./install.sh

Requires a free Telnyx API key from telnyx.com.