🚨 Critical Fixes
Windows 11 Bun Auto-Install Fixed
- Problem: v7.1.0 had a chicken-and-egg bug where
bun smart-install.jsfailed if Bun wasn't installed - Solution: SessionStart hook now uses
node(always available) for smart-install.js - Impact: Fresh Windows installations now work out-of-box
Path Quoting for Windows
- Fixed
hooks.jsonto quote all paths - Prevents SyntaxError for usernames with spaces (e.g., "C:\Users\John Doe")
✨ New Feature
Automatic Worker Restart on Version Updates
- Worker now automatically restarts when plugin version changes
- No more manual
npm run worker:restartneeded after upgrades - Eliminates connection errors from running old worker code
📝 Notes
- No manual actions required - worker auto-restarts on next session start
- All future upgrades will automatically restart the worker
- Fresh installs on Windows 11 work correctly