<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OpenWebUI - Package Updates]]></title><description><![CDATA[<p dir="auto">You can use this thread to track updates to the OpenWebUI package.</p>
<p dir="auto"><strong>Please open issues in a separate topic instead of replying here.</strong></p>
]]></description><link>https://forum.cloudron.io/topic/11295/openwebui-package-updates</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 08:57:15 GMT</lastBuildDate><atom:link href="https://forum.cloudron.io/topic/11295.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Mar 2024 12:37:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Thu, 02 Jul 2026 13:35:22 GMT]]></title><description><![CDATA[<p dir="auto">[3.4.2]</p>
<ul>
<li>Update open-webui to 0.10.2</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.10.2" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Streamed reasoning display.</strong> Models that emit thinking or reasoning now show that content as it streams, and it renders correctly in the chat overview and in exported conversations. <a href="https://github.com/open-webui/open-webui/commit/0b75445ff9a42e37640c034812d0de9b84039e60" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/af1c0eee89810fa4c36e3eb7e4eba6de685bd7ca" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/4b08d65597e5b634b7191b0bd6d28feeafcc2a48" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/fa2abe4cb6a085a4c9045bf8d8ff4b6beffdef6a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Folder uploads to knowledge bases.</strong> Dragging a folder into a knowledge base, or syncing one, now recreates its subfolder structure instead of flattening everything into loose files. <a href="https://github.com/open-webui/open-webui/issues/26130" target="_blank" rel="noopener noreferrer nofollow ugc">#26130</a>, <a href="https://github.com/open-webui/open-webui/commit/2ed8934f5b2bc8a11c74ef2f34cdb62ef024809e" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>API configs via environment.</strong> Administrators can now set per-connection Ollama and OpenAI API configurations through the "OLLAMA_API_CONFIGS" and "OPENAI_API_CONFIGS" environment variables. <a href="https://github.com/open-webui/open-webui/commit/19d8f03bd2c64013b510f2a0eeb3513d452814a3" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Security Advisory</strong>: This release includes security and access-control fixes. We recommend updating production deployments at your earliest convenience. Not all security fixes in this version may be enumerated in the fixed section  some may be withheld for a short time to give administrators time to upgrade. <a href="https://github.com/open-webui/open-webui/security" target="_blank" rel="noopener noreferrer nofollow ugc">Advisories</a></li>
<li><strong>Fewer unexpected logouts.</strong> A single request returning an authorization error no longer signs you out while your session is still valid, since the app now confirms the session status before redirecting to login. <a href="https://github.com/open-webui/open-webui/commit/56ee875e21cb3b137a5aa1eca6eb3c0731b14045" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Safer database upgrades.</strong> Upgrading an existing SQLite database no longer crashes during the user-table migration or corrupts saved user settings, resolving failures that could block startup or break login after an upgrade. <a href="https://github.com/open-webui/open-webui/issues/26403" target="_blank" rel="noopener noreferrer nofollow ugc">#26403</a>, <a href="https://github.com/open-webui/open-webui/commit/c416c6cad69cc4ce44faacdad87cc65862625fb4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Saving settings as a non-admin.</strong> Non-admin users can once again save their interface settings, such as the default model and theme, which previously failed with a server error while the interface incorrectly reported success. <a href="https://github.com/open-webui/open-webui/issues/26627" target="_blank" rel="noopener noreferrer nofollow ugc">#26627</a>, <a href="https://github.com/open-webui/open-webui/commit/9866a02863c12c466100aed832f0006225759493" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Reliable code execution loading.</strong> Running Python code in chat now loads its runtime reliably, fixing sandbox startup failures that broke code execution and the Pyodide file viewer in recent releases. <a href="https://github.com/open-webui/open-webui/pull/26625" target="_blank" rel="noopener noreferrer nofollow ugc">#26625</a>, <a href="https://github.com/open-webui/open-webui/issues/26390" target="_blank" rel="noopener noreferrer nofollow ugc">#26390</a></li>
<li><strong>Banner and config startup.</strong> Setting configuration such as "WEBUI_BANNERS" no longer causes a startup failure, since admin configuration values are now stored correctly regardless of their data type. <a href="https://github.com/open-webui/open-webui/issues/26431" target="_blank" rel="noopener noreferrer nofollow ugc">#26431</a>, <a href="https://github.com/open-webui/open-webui/commit/ab22fe64bdd10ba86845dcd46dfd7f619b22366f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Database Migrations</strong>: This release includes database schema changes; we strongly recommend backing up your database and all associated data before upgrading in production environments. If you are running a multi-worker, multi-server, or load-balanced deployment, all instances must be updated simultaneously, rolling updates are not supported and will cause application failures due to schema incompatibility.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/126348</link><guid isPermaLink="true">https://forum.cloudron.io/post/126348</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 02 Jul 2026 13:35:22 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 29 Jun 2026 21:14:20 GMT]]></title><description><![CDATA[<p dir="auto">[3.4.0]</p>
<ul>
<li>Update open-webui to 0.10.1</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.10.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Shared folder read-only chats no longer sign users out.</strong> Opening or reading chats from shared folders now keeps the current session active when a resource-level access error is returned, instead of incorrectly showing "Session expired. Please sign in again."</li>
<li><strong>Share folders with your team.</strong> You can now share a folder and the chats inside it with specific users, groups, or everyone, with read or write access; people you share with see shared folders in their sidebar and open the chats in a read-only view when they are not the owner, and administrators control who is allowed to share folders with a new "Folders Sharing" permission that is off by default. <a href="https://github.com/open-webui/open-webui/commit/5019af79a0c45743ede8c9ff37d68f768e7f6174" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/38920c0ed1f6ad5fe3bb9d12898fa968ead3634a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/d65ac445a43348c5f0323d54c37397ae7f483cb8" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/c783fd30f20d6be5028cf337bc5e5c2f9afbd3f8" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/45fcf272ef51c84cb01c1454589da3f98e4adc2c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/76854d14246660af8222a5302513020e1f36c4f3" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/084d040e220ee39f62757d928d839646e813fb25" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/10558173fb155c63403aa8d80f16f8a3ccfa72a6" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Security Advisory</strong>: This release includes security and access-control fixes. We recommend updating production deployments at your earliest convenience. Not all security fixes in this version may be enumerated in the fixed section  some may be withheld for a short time to give administrators time to upgrade. <a href="https://github.com/open-webui/open-webui/security" target="_blank" rel="noopener noreferrer nofollow ugc">Advisories</a></li>
<li><strong>Database Migrations</strong>: This update contains database migrations. Please be sure to back up your database before updating, as downgrading after the migration is not supported.</li>
<li><strong>Native tool calling is now the default.</strong> Every chat and model that had not explicitly chosen a tool-calling mode now runs Native, which relies on a model's built-in tool support, while the old behavior has been renamed "Legacy" and made the explicit opt-out; if your models depend on the previous approach you must switch them back to "Legacy" per chat, per model, or globally in your default model parameters to preserve their behavior. <a href="https://github.com/open-webui/open-webui/commit/b1d40f340921c27eb9a965b9feeb2563856e25e2" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Client-side Python now runs sandboxed.</strong> Client-side Python (Pyodide) now runs in a sandboxed, opaque-origin iframe by default, isolating executed code from your session, cookies, local storage, and the app's own endpoints, while full Python, JavaScript, and external network access keep working. Code that relied on reaching same-origin Open WebUI endpoints from Pyodide will no longer be able to, and Pyodide is now marked legacy in the admin Code Execution settings. <a href="https://github.com/open-webui/open-webui/commit/516051304e1b1f250c34438746ade673a79bd40c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/c7be66626fd10c75ec35f662a709129ba1b020ec" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/62ae2069183109d878d72b9444a0e7c4f6c66caa" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/518702caae5a6484e71aa79e8ab908ec398290a7" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/03a8363583b7e0e04760d49f1e8d28dbbfefee4d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Reworked memory system.</strong> Memory has been overhauled with distinct memory types  long-lived personal memories and per-conversation context  managed through a structured add, update, and delete flow, giving models a more reliable way to remember and apply what they've learned about you. <a href="https://github.com/open-webui/open-webui/commit/dbdcfd8c6080c284024052a482e589de226dbf05" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/7e13fd7ad19c28ba34502bde6c709665f7a6808c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/2560533c1a8a2b2a0f7b47becf3703031053ad30" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/8977a10a2b1e150393635dc5c24e59660d0f2da9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/260f3c3a22c55f15ca8f06c5314b23f2a9eb1739" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/b0487dd6dd942a757828a25aba92e9feef685275" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/a285a390c12e27e614d1ba9ffb92d1a0e49e7dfa" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/70e4ffcc6526c1bc90dbfdc0287283574b12c18b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/2c4e1fce8f40b0cb5028f1afcb184b6e58c33041" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/c7e634776d7e77556d149b6cc884ed64363648a9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Saving a chat no longer drops messages.</strong> Chat updates are now merged with the existing history on the server, with explicit tracking of deleted messages, instead of overwriting it, preventing message loss from concurrent or partial saves. <a href="https://github.com/open-webui/open-webui/commit/22a44e67a8ba781feb8f2a267fed0c40213d8432" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/3319b6410e1b600b7a885a5fb78573e9a2061c22" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/24b8619f64731788ac38813768abbb64405effa4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/pull/25657" target="_blank" rel="noopener noreferrer nofollow ugc">#25657</a></li>
<li><strong>Settings no longer lost after a restart.</strong> Admin configuration is now stored more reliably, fixing cases where external connections and model parameters could be lost after restarting the server. <a href="https://github.com/open-webui/open-webui/commit/5cdcdbaeec9fc8156721c38c33ec37956962871c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/21f9e5295bf484169d72f4538f7c926b5519723c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/8958b64b5a7e96cd8c2260571b54324ca3bfe127" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, [#24743](<a href="https://github.com/open-webui" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/open-webui</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/126250</link><guid isPermaLink="true">https://forum.cloudron.io/post/126250</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 29 Jun 2026 21:14:20 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 02 Jun 2026 12:04:02 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.5]</p>
<ul>
<li>Update open-webui to 0.9.6</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.6" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Security Advisory</strong>: This release includes security and access-control fixes. We recommend updating production deployments at your earliest convenience. Not all security fixes in this version may be enumerated in the fixed section  some may be withheld for a short time to give administrators time to upgrade. <a href="https://github.com/open-webui/open-webui/security" target="_blank" rel="noopener noreferrer nofollow ugc">Advisories</a></li>
<li><strong>Database Migrations</strong>: This release includes database schema changes; we strongly recommend backing up your database and all associated data before upgrading in production environments. If you are running a multi-worker, multi-server, or load-balanced deployment, all instances must be updated simultaneously, rolling updates are not supported and will cause application failures due to schema incompatibility.</li>
<li><strong>"WEBUI_SECRET_KEY" is now a hard requirement even for unsupported deployments.</strong> Deployments that start the backend in an explicitly unsupported way (such as invoking uvicorn directly) without setting "WEBUI_SECRET_KEY" will now refuse to start instead of falling back to an empty key; the supported start methods (<a href="http://start.sh" target="_blank" rel="noopener noreferrer nofollow ugc">start.sh</a>, start_windows.bat, and "open-webui serve") still set or auto-generate it automatically, so standard deployments are unaffected. Direct Uvicorn startup is not supported. <a href="https://github.com/open-webui/open-webui/pull/25218" target="_blank" rel="noopener noreferrer nofollow ugc">#25218</a></li>
<li><strong>Official knowledge base sync tool.</strong> A new companion tool from Open WebUI, oikb, keeps a knowledge base in sync with a local directory, GitHub repo, S3 bucket, Confluence space, or any of more than 40 other sources, uploading only new and changed files using the incremental sync support added in this release. <a href="https://github.com/open-webui/oikb" target="_blank" rel="noopener noreferrer nofollow ugc">oikb</a></li>
<li><strong>Knowledge base folders.</strong> Files inside a knowledge base can now be organized into nested folders, with breadcrumb navigation that makes it much easier to manage and find content in large collections.</li>
<li><strong>Filesystem tool for knowledge bases.</strong> A new built-in tool, enabled via the "ENABLE_KB_EXEC" environment variable, lets AI models browse and search knowledge base contents using familiar filesystem commands such as 'ls', 'cat', 'grep', 'find', 'head', 'tail', and 'sed', including pipes between them.</li>
<li><strong>Tool server permission enforcement.</strong> The per-user permission for inline tool servers is now enforced on chat-completion requests, so users without that permission can no longer bypass the admin setting by supplying tool servers directly in their requests.</li>
<li><strong>Cross-user access to retrieval collections.</strong> Resolving the documents used for retrieval now verifies the caller's access to each referenced file and rejects client-supplied collection names, preventing a crafted request from pulling another user's files or vector collections into its context.</li>
<li><strong>Unscoped retrieval collections denied by default.</strong> Retrieval requests for collection names that don't correspond to a known file, memory, web-search, or knowledge base are now denied for non-admins by default, with a new "ENABLE_RETRIEVAL_UNSCOPED_COLLECTIONS" setting to restore the previous behavior if needed.</li>
<li><strong>Tool-call iteration cap renamed and raised.</strong> The environment variable that limits how many tool calls a single chat response may make is now "CHAT_RESPONSE_MAX_TOOL_CALL_ITERATIONS", with its default raised from 30 to 256 and a new "-1" value for unlimited; the previous "CHAT_RESPONSE_MAX_TOOL_CALL_RETRIES" name continues to work as a fallback, and chats that hit the cap now show a clear error in-chat instead of stopping silently. <a href="https://github.com/open-webui/open-webui/pull/24918" target="_blank" rel="noopener noreferrer nofollow ugc">#24918</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/125387</link><guid isPermaLink="true">https://forum.cloudron.io/post/125387</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 02 Jun 2026 12:04:02 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 11 May 2026 06:58:58 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.4]</p>
<ul>
<li>Update open-webui to 0.9.5</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.5" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Redirect-based SSRF protection.</strong> All outbound HTTP requests now block 3xx redirects by default via a new <code>AIOHTTP_CLIENT_ALLOW_REDIRECTS</code> environment variable, preventing redirect-based SSRF where a public URL silently redirects to internal addresses (RFC 1918, loopback, cloud-metadata endpoints). Affected call sites include web fetch, image loading, OAuth discovery, tool server execution, and code interpreter login. <a href="https://github.com/open-webui/open-webui/pull/24491" target="_blank" rel="noopener noreferrer nofollow ugc">#24491</a></li>
<li><strong>Iframe content security policy.</strong> Administrators can now configure a Content-Security-Policy for all srcdoc iframes (Artifacts, tool embeds, file previews, citation modals) via the <code>IFRAME_CSP</code> environment variable, restricting what LLM-generated or user-uploaded HTML can load and execute inside previews. <a href="https://github.com/open-webui/open-webui/commit/3bba1c227059a44c7eeefa97b8c69a63bf4f3454" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Granular markdown rendering controls.</strong> Users can now independently disable Markdown rendering for user messages and assistant responses from Interface settings, preventing unintended formatting when pasting text that contains Markdown-sensitive characters. <a href="https://github.com/open-webui/open-webui/commit/4a1064cefd6f48a8b3b02cd31f77838c8802b635" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Channel streaming and tool support.</strong> Mentioning a model in a Channel now streams responses in real time and supports the full chat completion pipeline, including native and default function calling, built-in tools (web search, image generation), user tools, MCP tools, filters, and RAG knowledge injection  the same capabilities available in standard chats.</li>
<li><strong>Notes create and open reliability.</strong> Creating new notes and opening existing notes no longer fails with a TypeError caused by <code>is_pinned</code> being passed to the SQLAlchemy model on create, and passed twice to <code>NoteResponse</code> on read. <a href="https://github.com/open-webui/open-webui/issues/24484" target="_blank" rel="noopener noreferrer nofollow ugc">#24484</a>, <a href="https://github.com/open-webui/open-webui/pull/24486" target="_blank" rel="noopener noreferrer nofollow ugc">#24486</a></li>
<li><strong>Feedback user attribution spoofing.</strong> Submitting evaluation feedback can no longer forge the <code>user_id</code> field through mass-assignment, preventing authenticated users from attributing ratings to other users and corrupting Elo leaderboard rankings and admin feedback exports. <a href="https://github.com/open-webui/open-webui/pull/24508" target="_blank" rel="noopener noreferrer nofollow ugc">#24508</a></li>
<li><strong>URL parser SSRF bypass.</strong> URL validation now rejects backslash, tab, CR, and LF characters that cause urllib and requests/aiohttp to disagree on the target host, closing a parser-confusion SSRF bypass. <a href="https://github.com/open-webui/open-webui/pull/24534" target="_blank" rel="noopener noreferrer nofollow ugc">#24534</a></li>
<li><strong>Profile image MIME-type allowlist.</strong> Serving profile images from data URIs now enforces a strict MIME-type allowlist (PNG, JPEG, GIF, WEBP by default, configurable via <code>PROFILE_IMAGE_ALLOWED_MIME_TYPES</code>) and sets <code>X-Content-Type-Options: nosniff</code>, preventing stored-XSS through SVG or other executable content types. <a href="https://github.com/open-webui/open-webui/commit/15e696691cad98692c329de62ed8a5bdb3a26d4e" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Legacy chat history self-healing.</strong> Loading legacy conversations now automatically detects broken parent-link graphs in migrated message records, merges missing messages from the embedded JSON history, and backfills them to the normalized table so future loads use the fast path without data loss. <a href="https://github.com/open-webui/open-webui/commit/1388f4568b8f508c26542673dd01f1fa049e798a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Removed unauthenticated retrieval status endpoint.</strong> The unauthenticated <code>GET /api/v1/retrieval/</code> status endpoint has been removed as dead code  retrieval configuration is already available through authenticated admin endpoints. <a href="https://github.com/open-webui/open-webui/pull/24497" target="_blank" rel="noopener noreferrer nofollow ugc">#24497</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124554</link><guid isPermaLink="true">https://forum.cloudron.io/post/124554</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 11 May 2026 06:58:58 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Sat, 09 May 2026 09:54:02 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.3]</p>
<ul>
<li>Update open-webui to 0.9.4</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.4" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Database Migrations</strong>: This release includes database schema changes; we strongly recommend backing up your database and all associated data before upgrading in production environments. If you are running a multi-worker, multi-server, or load-balanced deployment, all instances must be updated simultaneously, rolling updates are not supported and will cause application failures due to schema incompatibility.</li>
<li><strong>Signout request method.</strong> The signout endpoint now requires POST instead of GET, so custom clients and integrations must update logout calls accordingly. <a href="https://github.com/open-webui/open-webui/pull/24420" target="_blank" rel="noopener noreferrer nofollow ugc">#24420</a></li>
<li><strong>Chat scroll position on load.</strong> Opening a chat conversation now reliably scrolls to the bottom of the message history, fixing a regression caused by <code>content-visibility: auto</code> where estimated element sizes prevented the initial scroll from reaching the true bottom.</li>
<li><strong>Voice Mode mute control.</strong> Voice Mode now includes a dedicated mute toggle with an "M" shortcut and auto-unmute after assistant playback, so you can prevent accidental interruptions from background noise without leaving the call overlay. <a href="https://github.com/open-webui/open-webui/commit/072d2000f35a9f7b96342fa9bb28f925a92e7b4c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/23832" target="_blank" rel="noopener noreferrer nofollow ugc">#23832</a></li>
<li><strong>Faster prompt list loading.</strong> Prompt and prompt-tag pages now load much faster for non-admin users, even with large prompt libraries, because accessible prompts are filtered efficiently in a single database query. <a href="https://github.com/open-webui/open-webui/pull/24288" target="_blank" rel="noopener noreferrer nofollow ugc">#24288</a>, <a href="https://github.com/open-webui/open-webui/discussions/24258" target="_blank" rel="noopener noreferrer nofollow ugc">#24258</a></li>
<li><strong>Brave LLM Context web search.</strong> Administrators can now choose Brave LLM Context as a web search provider to retrieve richer grounded passages with a configurable context token budget. <a href="https://github.com/open-webui/open-webui/commit/6700f7bb72d14a3f8dbb72dfa064cae3b3dc29ac" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/24120" target="_blank" rel="noopener noreferrer nofollow ugc">#24120</a></li>
<li><strong>Background code execution reliability.</strong> Code execution no longer hangs indefinitely when you switch conversations or browser tabs during a run, and disconnected or inactive sessions now fail with a clear timeout error instead of endless processing. <a href="https://github.com/open-webui/open-webui/commit/552bbcecfae5ae273ab98e2ce3e540d0771aa964" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/24089" target="_blank" rel="noopener noreferrer nofollow ugc">#24089</a></li>
<li><strong>Chat settings persistence.</strong> System prompts and other chat-level settings now persist correctly after creating a new chat and reloading, preventing prompt loss in affected conversations. <a href="https://github.com/open-webui/open-webui/commit/86df8bf27e1b84abbe2eeedcc8650df59c7d23d6" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/24193" target="_blank" rel="noopener noreferrer nofollow ugc">#24193</a>, <a href="https://github.com/open-webui/open-webui/issues/24270" target="_blank" rel="noopener noreferrer nofollow ugc">#24270</a></li>
<li><strong>Safer image URL handling.</strong> Untrusted external image URLs are now blocked in profile and rich-text image rendering paths, preventing unintended client-side requests to attacker-controlled domains. <a href="https://github.com/open-webui/open-webui/pull/24420" target="_blank" rel="noopener noreferrer nofollow ugc">#24420</a></li>
<li><strong>Windows PostgreSQL startup compatibility.</strong> Windows pip installs using PostgreSQL now start reliably with psycopg async by using a compatible event loop policy instead of the default Proactor loop. <a href="https://github.com/open-webui/open-webui/commit/7eaecbad5a0913ed04ca3bc10c930bb051dd2bd9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/24152" target="_blank" rel="noopener noreferrer nofollow ugc">#24152</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/124522</link><guid isPermaLink="true">https://forum.cloudron.io/post/124522</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 09 May 2026 09:54:02 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Fri, 24 Apr 2026 15:13:25 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.2]</p>
<ul>
<li>Update open-webui to 0.9.2</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.2" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>PaddleOCR-vl document extraction. Administrators can now use PaddleOCR-vl as a content extraction engine for document processing, with configurable API URL and token settings in document retrieval configuration. <a href="https://github.com/open-webui/open-webui/pull/23945" target="_blank" rel="noopener noreferrer nofollow ugc">#23945</a></li>
<li>Firecrawl v2 API. Firecrawl web loading now uses the v2 API directly with proper retry logic, exponential backoff on rate limits, and configurable timeout handling, improving reliability for both cloud and self-hosted Firecrawl setups. <a href="https://github.com/open-webui/open-webui/pull/23934" target="_blank" rel="noopener noreferrer nofollow ugc">#23934</a></li>
<li>Custom API key header. Administrators can now configure a custom header name for API key authentication via the <code>CUSTOM_API_KEY_HEADER</code> environment variable, enabling compatibility with reverse proxies that use the <code>Authorization</code> header for their own authentication.</li>
<li>Source overflow indicator. The Sources button now shows a +N badge when more than three sources are available, so hidden sources are clearly indicated in chat responses. <a href="https://github.com/open-webui/open-webui/pull/23918" target="_blank" rel="noopener noreferrer nofollow ugc">#23918</a></li>
<li>Async database driver migration. The async database backend now uses psycopg (v3) instead of asyncpg, eliminating brittle SSL parameter translation and supporting native libpq connection strings including <code>sslmode</code>, <code>options</code>, and <code>target_session_attrs</code> without any stripping or conversion.</li>
<li>Throttle request handling. Request handling no longer fails when user activity status updates are throttled with a non-zero interval. <a href="https://github.com/open-webui/open-webui/pull/23979" target="_blank" rel="noopener noreferrer nofollow ugc">#23979</a></li>
<li>Rich text extension conflicts. Rich text editing no longer triggers duplicate extension conflicts for lists and code blocks, improving editor stability. <a href="https://github.com/open-webui/open-webui/pull/24009" target="_blank" rel="noopener noreferrer nofollow ugc">#24009</a></li>
<li>Browser-native message virtualization. The custom JavaScript-based message culling system (spacers, height caching, scroll listeners) was replaced with CSS <code>content-visibility: auto</code>, letting the browser natively skip rendering of off-screen messages without destroying component trees. This eliminates scroll jump artifacts and mount/destroy thrashing while preserving memory efficiency in long conversations.</li>
<li>psycopg v3 async driver. The async database driver has been migrated from <code>asyncpg</code> to <code>psycopg</code> (v3). This is a transparent change for most deployments, but custom connection strings with <code>asyncpg</code>-specific parameters may need adjustment.</li>
<li>Brotli dependency update. Brotli has been updated to address CVE-2025-6176.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123964</link><guid isPermaLink="true">https://forum.cloudron.io/post/123964</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Fri, 24 Apr 2026 15:13:25 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 21 Apr 2026 15:15:54 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.1]</p>
<ul>
<li>Update open-webui to 0.9.1</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Missing <code>aiosqlite</code> dependency.</strong> Fixed a startup crash (<code>ModuleNotFoundError: No module named 'aiosqlite'</code>) when installing Open WebUI via <code>pip</code> or <code>uv</code> by adding the missing <code>aiosqlite</code> package to <code>pyproject.toml</code>. The dependency was listed in <code>requirements.txt</code> but not in the published package metadata, so it was not installed automatically. <a href="https://github.com/open-webui/open-webui/issues/23916" target="_blank" rel="noopener noreferrer nofollow ugc">#23916</a></li>
<li><strong>Missing <code>asyncpg</code> dependency.</strong> Added the missing <code>asyncpg</code> package to <code>pyproject.toml</code> to prevent the same startup crash for PostgreSQL users. Like <code>aiosqlite</code>, it was present in <code>requirements.txt</code> but absent from the published package dependencies.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123817</link><guid isPermaLink="true">https://forum.cloudron.io/post/123817</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 21 Apr 2026 15:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 21 Apr 2026 10:24:07 GMT]]></title><description><![CDATA[<p dir="auto">[3.3.0]</p>
<ul>
<li>Update open-webui to 0.9.0</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.9.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Official Open WebUI Desktop App.</strong> Open WebUI is now available as a native desktop app for Mac, Windows, and Linux. No Docker, no terminal, no setup. Runs Open WebUI locally without any server setup, or connects to your existing remote Open WebUI instances. Switch between multiple servers instantly from the sidebar. Comes with a system-wide floating chat bar (Shift+Cmd+I on macOS, Shift+Ctrl+I on Windows/Linux), system-wide push-to-talk, offline support after first launch, automatic updates, and zero telemetry. <a href="https://github.com/open-webui/open-webui/issues/8262" target="_blank" rel="noopener noreferrer nofollow ugc">#8262</a>, <a href="https://github.com/open-webui/desktop" target="_blank" rel="noopener noreferrer nofollow ugc">Desktop</a></li>
<li><strong>Scheduled chat automations.</strong> You can now schedule the AI to run tasks automatically on a recurring basis: daily digests, periodic reports, anything you'd otherwise need to remember to ask for. Create and manage automations from the Automations page or directly in chat, with full run history and manual trigger controls. <a href="https://github.com/open-webui/open-webui/pull/23303" target="_blank" rel="noopener noreferrer nofollow ugc">#23303</a></li>
<li><strong>Calendar workspace and event management.</strong> Open WebUI now has a full Calendar workspace. Create and manage events, set up recurring schedules, get reminders via in-app toasts or browser notifications, and see your scheduled automations alongside your calendar. <a href="https://github.com/open-webui/open-webui/pull/23880" target="_blank" rel="noopener noreferrer nofollow ugc">#23880</a></li>
<li><strong>Model description XSS protection.</strong> Model descriptions shown in chat placeholders are now sanitized before rendering, preventing malicious links from executing scripts and helping protect user sessions from takeover. <a href="https://github.com/open-webui/open-webui/pull/23621" target="_blank" rel="noopener noreferrer nofollow ugc">#23621</a></li>
<li><strong>LDAP empty-password rejection.</strong> LDAP login now rejects empty or whitespace-only passwords before bind attempts, preventing unauthenticated simple-bind behavior from granting access on permissive LDAP server configurations. <a href="https://github.com/open-webui/open-webui/pull/23633" target="_blank" rel="noopener noreferrer nofollow ugc">#23633</a></li>
<li><strong>IPv6 SSRF address blocking.</strong> URL validation now uses standard IP address checks for both IPv4 and IPv6, preventing private, loopback, link-local, reserved, and mapped-address SSRF bypasses through IPv6 hostname resolution. <a href="https://github.com/open-webui/open-webui/pull/23453" target="_blank" rel="noopener noreferrer nofollow ugc">#23453</a></li>
<li><strong>Database Migrations</strong>: This release includes database schema changes; we strongly recommend backing up your database and all associated data before upgrading in production environments. If you are running a multi-worker, multi-server, or load-balanced deployment, all instances must be updated simultaneously, rolling updates are not supported and will cause application failures due to schema incompatibility.</li>
<li><strong>Plugin async migration required.</strong> Custom plugins for Tools, Functions, and Pipelines may require migration to the new async backend signatures after upgrading, so plugin maintainers should update handlers and database call patterns for compatibility and follow the 0.9.0 plugin migration guide. <a href="https://docs.openwebui.com/features/extensibility/plugin/migration/to-0.9.0" target="_blank" rel="noopener noreferrer nofollow ugc">Migration Guide</a></li>
<li><strong>OpenAI passthrough now opt-in.</strong> Direct OpenAI catch-all proxy requests are now disabled by default and require enabling "ENABLE_OPENAI_API_PASSTHROUGH", so deployments relying on passthrough must explicitly turn it on after upgrading. <a href="https://github.com/open-webui/open-webui/pull/23640" target="_blank" rel="noopener noreferrer nofollow ugc">#23640</a></li>
<li><strong>Async performance and responsiveness improvements.</strong> The core backend database and request paths now run asynchronously across the application, massively improving responsiveness and performance under concurrent load and reducing request blocking during heavy activity.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/123792</link><guid isPermaLink="true">https://forum.cloudron.io/post/123792</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 21 Apr 2026 10:24:07 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Thu, 26 Mar 2026 05:38:52 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.10]</p>
<ul>
<li>Update open-webui to 0.8.11</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.11" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Responses API streaming improvements.</strong> The OpenAI proxy now properly handles tool call streaming and re-invocations in the Responses API, preventing duplicate tool calls and preserving output during model re-invocations. <a href="https://github.com/open-webui/open-webui/commit/93415a48e8893139db13d02d0a6d24e8604a2ac5" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/f8b3a32caf00dad76687fd8fe698b86f304f3997" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/2ae47cf20057e92a83fd618b938f3ee9bb124e5b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/adcbba34f8bbfbab3e4041269a084f2b71c076d9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Responses API stateful sessions.</strong> Administrators can now enable experimental stateful session support via the ENABLE_RESPONSES_API_STATEFUL environment variable, allowing compatible backends to store responses server-side with previous_response_id anchoring for improved multi-turn conversations. <a href="https://github.com/open-webui/open-webui/commit/dfc2dc2c0bd298cb4bfcf212ef11223586aa54f1" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>File viewing pagination.</strong> The view_file and view_knowledge_file tools now support pagination with offset and max_chars parameters, allowing models to read large files in chunks. <a href="https://github.com/open-webui/open-webui/commit/5d7766e1b6f7ca7749c5a5a780d7b1bb2da28a2f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Knowledge search scoping.</strong> The search_knowledge_files tool now respects model-attached knowledge, searching only within attached knowledge bases and files when available. <a href="https://github.com/open-webui/open-webui/commit/0f0ba7dadd043460d205477fd3b57556aa970847" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Tool HTML embed context.</strong> Tools can now return custom context alongside HTML embeds by using a tuple format, providing the LLM with actionable information instead of a generic message. <a href="https://github.com/open-webui/open-webui/pull/22691" target="_blank" rel="noopener noreferrer nofollow ugc">#​22691</a></li>
<li><strong>Trusted role header configuration.</strong> Administrators can now configure the WEBUI_AUTH_TRUSTED_ROLE_HEADER environment variable to set user roles (admin, user, or pending) via a trusted header from their identity provider or reverse proxy. <a href="https://github.com/open-webui/open-webui/pull/22523" target="_blank" rel="noopener noreferrer nofollow ugc">#​22523</a></li>
<li><strong>OIDC authorization parameter injection.</strong> Administrators can now inject extra parameters into the OIDC authorization redirect URL via the OAUTH_AUTHORIZE_PARAMS environment variable, enabling IdP pre-selection for brokers like CILogon and Keycloak. <a href="https://github.com/open-webui/open-webui/issues/22863" target="_blank" rel="noopener noreferrer nofollow ugc">#​22863</a>, <a href="https://github.com/open-webui/open-webui/commit/69171a4c8bb7f995461b4a2feef194f112b32004" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Google OAuth session persistence.</strong> Administrators can now configure Google OAuth to issue refresh tokens via the GOOGLE_OAUTH_AUTHORIZE_PARAMS environment variable, preventing OAuth sessions from expiring after one hour and ensuring tools and integrations that rely on OAuth tokens remain functional. <a href="https://github.com/open-webui/open-webui/pull/22652" target="_blank" rel="noopener noreferrer nofollow ugc">#​22652</a></li>
<li><strong>Embed prompt confirmation.</strong> Interactive tool embeds can now submit prompts to the chat without requiring same-origin access, showing a confirmation dialog for cross-origin requests to prevent abuse. <a href="https://github.com/open-webui/open-webui/pull/22908" target="_blank" rel="noopener noreferrer nofollow ugc">#​22908</a></li>
<li><strong>Tool binary response handling.</strong> Tool servers can now return binary data such as images, which are properly processed and displayed in chat for both multimodal and non-multimodal models. <a href="https://github.com/open-webui/open-webui/commit/1c25b06dca83ad491b4dc3d373b1c215a7a8fd3e" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/108a019cb8e63a533250abe84f2b6f2b7c2131c4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/122519</link><guid isPermaLink="true">https://forum.cloudron.io/post/122519</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Thu, 26 Mar 2026 05:38:52 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Sun, 08 Mar 2026 08:44:16 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.8]</p>
<ul>
<li>Update open-webui to 0.8.9</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.9" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Open Terminal notebook cell execution.</strong> Users can now run Jupyter Notebook code cells directly in the Open Terminal file navigator, execute entire notebooks with a single click, edit and modify cells before running, and control the kernel - bringing full interactive notebook execution to the browser. <a href="https://github.com/open-webui/open-webui/commit/4b3ed3e802d6f2ec8ee7caf358af810b7d09f789" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal SQLite browser.</strong> Users can now browse SQLite database files directly in the Open Terminal file navigator, viewing tables and running queries without downloading them first. <a href="https://github.com/open-webui/open-webui/commit/a181b4a731a9ec7856be08d0b045a454d1341cf4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal Mermaid diagram rendering.</strong> Markdown files with Mermaid code blocks are now rendered as diagrams directly in the Open Terminal file navigator, making it easier to visualize flowcharts and other diagrams. <a href="https://github.com/open-webui/open-webui/commit/aaa49bdd6d6e5c10e8be554039d3cac673008fc2" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal Jupyter Notebook previews.</strong> Users can now preview Jupyter Notebook files directly in the Open Terminal file navigator, making it easier to view notebook content without downloading them first. <a href="https://github.com/open-webui/open-webui/commit/b081e33c0a37585a1ee60b6e0e1ea03457f1e5f4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal auto-refresh.</strong> The Open Terminal file navigator now automatically refreshes when the model writes or modifies files, keeping the view in sync without manual refresh. <a href="https://github.com/open-webui/open-webui/commit/828656b35f04bf486609183799cf8aa2e9850a76" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal file copy button.</strong> Users can now copy file contents directly to clipboard in the Open Terminal file navigator with a single click, making it easier to quickly grab file content without downloading. <a href="https://github.com/open-webui/open-webui/commit/f5ea1ce250cb02fbc583c6cb3f52a923912d0178" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Code syntax highlighting and XLSX improvements in Open Terminal.</strong> Code files now display with syntax highlighting in the Open Terminal file navigator, and XLSX spreadsheets now show column headers and row numbers for easier navigation. <a href="https://github.com/open-webui/open-webui/commit/f962bae98306ea9264967b78b803397f4821f9b0" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal JSON tree view.</strong> JSON, JSONC, JSONL, and JSON5 files now display as interactive collapsible tree views in the Open Terminal file navigator, and SVG files render as preview images with syntax highlighting support. <a href="https://github.com/open-webui/open-webui/commit/f4c38e6001dd9d4853ed923e0bc5e790c4fd9941" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal port viewing.</strong> Users can now view listening ports in the Open Terminal file navigator and open proxy connections to them directly from the UI. <a href="https://github.com/open-webui/open-webui/commit/e08341dab3bb10e26a64eb44cbebd2d507087b03" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal video previews.</strong> Users can now preview video and audio files directly in the Open Terminal file navigator, making it easier to view media without downloading them first. <a href="https://github.com/open-webui/open-webui/commit/c40f26946f2eaeb1587a1f8b0c643b4a5121fc06" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121421</link><guid isPermaLink="true">https://forum.cloudron.io/post/121421</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 08 Mar 2026 08:44:16 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 03 Mar 2026 07:27:51 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.7]</p>
<ul>
<li>Update open-webui to 0.8.8</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.8" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Open Terminal file moving.</strong> Users can now move files and folders between directories in the Open Terminal file browser by dragging and dropping them. <a href="https://github.com/open-webui/open-webui/commit/0c42cd2c012f9f49816adac897e2b46573b3cb6c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/72951324dfeef64e09f4776898d675bc1c44f040" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/395098c6f1b7499d37ad55145a5931431d3e72e9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/11487d66fc1a2dfafbdaa2b7ef939a86caaf3872" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal HTML file preview.</strong> Users can now preview HTML files directly in the Open Terminal file browser, with a rendered iframe view and source toggle, enabling iterative AI editing of HTML files. <a href="https://github.com/open-webui/open-webui/commit/3909b62ffcf49839fa57346ed8487ae759811503" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/933a3bbbd3f4fc3eeb0ec52c7965e9ac1c4cea39" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal WebSocket proxy.</strong> Added a new WebSocket proxy endpoint for interactive terminal sessions, enabling real-time bidirectional terminal communication with the terminal server. <a href="https://github.com/open-webui/open-webui/commit/4f6cb771f1afded09aad6199cdb244dd8a6c77a6" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal feature toggle.</strong> Administrators can now enable or disable the Interactive Terminal feature for Open Terminal via configuration on the terminal server, controlling access to terminal routes. <a href="https://github.com/open-webui/open-webui/commit/b5c3395f79bcc7ff5bc1d82bb86a60583bb3b5bd" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>General improvements.</strong> Various improvements were implemented across the application to enhance performance, stability, and security.</li>
<li><strong>Translations for Simplified Chinese, Traditional Chinese, Irish, and Catalan were enhanced and expanded.</strong></li>
<li><strong>Middleware variable shadowing.</strong> Fixed a variable shadowing issue in the middleware that could cause incorrect tool output processing during chat. <a href="https://github.com/open-webui/open-webui/pull/22145" target="_blank" rel="noopener noreferrer nofollow ugc">#​22145</a></li>
<li><strong>ChatControls reactivity fix.</strong> Fixed a Svelte reactivity issue where the active tab state in the ChatControls panel was not properly saved when switching between chats. <a href="https://github.com/open-webui/open-webui/pull/22127" target="_blank" rel="noopener noreferrer nofollow ugc">#​22127</a></li>
<li><strong>ChatControls TypeScript fix.</strong> Fixed a TypeScript syntax error in ChatControls.svelte where the module script block was missing lang="ts", causing esbuild to fail during vite dev. <a href="https://github.com/open-webui/open-webui/pull/22131" target="_blank" rel="noopener noreferrer nofollow ugc">#​22131</a></li>
<li><strong>Open Terminal tools for direct connections.</strong> Fixed an issue where Open Terminal tools were not available to the model when the terminal was configured via direct connection settings, ensuring users can now interact with terminal files and operations through the AI. <a href="https://github.com/open-webui/open-webui/issues/22137" target="_blank" rel="noopener noreferrer nofollow ugc">#​22137</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121136</link><guid isPermaLink="true">https://forum.cloudron.io/post/121136</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 03 Mar 2026 07:27:51 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 02 Mar 2026 04:17:57 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.6]</p>
<ul>
<li>Update open-webui to 0.8.7</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.7" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Connection access control privacy.</strong> Tool server and terminal connections without explicit access grants are now private (admin-only) by default, fixing a bug where connections configured with no access grants were visible to all users instead of being restricted. <a href="https://github.com/open-webui/open-webui/commit/2751a0f0b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>ChatControls memory leak.</strong> The ChatControls panel no longer leaks event listeners, ResizeObserver instances, and media query handlers when navigating between chats, fixing memory accumulation that could degrade performance during extended use. <a href="https://github.com/open-webui/open-webui/pull/22112" target="_blank" rel="noopener noreferrer nofollow ugc">#​22112</a></li>
<li><strong>Temporary chat params preservation.</strong> Model parameters are now correctly saved when creating a temporary chat, ensuring custom settings like temperature and top_p persist across the session. <a href="https://github.com/open-webui/open-webui/commit/fe837d80e" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Faster artifact content updates.</strong> Artifact content extraction during streaming is now debounced via requestAnimationFrame, reducing redundant DOM reads and improving CPU efficiency when tokens arrive faster than the browser can paint. <a href="https://github.com/open-webui/open-webui/commit/6863ca482" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Open Terminal integration.</strong> Users can now connect to <a href="https://github.com/open-webui/open-terminal" target="_blank" rel="noopener noreferrer nofollow ugc">Open Terminal</a> instances to browse, read, and upload files directly in chat, with the terminal acting as an always-on tool. File navigation includes folder browsing, image and PDF previews, drag-and-drop uploads, directory creation, and file deletion. The current working directory is automatically injected into tool descriptions for context-aware commands. <a href="https://github.com/open-webui/open-webui/commit/636ab99ad8e5b71b32dd37ba7c62c32368585b2a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/64ff15a5365e2c4122fccab582782669f06ec58d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/4737e1f11847d057859ec78892fa89e24cbcd83b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Terminal file creation.</strong> Users can now create new empty files directly in the Open Terminal file browser, in addition to the existing folder creation functionality. <a href="https://github.com/open-webui/open-webui/commit/234306ff57c9e24314ff805a60de919632465319" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Terminal file editing.</strong> Users can now edit text files directly in the Open Terminal file browser, with the ability to save changes back to the terminal. <a href="https://github.com/open-webui/open-webui/commit/3d535db304bfc6fa09e655f737de8a36c0482868" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Terminal file preview toolbar.</strong> The Open Terminal file browser now displays contextual toolbar buttons based on file type, including preview/source toggle for Markdown and CSV files, reset view for images, and improved editing controls for text files. <a href="https://github.com/open-webui/open-webui/commit/d2b38127d0572006577b85c770607b04782de4f9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Terminal file write refresh.</strong> The file browser now automatically refreshes when files are written or modified via the write_file or replace_file_content tools, eliminating the need to manually refresh. <a href="https://github.com/open-webui/open-webui/commit/18865a9fef1bb154603b7b8af0116a10560e03ac" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Docker image SBOM attestation.</strong> Docker images now include a Software Bill of Materials (SBOM) for vulnerability scanning and supply chain security compliance. <a href="https://github.com/open-webui/open-webui/issues/21779" target="_blank" rel="noopener noreferrer nofollow ugc">#​21779</a>, <a href="https://github.com/open-webui/open-webui/commit/febc66ef2bb05606b59719e737ac5ad839002977" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/121007</link><guid isPermaLink="true">https://forum.cloudron.io/post/121007</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 02 Mar 2026 04:17:57 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 24 Feb 2026 08:43:19 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.5]</p>
<ul>
<li>Update open-webui to 0.8.5</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.5" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Voice dictation shortcut. Users can now toggle voice dictation using Cmd+Shift+L (or Ctrl+Shift+L on Windows/Linux), making it faster to start and stop dictation without clicking the microphone button.</li>
<li>Model access KeyError fix. The /api/models endpoint no longer crashes with a 500 error when models have incomplete info metadata missing the user_id field (e.g. models using global default metadata).</li>
<li>Frontend initialization resilience. The app layout now gracefully handles individual API failures during initialization (getModels, getBanners, getTools, getUserSettings, setToolServers) instead of blocking the entire page load when any single call fails.</li>
<li>Backend config null safety. Language detection during app initialization no longer crashes when the backend config fetch fails, preventing a secondary cause of infinite loading.</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120657</link><guid isPermaLink="true">https://forum.cloudron.io/post/120657</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 24 Feb 2026 08:43:19 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 23 Feb 2026 14:22:00 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.4]</p>
<ul>
<li>Update open-webui to 0.8.4</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.4" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Provider URL suggestions.</strong> The connection form now displays a dropdown with suggested URLs for popular AI providers, making it easier to configure connections. <a href="https://github.com/open-webui/open-webui/commit/49c36238d01aaff5466344ecd316a6dd3edd74a3" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Anthropic model fetching.</strong> The system now properly fetches available models from the Anthropic API, ensuring all Anthropic models are accessible. <a href="https://github.com/open-webui/open-webui/commit/e9d852545cc17f0eeb8bdcfa77575a80fed8706d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>No models prompt.</strong> When no models are available, a helpful prompt now guides users to manage their provider connections. <a href="https://github.com/open-webui/open-webui/commit/a0195cd5ae9b9915295839cd0a5fbac5a1b0bfa2" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Connection enable/disable toggles.</strong> Individual provider connections can now be enabled or disabled from both admin and user settings. <a href="https://github.com/open-webui/open-webui/commit/990c638f6cf91507b61898f454c26f9516114c36" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Prompt enable/disable toggle.</strong> Users can now enable or disable prompts directly from the prompts list using a toggle switch, without needing to delete and recreate them. Inactive prompts display an "Inactive" badge and are still visible in the list. <a href="https://github.com/open-webui/open-webui/commit/094ed0b48cb86b9b6aff3c93f522072d11230761" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Memory deletion.</strong> Agents can now delete specific memories that are no longer relevant, duplicated, or incorrect, giving better control over stored memory content. <a href="https://github.com/open-webui/open-webui/commit/094ed0b48cb86b9b6aff3c93f522072d11230761" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Memory listing.</strong> Agents can now list all stored memories, enabling them to identify which memories to manage or delete based on the complete memory inventory. <a href="https://github.com/open-webui/open-webui/commit/094ed0b48cb86b9b6aff3c93f522072d11230761" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Auto pip install toggle.</strong> Administrators can now disable automatic pip package installation from function frontmatter requirements using the ENABLE_PIP_INSTALL_FRONTMATTER_REQUIREMENTS environment variable, providing more control over function dependency management. <a href="https://github.com/open-webui/open-webui/commit/8bfab327ec5f635f9fe93c26efd198712ff7116d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Anthropic Messages API proxy.</strong> A new API endpoint now supports the Anthropic Messages API format, allowing tools like Claude Code to authenticate through Open WebUI and access configured models. Tool calls are now properly supported in streaming responses with correct multi-block indexing, and error status from tools is propagated correctly. The endpoint converts requests to OpenAI format internally, routes them through the existing chat pipeline, and returns responses in Anthropic format. <a href="https://github.com/open-webui/open-webui/discussions/21390" target="_blank" rel="noopener noreferrer nofollow ugc">#​21390</a>, <a href="https://github.com/open-webui/open-webui/commit/91a0301c9e22e93295a7c471d83592a802560795" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/a9312d25373d3aa161788598f87180b8db11c5b6" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Multi-device OAuth sessions.</strong> Users can now stay logged in on multiple devices simultaneously with OAuth, as re-logging in no longer terminates existing sessions. The oldest sessions are automatically pruned when the session limit is exceeded. <a href="https://github.com/open-webui/open-webui/issues/21647" target="_blank" rel="noopener noreferrer nofollow ugc">#​21647</a>, <a href="https://github.com/open-webui/open-webui/commit/ae05586fdabf318d551b53ede41575355d3b9e2b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120620</link><guid isPermaLink="true">https://forum.cloudron.io/post/120620</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 23 Feb 2026 14:22:00 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Tue, 17 Feb 2026 10:17:27 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.3]</p>
<ul>
<li>Update open-webui to 0.8.3</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.3" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Model edit shortcut.</strong> Users can now edit models directly from the model selector dropdown menu, making it faster to modify model settings without navigating to separate admin or workspace pages. <a href="https://github.com/open-webui/open-webui/commit/519ff40cb69cdc1d215cee369e9db70ff7438153" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Image edit API background support.</strong> The image edit API now supports the background parameter for OpenAI's gpt-image-1 model, enabling background transparency control ("transparent", "opaque", "auto") when the feature is exposed in the UI. <a href="https://github.com/open-webui/open-webui/pull/21459" target="_blank" rel="noopener noreferrer nofollow ugc">#​21459</a></li>
<li><strong>Faster model filtering.</strong> Model access control filtering no longer makes a redundant database query to re-fetch model info that is already available in memory, reducing latency when loading model lists for non-admin users. <a href="https://github.com/open-webui/open-webui/commit/34cd3d79e8688f589e3dd2f03415f8a8f9a13115" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Tool call display improvements.</strong> Tool call results now display arguments in a cleaner key-value format instead of raw JSON, with a responsive layout that shows only the tool name on narrow screens and the full label on wider screens, preventing text wrapping to multiple lines. <a href="https://github.com/open-webui/open-webui/commit/2ce935bdb10d2b26b230cd54cb649f5c667ed96a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>General improvements.</strong> Various improvements were implemented across the application to enhance performance, stability, and security.</li>
<li><strong>Translations for Portuguese (Brazil), Simplified Chinese, and Traditional Chinese were enhanced and expanded.</strong></li>
<li><strong>USER_EMAIL variable fix.</strong> The {{USER_EMAIL}} template variable now correctly returns the user's email address instead of "Unknown" in prompts. <a href="https://github.com/open-webui/open-webui/pull/21479" target="_blank" rel="noopener noreferrer nofollow ugc">#​21479</a>, <a href="https://github.com/open-webui/open-webui/issues/21465" target="_blank" rel="noopener noreferrer nofollow ugc">#​21465</a></li>
<li><strong>Image and file attachment handling fixes.</strong> Uploaded images are now correctly sent to vision-enabled models, and file attachments now work even when no user text is entered alongside a system prompt. This fixes two issues where the backend was not properly processing file attachments: images weren't converted to the expected format for API requests, and file context was dropped when the user sent only a file without accompanying text. <a href="https://github.com/open-webui/open-web-ui/commit/f1053d94c7ef7b8b78682dd73586b65a84d202a1" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/21477" target="_blank" rel="noopener noreferrer nofollow ugc">#​21477</a>, <a href="https://github.com/open-webui/open-webui/issues/21457" target="_blank" rel="noopener noreferrer nofollow ugc">#​21457</a></li>
<li><strong>Missing function error handling.</strong> Models that reference deleted functions no longer cause the entire /api/models endpoint to crash; instead, the missing functions are skipped and logged, allowing the rest of the models to load successfully. <a href="https://github.com/open-webui/open-webui/pull/21476" target="_blank" rel="noopener noreferrer nofollow ugc">#​21476</a>, <a href="https://github.com/open-webui/open-webui/issues/21464" target="_blank" rel="noopener noreferrer nofollow ugc">#​21464</a></li>
<li><strong>Startup model pre-fetch error handling.</strong> If model pre-fetching fails during app startup, the application now logs a warning and continues instead of crashing entirely. <a href="https://github.com/open-webui/open-webui/commit/337109e99ce390f55a9085d0a301853637923779" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120351</link><guid isPermaLink="true">https://forum.cloudron.io/post/120351</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Tue, 17 Feb 2026 10:17:27 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 16 Feb 2026 20:27:44 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.2]</p>
<ul>
<li>Update open-webui to 0.8.2</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.2" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Skill content handling.</strong> User-selected skills now have their full content injected into the chat, while model-attached skills only display name and description in the available skills list. This allows users to override skill behavior while model-attached skills remain flexible. <a href="https://github.com/open-webui/open-webui/commit/393c0071dc612c5ac982fb37dfc0288cb9911439" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Chat toggles now control built-in tools.</strong> Users can now disable web search, image generation, and code execution on a per-conversation basis, even when those tools are enabled as builtin tools on the model. <a href="https://github.com/open-webui/open-webui/issues/20641" target="_blank" rel="noopener noreferrer nofollow ugc">#​20641</a>, <a href="https://github.com/open-webui/open-webui/discussions/21318" target="_blank" rel="noopener noreferrer nofollow ugc">#​21318</a>, <a href="https://github.com/open-webui/open-webui/commit/c46ef3b63bcc1e2e9adbdd18fab82c4bbe33ff6c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/f1a1e64d2e9ad953b2bc2a9543e9a308b7c669c8" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Image preview in file modal.</strong> Images uploaded to chats can now be previewed directly in the file management modal, making it easier to identify and manage image files. <a href="https://github.com/open-webui/open-webui/issues/21413" target="_blank" rel="noopener noreferrer nofollow ugc">#​21413</a>, <a href="https://github.com/open-webui/open-webui/commit/e1b3e7252c1896c04d498547908f0fce111434e1" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Batch tag operations.</strong> Tag creation, deletion, and orphan cleanup for chats now use batch database queries instead of per-tag loops, significantly reducing database round trips when updating, archiving, or deleting chats with multiple tags. <a href="https://github.com/open-webui/open-webui/commit/c748c3ede" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Faster group list loading.</strong> Group lists and search results now load with a single database query that joins member counts, replacing the previous pattern of fetching groups first and then counting members in a separate batch query. <a href="https://github.com/open-webui/open-webui/commit/33308022f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Skills sharing permissions.</strong> Administrators can now control skills sharing and public sharing permissions per-group, matching the existing capabilities for tools, knowledge, and prompts. <a href="https://github.com/open-webui/open-webui/commit/88401e91c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Long content truncation in preview modals.</strong> Citation and file content modals now truncate markdown-rendered content at 10,000 characters with a "Show all" expansion button, preventing UI jank when previewing very large documents.</li>
<li><strong>Translation updates.</strong> Translations for Spanish and German were enhanced and expanded.</li>
<li><strong>OAuth session error handling.</strong> Corrupted OAuth sessions are now gracefully handled and automatically cleaned up instead of causing errors. <a href="https://github.com/open-webui/open-webui/commit/7e224e4a536b07ec008613f06592e34050e7067c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Task model selector validation.</strong> The task model selector in admin settings now correctly accepts models based on the new access grants system instead of rejecting all models with an incorrect error. <a href="https://github.com/open-webui/open-webui/commit/9a2595f0706d0c9d809ae7746001cf799f98db1d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120326</link><guid isPermaLink="true">https://forum.cloudron.io/post/120326</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 16 Feb 2026 20:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Sat, 14 Feb 2026 10:01:00 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.1]</p>
<ul>
<li>Update open-webui to 0.8.1</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Channel user active status.</strong> Checking user active status in channels is now faster thanks to optimized database queries. <a href="https://github.com/open-webui/open-webui/commit/ca6b18ab5cb94153a9dae233f975d36bf6b19b76" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Responses API endpoint with model routing.</strong> The OpenAI API proxy now supports a /responses endpoint that routes requests to the correct backend based on the model field in the request, instead of always using the first configured endpoint. This enables support for backends like vLLM that provide /skills and /v1/responses endpoints. <a href="https://github.com/open-webui/open-webui/commit/abc9b63093d65f4d74342db85b7d5df1809aa0f0" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/79ecbfc757f0642740d0e44fab98263d84295490" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Model and prompt list optimization.</strong> Improved performance when loading models and prompts by pre-fetching user group IDs once instead of making multiple database queries. <a href="https://github.com/open-webui/open-webui/commit/20de5a87da0c12e4052b50887a42ddd7228c5ef5" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Batch access control queries.</strong> Improved performance when loading models, prompts, and knowledge bases by replacing multiple individual access checks with single batch queries, significantly reducing database load for large deployments. <a href="https://github.com/open-webui/open-webui/commit/589c4e64c1b7bb7a7a5abc20382b92fb860e28c2" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Faster user list loading.</strong> User lists now load significantly faster by deferring profile image loading; images are fetched separately in parallel by the browser, improving caching and reducing database load. <a href="https://github.com/open-webui/open-webui/commit/b7549d2f6ca2843661ec79a5a1e55da9e7553368" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Web search result count.</strong> The built-in search_web tool now respects the admin-configured "Search Result Count" setting instead of always returning 5 results when using Native Function Calling mode. <a href="https://github.com/open-webui/open-webui/pull/21373" target="_blank" rel="noopener noreferrer nofollow ugc">#​21373</a>, <a href="https://github.com/open-webui/open-webui/issues/21371" target="_blank" rel="noopener noreferrer nofollow ugc">#​21371</a></li>
<li><strong>SCIM externalId support.</strong> SCIM-enabled deployments can now store and manage externalId for user provisioning, enabling better integration with identity providers like Microsoft Entra ID and Okta. <a href="https://github.com/open-webui/open-webui/pull/21099" target="_blank" rel="noopener noreferrer nofollow ugc">#​21099</a>, <a href="https://github.com/open-webui/open-webui/issues/21280" target="_blank" rel="noopener noreferrer nofollow ugc">#​21280</a>, <a href="https://github.com/open-webui/open-webui/commit/d1d1efe212b16e0052359991d67fd813125077e8" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Translation updates.</strong> Portuguese (Brazil) translations were updated.</li>
<li><strong>Public sharing security fix.</strong> Fixed a security issue where users with write access could see the Public sharing option regardless of their actual public sharing permission, and direct API calls could bypass frontend sharing restrictions. <a href="https://github.com/open-webui/open-webui/pull/21358" target="_blank" rel="noopener noreferrer nofollow ugc">#​21358</a>, <a href="https://github.com/open-webui/open-webui/issues/21356" target="_blank" rel="noopener noreferrer nofollow ugc">#​21356</a></li>
<li><strong>Direct model access control fix.</strong> Model access control changes now persist correctly for direct Ollama and OpenAI models that don't have database entries, and error messages display properly instead of showing "[object Object]". <a href="https://github.com/open-webui/open-webui/commit/f027a01ab2ff3b6175af3dd13a4478c265c0544a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/issues/21377" target="_blank" rel="noopener noreferrer nofollow ugc">#​21377</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120198</link><guid isPermaLink="true">https://forum.cloudron.io/post/120198</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 14 Feb 2026 10:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Fri, 13 Feb 2026 10:34:10 GMT]]></title><description><![CDATA[<p dir="auto">[3.2.0]</p>
<ul>
<li>Update open-webui to 0.8.0</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.8.0" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li><strong>Analytics dashboard.</strong> Administrators now have access to an Analytics dashboard showing model usage statistics, token consumption by model and user, user activity rankings, and time-series charts with hourly or daily granularity; clicking any model opens a detail view with feedback history, associated tags, and chat browser, and results can be filtered by user group. <a href="https://github.com/open-webui/open-webui/pull/21106" target="_blank" rel="noopener noreferrer nofollow ugc">#​21106</a>, <a href="https://github.com/open-webui/open-webui/commit/68a1e87b66a7ec8831d5ed52940c4ef110e3e264" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/e62649f94044abfed4d7d60647a2050383a67e3d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Experimental support for Skills.</strong> Open WebUI now supports the Skill standard  allowing users to create and manage reusable AI skills with detailed instructions, reference them in chats using the "$" command, or attach them to specific models for automatic context in conversations. <a href="https://github.com/open-webui/open-webui/pull/21312" target="_blank" rel="noopener noreferrer nofollow ugc">#​21312</a></li>
<li><strong>Experimental support for Open Responses protocol.</strong> Connections can now be configured to use the experimental Open Responses protocol instead of Chat Completions, enabling native support for extended thinking, streaming reasoning tokens, and richer tool call handling for compatible providers. <a href="https://github.com/open-webui/open-webui/commit/d2c695eb11ddca9fc93499bb0c3fcafcff7099b5" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/90a057f4005c000bda6ff8703e13e529190af73a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/0dc74a8a2e7adb76fb503ef0cd3c02daddd2f4bb" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/ea9c58ea80646cef05e06d0beaf5e81cc2f78cb1" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/6ffce4bccdc13b8b61a8b286e34094c981932eda" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/6719558150920f570d8febe021da65903e53c976" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/117c091b95a1b1a76a31c31b97304bac289d6f18" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/aa8c2959ca8476f269786e1317fb6d2938abd3f9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/e2d09ac36174de48a7d85bafc8d3291c9ffe44cd" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Redesigned access control UI.</strong> The access control UI was redesigned with a more intuitive interface that makes it easier to add multiple groups at once. <a href="https://github.com/open-webui/open-webui/pull/21277" target="_blank" rel="noopener noreferrer nofollow ugc">#​21277</a></li>
<li><strong>Per-user resource sharing.</strong> Resources including knowledge bases, prompts, models, tools, channels, and base models can now be shared directly to individual users alongside the existing per-group sharing capability. <a href="https://github.com/open-webui/open-webui/pull/21277" target="_blank" rel="noopener noreferrer nofollow ugc">#​21277</a></li>
<li><strong>Message queuing.</strong> Messages can now be queued while a response is generating rather than being blocked, allowing you to continue your train of thought; queued messages are automatically combined and sent when generation completes, and can be edited, deleted, or sent immediately from the input area. <a href="https://github.com/open-webui/open-webui/commit/62750b8980ef0a3f2da7bc64b5416706a7495686" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/d3f2cf74748db42311ca04a56ccd1ea15399eca0" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Active task sidebar indicator.</strong> Users can now see which chats have active tasks running directly in the sidebar. <a href="https://github.com/open-webui/open-webui/commit/48522271586a5bf24b649610f03b4ffd8afb2782" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li><strong>Prompt version control.</strong> Prompts now include version control with full history tracking, allowing users to commit changes with messages, view past versions, compare differences between versions, and roll back to previous versions when needed. <a href="https://github.com/open-webui/open-webui/pull/20945" target="_blank" rel="noopener noreferrer nofollow ugc">#​20945</a></li>
<li><strong>Prompt tags.</strong> Prompts can now be organized with tags, and users can filter the prompt workspace by tag to quickly find related prompts across large collections. <a href="https://github.com/open-webui/open-webui/pull/20945" target="_blank" rel="noopener noreferrer nofollow ugc">#​20945</a></li>
<li><strong>Native function calling code execution.</strong> Code execution now works with Native function calling mode, allowing models to autonomously run Python code for calculations, data analysis, and visualizations without requiring Default mode. <a href="https://github.com/open-webui/open-webui/pull/20592" target="_blank" rel="noopener noreferrer nofollow ugc">#​20592</a>, <a href="https://github.com/open-webui/docs/pull/998" target="_blank" rel="noopener noreferrer nofollow ugc">Docs:#​998</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/120118</link><guid isPermaLink="true">https://forum.cloudron.io/post/120118</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Fri, 13 Feb 2026 10:34:10 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Sun, 11 Jan 2026 16:01:09 GMT]]></title><description><![CDATA[<p dir="auto">[3.1.1]</p>
<ul>
<li>Update open-webui to 0.7.2</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.7.2" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Users no longer experience database connection timeouts under high concurrency due to connections being held during LLM calls, telemetry collection, and file status streaming. <a href="https://github.com/open-webui/open-webui/pull/20545" target="_blank" rel="noopener noreferrer nofollow ugc">#20545</a>, <a href="https://github.com/open-webui/open-webui/pull/20542" target="_blank" rel="noopener noreferrer nofollow ugc">#20542</a>, <a href="https://github.com/open-webui/open-webui/pull/20547" target="_blank" rel="noopener noreferrer nofollow ugc">#20547</a></li>
<li>Users can now create and save prompts in the workspace prompts editor without encountering errors. <a href="https://github.com/open-webui/open-webui/commit/ab99d3b1129cffbc13cf7de5aa897692e3f8662e" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users can now use local Whisper for speech-to-text when STT_ENGINE is left empty (the default for local mode). <a href="https://github.com/open-webui/open-webui/pull/20534" target="_blank" rel="noopener noreferrer nofollow ugc">#20534</a></li>
<li>The Evaluations page now loads faster by eliminating duplicate API calls to the leaderboard and feedbacks endpoints. <a href="https://github.com/open-webui/open-webui/commit/2dd09223f2aac301a4d5c17fb667d974c34f3ff1" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Fixed missing Settings tab i18n label keys. <a href="https://github.com/open-webui/open-webui/pull/20526" target="_blank" rel="noopener noreferrer nofollow ugc">#20526</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/118287</link><guid isPermaLink="true">https://forum.cloudron.io/post/118287</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sun, 11 Jan 2026 16:01:09 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Sat, 10 Jan 2026 09:36:41 GMT]]></title><description><![CDATA[<p dir="auto">[3.1.0]</p>
<ul>
<li>Update open-webui to 0.7.1</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.7.1" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Improved reliability for low-spec and SQLite deployments. Fixed page timeouts by disabling database session sharing by default, improving stability for resource-constrained environments. Users can re-enable via 'DATABASE_ENABLE_SESSION_SHARING=true' if needed. <a href="https://github.com/open-webui/open-webui/issues/20520" target="_blank" rel="noopener noreferrer nofollow ugc">#20520</a></li>
<li>Native Function Calling with Built-in Tools. Users can now ask models to perform multi-step tasks that combine web research, knowledge base queries, note-taking, and image generation in a single conversationfor example, "research the latest on X, save key findings to a note, and generate an infographic." Requires models with native function calling support and function calling mode set to "Native" in Chat Controls. <a href="https://github.com/open-webui/open-webui/issues/19397" target="_blank" rel="noopener noreferrer nofollow ugc">#19397</a>, <a href="https://github.com/open-webui/open-webui/commit/5c1d52231a3997a17381c48639bd7e339262cf7c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users can now ask the model to find relevant context from their notes, past chats, and channel messagesfor example, "what did I discuss about project X last week?" or "find the conversation where I brainstormed ideas for Y." <a href="https://github.com/open-webui/open-webui/commit/646835d76744ad9b2e67ede0407a61d62e969aab" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users can now ask the model to search their knowledge bases and retrieve documents without manually attaching filesfor example, "find the section about authentication in our API docs" or "what do our internal guidelines say about X?" <a href="https://github.com/open-webui/open-webui/commit/c8622adcb01f3091b17ca50f8c8e2f20c7b9cd2a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users with models that support interleaved thinking now get more refined results from multi-step workflows, as the model can analyze each tool's output before deciding what to do next.</li>
<li>When models invoke web search, search results appear as clickable citations in real-time for full source verification. <a href="https://github.com/open-webui/open-webui/commit/2789f6a24d8405c30cd48ae460071f6a4f2c35f9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users can selectively disable specific built-in tools (timestamps, memory, chat history, notes, web search, knowledge bases) per model via the model editor's capabilities settings. <a href="https://github.com/open-webui/open-webui/commit/60e916d6c0c5f7db9e6d670e12be2d1d4abc2dd6" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Pending tool calls are now displayed during response generation, so users know which tools are being invoked. <a href="https://github.com/open-webui/open-webui/commit/1d08376860e775049abd1dd5f568ac0c6466c944" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Administrators can now limit the number of files that can be uploaded to folders using the "FOLDER_MAX_FILE_COUNT" setting, preventing resource exhaustion from bulk uploads. <a href="https://github.com/open-webui/open-webui/issues/19810" target="_blank" rel="noopener noreferrer nofollow ugc">#19810</a>, <a href="https://github.com/open-webui/open-webui/commit/a1036e544d573e3d35e05c1c2472ba762c32431b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/d3ee3fd23e762c9d83fe1da5636d03259e186e57" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users experience transformative speed improvements across the entire application through completely reengineered database connection handling, delivering noticeably faster page loads, butter-smooth interactions, and rock-solid stability during intensive operations like user management and bulk data processing. <a href="https://github.com/open-webui/open-webui/commit/2041ab483e21b3a757baa25c47dc2fa29018674f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/145c7516f227ce56fd52373cee86217fadf16181" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/475dd91ed798f2efcdf27799d5c5cae3f0e6e847" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/5d1459df166cce8445eb1556cc26abbd65a3f9f4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/2453b75ff0fb2dc75b929d96f417d84e332922d9" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/5649a668fad15393a52c27a2f188841af8b66989" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/118241</link><guid isPermaLink="true">https://forum.cloudron.io/post/118241</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Sat, 10 Jan 2026 09:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 22 Dec 2025 17:44:26 GMT]]></title><description><![CDATA[<p dir="auto">[3.0.6]</p>
<ul>
<li>Update open-webui to 0.6.43</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.6.43" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Python dependency installation issues were resolved by correcting pip dependency handling, preventing installation failures in certain environments and improving setup reliability. <a href="https://github.com/open-webui/open-webui/commit/5c5f87a" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Speech-to-Text default content type handling was fixed and refactored to ensure correct MIME type usage, improving compatibility across STT providers and preventing transcription errors caused by incorrect defaults. <a href="https://github.com/open-webui/open-webui/commit/4ab917c" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Temporary chat image handling was fixed and refactored, ensuring images generated or edited in temporary chats are correctly processed, stored, and displayed without inconsistencies or missing references. <a href="https://github.com/open-webui/open-webui/commit/423983f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Image action button fixed, restoring the ability to trigger image generation, editing, and related image actions from the chat UI. <a href="https://github.com/open-webui/open-webui/commit/def8a00" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/117457</link><guid isPermaLink="true">https://forum.cloudron.io/post/117457</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 22 Dec 2025 17:44:26 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Mon, 22 Dec 2025 09:24:23 GMT]]></title><description><![CDATA[<p dir="auto">[3.0.5]</p>
<ul>
<li>chore(deps): update dependency open-webui/open-webui to v0.6.42</li>
</ul>
]]></description><link>https://forum.cloudron.io/post/117418</link><guid isPermaLink="true">https://forum.cloudron.io/post/117418</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Mon, 22 Dec 2025 09:24:23 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Wed, 03 Dec 2025 08:56:25 GMT]]></title><description><![CDATA[<p dir="auto">[3.0.4]</p>
<ul>
<li>Update open-webui to 0.6.41</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.6.41" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>Sign-in rate limiting was implemented to protect against brute force attacks, limiting login attempts to 15 per 3-minute window per email address using Redis with automatic fallback to in-memory storage when Redis is unavailable. <a href="https://github.com/open-webui/open-webui/commit/7b166370432414ce8f186747fb098e0c70fb2d6b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Administrators can now globally disable the folders feature and control user-level folder permissions through the admin panel, enabling minimalist interface configurations for deployments that don't require workspace organization features. <a href="https://github.com/open-webui/open-webui/pull/19529" target="_blank" rel="noopener noreferrer nofollow ugc">#19529</a>, <a href="https://github.com/open-webui/open-webui/discussions/19210" target="_blank" rel="noopener noreferrer nofollow ugc">#19210</a>, <a href="https://github.com/open-webui/open-webui/discussions/18459" target="_blank" rel="noopener noreferrer nofollow ugc">#18459</a>, <a href="https://github.com/open-webui/open-webui/discussions/18299" target="_blank" rel="noopener noreferrer nofollow ugc">#18299</a></li>
<li>Group channels were introduced as a new channel type enabling membership-based collaboration spaces where users explicitly join as members rather than accessing through permissions, with support for public or private visibility, automatic member inclusion from specified user groups, member role tracking with invitation metadata, and post-creation member management allowing channel managers to add or remove members through the channel info modal. <a href="https://github.com/open-webui/open-webui/commit/f589b7c1895a6a77166c047891acfa21bc0936c4" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/3f1d9ccbf8443a2fa5278f36202bad930a216680" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Direct Message channels were introduced with a dedicated channel type selector and multi-user member selection interface, enabling private conversations between specific users without requiring full channel visibility. <a href="https://github.com/open-webui/open-webui/commit/64b4d5d9c280b926746584aaf92b447d09deb386" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Direct Message channels now support a complete user-to-user messaging system with member-based access control, automatic deduplication for one-on-one conversations, optional channel naming, and distinct visual presentation using participant avatars instead of channel icons. <a href="https://github.com/open-webui/open-webui/commit/acccb9afdd557274d6296c70258bb897bbb6652f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Users can now hide Direct Message channels from their sidebar while preserving message history, with automatic reactivation when new messages arrive from other participants, providing a cleaner interface for managing active conversations. <a href="https://github.com/open-webui/open-webui/commit/acccb9afdd557274d6296c70258bb897bbb6652f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>A comprehensive user selection component was added to the channel creation modal, featuring search functionality, sortable user lists, pagination support, and multi-select checkboxes for building Direct Message participant lists. <a href="https://github.com/open-webui/open-webui/commit/acccb9afdd557274d6296c70258bb897bbb6652f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Channel unread message count tracking was implemented with visual badge indicators in the sidebar, automatically updating counts in real-time and marking messages as read when users view channels, with join/leave functionality to manage membership status. <a href="https://github.com/open-webui/open-webui/commit/64b4d5d9c280b926746584aaf92b447d09deb386" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Message pinning functionality was added to channels, allowing users to pin important messages for easy reference with visual highlighting, a dedicated pinned messages modal accessible from the navbar, and complete backend support for tracking pinned status, pin timestamp, and the user who pinned each message. <a href="https://github.com/open-webui/open-webui/commit/64b4d5d9c280b926746584aaf92b447d09deb386" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/aae2fce17355419d9c29f8100409108037895201" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Direct Message channels now display an active status indicator for one-on-one conversations, showing a green dot when the other participant is currently online or a gray dot when offline. <a href="https://github.com/open-webui/open-webui/commit/4b6773885cd7527c5a56b963781dac5e95105eec" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a>, <a href="https://github.com/open-webui/open-webui/commit/39645102d14f34e71b34e5ddce0625790be33f6f" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116421</link><guid isPermaLink="true">https://forum.cloudron.io/post/116421</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 03 Dec 2025 08:56:25 GMT</pubDate></item><item><title><![CDATA[Reply to OpenWebUI - Package Updates on Wed, 26 Nov 2025 07:50:52 GMT]]></title><description><![CDATA[<p dir="auto">[3.0.3]</p>
<ul>
<li>Update open-webui to 0.6.40</li>
<li><a href="https://github.com/open-webui/open-webui/releases/tag/v0.6.40" target="_blank" rel="noopener noreferrer nofollow ugc">Full Changelog</a></li>
<li>A critical PostgreSQL user listing performance issue was resolved by removing a redundant count operation that caused severe database slowdowns and potential timeouts when viewing user lists in admin panels.</li>
<li>A user list modal was added to channels, displaying all users with access and featuring search, sorting, and pagination capabilities. <a href="https://github.com/open-webui/open-webui/commit/c0e120353824be00a2ef63cbde8be5d625bd6fd0" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Channel navigation now displays the total number of users with access to the channel. <a href="https://github.com/open-webui/open-webui/commit/3b5710d0cd445cf86423187f5ee7c40472a0df0b" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>Tool servers and MCP connections now support function name filtering, allowing administrators to selectively enable or block specific functions using allow/block lists. <a href="https://github.com/open-webui/open-webui/commit/743199f2d097ae1458381bce450d9025a0ab3f3d" target="_blank" rel="noopener noreferrer nofollow ugc">Commit</a></li>
<li>A toggle to disable parallel embedding processing was added via "ENABLE_ASYNC_EMBEDDING", allowing sequential processing for rate-limited or resource-constrained local embedding setups. <a href="https://github.com/open-webui/open-webui/pull/19444" target="_blank" rel="noopener noreferrer nofollow ugc">#19444</a></li>
<li>Various improvements were implemented across the frontend and backend to enhance performance, stability, and security.</li>
<li>Localization improvements were made for German (de-DE) and Portuguese (Brazil) translations.</li>
<li>Inline citations now render correctly within markdown lists and nested elements instead of displaying as "undefined" values. <a href="https://github.com/open-webui/open-webui/issues/19452" target="_blank" rel="noopener noreferrer nofollow ugc">#19452</a></li>
<li>Group member selection now works correctly without randomly selecting other users or causing the user list to jump around. <a href="https://github.com/open-webui/open-webui/issues/19426" target="_blank" rel="noopener noreferrer nofollow ugc">#19426</a></li>
<li>Admin panel user list now displays the correct total user count and properly paginates 30 items per page after fixing database query issues with group member joins. <a href="https://github.com/open-webui/open-webui/issues/19429" target="_blank" rel="noopener noreferrer nofollow ugc">#19429</a></li>
</ul>
]]></description><link>https://forum.cloudron.io/post/116029</link><guid isPermaLink="true">https://forum.cloudron.io/post/116029</guid><dc:creator><![CDATA[Package Updates]]></dc:creator><pubDate>Wed, 26 Nov 2025 07:50:52 GMT</pubDate></item></channel></rss>