Notifications
Get alerted when your AI agents need attention.
AgentOS notifies you when sessions need input—so you can step away and come back at the right time.
Why Notifications Matter
AI coding agents often need approval or input:
- "Apply these changes? [Y/n]"
- "Continue with this approach?"
- "Enter your API key:"
Without notifications, you'd have to constantly check each session. With notifications, you can work on other things and respond when needed.
Enabling Notifications
- Click the bell icon in the header
- Your browser asks for notification permission
- Click Allow
That's it. You'll now receive alerts when any session enters "waiting" status.
What Triggers Notifications
AgentOS monitors terminal output for waiting patterns:
| Pattern | Example |
|---|---|
| Y/n prompts | Continue? [Y/n] |
| Approval requests | Do you want to apply these changes? |
| Input prompts | Enter your password: |
| Questions | Which file should I modify? |
The status detection runs continuously and triggers notifications within seconds of a prompt appearing.
Notification Types
Browser Notifications
Standard push notifications that appear in your system notification center:
- Work when AgentOS is in a background tab
- Work when browser is minimized
- Include session name and prompt preview
Sound Alerts
Optional audio feedback:
- Click the bell icon
- Enable Sound alerts
- A chime plays when sessions need attention
Useful when you're working nearby but not watching the screen.
Mobile Notifications
AgentOS is a PWA (Progressive Web App) that supports mobile notifications:
iOS
- Open AgentOS in Safari
- Tap Share → Add to Home Screen
- Open the app from your home screen
- Enable notifications when prompted
Note: iOS requires the PWA to be installed for notifications to work.
Android
- Open AgentOS in Chrome
- Tap the menu → Add to Home Screen
- Enable notifications when prompted
Android notifications work both in-browser and as an installed PWA.
Notification Behavior
When Active
If AgentOS is your active tab, you'll see the status change in real-time. Notifications still fire for background awareness.
When Backgrounded
Notifications appear in your system notification center. Click to jump directly to the waiting session.
Multiple Sessions
Each session triggers its own notification. If several sessions need attention, you'll receive multiple alerts.
Status Indicators
The UI shows session status with colored indicators:
| Status | Color | Meaning |
|---|---|---|
| Running | Green | Agent is working |
| Waiting | Yellow | Needs your input |
| Idle | Gray | No recent activity |
| Dead | Red | Session terminated |
Notifications fire when status changes to Waiting.
How Status Detection Works
AgentOS scans terminal output for patterns:
- Waiting patterns - Prompts like
[Y/n],Continue? - Busy indicators - Words like "thinking", spinners
- Activity analysis - Distinguishes bursts from sustained work
A 2-second cooldown prevents false alerts when agents pause briefly.
Troubleshooting
Notifications Not Appearing
-
Check browser permissions
- Click the lock icon in the address bar
- Ensure notifications are allowed
-
Check system settings
- macOS: System Settings → Notifications → Browser
- Windows: Settings → Notifications → Browser
- Ensure notifications aren't in Do Not Disturb mode
-
Reinstall PWA (mobile)
- Remove the app from home screen
- Add it again and re-enable notifications
Too Many Notifications
If you're getting too many alerts:
- Close sessions you're not actively using
- Kill idle sessions from the session menu
Delayed Notifications
Notifications should appear within 2-3 seconds of a prompt. If delayed:
- Check your internet connection
- Ensure the browser tab isn't throttled (keep it as a pinned tab)
Best Practices
Keep Sessions Focused
One task per session. This makes notifications more meaningful—you know exactly what needs attention.
Use Session Names
Rename sessions to describe their task. Notifications include the session name, so descriptive names help you prioritize.
Close Finished Sessions
Don't leave completed sessions running. They can produce false-positive waiting states.
Check Before Stepping Away
Glance at your sessions before leaving. If any show "waiting", handle them first or you'll get a notification immediately.
Notification-Friendly Workflow
- Start your AI agent on a task
- Enable notifications
- Switch to other work or step away
- Get notified when input needed
- Review and approve/respond
- Repeat
This async workflow lets you manage multiple agents efficiently without constant monitoring.