feat: goose2 message bubble + action tray (#8720)

Signed-off-by: Taylor Ho <taylorkmho@gmail.com>
This commit is contained in:
Taylor Ho
2026-04-21 09:22:41 -07:00
committed by GitHub
parent dfc5b0b803
commit 8f73ef9f6c
3 changed files with 206 additions and 52 deletions
+5
View File
@@ -65,6 +65,11 @@ const EXCEPTIONS = {
justification:
"Voice dictation send/stop guards, attachment handling, and mention/picker coordination still share one chat composer component.",
},
"src/features/chat/ui/MessageBubble.tsx": {
limit: 520,
justification:
"Bubble rendering still owns assistant identity, grouped tool output, attachments, and the inline actions tray pending a later extraction pass.",
},
"src/features/chat/ui/__tests__/ChatInput.test.tsx": {
limit: 520,
justification: