mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-23 13:48:08 +00:00
* fix: scope assistant avatar override to agent ID The local assistant avatar override was stored globally in localStorage without an agentId, causing the same avatar to apply to all agents. Setting an avatar for agent A would overwrite the avatar for agent B. Fix: include agentId when saving the local avatar override, and filter by agentId when loading. An override saved for one agent no longer bleeds into other agents. Fixes #90890 * fix(ui): persist assistant avatars per agent * fix(ui): satisfy scoped avatar checks --------- Co-authored-by: lsr911 <lsr911@github.com> Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com>