ChangelogWeek 33
Week 33
v3.3.4
@liveblocks/client
- Fix race condition where AI tools were not always executing. This could happen
when using
useSendAiMessagefirst and then immediately opening the<AiChat />afterwards.
@liveblocks/react-tiptap
- Scroll thread annotations into view when a thread in
AnchoredThreadsis selected, similarly to@liveblocks/react-lexical.
v3.3.1
@liveblocks/react-ui
- Fix
Composeruploading attachments on drop whenshowAttachmentsis set tofalse.
All versions
- Fix attachment names showing URL-encoded characters. (e.g.
a%20file.txtinstead ofa file.txt)
Infrastructure
- Fixed a bug that caused unreliable storage updates under high concurrency.
- Fixed an issue that could cause LLM responses to appear to "hang" if the token limit got exceeded during the response generation. If this now happens, the response will indicate a clear error to the user.
Dashboard
- New knowledge prompt option when configuring AI copilots, allowing you to customize when back-end knowledge is fetched.
Documentation
- More info on styling AI chat components.
- Disambiguate semantics for
LiveList.delete().