Open Terminal can now put a file into the assistant's reply instead of opening the file viewer. The file browser page describes what arrives, a card carrying the file name, a preview using the same renderers the browser uses, and buttons to download it or open it there, along with a screenshot. It also records the two properties that follow from the card reading the file through the viewer's own access: nothing is copied out of the terminal and no public link exists, so a card works only while that terminal is connected and selected.
Settings gains a Terminal File Display preference deciding which of the two happens when the model does not ask for one, so that is documented alongside, and its key is added to the interface defaults table with its sidebar default.
Separately, Fork Chat is removed from the community plugins list.
Selected and Pinned Models: the admin model list renamed default models to
Selected, and added Pinned. Documents where they live, how the Shift shortcut
and the view filter work, and how a selection resolves for a user, with
screenshots. Corrects the stale gear-icon path for Model Defaults and the
"+ New X" buttons that no longer exist.
Prompt caching: File Context off is now what injects the builtin Files tools,
so the guide leads with that rather than treating it as a subtraction. Adds the
per-resource tool inventory, the five conditions the Files category needs, and
spells out that Citations re-applies the RAG template into the system and last
user message after every tool round, which is the biggest cache-breaker in an
agentic setup.
ENABLE_ORJSON: covered in the env reference, the scaling guide, the performance
guide and the multi-replica guide, with the detail in one place and short
pointers everywhere else.
Widens KNOWLEDGE_GREP_MAX_MATCHES and VIEW_FILE_* to say they also govern the
chat-attachment tools, which share the same helpers.
Adds an Open WebUI and LobeHub comparison, checked against their repository
rather than their marketing: their free build does ship workspace roles,
per-resource grants and audit logging, and the real gaps are LDAP and SCIM.
Applies the agentic-platform framing and the customisability point across every
alternatives page, and adds the User Disclaimer event function to the community
plugins page.
Also documents the 0.11 changes that were missing: workspace create/import/export,
automations export and import, the analytics move into settings, the notes chat
sidebar, and version skew during upgrades.
Adds a landing image on the intro page and a set of feature screenshots.
Add a themed (light/dark) hero banner to every feature section, build two
honeycomb "wayfinding" overviews, and give the Features landing a bento hero.
- New banners: Extensibility, Workspace, Knowledge Base Sync, Open Terminal,
Computer, Channels, Calendar, Notes, Chat & Conversations, Administration,
Authentication & Access, plus the Features bento hero.
- Workspace and Chat & Conversations get overview landing pages (honeycomb hub)
where each subpage lights only its own cell.
- Convert the Web Search, Audio and Image Generation generated-index categories
into real landing pages (banner + DocCardList), preserving their routes.
- Fix feature-section ordering so Auth and Admin sort after the core sections.
- Refactor the Extensibility page to the real plugin types and scrub Pipelines,
correct the extraction-engine count to 8, and minor wording fixes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Adds a new, detailed guide for connecting Open WebUI to a Notion workspace using the Model Context Protocol (MCP).
This documentation covers the entire setup process, from creating an internal integration in Notion to configuring the tool in Open WebUI using both Streamable HTTP and local CLI methods. It also includes usage examples and troubleshooting tips.
- Move all image-generation content into docs/image-generation-and-editing/
- Add ComfyUI image-editing instructions (Image Size, Steps, Image Prompt Generation)
- Explain how to set node IDs in Open WebUI
- Add example setups for Qwen and FLUX.1 models
- Fix broken links and tidy formatting