agents Releases
260 releases of cloudflare/agents
- v2.12.11Release v2.12.11
NATS Server v2.12.11 fixes a regression in JetStream that caused stale subject state tracking and 'Message Not Found' errors.
Jun 9, 2026
- agents@0.15.0
Major refactor of `WorkerTransport` to extend the official MCP SDK's transport, reducing code complexity and improving state handling across Durable Object hibernation.
Jun 8, 2026
- @cloudflare/think@0.8.8
A patch release fixing a bug where agents fired alarms every 30 seconds indefinitely when they did not use workflow notifications.
Jun 8, 2026
- create-think@0.0.3
Decouples `create-think` from `@cloudflare/think` to enable faster project starts, making the scaffolding logic standalone.
Jun 8, 2026
- @cloudflare/think@0.8.7
Decouples `create-think` from `@cloudflare/think` for faster project starts, similar to the previous version.
Jun 8, 2026
- java/code-interpreter/v1.0.12java/code-interpreter 1.0.12
Bumps the Kotlin Code Interpreter package and its Sandbox SDK dependency to version 1.0.12 to align with the latest sandbox release train.
Jun 8, 2026
- @cloudflare/shell@0.3.9
A patch release fixing concurrent write safety in workspace parent directory creation, resolving SQLite primary-key constraint errors when multiple writes occur simultaneously.
Jun 7, 2026
- @cloudflare/think@0.8.6
Introduces the first Think framework layer for convention-driven agent apps, featuring a manifest-driven Vite plugin, new CLI commands, and support for host frameworks like React Router and TanStack Start.
Jun 7, 2026
- agents@0.14.5
Combines the introduction of the Think framework with a significant performance update that removes the in-Worker bundler, dropping approximately 14MB of `esbuild-wasm` from Worker bundles.
Jun 7, 2026
- create-think@0.0.2
A new package for scaffolding Cloudflare Think agent applications, providing four complete, deployable starter templates.
Jun 7, 2026
- @cloudflare/worker-bundler@0.2.1
Includes the introduction of the Think framework and hardens virtual modules for bundled skill compatibility.
Jun 7, 2026
- @cloudflare/think@0.8.5
Improves error handling for disconnected clients by persisting terminal chat-recovery outcomes and fixes structured workflow prompts to work with Workers AI.
Jun 7, 2026
- @cloudflare/ai-chat@0.8.4
Applies fixes for chat-recovery persistence and stream corruption to the AI Chat agent.
Jun 7, 2026
- agents@0.14.4
Fixes a critical data corruption bug in AIChatAgent where orphaned-stream recovery incorrectly merged new assistant turns into the previous message, corrupting the transcript.
Jun 7, 2026
- agents@0.14.3
Performance optimization for SQLite chat persistence by batching writes and packing chunks to reduce database load.
Jun 5, 2026
- @cloudflare/ai-chat@0.8.3
This patch release (@cloudflare/ai-chat@0.8.3) optimizes SQLite write performance by batching and packing chat-persistence operations, reducing database rows written and round-trips by up to ~10×. The changes include packing stream chunks into single SQLite rows, batched DELETE queries for message cleanup and submission deletion, and batched incident TTL sweeps.
Jun 5, 2026
- @cloudflare/think@0.8.4
Mirrors the performance improvements from agents@0.14.3, focusing on batched SQLite writes.
Jun 5, 2026
- v1.0.0-beta.229
OpenMeter beta release featuring tax functionality, SDK generation, and various bug fixes.
Jun 5, 2026
- @cloudflare/ai-chat@0.8.2
This patch release (0.8.2) significantly improves chat recovery robustness by decoupling duration bounds from progressing turns, adding a work-based runaway guard with configurable options (maxRecoveryWork, shouldKeepRecovering, noProgressTimeoutMs), and fixing several bugs around human-in-the-loop turns and interrupted agent tool children. It also adds typed interrupt reasons and configurable re-attach budgets.
Jun 5, 2026
- agents@0.14.2
Major updates to chat-recovery logic, RPC handling, and sub-agent stability to handle deploy churn and resource leaks.
Jun 5, 2026