github AgentWorkforce/relayfile v0.10.37

4 hours ago

relayfile v0.10.37

Packages

  • @relayfile/core@0.10.37
  • @relayfile/sdk@0.10.37
  • @relayfile/client@0.10.37
  • @relayfile/agents@0.10.37
  • relayfile@0.10.37
  • @relayfile/file-observer@0.10.37
  • @relayfile/local-mount@0.10.37
  • @relayfile/mount-darwin-arm64@0.10.37
  • @relayfile/mount-darwin-x64@0.10.37
  • @relayfile/mount-linux-arm64@0.10.37
  • @relayfile/mount-linux-x64@0.10.37

Install

npm install @relayfile/sdk@0.10.37
npm install @relayfile/client@0.10.37
npm install @relayfile/agents@0.10.37
npm install relayfile@0.10.37
npm install @relayfile/file-observer@0.10.37
npm install @relayfile/local-mount@0.10.37
npm install @relayfile/sdk@0.10.37 --include=optional

Binaries

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.10.37/relayfile-mount-linux-amd64
chmod +x relayfile-mount

Publish Details

  • Dist-tag: latest
  • Provenance: enabled via npm publish --provenance
  • Registry: https://registry.npmjs.org

What's Changed

  • fix(relayfile): detect stale concurrent writes in Store.BulkWrite by @khaliqgant in #370
  • fix(relayfile): narrow fork commit conflict check to per-touched-path by @khaliqgant in #371
  • feat(relayfile): fork rebase primitive (recover from parent_moved) by @khaliqgant in #372
  • feat(relayfile): symbol-level merge for concurrent Go edits (Phase 3) by @khaliqgant in #373
  • feat(relayfile): mount rollout — auto-route same-path Go conflicts through symbol merge (Phase 4) by @khaliqgant in #374
  • feat(relayfile): language-agnostic three-way line merge (Phase 5) by @khaliqgant in #375
  • fix(relayfile,mountsync): harden three-way merge and mount-restart recovery via fuzzing + live chaos testing by @khaliqgant in #376

Full Changelog: v0.10.36...v0.10.37

Don't miss a new relayfile release

NewReleases is sending notifications on new releases.