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
- Add instance-specific mode storage to ClineProvider to isolate mode state per window
- Modify handleModeSwitch() to use instance storage instead of global state
- Update getState() and getStateToPostToWebview() to return instance-specific mode values
- Maintain backward compatibility by initializing new instances with current global mode
- Add comprehensive test suite for multi-window mode isolation scenarios
- Update existing tests to reflect new behavior where mode switches don't update global state
Fixes#5605
0 commit comments