← agentbuzz

support

Last updated 2026-09-09

Nothing arrives on my phone

Open the app → Settings. It shows the delivery chain step by step, with a red dot on whichever step failed. Work down the list:

It has been quiet for an hour

That is probably correct behaviour. Turns shorter than your threshold (90 seconds by default) stay silent on purpose. Check what it has actually been doing:

npx agentbuzz status

If it shows runs seen but nothing sent, your threshold is too high for how you work. Lower it:

npx agentbuzz config --threshold 45

If it shows no events at all, the hooks are not firing — did you restart Claude Code? Hooks are read once at session start.

I want it gone

npx agentbuzz uninstall

Removes only our hooks and leaves every other tool's alone, with a backup of your settings beside the original. Delete ~/.config/agentbuzz/ to remove the config and history too.

Contact

Bugs and feature requests: open an issue on GitHub. For anything account- or privacy-related, including deleting your data, get in touch and it will be handled within a few days.

See also privacy and terms.