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 CometChatSearch, a full-text search component for conversations and messages with scoped search, filter chips, and customizable result views. It supports searching conversations, messages, or both, and is available in both Kotlin XML Views and Jetpack Compose.
Added CometChatAIAssistantChatHistory, a component for viewing past AI assistant conversations with pagination, message deletion, and date-based grouping. It also includes customizable empty, error, and loading states, and is available in both Kotlin XML Views and Jetpack Compose.
Added rich text formatting support in CometChatMessageComposer, including bold, italic, strikethrough, inline code, code blocks, blockquotes, ordered and unordered lists, and links.
Added automatic rendering for rich text content in CometChatMessageList.
Added a search button in CometChatMessageHeader to support in-conversation message search.
Added message highlighting when navigating to results from search.
Added a search input in CometChatConversations for faster conversation discovery.
Enhancements
Enhanced AI UI support with agentic AI capabilities.
Added styling support for Search, Message Information, Message Option Sheet, Attachment Option Sheet, AI Assistant Chat History, AI Option Sheet, Conversation Starter, Conversation Summary, and Smart Replies.
Improved component theming support across the UI Kit by enabling XML theme styles in Kotlin and style object parameters in Compose.