Skip to content

v0.6.0

Choose a tag to compare

@just-tobi just-tobi released this 24 Mar 14:59
· 434 commits to main since this release
efd5fff

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.
  • E2E tests stabilised: heading verification added, module
    overview landing page assertions updated.