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
Deleting the selected conversation now works: deleting the top (selected) chat in the sidebar did nothing — the confirmation appeared but the chat stayed. The selection change and the row removal were happening in the same SwiftUI update, which coalesced into one diff that re-anchored the selection and dropped the deletion. Selection is now cleared before the row is removed and re-applied as a separate update.
Deleting the last provider no longer reappears: removing the final provider and relaunching used to re-create a default one. A persisted empty providers list is now respected; defaults are only seeded on a genuine first run.