v2.107.0

New Features

  • Scheduled Jobs System: New comprehensive scheduling infrastructure with plugin architecture supporting multiple job types including ScheduledJobType registry, ScheduledJob configuration, and ScheduledJobRun execution history
  • Research Agent Enhancements: Advanced multi-agent research system with specialized sub-agents for file, web, and database research with dual execution paths and artifact context passing
  • Research Content Artifact Type: New artifact type for structured research reports with comprehensive JSON schema including findings, sources, contradictions, and analysis metadata
  • AI Model Support: Added Claude Haiku 4.5 model with complete integration including pricing, token limits, and vendor configuration
  • Claude Code Migration Command: New command for creating AI model migrations with automated database querying and UUID generation
  • Storage Provider Actions: New actions for listing storage providers and searching storage files to support research workflows
  • Google Custom Search Action: Integrated Google Custom Search API for web research with structured result parsing and configuration management
  • Content Summarization Action: Advanced content summarization with citations, configurable length, focus instructions, and multiple output formats

Improvements

  • Root ID Performance: Migrated from CTE-based recursive calculations to inline Table Value Functions (TVFs) for significantly improved query performance and early termination optimization
  • Agent Architecture: Refactored Research Agent with better concurrent execution, progress isolation, and specialized prompt templates for different research domains
  • Database Query Optimization: Implemented TVF-based approach for hierarchical data traversal replacing resource-intensive CTEs
  • Scheduling Dashboard: New Angular components for scheduling health monitoring, job history visualization, and real-time status tracking
  • UI Form Generation: Enhanced CodeGen system with new ScheduledJob entity forms and improved field handling
  • Configuration Management: Enhanced API integrations config with Google Search API support and better credential management

Bug Fixes

  • Agent Artifact Context: Fixed context passing between concurrent agents and improved artifact handling isolation
  • Build Dependencies: Resolved package dependency conflicts and updated lock files
  • Form Component Generation: Fixed Angular form component templates for better entity field rendering
  • Metadata Synchronization: Improved metadata sync process with better validation and error handling