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:
Vincent Koc
2026-04-25 10:08:59 -07:00
parent 6b3e4b88d6
commit 0d274ef6c2

View File

@@ -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