feat: add Message AI element component#863
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C7QST4WHS5DmTqgJkvQoyf
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C7QST4WHS5DmTqgJkvQoyf
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (10)
📝 WalkthroughWalkthroughAdds a composable Sequence Diagram(s)sequenceDiagram
participant DocumentationDemo
participant Message
participant MessageBubble
participant MessageStyles
DocumentationDemo->>Message: renders message composition
Message->>MessageBubble: renders bubble surface
Message->>MessageStyles: applies alignment and slot classes
MessageBubble->>MessageStyles: applies variant and color classes
Suggested reviewers: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
MessageAI-element component topackages/raystackfor rendering chat message bubbles with role-based variantsMessageandMessageBubbleparts with CSS-module styling and exports from the package rootpackages/raystack/components/message/__tests__/message.test.tsx)apps/www/src/content/docs/ai-elements/message/)feat-ai-promptinput) — merge that PR first