mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[GH-ISSUE #22602] feat: chat integrations menu support featured options #123072
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 @track0x1 on GitHub (Mar 12, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22602
Check Existing Issues
Verify Feature Scope
Problem Description
Similar to the interfaces provided by many big name AI chat platforms, users cannot easily see the most relevant integrations that they would like to toggle (typically Thinking, Web Search). Instead, they need to open the integrations tooltip to see them.
Desired Solution you'd like
An option within a model's global settings to specify which integrations should always appear in the chat box, regardless of their toggle state (currently, only integrations toggled on are displayed).
The persisted state could match what is demonstrated in this screenshot (before integrations were grouped into a tooltip menu):

Alternatives Considered
No response
Additional Context
No response