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
The Remote Machines settings tab no longer appears after a fresh login on
builds that ship without the remote-machines feature. Every login response
(password, 2FA, passkey, OAuth, account creation) now carries the same
feature flags as /auth/me, so the dashboard sees the correct feature
state immediately instead of only after a page reload.
Idle session cleanup works from the moment the server boots: sessions
with no recorded activity were mistakenly held open for the first
15 minutes after a host restart.