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:
- running on: Simulator — the iOS Simulator has no push at all. Nothing here can work there; run on a real iPhone.
- notifications: denied — iOS Settings → agentbuzz → Notifications → Allow. Turn on Time Sensitive too, or blocked-agent pings will not pierce a Focus mode.
- APNs token: not issued — check the network. On a device this almost always means the build is signed without the push entitlement.
- registered with relay: no — tap Register for notifications; the error underneath says why.
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.