- Add per-event-type deduplication using Set to track recent notification hashes - Remove auto browser-open behavior from dashboard command - Add recentWindowMs configuration option for deduplication window timing - Update notifier tests for new deduplication logic and error handling - Add changeset for ntfy duplicate notifications fix - Remove stale changeset for auto browser-open feature
388 B
388 B
@dustinbyrne/kb
| @dustinbyrne/kb |
|---|
| patch |
Fix ntfy duplicate notifications causing rate limiting
- Removed redundant "done" notification from
handleTaskMoved - Added per-event-type deduplication to ensure only one notification per (task, event-type) pair
- Notifications now correctly sent for: in-review, merged, failed events
- Eliminated double notifications when tasks are merged to main