github nyldn/claude-octopus v7.5.5
v7.5.5: Fixed Command YAML Frontmatter

latest releases: v9.21.0, v9.20.3, v9.20.2...
2 months ago

🐛 Critical Bug Fix - Commands Now Work!

Fixed Command Discovery (Real Fix This Time!)

Commands now actually appear in slash command autocomplete when typing /claude-octopus:

What was REALLY broken:

  • Command files used name: in YAML frontmatter
  • Claude Code requires command: field for command discovery
  • v7.5.4 fixed plugin.json but didn't fix the command files themselves

What's fixed:

  • ✅ All 7 command files now use command: field (not name:)
  • ✅ Updated all descriptions to use /claude-octopus: namespace
  • ✅ Commands now properly discovered:
    • /claude-octopus:sys-setup
    • /claude-octopus:sys-update
    • /claude-octopus:skill-knowledge-mode
    • /claude-octopus:setup (shortcut)
    • /claude-octopus:update (shortcut)
    • /claude-octopus:check-update (shortcut)
    • /claude-octopus:km (shortcut)

Root cause analysis:
The issue had TWO parts:

  1. v7.5.4 fixed explicit registration in plugin.json ✅
  2. v7.5.5 fixed YAML frontmatter in command files ✅ (THIS RELEASE)

Both fixes were needed for commands to appear in autocomplete.

How to update:
Run /claude-octopus:update --update (if it works!) or manually:
```bash
/plugin uninstall claude-octopus
/plugin marketplace update nyldn-plugins
/plugin install claude-octopus@nyldn-plugins
```

After installation, restart Claude Code, then type /claude-octopus: to see all commands!

Test it:

  1. Type /claude - should show /claude-octopus: commands in autocomplete
  2. Type /claude-octopus: - should show all 7 commands
  3. Try a command like /claude-octopus:setup

Full Changelog: v7.5.4...v7.5.5

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.