Skip to content

Plugin 0.11.0 ships basecamp-connect skill for commands missing from the 0.11.0 release #746

Description

@vfonic

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

  1. Install CLI 0.11.0 (basecamp --versionbasecamp version 0.11.0).
  2. Install/update the Claude Code plugin (cache path ~/.claude/plugins/cache/37signals/basecamp/0.11.0/).
  3. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions