Version Packages#1419
Merged
threepointone merged 3 commits intomainfrom Apr 30, 2026
Merged
Conversation
b908694 to
df37dcc
Compare
4846133 to
80877e6
Compare
80877e6 to
3c83c3a
Compare
Update the 'agents' peerDependency range from >=0.11.7 <1.0.0 to >=0.12.0 <1.0.0 in packages/ai-chat and packages/think package.json files to require the newer agents release.
agents
@cloudflare/ai-chat
@cloudflare/codemode
hono-agents
@cloudflare/shell
@cloudflare/think
@cloudflare/voice
@cloudflare/worker-bundler
commit: |
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.12.0
Minor Changes
1b65ff5Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents asretained, streaming tools from a parent agent. The new surface includes
runAgentTool,agentTool, parent-side run replay and cleanup, Think andAIChatAgent child adapter support, and headless React/client event state
helpers.
Patch Changes
#1418
8de0ce3Thanks @threepointone! - Allow sub-agents to use alarm-backed APIs by delegating the physical Durable Object alarm to the top-level parent while executing logical work inside the owning sub-agent. This enablesschedule(),scheduleEvery(),cancelSchedule(),getScheduleById(),listSchedules(),keepAlive(),keepAliveWhile(),runFiber(), and Think chat recovery inside sub-agents.Sub-agent schedules are scoped to the calling child, so sibling sub-agents cannot cancel each other's schedules by id. The deprecated synchronous
getSchedule()andgetSchedules()APIs now throw inside sub-agents; use the async alternatives instead. Destroying a sub-agent now delegates cleanup through the parent so parent-owned schedules and descendant fiber recovery leases are removed consistently.#1425
6471cbdThanks @threepointone! - Clear request, WebSocket, and email native context handles when switching Agent instances and suppress protocol broadcasts during sub-agent facet bootstrap.@cloudflare/ai-chat@0.6.0
Minor Changes
1b65ff5Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents asretained, streaming tools from a parent agent. The new surface includes
runAgentTool,agentTool, parent-side run replay and cleanup, Think andAIChatAgent child adapter support, and headless React/client event state
helpers.
@cloudflare/think@0.5.0
Minor Changes
1b65ff5Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents asretained, streaming tools from a parent agent. The new surface includes
runAgentTool,agentTool, parent-side run replay and cleanup, Think andAIChatAgent child adapter support, and headless React/client event state
helpers.
Patch Changes
#1424
58ca2fcThanks @threepointone! - AddsendReasoningcontrols to Think. Subclasses can set an instance-wide default, andbeforeTurncan return a per-turn override to include or suppress reasoning chunks in UI message streams.#1423
0ed42a9Thanks @threepointone! - ForwardTurnConfig.experimental_telemetryto Think's internal AI SDKstreamText()call so applications can configure per-turn LLM observability.