You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.