Skip to content

v1.156.0

Choose a tag to compare

@deivid11 deivid11 released this 12 Jul 18:26

What's New

Added

  • 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.