Skip to content

v1.80.0 (2026-04-10)

Choose a tag to compare

@DouweM DouweM released this 10 Apr 23:20
· 36 commits to main since this release
4dcfb01

What's Changed

πŸš€ Features

  • Add CapabilityOrdering (innermost, outermost, wraps, wrapped_by, requires`) by @DouweM in #5036
  • Hooks ordering parameter and instance refs in wraps/wrapped_by by @DouweM in #5048
  • Add server-side compaction support via OpenAICompaction and AnthropicCompaction capabilities by @DouweM in #4943

πŸ› Bug Fixes

  • Reverse capability get_wrapper_toolset iteration for consistency with wrap_ hooks by @DouweM in #5036
  • Remove warning suppression fixed by the bump to mistral version >= 2.0.0 by @DarthJuri in #4629
  • fix: make mcp optional for DBOS module import by @DouweM in #5050
  • bug: Warn about Azure OpenAI completions file-incompatibility by @dsfaccini in #4048
  • fix: unknown tool calls no longer exhaust global retry counter by @dsfaccini in #4940
  • fix: output validators see global retry counter on tool output path by @dsfaccini in #4956

Full Changelog: v1.79.0...v1.80.0