Skip to content

v4.5.1

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 18:34

What's Changed

Bug Fixes

  • Electron validation in MCP launch path: amicus doctor now validates Electron in the actual install that MCP councils run from, not just the doctor's own copy. This fixes the green-while-broken blind spot where doctor reported "Electron: ok" while ui: true runs failed with electron-absent. The fix enumerates running, global, and npx-cache installs and probes each through a dual-root resolver that accounts for npm's different nesting strategies across install types.

  • Electron state distinction: Split the electron-absent reason into two cases. electron-absent now means the electron package was never installed (possibly intentional for headless-only setups), while the new electron-broken: binary missing under <dir> covers the package-present-but-binary-missing state from interrupted postinstalls or AV quarantine. The broken state names the exact directory and points users to amicus doctor --fix for automated repair.

Full Changelog: v4.5.0...v4.5.1