• v1.4.8-alpha e42002d501

    v1.4.8-alpha
    Some checks failed
    Publish / detect-release (push) Successful in 7s
    CI / lint (push) Successful in 10s
    CI / security (push) Successful in 9s
    CI / test (push) Successful in 14s
    Publish / tag (push) Successful in 7s
    Publish / publish-forgejo (push) Successful in 13s
    Publish / publish-npm (push) Successful in 10s
    Publish / promote-release (push) Successful in 1s
    Publish / publish-container (push) Failing after 4m56s
    Pre-release

    Gravity Bot released this 2026-02-16 03:32:48 +00:00 | 102 commits to main since this release

    What's Changed

    • OP#556: Fix CI container image builds — use node:18-alpine with docker-cli and Docker-in-Docker service for the publish-container job in Forgejo Actions

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

    Install

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