mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
49cdd54259
* feat(control-ui): move the Ask OpenClaw toggle to the sidebar footer The sidebar bottom now mirrors its top: big agent selector with inline chevron + small new-session square above, big account identity card with inline chevron + small lobster toggle below. The account chevron moves from the row's far right to directly after the name, matching the top header treatment; the freed edge hosts the toggle. The old top-left shell-chrome placement is removed along with its four-button width reservation (which read-scoped clients paid for without seeing the button). Scope gating, palette entry, and panel wiring are unchanged; gating regressions moved to the sidebar cases. * fix(control-ui): keep Ask OpenClaw reachable while the nav is collapsed Address the ClawSweeper P1: desktop collapse hides the sidebar entirely (display:none, no rail), which would have removed the toggle's only persistent surface. The lobster now joins the chrome strip exactly while the nav is collapsed — the footer stays its home — and the strip's collapsed width reserves four controls for that state. Regression covers collapsed-present/expanded-absent/read-scope-absent.