@cloudflare/voice@0.2.1

cloudflare/agents@cloudflare/voice@0.2.1May 26, 2026by github-actions[bot]

AI Summary

This is a patch release (0.2.1) for @cloudflare/voice that includes a single bug fix from contributor @cjol. The update prevents empty assistant transcript entries from being emitted when a voice turn produces no response text, improving transcript quality.

Key Highlights

  • Patch release for @cloudflare/voice package
  • Fixed issue where empty assistant transcript entries were emitted
  • Improves transcript quality when voice turns produce no response text
  • Contributed by @cjol via PR #1568

New Features

  • Prevented emission of empty assistant transcript entries when voice turns produce no response text

Full Release Notes

### Patch Changes

-   [#1568](https://github.com/cloudflare/agents/pull/1568) [`c7649ac`](https://github.com/cloudflare/agents/commit/c7649aceb870ba60a8a6dd55933272d043daa944) Thanks [@cjol](https://github.com/cjol)! - Avoid emitting empty assistant transcript entries when a voice turn produces no response text.