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
fix: preserve parent task mode when child tasks are created
- Add taskMode property to Task class to store each task's mode independently
- Update saveClineMessages to use task's own mode instead of provider's current state
- Add comprehensive test coverage for sticky mode functionality
- Fix error handling for provider.getState() failures
This ensures that when a child task is created and switches modes, it doesn't
affect the parent task's saved mode in the task history.
0 commit comments