Skip to main content

December 2025


Platform & Web Controls Release Notes

Release Notes: Platform

Version: v2.9.0
Date: Dec 19, 2025


This release focuses on new connector capabilities, improved admin and configuration workflows, expanded model support, stronger testing coverage, and performance improvements.


New Features

  • SharePoint Connector

    • Added a new SharePoint connector with additional flows to support more integration scenarios.
  • Sitefinity URL Rewrite Rules

    • Introduced URL rewrite rules functionality in the Sitefinity connector with enhanced validation.
  • AI Model Catalog Expansion

    • Added new supported models including GPT-5 series, Gemini 3 Pro, and Claude Opus 4.5, with updated pricing details and naming conventions.

Enhancements

  • Welcome Screen & Branding Automation

    • Added Version support for welcome screen scripts in the brand automation workflow.
    • Improved instruction handling in the welcome modal and configuration service.
    • Disabled Save while the welcome message is being generated to prevent partial/inconsistent state.
  • Admin & Navigation Improvements

    • Enhanced the admin board experience.
    • Added help text support in DynamicForm for clearer configuration guidance.
    • Updated authorization logic to better support owner checks in edge cases.
  • Editor & UI Refinements

    • Fixed and improved Ace Editor behavior (including insert button handling).
    • Added dialog minimum height and top margin configuration to Web Config settings for better layout control.
    • Improved publishing UX: hide Publish when content is already published and refined spacing.
    • Updated card UI and log views (tag display improvements, header fixes, alert behavior refinement).
  • Reporting & Observability

    • Added example CSV support and last modified metadata in reports.
    • Added history tracking for Python and GraphQL interactions.
    • Added a JSON text field for Python responses to improve transparency/debugging.

Bug Fixes

  • Fixed issue where clicking an organization/project did not open it.
  • Resolved Magnolia connector configuration download issues (including missing/blocked download scenarios).
  • Fixed date range selection and filtering issues in reporting.
  • Fixed issues related to job status updates and added an additional field to the knowledge base control for improved state consistency.

Performance & Technical Updates

  • Added database indexes to schemas for improved query performance.
  • Refactored the Handlebars component to optimize content fetching and state management.

Security & Privacy

  • Added an agent setting checkbox for masking sensitive data (PII/PHI masking support), aligning platform configuration with backend processing options.

Release Notes: Web Controls

Version: v3.7.1
Date: Dec 19, 2025


This release focuses on accessibility compliance improvements, smoother chat/search UI interactions, stronger realtime stability, and refined knowledge base presentation.


Accessibility Improvements

  • Resolved accessibility issues aligned to WCAG Principles 1–4, including:

    • Principle 1 (Perceivable) fixes
    • Principle 2 (Operable) fixes
    • Principle 3 (Understandable) fixes (language exceptions noted in implementation history)
    • Principle 4 (Robust) fixes, plus dialog sizing refinements

Enhancements

  • UI/UX Improvements

    • Updated menu wording: “Start Over” replaces “End conversation” in CTA, Bot, and Search Results controls.
    • Improved scroll behavior (reduced jumping) and added background styling around forms in Search Results.
    • Added a refreshed AI avatar icon for improved visual consistency.
    • Improved keyboard shortcuts handling and related UI affordances.
  • Knowledge Base Experience

    • Updated KB UI to match latest designs, including “Show more” behavior.
    • Added logic to control expand/collapse by number of lines, and hide “Show more” when content is short.
    • Added support to render Google Charts while maintaining clean truncation/expand rules.
    • Added showButton prop support to chat message components for more configurable actions.
  • Reliability & Realtime

    • Implemented improved socket connection handling, including error logging and connection retry logic.
    • Refactored event emitters and optimized stream handling in the CTA component.

Technical Updates

  • Added Tailwind CSS build support.
  • Dependency cleanup and fixes (including updates to package lockfiles and jiti configuration).

Backend Services Updates (Included in Platform v2.8.0)

  • Added HTML widget template generation, including test data management and improved prompts to generate better widget outputs.

  • Added a cancel_crawler function to validate and manage crawl cancellation.

  • Implemented sensitive data masking in Copilot/RAG modules when masking is enabled, including:

    • Backend setting alignment (migration from enablePhiMasking to enablePiiMasking)
    • Background masking updates for insights to reduce response latency
  • Improved PDF handling by extracting the original PDF from HTML PDF viewers (where applicable).