[PR #21618] [MERGED] 0.8.4 #129822

Closed
opened 2026-05-21 13:27:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/21618
Author: @tjbck
Created: 2/19/2026
Status: Merged
Merged: 2/23/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

349 files changed (+8286 additions, -2436 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+106 -0)
📝 CHANGELOG.md (+91 -0)
📝 README.md (+2 -2)
📝 backend/open_webui/config.py (+47 -0)
📝 backend/open_webui/env.py (+55 -1)
📝 backend/open_webui/main.py (+112 -9)
📝 backend/open_webui/migrations/env.py (+9 -1)
📝 backend/open_webui/models/access_grants.py (+26 -1)
📝 backend/open_webui/models/channels.py (+40 -6)
📝 backend/open_webui/models/chats.py (+93 -13)
📝 backend/open_webui/models/knowledge.py (+34 -6)
📝 backend/open_webui/models/models.py (+63 -10)
📝 backend/open_webui/models/notes.py (+35 -5)
📝 backend/open_webui/models/oauth_sessions.py (+1 -0)
📝 backend/open_webui/models/prompts.py (+47 -28)
📝 backend/open_webui/models/skills.py (+28 -4)
📝 backend/open_webui/models/tools.py (+32 -8)
📝 backend/open_webui/retrieval/utils.py (+48 -11)
backend/open_webui/retrieval/web/ydc.py (+73 -0)
📝 backend/open_webui/routers/auths.py (+13 -11)

...and 80 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/21618 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/23/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7498818`](https://github.com/open-webui/open-webui/commit/74988189b8974c463618687c4a284de7eabca869) refac - [`49c3623`](https://github.com/open-webui/open-webui/commit/49c36238d01aaff5466344ecd316a6dd3edd74a3) refac - [`e9d8525`](https://github.com/open-webui/open-webui/commit/e9d852545cc17f0eeb8bdcfa77575a80fed8706d) refac - [`a0195cd`](https://github.com/open-webui/open-webui/commit/a0195cd5ae9b9915295839cd0a5fbac5a1b0bfa2) refac - [`990c638`](https://github.com/open-webui/open-webui/commit/990c638f6cf91507b61898f454c26f9516114c36) refac - [`8a7f698`](https://github.com/open-webui/open-webui/commit/8a7f698e9db115f889473565041c12082a8cc21d) refac - [`9b55343`](https://github.com/open-webui/open-webui/commit/9b55343509b252fc8af355e23bbc73dddcbf097a) refac - [`094ed0b`](https://github.com/open-webui/open-webui/commit/094ed0b48cb86b9b6aff3c93f522072d11230761) fix: prompts delete - [`3dd44c4`](https://github.com/open-webui/open-webui/commit/3dd44c4f1931d13bfd46062291c6f23b33dde003) refac - [`f872a17`](https://github.com/open-webui/open-webui/commit/f872a178bc2ede37ba4d5c80cbd9002286f6d0cf) refac ### 📊 Changes **349 files changed** (+8286 additions, -2436 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+106 -0) 📝 `CHANGELOG.md` (+91 -0) 📝 `README.md` (+2 -2) 📝 `backend/open_webui/config.py` (+47 -0) 📝 `backend/open_webui/env.py` (+55 -1) 📝 `backend/open_webui/main.py` (+112 -9) 📝 `backend/open_webui/migrations/env.py` (+9 -1) 📝 `backend/open_webui/models/access_grants.py` (+26 -1) 📝 `backend/open_webui/models/channels.py` (+40 -6) 📝 `backend/open_webui/models/chats.py` (+93 -13) 📝 `backend/open_webui/models/knowledge.py` (+34 -6) 📝 `backend/open_webui/models/models.py` (+63 -10) 📝 `backend/open_webui/models/notes.py` (+35 -5) 📝 `backend/open_webui/models/oauth_sessions.py` (+1 -0) 📝 `backend/open_webui/models/prompts.py` (+47 -28) 📝 `backend/open_webui/models/skills.py` (+28 -4) 📝 `backend/open_webui/models/tools.py` (+32 -8) 📝 `backend/open_webui/retrieval/utils.py` (+48 -11) ➕ `backend/open_webui/retrieval/web/ydc.py` (+73 -0) 📝 `backend/open_webui/routers/auths.py` (+13 -11) _...and 80 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-21 13:27:52 -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#129822