Skip to content

v7.0.3

Choose a tag to compare

@shagundeogharkar shagundeogharkar released this 07 Jul 13:29
· 2 commits to v7 since this release
5a7dfc7

New

  • Added card message rendering through the new CometChatCardBubblePlugin, which registers a CometChatCardBubble component that displays developer-sent cards (messages in the card category) in both the message list and AI assistant chat, along with agent cards that stream in during a response across the card_start, card, and card_end lifecycle.
  • Added card action forwarding through a new ui:card/action event, which emits the owning message and the raw card action whenever a user taps an action on a card. Applications subscribe to this event and run the action while the UI Kit forwards it untouched, and this is the only channel that reaches nested agent cards.
  • Added support for AI agent messages in group conversations, together with a refined AI assistant message bubble in group chats. These messages previously appeared only in one-to-one chats.

Enhancements

  • None

Fixes

  • None