mirror of
https://fastgit.cc/github.com/openclaw/openclaw
synced 2026-04-30 22:12:32 +08:00
docs(control-ui): note assistant avatar uploads stay browser-local
Val Alexander's c65aa1d2a6 (#71639) changed assistant avatar uploads
from gateway config persistence to localStorage, mirroring the existing
user-avatar pattern. CHANGELOG covered it but docs/web/control-ui.md
'Personal identity (browser-local)' section only documented the user
identity. Add a paragraph noting the assistant avatar override follows
the same browser-local pattern, while keeping the ui.assistant.avatar
config field reachable for non-UI clients writing the field directly.
This commit is contained in:
@@ -83,6 +83,12 @@ synced to other devices or persisted server-side beyond the normal transcript
|
||||
authorship metadata on messages you actually send. Clearing site data or
|
||||
switching browsers resets it to empty.
|
||||
|
||||
The same browser-local pattern applies to the assistant avatar override.
|
||||
Uploaded assistant avatars overlay the gateway-resolved identity on the local
|
||||
browser only and never round-trip through `config.patch`. The shared
|
||||
`ui.assistant.avatar` config field is still available for non-UI clients
|
||||
writing the field directly (such as scripted gateways or custom dashboards).
|
||||
|
||||
## Runtime config endpoint
|
||||
|
||||
The Control UI fetches its runtime settings from
|
||||
|
||||
Reference in New Issue
Block a user