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
If the user is prompting in a single chat, then they make manual edits, then they go back to the same conversation, the context doesn't seem to be updated with manual edits.
When the user makes a new chat after manual edits, the code returns to the original state + the new changes as if the manual changes were not included in the new prompt. This is frustrating for a user because it undoes all of the style work.
It seems like perhaps some of the style changes persist in the editor, but when you refresh the page they go away.