From 9af6a603c0bfc0e6187d8d15d3542b82a1e949fd Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Thu, 5 Feb 2026 02:16:17 -0600 Subject: [PATCH] Remove outdated LLM feedback synopsis notification trigger The LLM analysis feedback synopsis feature was previously removed, but the documentation about it remained in both the UI and docs. --- docs/configuration.md | 1 - src/renderer/components/NotificationsPanel.tsx | 4 ---- 2 files changed, 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 78f6a6f4..2a92f2ee 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -112,7 +112,6 @@ In-app toast notifications appear in the corner when events occur. Configure how Notifications are sent when: - An AI task completes (OS notification + optional custom notification) - A long-running command finishes (OS notification) -- The LLM analysis generates a feedback synopsis (custom notification only, if configured) ## Sleep Prevention diff --git a/src/renderer/components/NotificationsPanel.tsx b/src/renderer/components/NotificationsPanel.tsx index 7731d4ed..ae85beff 100644 --- a/src/renderer/components/NotificationsPanel.tsx +++ b/src/renderer/components/NotificationsPanel.tsx @@ -306,10 +306,6 @@ export function NotificationsPanel({