github AgentWorkforce/relayfile v0.10.5

8 hours ago

relayfile v0.10.5

Packages

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

Install

npm install @relayfile/sdk@0.10.5
npm install @relayfile/agents@0.10.5
npm install relayfile@0.10.5
npm install @relayfile/file-observer@0.10.5
npm install @relayfile/local-mount@0.10.5
npm install @relayfile/sdk@0.10.5 --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.5/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

  • test(httpapi): pin bulk-write 202=synchronous contract; clarify OpenAPI spec (#306) by @khaliqgant in #307
  • feat(examples): agent-framework × integration example projects + SDK surface doc by @khaliqgant in #309
  • feat(sdk): self-host Connect + data-ready signal + agent-examples docs (#310, #311, #309 follow-up) by @khaliqgant in #312
  • feat(cli): add relayfile logout by @khaliqgant in #313
  • feat(cli): migrate agent-relay on/off mount UX into relayfile by @willwashburn in #229
  • fix(mountsync): ignore nested runtime state paths by @khaliqgant in #316
  • fix(release): regenerate lockfiles before tagging (#308) by @khaliqgant in #314
  • fix(cli): decouple integration connect from sync readiness by @khaliqgant in #315
  • Keep relayfile-mount alive under watcher pressure by @khaliqgant in #320

Full Changelog: v0.10.1...v0.10.5

Don't miss a new relayfile release

NewReleases is sending notifications on new releases.