What's New in v2.7.5
🐛 Bug Fixes
- fix(ux): New users on Windows no longer get locked out — the login page now shows the default password hint: "Default password: 123456 (unless INITIAL_PASSWORD was set)" (#437)
- fix(cli): Claude CLI, opencode, and other npm-installed tools now correctly detected as runnable on Windows.
spawn()now usesshell: truewhen on Windows so Node.js can resolve.cmdwrappers via PATHEXT — previously these would show as "CLI installed but not runnable" even when correctly installed (#447)
🧪 Tests
- 770 tests passing ✅
What's Changed
- fix: login default password hint + Windows CLI healthcheck shell resolution by @diegosouzapw in #448
Full Changelog: v2.7.4...v2.7.5