github cloudflare/agents agents@0.13.0

latest releases: @cloudflare/ai-chat@0.7.1, @cloudflare/codemode@0.3.7, @cloudflare/think@0.7.0...
7 hours ago

Minor Changes

  • #1297 d151e6d Thanks @mattzcarey! - Add experimental Postgres-backed session, context, and search providers for external session storage via Hyperdrive-compatible pg clients.

    Session APIs now consistently return promises so callers can use the same surface with local SQLite or external storage providers. Think's session integration has been updated for the async session API, including cache-aware handling for idempotent appends and compaction overlays.

Patch Changes

  • #1532 0a2d6df Thanks @threepointone! - Revert the Streamable HTTP server-to-client MCP routing change from PR #1514, which routed related messages such as elicitation requests over the originating POST response when no standalone SSE stream was open.

  • #1546 c935d7c Thanks @threepointone! - Fix nested sub-agent bootstrap so facet parents do not need to be bound as top-level Durable Object namespaces.

  • #1533 8f699fe Thanks @mattzcarey! - McpAgent.elicitInput now accepts an optional options.relatedRequestId, forwarded to the underlying transport so the elicitation request routes through the originating POST response stream per the Streamable HTTP spec. Callers should pass { relatedRequestId: extra.requestId } from inside a tool handler.

  • #1548 ce2af34 Thanks @threepointone! - Allow parentAgent() to resolve facet-only direct parents through a root RPC bridge.

Don't miss a new agents release

NewReleases is sending notifications on new releases.