• v1.4.4-alpha 0cca9a7ccd

    v1.4.4-alpha
    All checks were successful
    CI / security (push) Successful in 7s
    Publish / detect-release (push) Successful in 7s
    CI / lint (push) Successful in 10s
    Publish / tag (push) Successful in 4s
    CI / test (push) Successful in 17s
    Publish / publish-forgejo (push) Successful in 10s
    Publish / publish-npm (push) Successful in 11s
    Publish / promote-release (push) Successful in 2s
    Pre-release

    Gravity Bot released this 2026-02-16 01:01:05 +00:00 | 123 commits to main since this release

    What's Changed

    Setup Wizard UX Overhaul (Epic OP#523)

    • OP#518: Improved error messaging when .env exists but is missing required values — now suggests --setup flag for reinstalls and distinguishes "found but incomplete" from "not found" in non-TTY mode
    • OP#519: Fixed duplicate service bug in Docker compose handling — services are now replaced in-place instead of appended, prompts correctly say "Update/Replace" for existing services, removed dangerous regex-based service removal
    • OP#520: Fixed Claude Code registration scope — now cleans existing config from both project and user scopes before adding, uses execFileSync for HTTP mode to prevent shell injection from base64 characters in API keys
    • OP#521: Setup wizard now reuses existing MCP_API_KEY from compose .env instead of always generating a new one — prevents 401 errors when the registered key doesn't match the running sidecar
    • OP#522: Improved start/restart language and manual command hints — uses "Restart" for existing services, includes -f compose path in fallback commands
    • OP#524: Added 11 unit tests covering readExistingMcpApiKey, findExistingMcpService port extraction, and replaceMcpServiceInCompose (164 total tests, 0 failures)

    Install

    npx -y open-project-sidecar-mcp@1.4.4-alpha --setup
    
    Downloads