github AgentWorkforce/relayfile v0.7.1

latest release: v0.7.2
8 hours ago

relayfile v0.7.1

Packages

  • @relayfile/core@0.7.1
  • @relayfile/sdk@0.7.1
  • relayfile@0.7.1
  • @relayfile/file-observer@0.7.1
  • @relayfile/local-mount@0.7.1

Install

npm install @relayfile/sdk@0.7.1
npm install relayfile@0.7.1
npm install @relayfile/file-observer@0.7.1
npm install @relayfile/local-mount@0.7.1

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.7.1/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

  • docs(readme): lead with the integration-filesystem-for-agents pitch + add comparison by @khaliqgant in #110
  • docs(readme): drop hardcoded mount path from pitch + update skill link by @khaliqgant in #111
  • docs(readme): add banner + real-time multi-agent sync section + Works with matrix by @khaliqgant in #112
  • docs(readme): drop "in the local workspace" parens from ecosystem links by @khaliqgant in #113
  • Add relayfile eval harness by @khaliqgant in #114
  • feat(mount): adopt __ filename convention (issue #106 PR 0) by @khaliqgant in #115
  • feat(mount): add _index.json everywhere + LAYOUT.md (issue #106 PR 1) by @khaliqgant in #116
  • feat(mount): semantic-key aliases (by-title / by-id) (issue #106 PR 2) by @khaliqgant in #117
  • feat(mount): by-state aliases + lazy GitHub materialization (issue #106 PR 3) by @khaliqgant in #120
  • fix(mount): default LazyRepos to off (opt-in for huge-org workspaces) by @khaliqgant in #121

Full Changelog: v0.7.0...v0.7.1

Don't miss a new relayfile release

NewReleases is sending notifications on new releases.