@cloudflare/ai-chat@0.6.0

cloudflare/agents@cloudflare/ai-chat@0.6.0Apr 30, 2026by github-actions[bot]

AI Summary

Introduces agent tool orchestration, allowing parent agents to run Think and AIChatAgent sub-agents as retained, streaming tools with support for parent-side run replay and cleanup.

Key Highlights

  • New `runAgentTool` and `agentTool` surfaces for sub-agent execution.
  • Parent-side run replay and cleanup mechanisms.
  • Support for Think and AIChatAgent child adapters.
  • Headless React/client event state helpers.

New Features

  • Agent tool orchestration
  • Streaming tool execution
  • Sub-agent support
  • State management helpers

Full Release Notes

### Minor Changes

-   [#1421](https://github.com/cloudflare/agents/pull/1421) [`1b65ff5`](https://github.com/cloudflare/agents/commit/1b65ff5550f904e2a59bd6015703f82b02f85e4f) Thanks [@threepointone](https://github.com/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.