Skip to content

v0.9.6

Choose a tag to compare

@github-actions github-actions released this 23 Jun 15:33
· 2 commits to main since this release
e0c797a

Patch Changes

  • #180 f9d3ae4 Thanks @LiranCohen! - fix: skip local daemon when cloning repos owned by a different DID

    The local daemon resolver now checks ownerDid in the lockfile and
    only routes to localhost when the requested DID matches the daemon
    owner. Previously, cloning any DID would hit the local daemon — which
    does not have the remote user's repos — and fail with 404.