[PR #23120] [MERGED] 0.8.12 #42669

Closed
opened 2026-04-25 14:29:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/23120
Author: @tjbck
Created: 3/26/2026
Status: Merged
Merged: 3/27/2026
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

26 files changed (+461 additions, -234 deletions)

View changed files

📝 CHANGELOG.md (+16 -0)
📝 backend/open_webui/models/files.py (+2 -2)
📝 backend/open_webui/retrieval/utils.py (+6 -1)
📝 backend/open_webui/routers/configs.py (+86 -0)
📝 backend/open_webui/routers/utils.py (+6 -0)
📝 backend/open_webui/utils/auth.py (+9 -2)
📝 backend/open_webui/utils/middleware.py (+6 -1)
📝 backend/open_webui/utils/models.py (+4 -0)
📝 backend/open_webui/utils/tools.py (+1 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+1 -0)
📝 src/lib/apis/configs/index.ts (+46 -11)
📝 src/lib/components/AddTerminalServerModal.svelte (+23 -14)
📝 src/lib/components/admin/Settings/Integrations.svelte (+0 -1)
📝 src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte (+51 -0)
📝 src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte (+1 -0)
📝 src/lib/components/chat/Settings/Integrations/Terminals.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Integrations/Terminals/Connection.svelte (+1 -0)
📝 src/lib/components/common/ToolCallDisplay.svelte (+2 -1)

...and 6 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/23120 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/26/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`d1df748`](https://github.com/open-webui/open-webui/commit/d1df748de362f4f493faa4987b228b55dff0a12b) Update fi-FI translation.json - [`1927467`](https://github.com/open-webui/open-webui/commit/19274672f9c3330fdc4d8bd81eb1220ef837170c) Merge pull request #23097 from Kylapaallikko/dev - [`1994d65`](https://github.com/open-webui/open-webui/commit/1994d65306bbcc7406584e1bfef82f5d353fc91c) fix: bs4 pip install - [`0bdcb5a`](https://github.com/open-webui/open-webui/commit/0bdcb5a3374593a9f02a389a0a6eb2768a960f53) Merge pull request #23110 from joaoback/patch-33 - [`0472017`](https://github.com/open-webui/open-webui/commit/0472017cab71dabf602532821556e23c2aa57e8f) i18n: improve zh-CN translation (#23102) - [`0842aca`](https://github.com/open-webui/open-webui/commit/0842acad53ad590363381d923b17d576fb386787) i18n: Update catalan translation.json (#23069) - [`16335f8`](https://github.com/open-webui/open-webui/commit/16335f866ea4cedf00c4971963622fcc1fe02d82) refac - [`c6ed0b0`](https://github.com/open-webui/open-webui/commit/c6ed0b07884e54c612ad470747682c1390e19ec6) fix - [`11f5292`](https://github.com/open-webui/open-webui/commit/11f52921dc21c2dc61c03f12bcdf6f19140a350c) refac - [`a641325`](https://github.com/open-webui/open-webui/commit/a6413257079a52fa4487eda36543f3955d0fbd53) refac ### 📊 Changes **26 files changed** (+461 additions, -234 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+16 -0) 📝 `backend/open_webui/models/files.py` (+2 -2) 📝 `backend/open_webui/retrieval/utils.py` (+6 -1) 📝 `backend/open_webui/routers/configs.py` (+86 -0) 📝 `backend/open_webui/routers/utils.py` (+6 -0) 📝 `backend/open_webui/utils/auth.py` (+9 -2) 📝 `backend/open_webui/utils/middleware.py` (+6 -1) 📝 `backend/open_webui/utils/models.py` (+4 -0) 📝 `backend/open_webui/utils/tools.py` (+1 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+1 -0) 📝 `src/lib/apis/configs/index.ts` (+46 -11) 📝 `src/lib/components/AddTerminalServerModal.svelte` (+23 -14) 📝 `src/lib/components/admin/Settings/Integrations.svelte` (+0 -1) 📝 `src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte` (+51 -0) 📝 `src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte` (+1 -0) 📝 `src/lib/components/chat/Settings/Integrations/Terminals.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Integrations/Terminals/Connection.svelte` (+1 -0) 📝 `src/lib/components/common/ToolCallDisplay.svelte` (+2 -1) _...and 6 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-25 14:29:14 -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#42669