github Yeachan-Heo/oh-my-claudecode v3.5.7
v3.5.7: Fix npm package name references

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

Bug Fix

Fixes #105 - npm E404 error when installing via npm

Problem

The npm package is published as oh-my-claude-sisyphus but documentation and code incorrectly referenced oh-my-claudecode, causing:

npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/oh-my-claudecode - Not found

Changes

  • src/features/auto-update.ts: Fixed npm install and npm list commands to use correct package name
  • docs/REFERENCE.md: Fixed installation command
  • docs/MIGRATION.md: Fixed install and verification commands
  • src/cli/README.md: Fixed CLI installation command

Notes

  • The plugin name oh-my-claudecode is preserved for Claude Code commands (e.g., /install-plugin oh-my-claudecode)
  • The npm package name oh-my-claude-sisyphus is used for npm operations

Installation

# Install via npm
npm install -g oh-my-claude-sisyphus

# Or install as Claude Code plugin
claude /install-plugin oh-my-claudecode

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

NewReleases is sending notifications on new releases.