agents@0.24.0
Cloudflare Agents SDK releases published agents@0.24.0. Minor Changes 2249 ebab868 Thanks @mattzcarey ! - WebSockets speaks the Agent protocol for plain hosts, and gains a Cap'n Web transport. A plain Durable Object composed with WebSockets now works with useAgent and AgentClient : the capability sends the identity frame on connect ( protocol: false leaves…
Why this signal matters
Cloudflare Agents SDK releases published agents@0.24.0. This release-watch entry was generated from the project's official GitHub release feed and is kept separate from human-reviewed editorial analysis. Release notes: Minor Changes 2249 ebab868 Thanks @mattzcarey ! - WebSockets speaks the Agent protocol for plain hosts, and gains a Cap'n Web transport. A plain Durable Object composed with WebSockets now works with useAgent and AgentClient : the capability sends the identity frame on connect ( protocol: false leaves the connect sequence to the host) and serves callables — an RpcTarget whose prototype methods are the host's remote interface. useAgent({ transport }) and AgentClient({ transport }) pick the wire. "cf-websocket" (default) is the hibernating socket; call() / stub send JSON rpc frames. "capnweb" runs one Cap'n Web session that carries protocol frames and serves callables natively: call() / stub invoke them directly, an RpcTarget result is a live stub, a ReadableStream streams, calls pipeline. The Durable Object stays in memory while a capnweb connection is open. PartySocket still owns…
Actionable summary
Treat agents@0.24.0 as an official release signal. Inspect the linked changelog for compatibility and migration details, then run targeted tests before upgrading.
- Agent usefulness
- 82/100
- Confidence
- 96%
- Canonical data
- JSON + Markdown
What builders should check
- Review the official Cloudflare Agents SDK releases release notes before upgrading.
- Check compatibility, migration, and security notes against your current agent stack.
- Run focused regression tests before production rollout.