$ the-wire · showcase
Open WebUI fixes Tavily loader, docks thread replies
By RepoJournal · Filed · About Open WebUI
A broken Tavily web loader is fixed, thread reply inputs stay docked, and calendar tools stop erasing omitted fields.
Open WebUI removed a vestigial api_base_url parameter from the Tavily web loader that was breaking it, so the loader works again [1]. Both the thread panel fix [2] and the identical change [3] address the same issue: the "Reply to thread..." input used to scroll away with the messages; it now stays docked below the scroll area.
Two calendar-related fixes landed. The calendar update tool no longer nulls every omitted field, preserving unspecified values on partial updates [4]. Recurrence rules with a COUNT limit but no DTSTART are now rejected, so "limited automations cannot run forever" [5].
Action items
- → Update to the commit containing the Tavily loader fix before relying on it open-webui/open-webui [immediate]
- → Test thread reply input docking after updating open-webui/open-webui [monitor]
References
- [1] fix: remove vestigial api_base_url param that broke the Tavily web loader (#27636) ↗ open-webui/open-webui
- [2] fix: dock the thread reply input below the scroll area instead of inside it ↗ open-webui/open-webui
- [3] fix: dock the thread reply input below the scroll area instead of inside it (#27768) ↗ open-webui/open-webui
- [4] fix: stop the calendar update tool from nulling every omitted field (#27777) ↗ open-webui/open-webui
- [5] fix: reject COUNT rules without DTSTART so limited automations cannot run forever (#27781) ↗ open-webui/open-webui