Skip to main content

June 2025

Platform & Web Controls Release Notes

Release Notes: Platform

Version: v2.3.0
Date: June 16, 2025


This release brings significant improvements to sub-account usage visibility, connector integrations, API key control, and UI enhancements. It also introduces critical infrastructure updates and bug fixes across the platform.


New Features:

  • Model Context Protocol (MCP): a standardized way for AI applications to access external tools and data sources

  • Analyze Response: AI to analyze why it answered the way it did, and suggest updates to the system prompt. This enables agencies to explain to clients why the Agent responded the way it did and to enhance how it responds.

  • AI to generate Form Description: The ReAct LLM uses this description along with the form fields to decide if it should pick this form

  • AI to generate Integration Description: The ReAct LLM uses this description along with the LLM parameter description weather it should choose this Tool

  • MCP Shopify support: Support to interact with Shopify, return results to carousels

  • Sub-Account Enhancements:

    • Introduced sub-account billing visibility and usage tracking.
    • Added sub-account usage metrics directly in the dashboard.
  • API Key Management:

    • Admins can now select the key type when generating API keys.
  • Connector Updates:

    • Agility CMS Connector v1.
    • Contentstack Connector v1.
    • Improved Salesforce Case Management handling.
    • Enhanced sync scheduling controls, including optional schedule removal.
  • Bot Configuration Interface:

    • New tabs for bot configuration settings, making setup more intuitive.
    • Allow developer to set Style and Script in Bot configuration.
  • Search CTA Configuration Interface:

    • New tabs for search CTA configuration settings, making setup more intuitive.
    • Allow developer to set Style and Script in Search configuration.
  • Activity Filtering:

    • Added overall activity filter for refined tracking of user and content interactions.

-- History System Prompts: Changes to System prompts both ReAct and Answer AI are saved, for comparison


Enhancements:

  • UI & UX Improvements:

    • Refined project settings layout and signup screen design.
    • Enhanced tooltips for bot width and padding.
    • Improved search config page layout.
  • Data Management:

    • Option to preview histograms before writing to the Vector DB.
    • Added support for deleting records directly from the vector data table.
    • Compress Exporting data to reduce the payload size.
  • Editor Upgrades:

    • Integrated ACE editor for improved content editing experience.
  • System Visibility & Status:

    • Displayed sync dates, correct ingest status, and status messages with persistent display.
    • Clicking a row now navigates to the associated organization for ease of access.

Release Notes: Web Controls

Version: v3.1.2
Date: June 16, 2025


This release focuses on multilingual capabilities, UX refinement, improved socket handling, and a robust deployment pipeline with RC build support.


New Features:

  • Multilingual Support:

    • Enabled multi-language capability in CTA, bot, and search results pages.
  • Customization & Navigation:

    • Added Slot support to customize bot launch icons.
    • Introduced a back button to return from chat history to home screen.
  • New Interfaces:

    • Pinned the search bar at the top for improved user flow.
    • Created sample pages to demonstrate search and bot UI implementations.

Enhancements:

  • Socket & Event Handling:

    • Refactored socket connection logic, improving validation and error handling.
    • Introduced error event emitters to track connection failures.
  • Text & Audio Input:

    • Fixed paste issue in the search input.
    • Enhanced long prompt entry with auto-expanding fields.
  • Component Improvements:

    • Inserted style and script tags directly into components for flexibility.
    • Made shadow DOM optional for sub-components to improve styling control.

Bug Fixes:

  • Resolved issues with version mismatches and script behavior.
  • Removed unnecessary and commented-out console.log statements for better performance.
  • Fixed socket initialization bugs and improved rendering control based on bot readiness.