agent-relay v2.0.0
NPM Tag
latest
Packages Published
All @agent-relay/* packages and the main agent-relay CLI.
Installation
# Install CLI globally
npm install -g agent-relay@2.0.0
# Install SDK as dependency
npm install @agent-relay/sdk@2.0.0What's Changed
- fix: workspace upgrade scaling - merge config and fix tier thresholds by @khaliqgant in #220
- clean up cloud routing by @khaliqgant in #221
- fix: correct migration journal timestamps to prevent skipped migrations by @khaliqgant in #222
- fix: use symlink to bridge legacy and workspace outbox paths by @khaliqgant in #224
- fix: add /api/bridge endpoint to cloud server by @khaliqgant in #225
- Add relay-pty rust infrastructure tests by @khaliqgant in #226
- fix: inject GH_TOKEN for spawned agents by @khaliqgant in #228
- Add continuity parsing, workspace paths, and relay-pty tests by @khaliqgant in #217
- Feature/sync messaging protocol by @khaliqgant in #218
- workspace change correctly by @khaliqgant in #230
- fix: Add daemon inbox symlink setup for workspace namespacing by @khaliqgant in #232
- docs: Clarify Lead Agent relay protocol for all communications by @khaliqgant in #234
- docs: Rename and clarify devops vs infrastructure agents by @khaliqgant in #235
- feat(credentials): make provider credentials workspace-scoped by @khaliqgant in #236
- feat(dashboard): Add pin-to-top feature for agents panel by @khaliqgant in #237
- Fix: Update Docker Rust to 1.83 for Cargo.lock v4 support by @khaliqgant in #241
- Channels and agent flow by @khaliqgant in #242
- docs: Add Conductor integration proposal by @khaliqgant in #33
- fix(channels): Fix both invite member buttons not working by @khaliqgant in #246
- fix(channels): Fix invite buttons and messages endpoint by @khaliqgant in #247
- docs: Crystal clear relay-first communication rule for agents by @khaliqgant in #248
- fix(sidebar): Filter DMs from channels list by @khaliqgant in #249
- fix(cloud): Route channel messages GET to workspace.publicUrl by @khaliqgant in #251
- fix(daemon): Call restoreChannelMemberships on startup by @khaliqgant in #252
- Fix npm install breaking on Node versions other than 22.0.0 by @khaliqgant in #207
- docs: Update TASKS document with January 21 progress - majority shipped by @khaliqgant in #250
- Fix/queue monitor stuck messages by @khaliqgant in #253
- Unify markdown rendering across message views by @khaliqgant in #254
- Unify threading data models between channels and DMs by @khaliqgant in #257
- fix(cloud-sync): Add heartbeat timeout and better error messages by @khaliqgant in #255
- fix: Add diagnostic logging for spawn detection by @khaliqgant in #256
- pricing update by @khaliqgant in #258
- fix: Make channels section scrollable on mobile by @khaliqgant in #259
- docs update by @khaliqgant in #260
- Fix: Channel message delivery for agents in channels by @khaliqgant in #262
- Fix: Spawn timing race condition - messages lost before agent registers by @khaliqgant in #261
- fix: Add GH token fallback for git authentication by @khaliqgant in #263
- Change license from MIT to Apache-2.0 by @willwashburn in #266
- feat: daemon-based spawning + dashboard disabled by default by @khaliqgant in #182
- cancel in progress by @khaliqgant in #269
- Fix publish errors by @khaliqgant in #270
- feat: consolidate sync messaging and model-mapping from PRs #239 and #240 by @khaliqgant in #271
- perf: Add Turborepo for parallel builds and optimize messaging latency by @khaliqgant in #272
- fix(build): Fix Turbo and TypeScript build errors by @khaliqgant in #273
- fix(cloud): Fix dashboard static file path resolution by @khaliqgant in #274
Full Changelog: v1.6.0...v2.0.0