You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ui): give logged-in users their own chat bubble color (#112070)
Attributed senders' bubbles, footer names, and avatar initials now share a
stable identity hue (same FNV-1a seed as avatar initials, hash % 360). Only
the hue varies per user; saturation/lightness/alpha are fixed per theme mode
so text contrast holds for every hue in light and dark themes. Unattributed
local, assistant, and tool bubbles are unchanged.
Closes#112068
Co-authored-by: Claude Fable 5 <[email protected]>
0 commit comments