Skip to content

v0.9.3

Choose a tag to compare

@mrh997 mrh997 released this 05 Jun 01:35
a3fcaa0

What's Changed

  • refactor: reimplement tool patching via reverse traversal by @YellowDusk04 in #1050
  • refactor: Only consider subsequent tool result messages after the too… by @YellowDusk04 in #1052
  • refactor: streamline summarization finalizers by @mrh997 in #1054

Breaking Changes

This refactors the ADK summarization finalizer pipeline to use handler-based construction only and preserve skill context through explicit internal message markers. It keeps preserved skill messages separate from generated summaries, so they can survive default finalization without being treated as normal user history.

  1. TypedFinalizerBuilder.Custom has been removed. Callers should compose finalizer behavior through registered handlers instead.

New Contributors

Full Changelog: v0.9.2...v0.9.3