Summary
The Claude Code plugin installed as 37signals/basecamp version 0.11.0 includes the basecamp-connect skill. That skill tells the agent to run basecamp auth agent connect and basecamp connect setup. The released basecamp 0.11.0 binary has neither command, so the skill fails on its first step.
Steps to reproduce
- Install CLI 0.11.0 (
basecamp --version → basecamp version 0.11.0).
- Install/update the Claude Code plugin (cache path
~/.claude/plugins/cache/37signals/basecamp/0.11.0/).
- Invoke
/basecamp:basecamp-connect.
Actual
$ basecamp auth agent connect -P 'bc-pink'
{"ok": false, "error": "unknown command \"agent\" for \"basecamp auth\"", "code": "usage", ...}
$ basecamp connect --help
{"ok": false, "error": "unknown command \"connect\" for \"basecamp\"", "code": "api_error", ...}
basecamp auth --help lists only login, logout, refresh, status, token.
Expected
The skills a plugin version ships should match the commands in the CLI release with the same version. Or the skill should check that the commands exist and say which CLI version it needs.
Cause (observed)
The plugin cache directory named 0.11.0 is a checkout of the repo at d4ebb19 (2026-09-17, #745), with no tags. That source defines the commands (internal/commands/auth_agent.go, internal/commands/connect.go), but they are not in the 0.11.0 release binary. The plugin appears to be published from main under the latest release's version label.
Environment
- macOS 15 (Darwin 24.6.0)
- CLI:
basecamp version 0.11.0 (~/.local/bin/basecamp)
- Plugin:
37signals/basecamp cache 0.11.0 @ d4ebb19
Summary
The Claude Code plugin installed as
37signals/basecampversion0.11.0includes thebasecamp-connectskill. That skill tells the agent to runbasecamp auth agent connectandbasecamp connect setup. The releasedbasecamp0.11.0 binary has neither command, so the skill fails on its first step.Steps to reproduce
basecamp --version→basecamp version 0.11.0).~/.claude/plugins/cache/37signals/basecamp/0.11.0/)./basecamp:basecamp-connect.Actual
basecamp auth --helplists onlylogin,logout,refresh,status,token.Expected
The skills a plugin version ships should match the commands in the CLI release with the same version. Or the skill should check that the commands exist and say which CLI version it needs.
Cause (observed)
The plugin cache directory named
0.11.0is a checkout of the repo atd4ebb19(2026-09-17, #745), with no tags. That source defines the commands (internal/commands/auth_agent.go,internal/commands/connect.go), but they are not in the 0.11.0 release binary. The plugin appears to be published frommainunder the latest release's version label.Environment
basecamp version 0.11.0(~/.local/bin/basecamp)37signals/basecampcache0.11.0@d4ebb19