Skip to content

v1.3.3 — Fix base /autoresearch command registration

Choose a tag to compare

@uditgoenka uditgoenka released this 16 Mar 17:43
· 124 commits to master since this release
0928894

Bug Fix

Fixes #22/autoresearch (without suffix like :debug or :fix) was throwing "Unknown skill: autoresearch" error.

Root Cause

Claude Code resolves slash commands via .claude/commands/<name>.md files. All subcommands (:debug, :fix, :plan, :security, :ship) had their registration files, but the base /autoresearch command was missing its registration file — only the directory existed.

What Changed

  • Added commands/autoresearch.md — base command registration with proper frontmatter, argument hints, and protocol loading instructions
  • Version bumped to 1.3.3

Upgrade

# If installed via plugin
/plugin install autoresearch@autoresearch

# If installed via git
cd ~/.claude/skills && git pull

Full Changelog

v1.3.2...v1.3.3