Original PR: https://github.com/open-webui/open-webui/pull/15698 Author: @ghost Created: 7/14/2025 Status: ❌ Closed
Base: main ← Head: main
main
148e518
a49427e
a546543
6c9a596
18a2f87
749e6ab
c4f3e46
42410eb
482456e
67 files changed (+243 additions, -270 deletions)
📝 .github/workflows/build-release.disabled (+0 -0) 📝 .github/workflows/deploy-to-hf-spaces.disabled (+0 -0) 📝 .github/workflows/docker-build.disabled (+0 -0) 📝 .github/workflows/release-pypi.disabled (+0 -0) 📝 Dockerfile (+2 -2) 📝 README.md (+2 -265) 📝 backend/open_webui/utils/middleware.py (+1 -0) 📝 backend/open_webui/utils/payload.py (+31 -0) ➕ backend/start_cxnpl.sh (+39 -0) 📝 src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte (+32 -0) 📝 src/lib/constants.ts (+2 -3) 📝 src/lib/i18n/locales/ar-BH/translation.json (+2 -0) 📝 src/lib/i18n/locales/ar/translation.json (+2 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+2 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+2 -0) 📝 src/lib/i18n/locales/bo-TB/translation.json (+2 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+2 -0) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+2 -0) 📝 src/lib/i18n/locales/cs-CZ/translation.json (+2 -0) 📝 src/lib/i18n/locales/da-DK/translation.json (+2 -0)
.github/workflows/build-release.disabled
.github/workflows/deploy-to-hf-spaces.disabled
.github/workflows/docker-build.disabled
.github/workflows/release-pypi.disabled
Dockerfile
README.md
backend/open_webui/utils/middleware.py
backend/open_webui/utils/payload.py
backend/start_cxnpl.sh
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte
src/lib/constants.ts
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/ar/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/bo-TB/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
...and 47 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/15698
Author: @ghost
Created: 7/14/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (9)
148e518Allow UI devmode and fix blank MCP call (#3, #4)a49427eGGGG-20 Uvicorn TLS support (#1)a546543Clean upstream README (#2)6c9a596Merge branch 'open-webui/open-webui:main' into upstream-0.6.1518a2f87Merge pull request #5 from Constantinople-AI/upstream-0.6.15749e6abdisable release workflowsc4f3e46Merge pull request #7 from Constantinople-AI/disable-cd42410ebSuppress reasoning after tool/interpreter use for Anthropic compatibility (#6)482456eAdded File ID to OpenWebUI Context String (#8)📊 Changes
67 files changed (+243 additions, -270 deletions)
View changed files
📝
.github/workflows/build-release.disabled(+0 -0)📝
.github/workflows/deploy-to-hf-spaces.disabled(+0 -0)📝
.github/workflows/docker-build.disabled(+0 -0)📝
.github/workflows/release-pypi.disabled(+0 -0)📝
Dockerfile(+2 -2)📝
README.md(+2 -265)📝
backend/open_webui/utils/middleware.py(+1 -0)📝
backend/open_webui/utils/payload.py(+31 -0)➕
backend/start_cxnpl.sh(+39 -0)📝
src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte(+32 -0)📝
src/lib/constants.ts(+2 -3)📝
src/lib/i18n/locales/ar-BH/translation.json(+2 -0)📝
src/lib/i18n/locales/ar/translation.json(+2 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+2 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+2 -0)📝
src/lib/i18n/locales/bo-TB/translation.json(+2 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+2 -0)📝
src/lib/i18n/locales/ceb-PH/translation.json(+2 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+2 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+2 -0)...and 47 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.