mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[PR #21458] [MERGED] 0.8.3 #26089
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/21458
Author: @tjbck
Created: 2/16/2026
Status: ✅ Merged
Merged: 2/17/2026
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
519ff40refacf364b2drefac0b2abe6I18n: improve Chinese translation (#21460)656de56fix: gracefully handle missing functions when loading models (#21476)1984ce4Update Chat.svelte (#21479)8adf2b3i18n: (pt-BR): add translations for newly added UI items + consistency pass (#21472)337109ereface5e39berefac10cfddcrefac: stylingf1053d9refac📊 Changes
76 files changed (+646 additions, -499 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
backend/open_webui/main.py(+22 -19)📝
backend/open_webui/models/groups.py(+15 -7)📝
backend/open_webui/routers/images.py(+4 -0)📝
backend/open_webui/tools/builtin.py(+63 -0)📝
backend/open_webui/utils/chat.py(+0 -5)📝
backend/open_webui/utils/middleware.py(+26 -1)📝
backend/open_webui/utils/models.py(+24 -12)📝
backend/open_webui/utils/tools.py(+7 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/images/index.ts(+4 -2)📝
src/lib/components/admin/Settings/Database.svelte(+101 -166)📝
src/lib/components/chat/Chat.svelte(+5 -1)📝
src/lib/components/chat/ModelSelector/ModelItemMenu.svelte(+28 -2)📝
src/lib/components/common/ToolCallDisplay.svelte(+65 -26)📝
src/lib/components/playground/Completions.svelte(+23 -19)📝
src/lib/i18n/locales/ar-BH/translation.json(+3 -3)📝
src/lib/i18n/locales/ar/translation.json(+3 -3)📝
src/lib/i18n/locales/bg-BG/translation.json(+3 -3)...and 56 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.