agents@0.12.3

cloudflare/agentsagents@0.12.3May 2, 2026by github-actions[bot]

AI Summary

This is a patch release (0.12.3) for cloudflare/agents that fixes typed `call` and `stub` support for streaming callable methods. The fix was contributed via PR #1451 by @threepointone.

Key Highlights

  • Fixes typed `call` and `stub` support for streaming callable methods
  • Patch version update from 0.12.2 to 0.12.3
  • Single bug fix merged via PR #1451

Full Release Notes

### Patch Changes

-   [#1451](https://github.com/cloudflare/agents/pull/1451) [`48b29ba`](https://github.com/cloudflare/agents/commit/48b29baa86ac9ccbed5ff863d2e20af8baca6764) Thanks [@threepointone](https://github.com/threepointone)! - Fix typed `call` and `stub` support for streaming callable methods.