Skip to content

v11.6.10

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 08:53
· 1 commit to main since this release

agent-relay v11.6.10

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@11.6.10
npm install @agent-relay/sdk@11.6.10
npm install @agent-relay/brand@11.6.10

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

  • 1540: [factory] fleet spawn cannot set a worker's working directory, so agents silently run in the node's cwd by @agent-relay-code[bot] in #1552
  • fix(broker,cli): stop escalating a single write_pty timeout into a full PTY input reconnect by @miyaontherelay in #1547
  • fix(broker): refuse to rotate a live worker's token on impersonation paths by @kjgbot in #1546
  • fix(fleet): stop redundant client-side merge on declared metadata publish by @miyaontherelay in #1514

Full Changelog: v11.6.9...v11.6.10