mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-12 00:43:31 -05:00
[PR #21445] [CLOSED] Feat/openwebui zai #26083
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/21445
Author: @drbasl
Created: 2/16/2026
Status: ❌ Closed
Base:
main← Head:feat/openwebui-zai📝 Commits (10+)
34367d1feat(ui): wire OpenRouter settings to chat metadata and policydfb1049test(e2e-min): add OpenRouter UI-to-policy integration coverage A-F77193d5docs: add OpenRouter UI configuration guide3996708feat(ui): simplify OpenRouter settings into Basic and Advancedceeb7d4Merge branch 'feat/openrouter-core-20260213'72bb495Merge branch 'feat/openrouter-ui-basic-advanced-20260213'7f315bbchore(git): ignore local virtualenv and test sqlite artifactsb4ac691feat(backend): add retrieval fallback, tool governance, and bootstrap router wiring2478a9achore(scripts): add baseline, smoke, and full workspace validation helpersa676479docs(ar): publish agent workspace execution, user guide, pipelines, policy, and go/no-go📊 Changes
35 files changed (+2927 additions, -25 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+49 -0)➕
VALIDATION_REPORT_AGENT_WORKSPACE_AR.md(+21 -0)➕
backend/open_webui/bootstrap/config.py(+68 -0)➕
backend/open_webui/bootstrap/middleware.py(+200 -0)➕
backend/open_webui/bootstrap/routers.py(+74 -0)➕
backend/open_webui/bootstrap/websocket.py(+8 -0)📝
backend/open_webui/routers/openai.py(+41 -9)📝
backend/open_webui/routers/retrieval.py(+253 -16)➕
backend/open_webui/test/test_openrouter_observability.py(+16 -0)➕
backend/open_webui/test/test_openrouter_policy.py(+168 -0)➕
backend/open_webui/test/test_openrouter_stream_smoke.py(+26 -0)➕
backend/open_webui/test/test_openrouter_ui_integration.py(+98 -0)➕
backend/open_webui/test/test_tool_governance.py(+137 -0)➕
backend/open_webui/test/test_web_search_governance.py(+79 -0)➕
backend/open_webui/test/test_youtube_governance.py(+50 -0)➕
backend/open_webui/utils/openrouter_observability.py(+44 -0)➕
backend/open_webui/utils/openrouter_policy.py(+348 -0)➕
backend/open_webui/utils/tool_governance.py(+188 -0)➕
docs/AGENT_WORKSPACE_DATA_POLICY_AR.md(+28 -0)...and 15 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
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.