mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #24677] issue: default tools not persisting when switching between chats #91117
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 @Classic298 on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24677
now:
@owui-terminator[bot] commented on GitHub (May 13, 2026):
🔍 Related Issues Found
I found some existing issues that might be related. Please check if any of these are duplicates or contain helpful solutions:
🟣 #14157 issue: Switching models in chat does not deselect previously selected tools
Directly about model switching and tool state not being cleared/updated correctly. The reported bug is another manifestation of model-level tool selection not reflecting the active chat/model state when switching conversations.
by jrkropp ·
bug,help wanted,testing wanted🟣 #24310 issue: Chat-specific model/system prompt/settings are not persisted after switching chats in v0.9.2
This is the closest broader persistence bug: chat-specific model/settings are lost after switching chats and returning. Your issue specifically says default tools disappear when revisiting an old chat, which fits the same non-persisted chat-state pattern.
by Bennowan ·
bug🟣 #24142 issue: Knowledge collection (selected via #) disappears after page reload / chat switch
Selected knowledge collections disappearing on chat switch/reload is the same class of state-loss problem for chat-attached options. It suggests related persistence behavior for per-chat sidebar/input selections.
by taka817123 ·
bug🟣 #22913 issue: Chat input loses skill and @ model selection state on page refresh
This issue shows input selection state being lost on refresh, which is another example of Open WebUI not restoring chat UI state across navigation. It is less direct than the others but still related to state persistence in the chat composer.
by silentoplayz ·
bug,confirmed issue💡 If your issue is a duplicate, please close it and add any additional details to the existing issue instead.
This comment was generated automatically. React with 👍 if helpful, 👎 if not.