From de963535547748926e149628577ef26c0bc8968d Mon Sep 17 00:00:00 2001 From: Bendt Date: Sun, 28 Dec 2025 10:57:44 -0500 Subject: [PATCH] docs: Add future enhancements to notification compression Add potential improvements: - LLM-based summarization - Learning from user feedback - Custom notification types - Bulk actions on notifications - Notification grouping and statistics --- PROJECT_PLAN.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PROJECT_PLAN.md b/PROJECT_PLAN.md index dc2721f..5aa41d6 100644 --- a/PROJECT_PLAN.md +++ b/PROJECT_PLAN.md @@ -585,6 +585,9 @@ class IPCClient: - Learn notification patterns from user feedback - Custom notification type definitions - Action-based email filtering (e.g., "archive all Renovate emails") +- Bulk actions on notification emails (archive all, mark all read) +- Notification grouping in envelope list +- Statistics on notification emails (counts by type, frequency) ---