agent-relay v11.8.2
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@11.8.2
npm install @agent-relay/sdk@11.8.2
npm install @agent-relay/brand@11.8.2Standalone 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_64agent-relay-broker-linux-arm64- Linux ARM64agent-relay-broker-darwin-x64- macOS Intelagent-relay-broker-darwin-arm64- macOS Apple Siliconagent-relay-broker-win32-x64.exe- Windows x86_64
What's Changed
- fix(skills): correct using-agent-relay drift and stale MCP names in sdk rule by @willwashburn in #1423
- feat(session): join Relaycast messages into completed replay by @khaliqgant in #1579
- fix(cli): remove targeted fleet spawn token friction by @khaliqgant in #1592
- fix(broker): bump relaycast to 7.0.0 and reclaim agent names by audited takeover by @khaliqgant in #1596
- fix(mcp): stop send_dm echoing the message body back to the sender by @miyaontherelay in #1595
- fix(attach): stop tearing down the input stream when an agent is busy by @khaliqgant in #1598
- fix(attach): name the node when attaching to a worker on another machine by @khaliqgant in #1600
Full Changelog: v11.8.1...v11.8.2