[PR #21458] [MERGED] 0.8.3 #26089

Closed
opened 2026-04-20 06:19:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/21458 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 2/16/2026 **Status:** ✅ Merged **Merged:** 2/17/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`519ff40`](https://github.com/open-webui/open-webui/commit/519ff40cb69cdc1d215cee369e9db70ff7438153) refac - [`f364b2d`](https://github.com/open-webui/open-webui/commit/f364b2d205460dc1b0daa02ab7601fbe9dd62342) refac - [`0b2abe6`](https://github.com/open-webui/open-webui/commit/0b2abe6cb850d8c376ba39982785714218f3ac4c) I18n: improve Chinese translation (#21460) - [`656de56`](https://github.com/open-webui/open-webui/commit/656de56a3ef9113c42f37aa527d4c01cc964eb92) fix: gracefully handle missing functions when loading models (#21476) - [`1984ce4`](https://github.com/open-webui/open-webui/commit/1984ce42aae96f4e6e55e50db1d022fc8c2d1cc2) Update Chat.svelte (#21479) - [`8adf2b3`](https://github.com/open-webui/open-webui/commit/8adf2b33b41f79ca562f1224c5b1046430ee63c5) i18n: (pt-BR): add translations for newly added UI items + consistency pass (#21472) - [`337109e`](https://github.com/open-webui/open-webui/commit/337109e99ce390f55a9085d0a301853637923779) refac - [`e5e39be`](https://github.com/open-webui/open-webui/commit/e5e39be90f141e187fa69f557db776fc7bd4ac1d) refac - [`10cfddc`](https://github.com/open-webui/open-webui/commit/10cfddccd7ae017c7e268820b755e4033e88943a) refac: styling - [`f1053d9`](https://github.com/open-webui/open-webui/commit/f1053d94c7ef7b8b78682dd73586b65a84d202a1) refac ### 📊 Changes **76 files changed** (+646 additions, -499 deletions) <details> <summary>View changed files</summary> 📝 `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_ </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-04-20 06:19:03 -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#26089