@cloudflare/ai-chat@0.1.5

cloudflare/agents@cloudflare/ai-chat@0.1.5Feb 25, 2026by github-actions[bot]

AI Summary

A patch release that fixes WebSocket transport handling to properly terminate streams when the abort signal fires, ensuring clients correctly exit the streaming state on stop/cancel.

Key Highlights

  • Terminate WebSocket chat transport stream when abort signal fires
  • Clients now properly exit streaming state after stop/cancel actions

New Features

  • WebSocket stream termination on abort signal

Full Release Notes

### Patch Changes

-   [#986](https://github.com/cloudflare/agents/pull/986) [`e0d7a75`](https://github.com/cloudflare/agents/commit/e0d7a75b9c8ef484f7d5fc26f821e575b7a567cb) Thanks [@threepointone](https://github.com/threepointone)! - Terminate the WebSocket chat transport stream when the abort signal fires so
    clients exit the "streaming" state after stop/cancel.