@cloudflare/ai-chat@0.4.4
cloudflare/agents@cloudflare/ai-chat@0.4.4Apr 15, 2026by github-actions[bot]
AI Summary
This is a patch release (0.4.4) that fixes an issue with how peer dependency ranges were being published for the `agents` package. The pre-publish script was incorrectly overwriting wide dependency ranges to tight `^0.x.y` versions, which has now been corrected.
Key Highlights
- Fixed peer dependency range publishing for `agents` package
- Corrected pre-publish script that was overwriting wide ranges to tight `^0.x.y` versions
- Contribution from @threepointone
Full Release Notes
### Patch Changes - [#1313](https://github.com/cloudflare/agents/pull/1313) [`08da191`](https://github.com/cloudflare/agents/commit/08da191ab66d2df5de7337a295d5f6a081473ff9) Thanks [@threepointone](https://github.com/threepointone)! - Publish with correct peer dependency ranges for `agents` (wide ranges were being overwritten to tight `^0.x.y` by the pre-publish script)