mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #11454] feat: Message pinning #135964
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 @CrPO4 on GitHub (Mar 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11454
Check Existing Issues
Problem Description
Right now, the only way to extend chat context is to edit system prompt, or to use memories.
Memories are global, thus have some limitations.
Message pinning should help with this.
Desired Solution you'd like
Have a button under a message, that will "pin" a message to some menu, and that will be automatically added to system prompt in current chat, making current models memories "temporary" (i.e. won't affect other chats) and "permanen" (i e. current chat will always be affected by data that is contained in these messages)
Alternatives Considered
Memories - they work but they also affect other models.
Additional Context
No response