relayfile v0.6.13
Packages
@relayfile/core@0.6.13@relayfile/sdk@0.6.13relayfile@0.6.13@relayfile/file-observer@0.6.13@relayfile/local-mount@0.6.13
Install
npm install @relayfile/sdk@0.6.13
npm install relayfile@0.6.13
npm install @relayfile/file-observer@0.6.13
npm install @relayfile/local-mount@0.6.13Binaries
Cross-compiled relayfile-mount binaries are attached to this
release for linux/amd64, linux/arm64, darwin/amd64, and darwin/arm64.
Downstream consumers (e.g. the cloud Daytona snapshot) can pin a
specific tag and curl the binary directly:
curl -fSL -o relayfile-mount \
https://github.com/AgentWorkforce/relayfile/releases/download/v0.6.13/relayfile-mount-linux-amd64
chmod +x relayfile-mountPublish Details
- Dist-tag:
latest - Provenance: enabled via
npm publish --provenance - Registry:
https://registry.npmjs.org
What's Changed
- docs: refresh launch README and guides by @khaliqgant in #94
- fix(sdk): auto-auth WS from client tokenProvider, fix polling fallback, log degraded mode by @khaliqgant in #96
- docs(openapi): add fork endpoints, forkId params, and spec-currency enforcement by @khaliqgant in #97
- fix(sdk): normalizeError must not assume ErrorEvent global by @khaliqgant in #98
- fix(sdk): drop stale RELAYFILE_TOKEN env shadow + recover from ws error with no successor close by @khaliqgant in #99
- feat(sdk): add agentInviteScoped() for true per-invite scope downscoping by @khaliqgant in #100
Full Changelog: v0.6.11...v0.6.13