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
feat: prevent file corruption from focus switching during active editing
- Add ActivityDetector utility to track user typing/editing activity
- Integrate activity detection into all file editing tools
- Wait for 2-second inactivity timeout before file operations
- Show warning dialog if user remains active after 10 seconds
- Enable PREVENT_FOCUS_DISRUPTION experiment by default
- Add comprehensive tests for activity detection
Fixes#8840
0 commit comments