Releases: AgentWorkforce/relay
v3.2.15
agent-relay v3.2.15
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.15
npm install @agent-relay/sdk@3.2.15Standalone 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 Silicon
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: add bypass flag to codex non-interactive spawns by @khaliqgant in #628
- feat(sdk-swift): add RelayObserver proxy client for UI consumers by @khaliqgant in #627
- chore(web): refresh sitemap and robots coverage by @noodleonthecape in #625
New Contributors
- @noodleonthecape made their first contribution in #625
Full Changelog: v3.2.14...v3.2.15
v3.2.14
agent-relay v3.2.14
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.14
npm install @agent-relay/sdk@3.2.14Standalone 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 Silicon
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
- Add marketing site by @willwashburn in #603
- Marketing site + Docs + Blog by @willwashburn in #604
- Fix deploy by @willwashburn in #605
- fix(web): make OG image compatible with OpenNext by @willwashburn in #606
- chore(web): rename SST app to relay-web by @willwashburn in #607
- Add manual SST command workflow by @willwashburn in #608
- Add sst refresh before deploy by @willwashburn in #609
- Remove SST retain setting for production by @willwashburn in #610
- Add repair option to SST command workflow by @willwashburn in #611
- Fix repair to use sst state repair by @willwashburn in #612
- Remove state repair cmd and restore retain for production by @willwashburn in #613
- Allow sst refresh to fail without blocking deploy by @willwashburn in #614
- Remove sst refresh from deploy workflow by @willwashburn in #615
- Upgrade OpenNext to 3.9.16 by @willwashburn in #616
- Move docs into web/content/docs for reliable Lambda bundling by @willwashburn in #617
- Flatten docs routes to match blog pattern by @willwashburn in #619
- Adjust responsive spacing, typography, and nav sizes by @willwashburn in #620
- feat(sdk-swift): add initial Swift SDK and harden workflow output by @miyaontherelay in #589
- runner cwd and plugin install command by @khaliqgant in #626
Full Changelog: v3.2.13...v3.2.14
relay-openclaw openclaw-v3.2.15
Standalone relay-openclaw binaries (no Node.js required).
Built from commit 213ddc2.
Install
curl -L -o relay-openclaw.gz \
https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.15/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --versionrelay-openclaw openclaw-v3.2.14
Standalone relay-openclaw binaries (no Node.js required).
Built from commit 53ca15b.
Install
curl -L -o relay-openclaw.gz \
https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.14/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --versionv3.2.13
agent-relay v3.2.13
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.13
npm install @agent-relay/sdk@3.2.13Standalone 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 Silicon
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: ignore non-zero exit codes for opencode non-interactive agents by @khaliqgant in #602
Full Changelog: v3.2.12...v3.2.13
v3.2.12
agent-relay v3.2.12
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.12
npm install @agent-relay/sdk@3.2.12Standalone 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 Silicon
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
- feat: add Codex relay skill for sub-agent communication by @khaliqgant in #595
Full Changelog: v3.2.11...v3.2.12
v3.2.11
agent-relay v3.2.11
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.11
npm install @agent-relay/sdk@3.2.11Standalone 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 Silicon
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: reduce WS spawn pre-registration timeout from 15s to 3s by @khaliqgant in #597
- fix(sdk): consolidate CLI path resolution by @khaliqgant in #598
- fix: detect Codex boot marker format in PTY startup gate by @khaliqgant in #600
- feat(sdk): add workflow defaults abstraction by @khaliqgant in #599
Full Changelog: v3.2.10...v3.2.11
v3.2.10
agent-relay v3.2.10
Quick Install (no Node.js required!)
curl -fsSL https://raw.githubusercontent.com/AgentWorkforce/relay/main/install.sh | bashnpm install
npm install -g agent-relay@3.2.10
npm install @agent-relay/sdk@3.2.10Standalone 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 Silicon
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: MCP tools unavailable for agents spawned via agent_add by @khaliqgant in #591
- fix(cli): auto-build local sdk workflows runtime by @miyaontherelay in #588
- feat(sdk): CLI session collectors, step-level cwd, and run summary table by @khaliqgant in #592
- feat: workflow to polish CLI output with listr2 + chalk by @khaliqgant in #585
- plugin tweak for claude sub agent comms by @khaliqgant in #594
New Contributors
- @miyaontherelay made their first contribution in #588
Full Changelog: v3.2.9...v3.2.10
relay-openclaw openclaw-v3.2.13
Standalone relay-openclaw binaries (no Node.js required).
Built from commit 21e7377.
Install
curl -L -o relay-openclaw.gz \
https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.13/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --versionrelay-openclaw openclaw-v3.2.12
Standalone relay-openclaw binaries (no Node.js required).
Built from commit 5a3ac0d.
Install
curl -L -o relay-openclaw.gz \
https://github.com/AgentWorkforce/relay/releases/download/openclaw-v3.2.12/relay-openclaw-linux-x64.gz
gunzip relay-openclaw.gz && chmod +x relay-openclaw
./relay-openclaw --version