agent-relay v1.5.2
NPM Tag
latest
Installation
# Install globally
npm install -g agent-relay@1.5.2
# Or install latest
npm install -g agent-relay@latestWhat's Changed
- Deploy Rust relay-pty to cloud Docker image (agent-relay-504) by @khaliqgant in #205
- Fix Cargo.lock v4 compatibility by updating Rust to 1.83 by @khaliqgant in #206
- Add spec for swarm command and remote spawn features by @khaliqgant in #199
- fix(spawner): Pass initial prompt to Codex CLI for proper TTY startup by @khaliqgant in #208
- ci: Add Rust tests to CI workflow (agent-relay-506) by @khaliqgant in #211
- Fix DM channel routing: don't add '#' prefix to dm: channels by @khaliqgant in #209
- fix: Enable cross-machine routing for users (not just agents) by @khaliqgant in #212
- fix: Add cloud infrastructure for user message routing by @khaliqgant in #213
- docs: Complete trajectory for user routing fix by @khaliqgant in #214
- Fix: Implement offline message queue for relay protocol by @khaliqgant in #215
- feat: WORKSPACE_ID env propagation for namespaced paths (agent-relay-505, 488, 489) by @khaliqgant in #210
- fix(relay-pty): Fix injection timeout by streaming responses via broadcast channel by @khaliqgant in #216
Full Changelog: v1.5.1...v1.5.2