agent-relay v8.0.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@8.0.0
npm install @agent-relay/sdk@8.0.0
npm install @agent-relay/brand@8.0.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
- ci(config): use workspace tsc instead of network-fetched typescript by @willwashburn in #985
- fix(deps): clear safe-round Dependabot alerts in sdk-py and gemini extension by @willwashburn in #986
- refactor(broker): replace stringly-typed protocol IDs with newtypes by @willwashburn in #984
- Return harness session IDs from spawns by @willwashburn in #974
- sdk: migrate persona spawn to @agentworkforce/persona-kit by @willwashburn in #973
- communicate: add Codex app-server adapter by @willwashburn in #805
- Remove husky, enforce prettier in CI by @willwashburn in #990
- Restructure: drop deprecated src/ shims and move CLI to packages/cli by @willwashburn in #991
- fix(sdk-swift): align broker client with v7, rename RelayCast → AgentRelayClient by @willwashburn in #989
- chore: remove stale openapi.yaml by @willwashburn in #993
- Remove external Relaycast MCP dependency by @willwashburn in #977
- chore: collapse /test/ dir into root vitest.setup.ts by @willwashburn in #994
- Track GitHub traffic in PostHog by @willwashburn in #995
- Add harness runtime plans by @willwashburn in #987
- feat(brand): add Launch Agent README button + showcase page by @willwashburn in #996
- Extract workflow runner to ../relayflows; split cloud + relayfile concerns by @willwashburn in #1000
- mcp: recover from invalid Relaycast agent tokens mid-session by @willwashburn in #1001
- Remove personas from @agent-relay/sdk by @willwashburn in #1002
- chore: remove skills/ directory by @willwashburn in #1006
- Rename bundled MCP server to Agent Relay MCP by @willwashburn in #1005
- feat(sdk): expose headless spawn facade method by @willwashburn in #1003
- fix(acp-bridge,openclaw): use AgentRelay.spawnAgent instead of removed spawnPty by @willwashburn in #1007
- Relocate root configs/assets and add trajectories by @willwashburn in #1008
- fix(cloud): tolerate stray CLI login callbacks by @khaliqgant in #1009
- Add privacy page by @khaliqgant in #1011
- Add terms page by @khaliqgant in #1012
- chore: remove migrated packages and consolidate shared into utils by @willwashburn in #1014
- refactor(web): decompose home page into reusable section components by @willwashburn in #1017
- feat(web): redesign Open Graph images to match current site by @willwashburn in #1019
- CLI: local/cloud namespaces, thin operator console by @willwashburn in #1020
- Simplify Agent Relay core surfaces by @willwashburn in #1010
- Fix OpenClaw skill route build by @willwashburn in #1021
- Add Pear by Agent Relay landing page at /pear by @willwashburn in #1022
- Fix web deploy: serve the Pear hero image with a plain img by @willwashburn in #1023
- Serve README at llm.txt by @willwashburn in #1024
- Upgrade web app to Next.js 16 and React 19 by @willwashburn in #1025
- Hide hero node graph on mobile by @willwashburn in #1026
- Rename relay state directory to .agentworkforce/relay by @willwashburn in #1028
- v8 SDK redesign: live agent clients, addListener, fire-and-forget actions, webhooks by @willwashburn in #1029
- Move dashboard UI assets under the install dir by @willwashburn in #1030
- Fix npm audit: upgrade vitest to 4.x (resolves critical advisory) by @willwashburn in #1027
- docs: make v8 the default docs version by @willwashburn in #1032
- Remove vendored openclaw package and orchestrating skill; align MCP name to agent-relay by @willwashburn in #1034
- SDK: workspace-level event stream via relaycast 2.5 (closes #1031) by @willwashburn in #1035
- Route telemetry context through CLI, SDK, and cloud by @willwashburn in #1033
Full Changelog: v7.1.1...v8.0.0