mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 20:51:43 +00:00
* feat(ui): add session context menu to sessions page rows Extract the sidebar session menu into a shared <openclaw-session-menu> component and open it from a kebab button or row right-click on the Sessions page, replacing the per-row unread/fork/pin/archive/workboard icon buttons. Adds Open chat, Rename, Move to group, and per-row Delete to the page; guards (main/global/active-run) now flow through canArchiveSessionRow on both surfaces. * fix(ui): retarget gateway session after deleting the current session from the sessions page Deleting the currently selected session via the new row menu (or the bulk bar) left gateway.snapshot.sessionKey pointing at the deleted key; fall back to the agent main session, mirroring the archive path and the sidebar delete path.