agent-relay v10.2.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@10.2.0
npm install @agent-relay/sdk@10.2.0
npm install @agent-relay/brand@10.2.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
- refactor(broker): parse Relaycast WS events through a typed wire contract by @willwashburn in #1097
- docs(changelog): realign CHANGELOG.md with shipped history; adopt release-level [Unreleased] headings by @willwashburn in #1257
- fix(attach): synchronize snapshot with stream via per-worker offsets (#1247) by @willwashburn in #1248
- fix(broker): non-blocking PTY writes, ack-after-write, interactive hold during drive (#1247) by @willwashburn in #1249
- fix(cli): harden drive/view/passthrough attach sessions (#1247) by @willwashburn in #1250
- fix(relay-pty): capture and replay terminal modes in PTY snapshots (#1247) by @willwashburn in #1251
- fix(harness-driver,broker): transport reconnect guards, headless newlines, protocol alignment (#1247) by @willwashburn in #1252
- fix(broker): defer manual delivery ACKs by @willwashburn in #1243
- fix(broker,relay-pty): resize ownership, stateful ANSI scanning, watchdog hardening (#1247) by @willwashburn in #1253
- Rebuild AgentRelaySDK as a rich relay facade over relaycast by @willwashburn in #1259
Full Changelog: v10.1.0...v10.2.0