Add Windows native notifications for chat sessions

- Add tauri-plugin-notification for native Windows notifications
- Send notification when new chat session is started
- Configure notification permissions in capabilities

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
esdrasrenan 2025-12-07 03:13:41 -03:00
parent f45ee91804
commit b194d77d57
5 changed files with 97 additions and 2 deletions

View file

@ -13,6 +13,10 @@
"store:allow-save",
"store:allow-delete",
"updater:default",
"process:default"
"process:default",
"notification:default",
"notification:allow-notify",
"notification:allow-request-permission",
"notification:allow-is-permission-granted"
]
}