relayfile v0.8.6
Packages
@relayfile/core@0.8.6@relayfile/sdk@0.8.6relayfile@0.8.6@relayfile/file-observer@0.8.6@relayfile/local-mount@0.8.6
Install
npm install @relayfile/sdk@0.8.6
npm install relayfile@0.8.6
npm install @relayfile/file-observer@0.8.6
npm install @relayfile/local-mount@0.8.6Binaries
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.8.6/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
- fix(mount): converge bootstrap by yielding slow/empty/429 export to resumable tree pull (#1499 / cloud #1516 Gate B) by @khaliqgant in #223
- fix(mount): clamp exportTimeout under positive bootstrap hard cap + narrow 429 fallback to workspace_busy (#223 follow-up) by @khaliqgant in #224
Full Changelog: v0.8.5...v0.8.6