Minor Changes
-
#1297
d151e6dThanks @mattzcarey! - Add experimental Postgres-backed session, context, and search providers for external session storage via Hyperdrive-compatiblepgclients.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
0a2d6dfThanks @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
c935d7cThanks @threepointone! - Fix nested sub-agent bootstrap so facet parents do not need to be bound as top-level Durable Object namespaces. -
#1533
8f699feThanks @mattzcarey! -McpAgent.elicitInputnow accepts an optionaloptions.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
ce2af34Thanks @threepointone! - AllowparentAgent()to resolve facet-only direct parents through a root RPC bridge.