Original PR: https://github.com/open-webui/open-webui/pull/18402 Author: @tjbck Created: 10/17/2025 Status: ✅ Merged Merged: 11/6/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
d13a35a
a9c4e4b
eff4022
27e85e4
f170f37
7c393bc
185e01e
a483d41
c0a91b5
f97e739
183 files changed (+8353 additions, -6878 deletions)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+6 -2) 📝 .github/ISSUE_TEMPLATE/feature_request.yaml (+23 -6) 📝 .github/pull_request_template.md (+10 -5) 📝 CHANGELOG.md (+87 -0) 📝 README.md (+1 -38) 📝 backend/open_webui/config.py (+133 -41) 📝 backend/open_webui/main.py (+149 -14) 📝 backend/open_webui/models/chats.py (+11 -3) 📝 backend/open_webui/models/oauth_sessions.py (+11 -0) 📝 backend/open_webui/retrieval/loaders/external_document.py (+7 -0) 📝 backend/open_webui/retrieval/loaders/main.py (+7 -19) 📝 backend/open_webui/retrieval/loaders/mistral.py (+12 -10) 📝 backend/open_webui/retrieval/loaders/youtube.py (+4 -4) 📝 backend/open_webui/retrieval/utils.py (+42 -36) 📝 backend/open_webui/retrieval/web/firecrawl.py (+9 -18) 📝 backend/open_webui/retrieval/web/google_pse.py (+5 -0) 📝 backend/open_webui/retrieval/web/utils.py (+81 -46) 📝 backend/open_webui/routers/audio.py (+202 -4) 📝 backend/open_webui/routers/auths.py (+9 -0) 📝 backend/open_webui/routers/configs.py (+19 -1)
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/ISSUE_TEMPLATE/feature_request.yaml
.github/pull_request_template.md
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/oauth_sessions.py
backend/open_webui/retrieval/loaders/external_document.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/mistral.py
backend/open_webui/retrieval/loaders/youtube.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/firecrawl.py
backend/open_webui/retrieval/web/google_pse.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/configs.py
...and 80 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/18402
Author: @tjbck
Created: 10/17/2025
Status: ✅ Merged
Merged: 11/6/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
d13a35afix: auto show artifacts when opening a conversationa9c4e4bfix: auto show artifacts when opening a conversationeff4022i18n: add more greek translations27e85e4Merge pull request #18372 from Tsafaras/i18n/more-greek-translationsf170f37i18n: improve zh-CN translation7c393bci18n: improve zh-TW translation185e01eGerman translation of new strings in i18na483d41Patch 1 (#22)c0a91b5Update translation.json (pt-BR)f97e739Merge pull request #18394 from joaoback/patch-13📊 Changes
183 files changed (+8353 additions, -6878 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+6 -2)📝
.github/ISSUE_TEMPLATE/feature_request.yaml(+23 -6)📝
.github/pull_request_template.md(+10 -5)📝
CHANGELOG.md(+87 -0)📝
README.md(+1 -38)📝
backend/open_webui/config.py(+133 -41)📝
backend/open_webui/main.py(+149 -14)📝
backend/open_webui/models/chats.py(+11 -3)📝
backend/open_webui/models/oauth_sessions.py(+11 -0)📝
backend/open_webui/retrieval/loaders/external_document.py(+7 -0)📝
backend/open_webui/retrieval/loaders/main.py(+7 -19)📝
backend/open_webui/retrieval/loaders/mistral.py(+12 -10)📝
backend/open_webui/retrieval/loaders/youtube.py(+4 -4)📝
backend/open_webui/retrieval/utils.py(+42 -36)📝
backend/open_webui/retrieval/web/firecrawl.py(+9 -18)📝
backend/open_webui/retrieval/web/google_pse.py(+5 -0)📝
backend/open_webui/retrieval/web/utils.py(+81 -46)📝
backend/open_webui/routers/audio.py(+202 -4)📝
backend/open_webui/routers/auths.py(+9 -0)📝
backend/open_webui/routers/configs.py(+19 -1)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.