You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Toggle peon-ping sound notifications on/off. Use when user wants to mute, unmute, pause, or resume peon sounds during a Claude Code session.
4
+
user_invocable: true
5
+
---
6
+
7
+
# peon-ping-toggle
8
+
9
+
Toggle peon-ping sounds on or off.
10
+
11
+
Run the following command using the Bash tool:
12
+
13
+
```bash
14
+
bash ~/.claude/hooks/peon-ping/peon.sh --toggle
15
+
```
16
+
17
+
Report the output to the user. The command will print either:
18
+
-`peon-ping: sounds paused` — sounds are now muted
19
+
-`peon-ping: sounds resumed` — sounds are now active
0 commit comments