Add new hook
useAiChatStatus
that offers a convenient way to get the current generation status for an AI
chat, indicating whether the chat is idle, currently generating contents, and,
if so, what type of content is currently generating.
Fixes an issue where useUnreadInboxNotificationsCount wasn't returning the
proper count if there were more than a page of unread notifications.
Support numerical operators gt, lt, gte, and lte in useThreads
metadata query filters.
Add new method Liveblocks.prewarmRoom(roomId, options). This method can
prewarm a room from your backend, preparing it for connectivity and making the
eventual connection from the frontend faster.