Skip to content

1.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Mar 18:03
Implement integration management and tool call tracking enhancements

- Added support for managing integrations, including listing, approving, rejecting, and deleting integrations through a new API.
- Introduced `ToolCallCollector` to track tool call data across runs, allowing for better persistence and error handling.
- Updated chat handlers and message structures to incorporate tool call results, including success and error states.
- Enhanced the UI to display integration statuses and provide options for retrying failed installations.
- Refactored various components to accommodate the new integration and tool call features, ensuring a cohesive user experience.