0acef57865
fix(cli): normalize MSYS2/Git-Bash paths in cliRuntime.ts (#510) - Add normalizeMsys2Path() helper: /c/Program Files/... → C:\Program Files\... - Apply to both Windows 'where' and Unix 'command -v' path resolution - Fixes 'CLI not detected' on Windows when running Git Bash / MSYS2 fix(cli-launcher): detect mise/nvm on server.js not found error (#492) - Show targeted fix instructions based on which Node manager is in use - mise users: told to use npx or mise exec - nvm users: reminded to nvm use --lts before reinstalling docs(issues): add pnpm bindings workaround comment (#520) docs(issues): note OpenCode/Lobehub icons coming in v3.0.0 (#529)