mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[PR #21173] [CLOSED] Change icon #49006
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/21173
Author: @lemondatar
Created: 2/5/2026
Status: ❌ Closed
Base:
main← Head:change-icon📝 Commits (10+)
b731c64feat: Add local MCP server integration for tool registration, discovery, and invocation in Open WebUIa088bb8feat: Add product requirements document for local MCP tool integration in Open WebUI7779a25Create GroupPRD.md10afdfbUpdate PRD7132de6feat: Enhance tool registration documentation for external OpenAPI Tool Servers and internal Python tools828bb66docs: Update documentation for local MCP tool integration and clarify tool invocation processes3a7bb84docs: Update PRD writing guidelines to enhance clarity, completeness, and error handling strategies2d82aefEnhance tool registration documentation and introduce mcpo READMEa4fed4dfeat: Enhance local tool integration by ensuring isolation in multi-user environments8608e08feat: implement group synchronization service for user login📊 Changes
123 files changed (+8574 additions, -809 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+82 -0)📝
.gitignore(+10 -0)➕
.vscode/Microsoft.PowerShell_profile.ps1(+14 -0)➕
.vscode/launch.json(+35 -0)📝
Dockerfile(+22 -2)📝
LICENSE(+1 -1)📝
README.md(+55 -41)➕
THIRD_PARTY_LICENSES(+42 -0)➕
acp-3825-search-plan-agent-buttons/README.md(+63 -0)➕
acp-3835-selectable-knowledge-source/README.md(+69 -0)➕
backend/DB-Migration-ACP-3780/dev-openwebui-schema.sqlserver.sql(+360 -0)➕
backend/DB-Migration-ACP-3780/import_data_to_mssql.py(+541 -0)➕
backend/DB-Migration-ACP-3780/資料庫遷移標準作業程序 (SOP).md(+1 -0)📝
backend/open_webui/config.py(+30 -2)📝
backend/open_webui/env.py(+40 -3)📝
backend/open_webui/functions.py(+3 -1)📝
backend/open_webui/internal/db.py(+18 -1)📝
backend/open_webui/main.py(+23 -7)📝
backend/open_webui/models/auths.py(+1 -1)📝
backend/open_webui/models/chats.py(+146 -59)...and 80 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. Not targeting thedevbranch will lead to immediate closure of the PR.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.