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
Working agents lead the dock - the agent activity dock and the pinned agents row now list the agents working right now first, followed by the recently-active ones (previously recent led). The lane divider moves accordingly in both places, so it still marks the boundary between the two groups.
Technical Details
buildDockRoster lays out the working lane before the recent lane; lane membership still follows recency and slot ordering is unchanged. Divider logic flipped in AgentActivityDock.tsx and PinnedAgentsBar.tsx; dockRoster tests updated.
Android versionName/versionCode derive from package.json; APK built after the version bump and verified as versionName 1.164.1 / versionCode 1164001. 1058 tests / 87 files passing.