hono-agents@3.0.9

cloudflare/agentshono-agents@3.0.9Apr 15, 2026by github-actions[bot]

AI Summary

This is a patch release (3.0.9) that fixes incorrect peer dependency ranges in the `agents` package. The published packages had tight `^0.10.x` ranges instead of the intended broader ranges (`>=0.8.7 <1.0.0` / `>=0.9.0 <1.0.0`), which was causing install warnings with `agents@0.11.0`. The release also updates the changesets config to prevent this issue from recurring.

Key Highlights

  • Fixed peer dependency ranges that were incorrectly set to `^0.10.x` instead of `>=0.8.7 <1.0.0` / `>=0.9.0 <1.0.0`
  • Resolved install warnings occurring with `agents@0.11.0`
  • Changed `updateInternalDependencies` from 'patch' to 'minor' in changesets config to prevent future range overwrites

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.