• v1.4.7-alpha 99e03381bf

    v1.4.7-alpha
    Some checks failed
    Publish / detect-release (push) Successful in 6s
    CI / lint (push) Successful in 11s
    CI / security (push) Successful in 11s
    Publish / tag (push) Successful in 4s
    CI / test (push) Successful in 17s
    Publish / publish-forgejo (push) Successful in 13s
    Publish / publish-npm (push) Successful in 12s
    Publish / publish-container (push) Failing after 14s
    Publish / promote-release (push) Successful in 5s
    Pre-release

    Gravity Bot released this 2026-02-16 03:27:41 +00:00 | 104 commits to main since this release

    What's Changed

    • OP#556: Fix CI container image builds — use Docker-in-Docker (docker:cli + docker:dind service) for the publish-container job in Forgejo Actions

    This is a CI-only fix. The first release to publish a Docker container image to the Forgejo registry.

    Install

    # npm (public)
    npx -y open-project-sidecar-mcp@1.4.7-alpha --setup
    
    # npm (Forgejo registry)
    npm install open-project-sidecar-mcp@1.4.7-alpha --registry=https://git.bros.ninja/api/packages/mike/npm/
    
    # Docker sidecar
    docker pull git.bros.ninja/mike/open-project-sidecar-mcp:1.4.7-alpha
    
    Downloads