mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #17533] feat: #56988
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?
Originally created by @rober-tm on GitHub (Sep 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17533
Check Existing Issues
Problem Description
New menu version 0.6.29 does not allow having default tools active
The new menu is great, but when you select a tool and switch to a new chat, the selection is lost.
I don't know if it will be useful for everyone, but for me it's very useful that some tools that come from mcpo are always active, since I use the chat to call tools all the time.
Desired Solution you'd like
Add a checkbox to the menu where tools are added in settings that forces them to always be active.
There's already something similar, but this disables the tool completely.
Alternatives Considered
Save the tool selection in a permanent state, which persists when switching to a new, blank chat, and the state is maintained in the chat. That is, if you select three tools in a chat, the state of the tools you used will be saved when you exit and re-enter that chat.
P.S.: I think this is how it's being implemented, but the tool selection is lost only when you go to a new chat.
Additional Context
No response