mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #23654] [CLOSED] Feature/slim openclaw runtime #27303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/23654
Author: @dnakul2000
Created: 4/13/2026
Status: ❌ Closed
Base:
main← Head:feature/slim-openclaw-runtime📝 Commits (9)
3ab1158apply grc patches3c9d0f4Add BioCommons GRC branding assetsd1e7248Make optional integrations conditional for BioCommons GRC6e523f5Suppress noisy Svelte self-closing tag warningsfe1048eAvoid eager vector DB initialization in file routes2c49e82Lazy-load vector DB clients and suppress noisy Svelte warnings886bfe5Suppress additional Svelte build warnings1283a17Suppress remaining frontend build warningsb0dd81bSlim Open WebUI runtime dependencies📊 Changes
57 files changed (+508 additions, -155 deletions)
View changed files
📝
backend/open_webui/config.py(+8 -3)📝
backend/open_webui/env.py(+0 -2)📝
backend/open_webui/main.py(+8 -2)📝
backend/open_webui/retrieval/loaders/main.py(+59 -20)📝
backend/open_webui/retrieval/utils.py(+12 -6)📝
backend/open_webui/retrieval/web/duckduckgo.py(+12 -2)📝
backend/open_webui/retrieval/web/main.py(+20 -6)📝
backend/open_webui/routers/auths.py(+11 -3)📝
backend/open_webui/routers/files.py(+16 -8)📝
backend/open_webui/routers/knowledge.py(+17 -12)📝
backend/open_webui/routers/memories.py(+13 -8)📝
backend/open_webui/routers/openai.py(+11 -2)📝
backend/open_webui/routers/retrieval.py(+16 -12)📝
backend/open_webui/routers/users.py(+14 -3)📝
backend/open_webui/routers/utils.py(+18 -2)➖
backend/open_webui/static/apple-touch-icon.png(+0 -0)➖
backend/open_webui/static/custom.css(+0 -0)➖
backend/open_webui/static/favicon-96x96.png(+0 -0)➖
backend/open_webui/static/favicon-dark.png(+0 -0)➖
backend/open_webui/static/favicon.ico(+0 -0)...and 37 more files
📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.Changelog Entry
Description
Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.