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({