Back to changelog

New AI Chat Components

July 13, 2026

Feature

A set of AI chat building blocks, ported over from shadcn-vue:

  • Attachment: Displays a file or image attachment with media, metadata, upload state, and actions.
  • Bubble: Displays conversational content in a message bubble, with variants, alignment, grouping, and reactions.
  • Marker: Displays an inline status, system note, bordered row, or labeled separator in a conversation.
  • Message: Lays out a single message in a conversation, handling the avatar, alignment, header, and footer around it.
  • Message Scroller: A headless scroll container for chat transcripts. Anchors turns, follows streamed replies, restores your place when older history loads, and exposes composables to jump to any message.
attachment
bubble
marker
message
message-scroller