v0.9.3
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.
TypedFinalizerBuilder.Customhas been removed. Callers should compose finalizer behavior through registered handlers instead.
New Contributors
- @YellowDusk04 made their first contribution in #1050
Full Changelog: v0.9.2...v0.9.3