• v1.4.5-alpha 77ec80fb23

    v1.4.5-alpha
    All checks were successful
    Publish / detect-release (push) Successful in 4s
    CI / lint (push) Successful in 7s
    CI / security (push) Successful in 9s
    Publish / tag (push) Successful in 5s
    CI / test (push) Successful in 15s
    Publish / publish-forgejo (push) Successful in 9s
    Publish / publish-npm (push) Successful in 12s
    Publish / promote-release (push) Successful in 2s
    Pre-release

    Gravity Bot released this 2026-02-16 01:22:14 +00:00 | 118 commits to main since this release

    What's Changed

    Smart URL Normalization (OP#527)

    When users enter a bare hostname like dockyard:8940 without a protocol prefix, the wizard now automatically probes both protocols instead of failing:

    1. Tries https:// first (preferred)
    2. Falls back to http:// with an insecure-connection warning requiring explicit user confirmation
    3. If the user explicitly typed http://, also warns and asks for confirmation

    Applied to all URL input points in the wizard:

    • Docker sidecar connect (both wizard paths)
    • OpenProject domain resolution (both wizard paths)

    Tests (OP#528)

    10 new unit tests covering normalizeAndProbeUrl: protocol passthrough, bare hostname probing, host:port handling, insecure decline flow, trailing slash stripping, both-fail case. 174 total tests, 0 failures.

    Install

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