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
Mobile chat actions sheet - on phones, the chat header's action cluster (search, git changes, buildings, debug, clear/collapse context, clear subordinates, remove agent) now lives in a thumb-reachable bottom sheet opened by a new "Actions" button in the bottom nav, instead of being crammed into the top-right corner. The sheet slides up above the bottom nav, closes on Escape / Android-back / backdrop tap, and desktop keeps its inline header cluster unchanged.
Technical Details
FlatView ChatView adds an actionsSheetOpen bottom sheet registered on the modal stack (useModalStackRegistration); MobileBottomMenu shows an "Actions" button when a chat is open that toggles the sheet across React trees via a tide:toggle-chat-actions window event.
Android versionName/versionCode derive from package.json; APK built after the version bump and verified as versionName 1.156.0 / versionCode 1156000. 994 tests / 85 files passing.