Skip to content

v0.9.1 — laravel/ai 0.7 compatibility

Choose a tag to compare

@dberry37388 dberry37388 released this 04 Jun 17:00
· 190 commits to main since this release

Changed

  • Widen laravel/ai constraint to ^0.6 || ^0.7. Allows installation alongside Laravel AI v0.7.0 while remaining compatible with v0.6.x for consumers not yet ready to move. No code changes were required — none of the APIs Swarm depends on (streaming events, response shapes, tool call data structures, the Lab enum, FakePendingDispatch) changed in v0.7.0. The two v0.7.0 breaking changes (OpenAI strict mode now opt-in; stricter embeddings/reranking validation) do not touch any surface Swarm owns.

Full entry in the CHANGELOG.