v0.1.3 — on-screen listening indicator
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 byinstall.sh. The idempotent patcher only wires fourmain.pyhooks. 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.