v2.110.1

New Features

  • User Avatar System: Complete avatar support with Base64 encoding, external URL integration, and Font Awesome fallback icons for enhanced user personalization
  • AI Agent Documentation Framework: Added FunctionalRequirements and TechnicalDesign fields to AI Agents for comprehensive agent specification and documentation
  • Artifact Visibility Controls: Introduced granular artifact creation modes (Always/Never/System Only) and visibility settings for better content management
  • Communication Framework Expansion: Comprehensive communication system with Gmail, MS Graph, SendGrid, and Twilio provider support including drafts, threading, and scheduled messaging
  • Agent Manager Payload Restructuring: Enhanced agent specification synchronization and payload management for complex multi-agent workflows
  • Load Agent Spec Action: New core action for dynamic agent specification loading and management

Improvements

  • Enhanced Flow Agent Processing: Implemented deep merge for nested payload data to prevent data loss during agent execution
  • Query Performance & Reliability: Added unique constraints to QueryCategory and Query tables with improved concurrent query creation handling
  • CodeGen Schema Consistency: Sorted Zod schema entity field values by sequence for consistent code generation ordering
  • Conversation Interface Enhancements: Improved message handling, artifact display, and user interaction patterns in conversation components
  • Database Constraint Management: Enhanced AI Agent status constraints and entity relationship validation
  • Metadata Synchronization: Comprehensive metadata sync migration with improved field validation and reference checking

Bug Fixes

  • Flow Agent Path Condition Logging: Fixed excessive logging to only show errors during evaluation failures, reducing noise in logs
  • Skip Workflow UUID Handling: Corrected Skip modification workflow to use proper database messages with real UUIDs instead of placeholders
  • Entity Server Provider Usage: Fixed metadata provider instantiation and usage patterns in entity server classes
  • SQLServer DataProvider Logging: Removed automatic error logging that was creating unnecessary noise for expected error conditions
  • Payload Data Integrity: Resolved shallow merge issues that were destroying nested payload data in Flow agents during execution
  • Remove broken vega and vega-lite dependencies from core-actions package that were causing build failures
  • Disable Create SVG Chart action with proper "Not yet implemented" error message until visualization dependencies are resolved