agent-ecosystem/src
matt 0cd75a4f1a feat: enhance notification handling with scoped actions
- Updated `markAllNotificationsRead` and `clearNotifications` functions to support optional filtering by trigger name, allowing for more granular control over notification management.
- Adjusted the `NotificationsView` component to reflect the new scoped functionality, including updates to button labels and unread count displays based on active filters.
- Added tests to verify the behavior of scoped actions for marking notifications as read and clearing notifications.
2026-02-20 12:46:40 +09:00
..
main feat(sessions): add API endpoints for hiding and unhiding sessions 2026-02-16 23:33:56 +09:00
preload feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
renderer feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
shared feat(sessions): implement session hiding and un-hiding functionality 2026-02-16 21:22:42 +09:00
CLAUDE.md Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00