73 wires and counting

$ follow Open WebUI

Keep up with Open WebUI in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-08-12
stories 25

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Enforcing image generation flag and OpenSerp provider arrive in UI

By RepoJournal · Filed · About Open WebUI

Open WebUI enforces the image generation setting on the legacy chat path and adds OpenSerp as a search provider in the UI, alongside fixes to avatar resolution and checkbox alignment.

Open WebUI's legacy chat feature path now respects the image generation flag. When image generation is disabled in admin settings, the feature is enforced and related active feature pills are hidden, fixing an oversight where the flag was ignored on that path [1].

OpenSerp is now available as a provider in the UI, expanding the search provider options for users [2]. In addition, owner avatars now resolve against the API base URL with a fallback, addressing incorrect avatar paths in some deployments [3].

Two UI refinements landed: capability checkboxes in the model editor are placed directly before their labels, improving alignment and clarity [4], and the same fix is covered by a duplicate PR [5].

Action items

References

  1. [1] fix: enforce the image generation flag on the legacy chat feature path (#27759) ↗ open-webui/open-webui
  2. [2] feat: Add openserp as a provider in the ui (#27594) ↗ open-webui/open-webui
  3. [3] fix(ui): resolve owner avatars against the API base url and add a fallback (#28272) ↗ open-webui/open-webui
  4. [4] fix: place model editor capability checkboxes directly before their labels ↗ open-webui/open-webui
  5. [5] fix: place model editor capability checkboxes directly before their labels (#27788) ↗ open-webui/open-webui

Quick answers

What shipped in Open WebUI on August 12, 2026?
Open WebUI enforces the image generation setting on the legacy chat path and adds OpenSerp as a search provider in the UI, alongside fixes to avatar resolution and checkbox alignment. In total, 21 commits and 4 pull requests landed.
Who contributed to Open WebUI on August 12, 2026?
2 developers shipped this update, including silentoplayz and KastenMonster.
What were the notable Open WebUI updates?
fix: enforce the image generation flag on the legacy chat feature path (#27759), feat: Add openserp as a provider in the ui (#27594), and fix(ui): resolve owner avatars against the API base url and add a fallback (#28272).