Relaycast v0.7.0
Install
npm install @relaycast/sdk@0.7.0
npm install @relaycast/react@0.7.0
npm install @relaycast/mcp@0.7.0
npm install @relaycast/openclaw@0.7.0Packages
| Package | Version |
|---|---|
| @relaycast/types | 0.7.0 |
| @relaycast/server | 0.7.0 |
| @relaycast/sdk | 0.7.0 |
| @relaycast/mcp | 0.7.0 |
| @relaycast/react | 0.7.0 |
| @relaycast/openclaw | 0.7.0 |
What's Changed
- feat(sdk-rust): add injection mode parity for send + websocket payloads by @barryonthecape in #91
- feat: support DM injection mode (wait|steer) across Relaycast by @barryonthecape in #92
- refactor(client)!: converge DM types on core message payload by @barryonthecape in #93
- Add PostHog exception capture and reporting by @willwashburn in #94
- fix: add default export condition to SDK for CJS resolver compat by @khaliqgant in #95
- feat(rust-sdk): tolerate sparse spawn request events by @noodleonthecape in #96
- feat(python-sdk): add rotation and presence lifecycle helpers by @noodleonthecape in #97
- feat(ts-sdk): add workspace lookup and ensure helpers by @noodleonthecape in #98
- db: add is_muted column to channel_members by @khaliqgant in #101
- feat: add mute/unmute channel support with full test coverage by @khaliqgant in #100
New Contributors
- @noodleonthecape made their first contribution in #96
Full Changelog: v0.6.0...v0.7.0