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: main ← Head: dev
main
dev
7498818
49c3623
e9d8525
a0195cd
990c638
8a7f698
9b55343
094ed0b
3dd44c4
f872a17
349 files changed (+8286 additions, -2436 deletions)
📝 .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)
.github/workflows/docker-build.yaml
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/migrations/env.py
backend/open_webui/models/access_grants.py
backend/open_webui/models/channels.py
backend/open_webui/models/chats.py
backend/open_webui/models/knowledge.py
backend/open_webui/models/models.py
backend/open_webui/models/notes.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/models/prompts.py
backend/open_webui/models/skills.py
backend/open_webui/models/tools.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/ydc.py
backend/open_webui/routers/auths.py
...and 80 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/21618
Author: @tjbck
Created: 2/19/2026
Status: ✅ Merged
Merged: 2/23/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
7498818refac49c3623reface9d8525refaca0195cdrefac990c638refac8a7f698refac9b55343refac094ed0bfix: prompts delete3dd44c4refacf872a17refac📊 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.