Sentinel v0.8.5
Features
- app: guide Claude Code installation when the CLI is missing
- the add-account panel's CLI-not-found error now shows the platform's official install one-liner with a copy button (PowerShell installer on Windows, shell installer on macOS/Linux)
- add a Retry button that relaunches the setup-token terminal after the user installs the CLI, without closing the panel
Bug fixes
- app: find the Claude Code CLI on Windows in the add-account flow
- probe extension-aware Windows install paths (.local\bin\claude.exe native installer, %APPDATA%\npm\claude.cmd npm shim, .bun\bin\claude.exe) instead of extensionless Unix-shaped ones
- run the
where claudefallback with the augmented PATH so a CLI missing from the GUI process environment is still found - never resolve Claude Desktop's WindowsApps
claude.exeGUI alias as the CLI - spawn .cmd/.bat shims through
cmd.exe /c(ConPTY cannot exec batch files directly)
Maintenance
- app: format claudeInstall test per prettier
Full changelog: v0.8.4...v0.8.5