@carlosgtrz/pi-terminal-bell
v0.1.0
Published
Pi extension that rings the terminal bell when an agent run finishes after a configurable timeout.
Maintainers
Readme
@carlosgtrz/pi-terminal-bell
Pi extension that rings the terminal bell when an agent run finishes after a configurable timeout.
By default, it rings only when the agent ran for at least 5 seconds. Use -1 to disable it.
Install
pi install npm:@carlosgtrz/pi-terminal-bellTry without installing permanently:
pi -e npm:@carlosgtrz/pi-terminal-bellFor one-off testing from this repo:
pi -e ./packages/terminal-bellUsage
Default behavior: ring after runs that take 5 seconds or longer.
piChange the timeout:
pi --terminal-bell-timeout 10Ring for every completed agent run:
pi --terminal-bell-timeout 0Disable the bell:
pi --terminal-bell-timeout -1The extension writes the ASCII BEL character to stderr, so it does not interfere with normal stdout output.
License
MIT
