Roo-Code/packages/types
Roo Code e043387fb4 feat: add push notifications for approval requests
- Add NotificationType enum and NotificationEvent interface
- Implement CloudAPI.notifyEvent() for backend communication
- Add CloudService.sendNotification() with user preference validation
- Integrate notifications in Task.ask() for tool/command/browser/MCP approvals
- Add notifications in askFollowupQuestionTool for follow-up questions
- Add notifications in attemptCompletionTool for task completion
- Add user settings configuration for enabling/disabling notification types
- Ensure non-blocking notifications that don't interrupt main functionality

Addresses #8721
2025-10-18 17:16:07 +00:00
..
npm Identify cloud tasks in the extension bridge (#8539) 2025-10-08 20:54:08 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add push notifications for approval requests 2025-10-18 17:16:07 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00