@cloudflare/think@0.2.4

cloudflare/agents@cloudflare/think@0.2.4Apr 15, 2026by github-actions[bot]

AI Summary

This patch release enables `chatRecovery` by default in the Think agent, wrapping chat turns in `runFiber` to provide durable execution out of the box. This is a small patch update (0.2.4) from contributor @threepointone.

Key Highlights

  • Enabled `chatRecovery` by default for all chat turns
  • Chat turns now wrapped in `runFiber` for durable execution
  • Contributed by @threepointone via PR #1314

New Features

  • Default enablement of `chatRecovery` with `runFiber` for durable execution out of the box

Full Release Notes

### Patch Changes

-   [#1314](https://github.com/cloudflare/agents/pull/1314) [`61309f7`](https://github.com/cloudflare/agents/commit/61309f71438482a3e42b37a5a981975e4963af06) Thanks [@threepointone](https://github.com/threepointone)! - Enable `chatRecovery` by default — chat turns are now wrapped in `runFiber` for durable execution out of the box.