permissions hook helper
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove notification sound

+1 -1
+1 -1
chook.mjs
··· 261 261 "sh", 262 262 [ 263 263 "-c", 264 - `sleep ${NOTIFY_DELAY_SECS} && osascript -e 'display notification "${msg}" with title "chook: ${toolName} needs approval" sound name "Ping"'`, 264 + `sleep ${NOTIFY_DELAY_SECS} && osascript -e 'display notification "${msg}" with title "chook: ${toolName} needs approval"'`, 265 265 ], 266 266 { detached: true, stdio: "ignore" }, 267 267 );