[PR #21443] [MERGED] 0.8.2 #64938

Closed
opened 2026-05-06 10:40:47 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21443 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/15/2026 **Status:** ✅ Merged **Merged:** 2/16/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7e224e4`](https://github.com/open-webui/open-webui/commit/7e224e4a536b07ec008613f06592e34050e7067c) refac - [`393c007`](https://github.com/open-webui/open-webui/commit/393c0071dc612c5ac982fb37dfc0288cb9911439) refac: manual skill invocation - [`9a2595f`](https://github.com/open-webui/open-webui/commit/9a2595f0706d0c9d809ae7746001cf799f98db1d) fix: task models issue - [`ce51c48`](https://github.com/open-webui/open-webui/commit/ce51c481b856fef2571351f39130724973e8cd71) upd:i18n: Spanish Translation Update v.0.8.0 (#21427) - [`f2aca78`](https://github.com/open-webui/open-webui/commit/f2aca781c87244cffc130aa2722e700c19a81d66) refac: tool message handling - [`58e923f`](https://github.com/open-webui/open-webui/commit/58e923fe008ed94e814093e52b0f2466a9f33c20) Update translation.json (#21441) - [`f1a1e64`](https://github.com/open-webui/open-webui/commit/f1a1e64d2e9ad953b2bc2a9543e9a308b7c669c8) refac: explicit toggle builtin tools - [`f20cc6d`](https://github.com/open-webui/open-webui/commit/f20cc6d7e6da493eb75ca1618f5cbd068fa57684) refac - [`e1b3e72`](https://github.com/open-webui/open-webui/commit/e1b3e7252c1896c04d498547908f0fce111434e1) enh: preview image in file modal - [`319d3e8`](https://github.com/open-webui/open-webui/commit/319d3e8856539cd74df812ac58b5fbf6660275cf) refac ### 📊 Changes **96 files changed** (+1352 additions, -424 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-06 10:40:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#64938