• v1.4.17-alpha c4bf8e055a

    v1.4.17-alpha
    All checks were successful
    CI / lint (push) Successful in 9s
    Publish / detect-release (push) Successful in 6s
    CI / security (push) Successful in 9s
    CI / test (push) Successful in 16s
    Publish / tag (push) Successful in 4s
    Publish / publish-forgejo (push) Successful in 8s
    Publish / publish-npm (push) Successful in 13s
    Publish / promote-release (push) Successful in 1s
    Publish / publish-container (push) Successful in 24s
    Pre-release

    Gravity Bot released this 2026-02-16 06:56:13 +00:00 | 76 commits to main since this release

    What's Changed

    Setup Wizard Improvements

    • Handle existing MCP config: When claude mcp add fails because a config already exists, the wizard now offers to replace it instead of failing with raw JSON instructions.
    • Validate API key before registering: After confirming the sidecar is reachable via /health, the wizard now tests the /mcp endpoint with the provided Bearer token. If auth fails, the user is prompted to re-enter the correct key or cancel — preventing broken configs from being registered silently.

    Testing

    • 3 new tests for testAuth (correct key, wrong key, network error)
    • Total: 225 tests passing

    Full Changelog: https://git.bros.ninja/mike/open-project-sidecar-mcp/compare/v1.4.15-alpha...v1.4.17-alpha

    Downloads