Skip to content

Version Packages#1419

Merged
threepointone merged 3 commits intomainfrom
changeset-release/main
Apr 30, 2026
Merged

Version Packages#1419
threepointone merged 3 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 30, 2026

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

  • #1421 1b65ff5 Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents as
    retained, streaming tools from a parent agent. The new surface includes
    runAgentTool, agentTool, parent-side run replay and cleanup, Think and
    AIChatAgent child adapter support, and headless React/client event state
    helpers.

Patch Changes

  • #1418 8de0ce3 Thanks @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 enables schedule(), 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() and getSchedules() 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 6471cbd Thanks @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

  • #1421 1b65ff5 Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents as
    retained, streaming tools from a parent agent. The new surface includes
    runAgentTool, agentTool, parent-side run replay and cleanup, Think and
    AIChatAgent child adapter support, and headless React/client event state
    helpers.

@cloudflare/think@0.5.0

Minor Changes

  • #1421 1b65ff5 Thanks @threepointone! - Add agent tool orchestration for running Think and AIChatAgent sub-agents as
    retained, streaming tools from a parent agent. The new surface includes
    runAgentTool, agentTool, parent-side run replay and cleanup, Think and
    AIChatAgent child adapter support, and headless React/client event state
    helpers.

Patch Changes

  • #1424 58ca2fc Thanks @threepointone! - Add sendReasoning controls to Think. Subclasses can set an instance-wide default, and beforeTurn can return a per-turn override to include or suppress reasoning chunks in UI message streams.

  • #1423 0ed42a9 Thanks @threepointone! - Forward TurnConfig.experimental_telemetry to Think's internal AI SDK
    streamText() call so applications can configure per-turn LLM observability.

Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from b908694 to df37dcc Compare April 30, 2026 11:08
devin-ai-integration[bot]

This comment was marked as resolved.

@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 4846133 to 80877e6 Compare April 30, 2026 13:06
devin-ai-integration[bot]

This comment was marked as resolved.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 80877e6 to 3c83c3a Compare April 30, 2026 13:28
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.
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 30, 2026

Open in StackBlitz

agents

npm i https://pkg.pr.new/agents@1419

@cloudflare/ai-chat

npm i https://pkg.pr.new/@cloudflare/ai-chat@1419

@cloudflare/codemode

npm i https://pkg.pr.new/@cloudflare/codemode@1419

hono-agents

npm i https://pkg.pr.new/hono-agents@1419

@cloudflare/shell

npm i https://pkg.pr.new/@cloudflare/shell@1419

@cloudflare/think

npm i https://pkg.pr.new/@cloudflare/think@1419

@cloudflare/voice

npm i https://pkg.pr.new/@cloudflare/voice@1419

@cloudflare/worker-bundler

npm i https://pkg.pr.new/@cloudflare/worker-bundler@1419

commit: 9a2ed9c

@threepointone threepointone merged commit bde99ae into main Apr 30, 2026
2 checks passed
@threepointone threepointone deleted the changeset-release/main branch April 30, 2026 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant