relayfile v0.7.23
Packages
@relayfile/core@0.7.23@relayfile/sdk@0.7.23relayfile@0.7.23@relayfile/file-observer@0.7.23@relayfile/local-mount@0.7.23
Install
npm install @relayfile/sdk@0.7.23
npm install relayfile@0.7.23
npm install @relayfile/file-observer@0.7.23
npm install @relayfile/local-mount@0.7.23Binaries
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.7.23/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(mountsync): converge large workspaces — bootstrap timeout, safe fast-path, resumable pull by @khaliqgant in #166
- feat(workspace): complete PR-39 local primitives and digest runtime by @khaliqgant in #167
Full Changelog: v0.7.22...v0.7.23