feat(chat): polish message rendering#391
Open
patschmittdev wants to merge 1 commit into
Open
Conversation
Split the chat message-rendering polish out of feat/webgl-ambient-background onto the ui-foundation base: - MessageList: agent-colored avatars/names, skill-context collapsing, jump-to- latest, contentVisibility virtualization - StreamingMessage / WorkGroup / WorkEntryRow: tool-call + reasoning rendering refinements - WelcomeScreen / AgentWelcome / MessageActions: refreshed empty/welcome states and per-message copy actions - agentColors: user-accent-aware color resolution Fold in the P1 contrast fix: agent avatars previously hardcoded white text on arbitrary agent colors (fails AA on light palette entries). A luminance-based readableTextColor() now picks black or white per background. DIVERGENCE (intentional, owned): the source branch interleaved the Azure Speech voice integration into ChatInput/ChatPanel (useVoiceInput, VoiceModeController, dictation + voice-mode buttons). That integration is deferred to the azure-speech-voice feature branch; this branch carries the voice-free chat. When voice lands it re-adds the input wiring here. AgentProfileSummary.accentColor is added as an optional field (the genesis/profile branch makes it authoritative). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Chat message-rendering polish, split off
feat/webgl-ambient-backgroundonto therefactor/ui-foundationbase (#389). Sibling of voice (#387), ambient (#386), chrome (#390). Base of the chatroom-sessions slice, which stacks on this.Contents (18 files, +974/-206)
MessageList,StreamingMessage: memoized rows, streaming caret, scroll-to-bottom behavior, render polish.ChatInput: composer affordances.WelcomeScreen,AgentWelcome: empty-state polish.WorkGroup,WorkEntryRow,MessageActions,agentColors: tool-call grouping + per-agent color tokens.Stack
Validation
npm run lint-- green (tsc, eslint, dependency-cruiser, yaml, md).