@cloudflare/ai-chat@0.4.3
cloudflare/agents@cloudflare/ai-chat@0.4.3Apr 15, 2026by github-actions[bot]
AI Summary
This patch release fixes peer dependency ranges for the `agents` package that were incorrectly set, causing install warnings with `agents@0.11.0`. It also stabilizes the `chatRecovery` feature by renaming it from `unstable_chatRecovery` to `chatRecovery`.
Key Highlights
- Fixed peer dependency ranges for `agents` package - changed from tight `^0.10.x` to proper `>=0.8.7 <1.0.0` / `>=0.9.0 <1.0.0` ranges
- Resolved install warnings when using `agents@0.11.0`
- Stabilized `chatRecovery` feature by removing `unstable_` prefix
- Updated changesets config to prevent future peer dependency range issues
New Features
- `chatRecovery` is now stable (renamed from `unstable_chatRecovery`)
Full Release Notes
### Patch Changes - [#1310](https://github.com/cloudflare/agents/pull/1310) [`bd0346e`](https://github.com/cloudflare/agents/commit/bd0346ec05406e258b3c8904874c7a8c0f4608e5) Thanks [@threepointone](https://github.com/threepointone)! - Fix peer dependency ranges for `agents` — published packages incorrectly had tight `^0.10.x` ranges instead of the intended `>=0.8.7 <1.0.0` / `>=0.9.0 <1.0.0`, causing install warnings with `agents@0.11.0`. Also changed `updateInternalDependencies` from `"patch"` to `"minor"` in changesets config to prevent the ranges from being overwritten on future releases. - [#1312](https://github.com/cloudflare/agents/pull/1312) [`89773d1`](https://github.com/cloudflare/agents/commit/89773d12c391a472ba3d45c88b83c98ba7455947) Thanks [@threepointone](https://github.com/threepointone)! - Rename `unstable_chatRecovery` to `chatRecovery` — the feature is now stable.