Skip to content

v0.9.4

Choose a tag to compare

@Arthur-Ficial Arthur-Ficial released this 08 Apr 09:37

mac-narrator: --say and --threshold

demo/mac-narrator --say                    # speak narration aloud
demo/mac-narrator --watch --threshold 30   # only narrate when interesting
demo/mac-narrator --watch --say -t 50      # speak only the dramatic moments

--say uses macOS text-to-speech. --threshold N computes an interest score (0-100) from CPU, memory pressure, battery, disk, and load average -- only narrates when the score exceeds N. Quiet systems stay quiet.

Docs

  • --mcp-timeout documented across all MCP docs
  • Integrations section in README linking to docs/integrations.md
  • Version badge auto-update rule added to CLAUDE.md

Update

brew upgrade apfel