0.17.0
What's Changed
- style: [PHP-CS-Fixer] Enable
heredoc_indentation
withstart_plus_one
rule by @OskarStark in #234 - ci: add PR validation and auto labeling by @chr-hertel in #237
- refactor: rename tool param attribute by @chr-hertel in #239
- docs: better readability by @OskarStark in #240
- docs: fix syntax by @OskarStark in #242
- chore: reorganize makefile by @chr-hertel in #241
- docs: add contributing file by @chr-hertel in #238
- docs: fix make in contrib by @chr-hertel in #245
- chore: disable memory limit for phpstan by @chr-hertel in #244
- feat: include tool definitions to system prompt by @OskarStark in #233
- refactor: centralize json schema generation by @chr-hertel in #212
- feat: support multiple urls in Tavily tool by @OskarStark in #243
- ci: use
bug
instead offix
label by @chr-hertel in #246
Breaking Changes
- renamed
#[ToolParameter]
to#[With]
(#239) and moved the namespace (#212) - json schema generation changed with #212
- Tavily tool method extract now with
array $urls
instead ofstring $url
Full Changelog: 0.16.4...0.17.0