You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version 0.6.0 (2026-03-24)
Added
DocumentCapableInterface: providers can now advertise
PDF/document support; ChatCapabilitiesInterface exposes
this via getProviderCapabilities().
Multimodal content arrays in chatCompletion: pass images,
PDFs, and text blocks as structured content arrays alongside
regular string messages.
Tool message conversion: tool_result blocks are now mapped
correctly when assembling provider payloads.
Changed
Migrated CI infrastructure to netresearch/typo3-ci-workflows
shared workflows (PHP tests, docs, E2E).
Replaced GrumPHP with CaptainHook for pre-commit hooks.
Fixed
PHPStan baseline regenerated; ignoreErrors patterns
broadened for deprecation and array function rules to handle
phpstan-typo3 v2/v3 parameter name differences.