mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #21443] [MERGED] 0.8.2 #49130
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/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.