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
Describe the bug
I would like to ask why these two attributes are consistently not cleared. Do these fields store the history of all tasks or just the history of a single task?: private thoughtHistory: ThoughtData[] = []; and private branches: Record<string, ThoughtData[]> = {};