github nyldn/claude-octopus v9.0.1
v9.0.1 — Fix plugin install/uninstall name mismatch

latest releases: v9.30.0, v9.29.3, v9.29.2...
one month ago

Fix

Plugin install/uninstall was broken — the marketplace registered the plugin as claude-octopus while plugin.json identified it as octo. This caused /plugin uninstall and /plugin update to fail because the UI couldn't find the installed plugin.

What changed

  • marketplace.json plugin name: "claude-octopus""octo"
  • Install command is now: /plugin install octo@nyldn-plugins
  • All docs, tests, and scripts updated to match

For existing users

If you installed with the old name, uninstall and reinstall:

/plugin uninstall claude-octopus
/plugin install octo@nyldn-plugins

Also in this release

  • Reddit update scripts now skip patch releases (9.0.1, 9.0.2, etc.) — use --force to override

Full Changelog: v9.0.0...v9.0.1

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.