You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Live capture toast notifications now work for all capture modes. Previously, toasts only appeared for NotifyOnly (pending-action) and AutoOrganize with matching rules. FullCapture and AutoOrganize-without-rule-match produced no toast at all.
Added afo://file-change event emitted for every file change in any watched directory, with a change_type field indicating what happened.
Frontend listens for the new event and shows a contextual toast regardless of capture mode.