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.jsonplugin 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
--forceto override
Full Changelog: v9.0.0...v9.0.1