agent-relay v11.3.0
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.3.0
npm install @agent-relay/sdk@11.3.0
npm install @agent-relay/brand@11.3.0Standalone 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
- feat(broker): forward the anonymous distinct id to relaycast by @willwashburn in #1361
- fix: exit view attach on first Ctrl-C by @willwashburn in #1353
- fix(fleet,cloud,harnesses,policy): make
turbo testrun the package suites by @willwashburn in #1360 - fix(agent): make feature guardian silent on success by @khaliqgant in #1362
- feat(telemetry): attribute usage to real users, orgs, and machines by @willwashburn in #1363
- feat: migrate all packages to zod 4 by @willwashburn in #1369
- feat(cli): show pending message count in the pretty agent list by @willwashburn in #1365
- fix(broker): keep respawned agents and held initial tasks receiving by @willwashburn in #1367
- Resident lead seat: relay agent under chief; relay roster by @willwashburn in #1376
- fix(cli,broker): unbreak the attach panes — clamp the status line, reap dead agents by @willwashburn in #1364
- fix(cli): preserve attach rendering and Relay routing by @willwashburn in #1366
- fix(cli): keep driven agents receiving relay messages by @willwashburn in #1368
- fix(cli): quiet Reflex history-sync diagnostics during startup by @willwashburn in #1373
Full Changelog: v11.2.0...v11.3.0