Skip to content

v10.6.4

Choose a tag to compare

@github-actions github-actions released this 18 Jul 17:26

agent-relay v10.6.4

Quick Install (no Node.js required!)

curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bash

npm install

npm install -g agent-relay@10.6.4
npm install @agent-relay/sdk@10.6.4
npm install @agent-relay/brand@10.6.4

Standalone binaries

Self-contained executables (no runtime dependencies).
Use .gz versions for faster downloads (~60-70% smaller).

Platform Compressed (recommended) Uncompressed
Linux x64 agent-relay-linux-x64.gz agent-relay-linux-x64
Linux ARM64 agent-relay-linux-arm64.gz agent-relay-linux-arm64
macOS Intel agent-relay-darwin-x64.gz agent-relay-darwin-x64
macOS Apple Silicon agent-relay-darwin-arm64.gz agent-relay-darwin-arm64

agent-relay-broker binaries

Broker binary for spawning and managing agents:

  • agent-relay-broker-linux-x64 - Linux x86_64
  • agent-relay-broker-linux-arm64 - Linux ARM64
  • agent-relay-broker-darwin-x64 - macOS Intel
  • agent-relay-broker-darwin-arm64 - macOS Apple Silicon
  • agent-relay-broker-win32-x64.exe - Windows x86_64

What's Changed

  • fix(cli): negotiate relayfile control-plane API before v3 calls by @khaliqgant in #1324
  • chore(trajectories): close orphaned verify-features trajectories by @khaliqgant in #1325
  • fix(ci): restore durable test execution by @khaliqgant in #1330
  • fix(relay-feature-guardian): clone relay repo for feature manifest by @khaliqgant in #1329
  • fix(relay-feature-guardian): checkpoint cycle receipts by @khaliqgant in #1331
  • fix(relay-feature-guardian): persist exact cycle state by @khaliqgant in #1332
  • fix(broker,utils): preserve mise/asdf-style CLI shims when spawning providers by @kjgbot in #1334

Full Changelog: v10.6.3...v10.6.4