Skip to content

Release v1.6.2

Choose a tag to compare

@damienSavoldelli damienSavoldelli released this 15 Mar 13:36
· 66 commits to main since this release
6790b58

What changed

  • Removed the unused tools field from the provider capability matrix.
  • Cleaned capability definitions in the provider registry to keep the contract minimal and aligned
    with actual runtime behavior.
  • Updated related capability assertions in tests.
  • Updated architecture and README capability listings to reflect the simplified matrix.

Why it matters

  • Reduces noise in the capability contract.
  • Keeps strict/permissive capability checks focused on features that are actually implemented and
    enforced.
  • Improves long-term maintainability by avoiding speculative contract fields.

Stability Statement

  • v1.6.2 is a patch cleanup release.
  • No CLI behavior changes.
  • No provider execution behavior changes.
  • No output schema/contract changes.

Scope Clarification

  • Stateless execution model remains unchanged.
  • No orchestration, memory, agent behavior, or tool-calling features were introduced.

Scope Clarification

Full Changelog: v1.6.1...v1.6.2