Version Packages#1534
Merged
Merged
Conversation
de2d827 to
f2c5f39
Compare
f2c5f39 to
ee4c3cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
agents@0.13.0
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.@cloudflare/think@0.7.0
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.
@cloudflare/ai-chat@0.7.1
Patch Changes
bc2b1d3Thanks @whoiskatrin! - KeepuseAgentChat's first optimistic send visible when the Agent HTTP URL becomes available immediately after mount.@cloudflare/codemode@0.3.7
Patch Changes
f739ec9Thanks @mattzcarey! - Dispatch all codemode tool calls positionally and remove provider-levelpositionalArgsconfiguration.@cloudflare/shell@0.3.8
Patch Changes
c4ed558Thanks @threepointone! - udpate dependencies