Relaycast v6.0.1
Install
npm install @relaycast/a2a@6.0.1
npm install @relaycast/sdk@6.0.1
npm install @relaycast/engine@6.0.1
npm install relaycast@6.0.1
npm install @relaycast/react@6.0.1
npm install @relaycast/mcp@6.0.1
npm install @relaycast/openclaw@6.0.1Packages
| Package | Version |
|---|---|
| @relaycast/a2a | 6.0.1 |
| @relaycast/types | 6.0.1 |
| @relaycast/engine | 6.0.1 |
| @relaycast/sdk | 6.0.1 |
| relaycast | 6.0.1 |
| @relaycast/mcp | 6.0.1 |
| @relaycast/react | 6.0.1 |
| @relaycast/openclaw | 6.0.1 |
What's Changed
- engine: fix provider-attach race dropping a provider's capabilities at node up by @willwashburn in #251
- engine: gate self-host SQLite writes so a raw write can't deadlock a transaction by @willwashburn in #257
- engine: log rejected node-control messages server-side by @willwashburn in #259
- engine: supersede a stale provider binding on restart (spec §3.1) by @willwashburn in #260
- engine: fire node-scoped actions from message triggers by @willwashburn in #261
- engine: reschedule node-scoped actions to the owning provider, not the broker by @willwashburn in #262
Full Changelog: v6.0.0...v6.0.1