• v1.5.4 7324ba9a3d

    serrebi released this 2026-05-07 09:52:29 -07:00 | 28 commits to master since this release

    Fixes

    • Restores Claude CLI after interrupted npm/postinstall swaps leave bin\claude.exe.old.<timestamp> without bin\claude.exe.
    • Applies the repair during normal GUI installs, Windows one-click installs, and existing local updater recovery.
    • Keeps stale Claude .old.* backups cleaned up once claude.exe is healthy.

    Validation

    • py -3.14 -m unittest -q test_ai_cli_installer_gui.py
    • py -3.14 -m coverage run -m unittest -q test_ai_cli_installer_gui.py
    • powershell -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 list
    • powershell -NoProfile -ExecutionPolicy Bypass -File .\install_all_windows.ps1 install claude -DryRun -NoAutoUpdate
    • claude --version and cmd /c claude --version
    • cmd /c build_exe.bat
    Downloads