github uditgoenka/autoresearch v1.3.3
v1.3.3 — Fix base /autoresearch command registration

latest releases: v2.2.1, v2.2.0, v2.1.4...
3 months ago

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

Don't miss a new autoresearch release

NewReleases is sending notifications on new releases.