You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, changing Chat Profile creates a new conversation and loses the chat history. This prevents several use cases where keeping the conversation context while changing the model/prompt would be valuable.
Describe the solution you'd like
Allow switching Chat Profile mid-conversation. The chat history (messages, user/assistant exchanges) is preserved, but subsequent user messages are routed to the new profile's configuration (model, system prompt, settings).
Is your feature request related to a problem? Please describe.
Currently, changing Chat Profile creates a new conversation and loses the chat history. This prevents several use cases where keeping the conversation context while changing the model/prompt would be valuable.
Describe the solution you'd like
Allow switching Chat Profile mid-conversation. The chat history (messages, user/assistant exchanges) is preserved, but subsequent user messages are routed to the new profile's configuration (model, system prompt, settings).
Use cases