mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-09 23:35:09 -05:00
feat: Improve @ Command Model Selection with Search/Filter Functionality #6345
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 @ChGoh7 on GitHub (Sep 9, 2025).
Check Existing Issues
Problem Description
Currently, the
@command in OpenWebUI lacks the search/filter functionality that is available with the/and#commands. When users type@to select a model:/and#) which properly support continued typing to filter optionsThis inconsistency creates a disjointed user experience and significantly reduces efficiency when working with multiple models, especially in environments with a large number of available models.
Desired Solution you'd like
I would like the
@command to be enhanced with the same search/filter functionality that exists for the/and#commands. Specifically:@, the model selection menu should appear/and#command behaviorThis would make the
@command behavior consistent with other commands in OpenWebUI and significantly improve the user experience when switching between models.Alternatives Considered
The preferred solution of adding filtering to the
@command is the most appropriate as it maintains consistency with existing commands, requires minimal UI changes, and addresses the core usability issue.Additional Context
This feature request is based on observed behavior during regular use of OpenWebUI. The inconsistency between command behaviors is particularly noticeable when:
/and#commands naturally expect the same functionality from@Implementing this feature would:
This enhancement would be particularly valuable for power users and those working in environments with many available models, while also benefiting new users by providing consistent interaction patterns across all commands.
@tjbck commented on GitHub (Sep 9, 2025):
Fixed in dev f2a09c71499489ee71599af4a179e7518aaf658b!
@ChGoh7 commented on GitHub (Sep 9, 2025):
Quick fix, thanks👍