github Yeachan-Heo/oh-my-claudecode v3.4.3
v3.4.3 - Windows Installation Hotfix

latest releases: v4.13.6, v4.13.5, v4.13.4...
3 months ago

🔧 Hotfix

This release fixes a critical issue that prevented Windows users from installing oh-my-claudecode.

Bug Fix

  • Remove nul file that breaks Windows installation (#91)
    • A file literally named nul was accidentally created during the v3.4.2 release
    • On Windows, nul is a reserved device name (like /dev/null on Unix), so having a file with this name breaks git clone and npm install
    • Added nul and NUL to .gitignore to prevent future accidents

Upgrade

npm update -g oh-my-claude-sisyphus

Or if using Claude Code plugin system, reinstall:

claude /install-plugin https://github.com/Yeachan-Heo/oh-my-claudecode

Don't miss a new oh-my-claudecode release

NewReleases is sending notifications on new releases.