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: main ← Head: dev
main
dev
d1df748
1927467
1994d65
0bdcb5a
0472017
0842aca
16335f8
c6ed0b0
11f5292
a641325
26 files changed (+461 additions, -234 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/models/files.py
backend/open_webui/retrieval/utils.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/utils.py
backend/open_webui/utils/auth.py
backend/open_webui/utils/middleware.py
backend/open_webui/utils/models.py
backend/open_webui/utils/tools.py
package-lock.json
package.json
pyproject.toml
src/lib/apis/configs/index.ts
src/lib/components/AddTerminalServerModal.svelte
src/lib/components/admin/Settings/Integrations.svelte
src/lib/components/chat/Messages/Markdown/ConsecutiveDetailsGroup.svelte
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte
src/lib/components/chat/Settings/Integrations/Terminals.svelte
src/lib/components/chat/Settings/Integrations/Terminals/Connection.svelte
src/lib/components/common/ToolCallDisplay.svelte
...and 6 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:dev📝 Commits (10+)
d1df748Update fi-FI translation.json1927467Merge pull request #23097 from Kylapaallikko/dev1994d65fix: bs4 pip install0bdcb5aMerge pull request #23110 from joaoback/patch-330472017i18n: improve zh-CN translation (#23102)0842acai18n: Update catalan translation.json (#23069)16335f8refacc6ed0b0fix11f5292refaca641325refac📊 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.