Notifications
How FlareCode tells you a PR is ready or a task failed.
The whole point of async agents is that you don't have to watch them. FlareCode pings you when something needs your attention — so you can review from wherever you are.
Channels
- Email — on by default. You get a message when a PR is ready and when a task fails (with a sanitized log). Transactional only; we don't send marketing to it.
- GitHub mobile — because the agent opens a real Pull Request, GitHub's own notifications (web and mobile app) work out of the box. Approve and merge from your phone.
- Slack — connect a workspace with one click ("Add to Slack") to get PR-ready and failure notifications in a channel.
What you're notified about
| Event | Slack | GitHub | |
|---|---|---|---|
| PR ready for review | yes | yes | yes (PR opened) |
| Task failed | yes (with log) | yes | — |
| CI status on the PR | — | — | yes |
Configure
Set your preferences under Settings → Notifications: choose channels and mute non-critical messages.
Failure logs are run through the same sanitizer as everything else — secrets are scrubbed before a log ever leaves our systems. See Data and retention.