Skip to main content

Version 3.8.6

πŸ”” Changelog​


πŸš€ v3.8.6​

πŸ“… July 16, 2026

Features​

  • Added message history blacklisting for AI chat completion steps in Custom Flows, allowing specific message types to be excluded from the conversation context.
  • Added quoted carousel message rendering with dynamic reply item selection.
  • Added AI summary text (summaryText) support for carousel elements and attachments, including caching and update handling.
  • Extended the CRM customer filter with an Other initiation method and tag-based filtering input.
  • Added Huly client support to the Code Editor and SDK Generator.
  • Added DOCX file loader support for AI document ingestion.

Enhancements​

  • Refactored the AI message parser into modular handlers for carousel, post, story reply, poll, receipt, coupon, and related message types.
  • Improved AI file loaders with MIME normalization, fetch timeouts, text truncation, and broader file format support.
  • Enhanced the progress bar behavior and table rendering on the Jobs screen.
  • Added payload.createdAt compound indexes for message queries and removed legacy indexes.
  • Improved message ordering in chats and AI flows by sorting messages using payload.createdAt.
  • Improved error logging for bulk email sending.

Bug Fixes​

  • Fixed bulk email delivery timing by awaiting Email.sendAsync during bulk send processing.
  • Improved status display and styling in the CRM Exported Files drawer.
  • Added error logging for failed email deliveries during bulk email processing.