Skip to content

v0.1.3 — on-screen listening indicator

Choose a tag to compare

@AlexFlanker AlexFlanker released this 01 Jun 00:43
· 3 commits to main since this release

A small, native on-screen indicator so you can see your dictation state at a glance.

Added

  • 🟢 Listening indicator — a bottom-center, click-through overlay that floats over any app:
    • a breathing ring while recording,
    • a spinner while transcribing,
    • a green expand-and-fade burst when your text is pasted.
      Fully transparent (no panel chrome) with a soft glow, so it blends into whatever's behind it.
  • Toggle with SHOW_INDICATOR (default on); also settable from the MCP server.

How it ships

  • The UI component (src/ui/listening_indicator.py) is kit-owned (MIT) and copied into your
    checkout by install.sh. The idempotent patcher only wires four main.py hooks. No upstream
    code is redistributed.
  • Verified: the patcher applies to the pinned upstream commit byte-identical to a known-good
    install (19 edits + 1 shipped file) and is idempotent.

macOS only. Not affiliated with or endorsed by upstream. See CREDITS.md.