mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #21107] Don't filter the current chat out of the "Reference Chats" menu #139110
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 @nahoj on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21107
Check Existing Issues
Verify Feature Scope
Problem Description
In a chat with several branch, I want to let the model read other branches. In the + > "Reference Chats" menu, the current chat is absent.
Desired Solution you'd like
The current chat is present in the "Reference Chats" list.
Alternatives Considered
Additional Context
No response
@nahoj commented on GitHub (Feb 2, 2026):
OK, maybe this should have been a discussion, as whether this is a good idea depends on the chat reference implementation and whether a model would get caught in a browsing loop of an ever-expanding chat.
I would also understand if this was considered a niche use case and confusing UX.
@Classic298 commented on GitHub (Feb 2, 2026):
Definitely not trivial to implement therefore does not fit the definition you read through.
And also should probably be realized by simply cloning the conversation and have the AI read the cloned conversation.
Does that not work for this use case?