Plugin.id field, recommended.except() helper, and lucide-react upgrade
This release adds a Plugin.id field for identity-based plugin operations and a recommended.except() helper for selectively excluding plugins from the recommended set by identifier. lucide-react is upgraded from 0.554 to 1.8.0, and a crash in the AI Insights sidebar is resolved.
Features
- Plugin.id field and recommended.except() helper #2407 - Added a
Plugin.idfield to plugin definitions and arecommended.except()helper that selectively excludes plugins from the recommended set by their identifier. (Author: @adaam2 ) - lucide-react upgrade to 1.8.0 #2401 - Upgraded lucide-react dependency from 0.554 to 1.8.0. (Author: @alx-xo )
Bug fixes
- AI Insights sidebar crash and widget rendering #2404 - Fixed a crash in the AI Insights sidebar triggered by rapid clicks on “Explore with AI” and ensured
chartanduiwidgets render correctly in the agent session pop-out. (Author: @simplesagar )