Original PR: https://github.com/open-webui/open-webui/pull/21443 Author: @tjbck Created: 2/15/2026 Status: ✅ Merged Merged: 2/16/2026 Merged by: @tjbck
Base: main ← Head: dev
main
dev
7e224e4
393c007
9a2595f
ce51c48
f2aca78
58e923f
f1a1e64
f20cc6d
e1b3e72
319d3e8
96 files changed (+1352 additions, -424 deletions)
📝 CHANGELOG.md (+23 -0) 📝 backend/open_webui/config.py (+14 -0) 📝 backend/open_webui/main.py (+27 -0) 📝 backend/open_webui/models/chats.py (+50 -34) 📝 backend/open_webui/models/groups.py (+38 -25) 📝 backend/open_webui/models/oauth_sessions.py (+10 -3) 📝 backend/open_webui/models/tags.py (+40 -0) 📝 backend/open_webui/routers/audio.py (+8 -7) 📝 backend/open_webui/routers/chats.py (+13 -23) 📝 backend/open_webui/routers/pipelines.py (+16 -15) 📝 backend/open_webui/routers/tools.py (+3 -1) 📝 backend/open_webui/routers/users.py (+2 -0) 📝 backend/open_webui/socket/main.py (+74 -18) 📝 backend/open_webui/socket/utils.py (+34 -0) 📝 backend/open_webui/utils/middleware.py (+68 -19) 📝 backend/open_webui/utils/misc.py (+1 -1) 📝 backend/open_webui/utils/models.py (+21 -7) 📝 backend/open_webui/utils/response.py (+3 -0) 📝 backend/open_webui/utils/tools.py (+4 -0) 📝 package-lock.json (+2 -2)
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/groups.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/models/tags.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/pipelines.py
backend/open_webui/routers/tools.py
backend/open_webui/routers/users.py
backend/open_webui/socket/main.py
backend/open_webui/socket/utils.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/misc.py
backend/open_webui/utils/models.py
backend/open_webui/utils/response.py
backend/open_webui/utils/tools.py
package-lock.json
...and 76 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21443
Author: @tjbck
Created: 2/15/2026
Status: ✅ Merged
Merged: 2/16/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
7e224e4refac393c007refac: manual skill invocation9a2595ffix: task models issuece51c48upd:i18n: Spanish Translation Update v.0.8.0 (#21427)f2aca78refac: tool message handling58e923fUpdate translation.json (#21441)f1a1e64refac: explicit toggle builtin toolsf20cc6dreface1b3e72enh: preview image in file modal319d3e8refac📊 Changes
96 files changed (+1352 additions, -424 deletions)
View changed files
📝
CHANGELOG.md(+23 -0)📝
backend/open_webui/config.py(+14 -0)📝
backend/open_webui/main.py(+27 -0)📝
backend/open_webui/models/chats.py(+50 -34)📝
backend/open_webui/models/groups.py(+38 -25)📝
backend/open_webui/models/oauth_sessions.py(+10 -3)📝
backend/open_webui/models/tags.py(+40 -0)📝
backend/open_webui/routers/audio.py(+8 -7)📝
backend/open_webui/routers/chats.py(+13 -23)📝
backend/open_webui/routers/pipelines.py(+16 -15)📝
backend/open_webui/routers/tools.py(+3 -1)📝
backend/open_webui/routers/users.py(+2 -0)📝
backend/open_webui/socket/main.py(+74 -18)📝
backend/open_webui/socket/utils.py(+34 -0)📝
backend/open_webui/utils/middleware.py(+68 -19)📝
backend/open_webui/utils/misc.py(+1 -1)📝
backend/open_webui/utils/models.py(+21 -7)📝
backend/open_webui/utils/response.py(+3 -0)📝
backend/open_webui/utils/tools.py(+4 -0)📝
package-lock.json(+2 -2)...and 76 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.