Skip to content

v2.2.0

Latest

Choose a tag to compare

@sebyx07 sebyx07 released this 20 Mar 12:12

Fix: npx ai-media-cli now works

What changed

  • Fix: npx ai-media-cli previously failed with ai-media: not found because the bin entry didn't match the package name
  • Added ai-media-cli as the primary CLI command (matching the npm package name)
  • Kept ai-image as a backward-compatible alias
  • Updated all documentation to use ai-media-cli as the command name

Migration

No breaking changes. Both commands work:

npx ai-media-cli --help   # ✅ now works
ai-media-cli --help        # ✅ primary command
ai-image --help            # ✅ still works (alias)