mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 17:11:42 -06:00
5d6f21122c
* fix(ui): unify memory and plugin config mutation ownership * test(ui): prove committed memory refresh failures in Chromium * fix(ui): preserve concurrent memory mutation outcomes * test(ui): prove model setup reloads after reconnect * test(ui): await mocked reconnect handshake before restoring model * fix(ui): own model setup connection generations * test(ui): use valid setup gateway hello fixtures * test(ui): synchronize memory mutation owner regressions * fix(ui): bind memory restart notices to executing gateway process * fix(ui): scope setup and memory state to gateway connections * fix(ui): prevent stale memory restart notice ownership * fix(ui): separate gateway refresh warnings from restart notices * test(ui): await current memory catalog before reconnect actions * fix(ui): clear shared memory refresh warnings after authoritative updates * test(ui): click the visible memory add-on switch host * test(ui): assert canonical gateway refresh error text * test(ui): align gateway fixtures and dead-code ownership --------- Co-authored-by: Peter Steinberger <steipete@macos.shared>