mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-04 07:47:12 -05:00
[PR #21618] [MERGED] 0.8.4 #26165
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.