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-31
stories 90

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Open WebUI 0.11.2 ships with tool parsing fix

By RepoJournal · Filed · About Open WebUI

Open WebUI 0.11.2 lands with an improved terminal preview and a performance fix for streaming tool calls.

Open WebUI 0.11.2 is out [1], restoring per-page doc previews for terminal files. It now renders actual documents, adds a clickable side strip, and drops the "may affect display" notice because previews now represent the true output.

The release also trims per-message overhead on cluster deployments [2]. "Added covers the richer terminal file previews with page thumbnails, the reduced per-message overhead on deployments without pipelines..."

Beyond the headline fix, a perf improvement stops re-parsing the whole tool-argument buffer on every streamed chunk [3]. A large argument previously caused thousands of re-parses; it now only re-parses when the chunk changes size. Irish translation now restores visibility of disabled models in the admin Models list [4].

Quick answers

What shipped in Open WebUI on August 31, 2026?
Open WebUI 0.11.2 lands with an improved terminal preview and a performance fix for streaming tool calls. In total, 67 commits, 22 pull requests, and 1 releases landed.
Who contributed to Open WebUI on August 31, 2026?
4 developers shipped this update, including github-actions[bot], Classic298, tjbck, and aindriu80.
What were the notable Open WebUI updates?
v0.11.2, chore: changelog (#29107), and perf: stop re-parsing the whole tool-argument buffer on every streamed chunk (#28858).