agents Releases
260 releases of cloudflare/agents
- agents@0.13.3
This patch release (0.13.3) focuses on improving session management, chat recovery, and sub-agent handling. Key improvements include better auto-compaction estimates, automatic retry for interrupted pre-stream chat turns, and path-scoped identities for new sub-agents.
May 26, 2026
- v1.9.9
This patch release upgrades the OpenAI Agents SDK to version 0.14.8, re-exports important hosted tools, and ensures compatibility of Agency Swarm integrations with the new SDK version.
May 24, 2026
- agents@0.13.2
This patch release introduces `agents/chat-sdk`, a new Chat SDK StateAdapter backed by Agents sub-agents that stores subscriptions, concurrency locks, pending queues, cache entries, and other Chat SDK state in Durable Object SQLite. The adapter uses sub-agent sharding to keep Chat SDK infrastructure state inside child facets instead of requiring separate top-level Durable Object bindings.
May 21, 2026
- @cloudflare/think@0.7.2
This is a patch release (0.7.2) for @cloudflare/think that improves synchronization for connected clients. The update enables message updates from programmatic `Think.chat()` turns and `clearMessages()` to be broadcast to all connected `useAgentChat` clients, keeping them in sync without requiring reconnection.
May 21, 2026
- @cloudflare/think@0.7.1
This patch release for @cloudflare/think adds two key improvements: the ability to end agentic loops early using new `TurnConfig.stopWhen` conditions while maintaining the existing `maxSteps` safety bound, and RPC-safe cancellation support for `chat()` turns with new callback and cancellation methods.
May 20, 2026
- agents@0.13.1
This is a patch release (0.13.1) that adds managed fiber jobs functionality to the Cloudflare Agents library. The update introduces several job management capabilities including idempotent acceptance, optional completion waiting, inspection, cancellation, explicit recovery outcomes, and retained terminal status records.
May 20, 2026
- @cloudflare/ai-chat@0.7.1
This is a patch release (0.7.1) that fixes an issue with the `useAgentChat` hook where the first optimistic message would incorrectly disappear when the Agent HTTP URL became available immediately after component mount.
May 19, 2026
- @cloudflare/codemode@0.3.7
This patch release (0.3.7) changes how codemode tool calls are dispatched, now using positional arguments instead of provider-level configuration. The provider-level `positionalArgs` configuration option has been removed.
May 19, 2026
- @cloudflare/think@0.7.0
This minor release adds experimental Postgres-backed session, context, and search providers for external storage via Hyperdrive-compatible pg clients. Session APIs have been updated to consistently return promises for better async/await support, with cache-aware handling for idempotent appends and compaction overlays.
May 19, 2026
- @cloudflare/shell@0.3.8
This is a minor patch release (@cloudflare/shell@0.3.8) that updates dependencies. No new features or breaking changes were introduced in this release.
May 19, 2026
- agents@0.13.0
This release introduces experimental Postgres-backed session, context, and search providers for external storage via Hyperdrive-compatible pg clients, while also fixing several issues including nested sub-agent bootstrap and Streamable HTTP routing for elicitation requests.
May 19, 2026
- v1.0.0-beta.228
This beta release introduces major billing infrastructure updates including settlement modes for credits and subscriptions, comprehensive v3 APIs for currencies and meters, and tax code support.
May 19, 2026
- @cloudflare/think@0.6.1
This is a patch release (0.6.1) for @cloudflare/think that improves the default system prompt and adds a turn-specific capability block based on tools exposed to the model.
May 14, 2026
- @cloudflare/shell@0.3.7
This patch release fixes binary data handling in codemode, ensuring `Uint8Array` values properly survive the sandbox boundary. The fix resolves issues with `state.writeFileBytes()` and `readFileBytes()` when used in codemode.
May 14, 2026
- @cloudflare/codemode@0.3.6
This patch release (@cloudflare/codemode@0.3.6) fixes binary data handling in codemode and removes redundant code echoing from tool results. The changes ensure Uint8Array values properly survive the sandbox boundary while cleaning up the tool response format.
May 14, 2026
- @cloudflare/ai-chat@0.7.0
This release adds a new `cancelOnClientAbort` option to `useAgentChat` that changes the default behavior so client aborts don't cancel server turns (allowing them to continue and resume), along with several bug fixes for WebSocket handling, reasoning chunk sequencing in auto-continuation streams, and streaming state cleanup.
May 13, 2026
- @cloudflare/think@0.6.0
This release addresses critical issues with multi-turn tool flows and adds durable submissions for Think. Key changes include removing the default aggressive message pruning that was breaking multi-turn conversations, wrapping RPC turns in chat recovery fibers for partial output recovery, and adding `submitMessages()` for server-driven turns with idempotent retries and cancellation support.
May 13, 2026
- @cloudflare/voice@0.2.0
This release adds an `enabled` option to `useVoiceAgent` for React apps to delay VoiceClient creation, along with bug fixes for Workers AI STT session edge cases in Flux and Nova 3 models, and a fix for `withVoice` text streaming with AI SDK's `textStream` responses.
May 13, 2026
- agents@0.12.4
This patch release (0.12.4) focuses on stability improvements and bug fixes for Cloudflare Agents, particularly around WebSocket connections, Durable Object state management, and message handling. The update addresses race conditions, prevents state drift during agent tool calls, and improves HTTP streaming reliability.
May 13, 2026
- @cloudflare/codemode@0.3.5
This patch release adds a browser-safe codemode export with an iframe sandbox executor and browser tool helper, while also hardening security around iframe message handling and tool name validation. It also resolves OpenAPI specs inside the sandbox to avoid Worker Loader RPC size limits and fixes OpenAPI sandbox reference handling.
May 13, 2026