agent-relay v6.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@6.2.0
npm install @agent-relay/sdk@6.2.0
npm install @agent-relay/brand@6.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
relay-acp binaries (Zed editor integration)
ACP bridge for Zed editor:
relay-acp-linux-x64- Linux x86_64relay-acp-linux-arm64- Linux ARM64relay-acp-darwin-x64- macOS Intelrelay-acp-darwin-arm64- macOS Apple Silicon
What's Changed
- fix: resolve #802 — broker: add VT grid via alacritty_terminal (steal from ht, don't use libghostty) by @SlncTrZ in #836
- Use published relaycast reclaim helper by @khaliqgant in #835
- docs: broker HTTP / WS API reference by @willwashburn in #865
- feat(broker): snapshot module +
dump-ptydebug command (#869) by @willwashburn in #870 - fix: resolve #800 — broker: composable wait-conditions for CLI readiness (steal from ht) by @SlncTrZ in #837
- refactor(broker): unify worker request/response correlation (#871) by @willwashburn in #873
- broker(pty): replace TerminalQueryParser with alacritty EventListener by @willwashburn in #879
- ci: add stale preview environment cleanup by @willwashburn in #858
- feat(cli):
agent-relay view <name>read-only stream client (#864 sub-1) by @willwashburn in #880 - Next.js Web Persona by @willwashburn in #839
- refactor(broker): route all PTY writes through one FIFO drainer by @willwashburn in #882
- feat(broker): per-agent session mode + pending-queue routes (#864 sub-2) by @willwashburn in #884
- chore(telemetry): inject PostHog key at build time (P0.5 of #881) by @willwashburn in #883
- docs(web): add icons for CLI/broker API reference nav items by @willwashburn in #886
- feat(cli):
agent-relay drive <name>interactive take-over client (#864 sub-3) by @willwashburn in #887 - chore(comments): drop PR references + legacy framing from code comments by @willwashburn in #890
- feat(cli):
new/passthrough/rmverbs +-nshorthand (#864 sub-4) by @willwashburn in #889 - Add SDK session primitives for CLI attach routes by @willwashburn in #896
- Rename inbound delivery modes by @willwashburn in #898
- Implement reading worker DM replies (#860) by @khaliqgant in #861
- docs: update changelog for recent merges by @willwashburn in #900
New Contributors
Full Changelog: v6.0.22...v6.2.0