Problem Statement
When Agnes Code runs an agent task that requires user approval (e.g., file writes, command execution, npm install), the app displays an inline permission dialog. However, if the user is not actively looking at the Agnes Code window, they will miss this approval request entirely.
Currently:
- ✅ Desktop notification is sent when an agent task completes
- ❌ Desktop notification is NOT sent when the agent is waiting for user approval on a permission request
This causes confusion: the user may switch away from the app, think the agent is still working, and miss critical permission prompts.
Problem Statement
When Agnes Code runs an agent task that requires user approval (e.g., file writes, command execution, npm install), the app displays an inline permission dialog. However, if the user is not actively looking at the Agnes Code window, they will miss this approval request entirely.
Currently:
This causes confusion: the user may switch away from the app, think the agent is still working, and miss critical permission prompts.