This release improves the tools system architecture and enhances TUI scrolling performance.
Improvements
- Improves render and mouse scroll performance in the TUI interface
Technical Changes
- Adds StartableToolSet and As[T] generic helper to tools package
- Adds capability interfaces for optional toolset features
- Adds ConfigureHandlers convenience function for tools
- Migrates StartableToolSet to tools package and cleans up ToolSet interface
- Removes BaseToolSet and DescriptionToolSet wrapper
- Reorganizes tool-related code structure
What's Changed
- Work on Tool Wrappers by @dgageot in #1548
- Make TUI more responsive when scrolling by @krissetto in #1555
Full Changelog: v1.20.1...v1.20.2