Silence Narrator Immediately
Stop all current and queued speech output immediately.
Steps
Run the following commands to kill all speech processes and clean up:
# Kill the speak daemon if running
if [ -f ~/.claude-code-narrator/daemon.pid ]; then
kill $(cat ~/.claude-code-narrator/daemon.pid) 2>/dev/null || true
rm -f ~/.claude-code-narrator/daemon.pid
fi
# Kill any running kokoro-speak.py processes
pkill -f kokoro-speak.py 2>/dev/null || true
# Remove the FIFO to clear
[Description truncada. Veja o README completo no GitHub.]