v2.63.0

New Features

  • AI Agent Run Chaining: Added support for conversation chaining in AI agent runs with new LastRunID and StartingPayload fields
  • Deep Diff Visualization: New generic deep diff component for visualizing changes in AI Agent Run Steps timeline view
  • Action Parameter Filtering: Added filtered parameter views by type in action execution logs for better parameter management

Improvements

  • Action System Refactoring: Introduced static From method to CompositeKey class and improved @RegisterClass registration
  • Unique User Emails: Made Email field unique in User table to prevent duplicate user accounts
  • AI Prompt Template Handling: Added proper exception handling for template parameter extraction
  • Metadata Sync: Fixed directory order support for root level metadata synchronization
  • UI Enhancements: Various UI tweaks in core entity forms for better user experience

Bug Fixes

  • AI Agent Run Display: Fixed timeline display bugs in AI Agent Runs interface
  • Deep Diff Expand/Collapse: Fixed expand/collapse functionality for deep diff items
  • Action Registration: Fixed @RegisterClass calls to ensure proper class registration with ClassFactory