February 2026
February 2026
Release Notes: Platform
Version: 3.1.0
Date: Feb 23, 2026
This release introduces flexible pay-as-you-go billing for partners, enhanced brand and email template generation, reCAPTCHA security for public forms, Magnolia CMS content sync, and theme customization across all web controls.
New Features
- Pay-As-You-Go Billing for Partners: Partners can now choose a pay-as-you-go payment model with an interactive cost calculator, real-time usage estimation, and support for managing billing across sub-organizations.
- Brand Guidelines Generation: Improved brand guideline generation with more flexible configuration options, giving users greater control over how brand assets are created.
- Email Template Generation: Create and manage AI-driven email templates directly within the platform, streamlining communication workflows.
- Magnolia CMS Content Sync: Magnolia CMS users can now trigger an initial content sync directly from the platform with real-time progress tracking and flexible field mapping.
- Theme Customization: New theme vibe settings allow users to customize the look and feel of all web controls — including bot, knowledge box, search results, and web dialog — from a single configuration tab.
- reCAPTCHA Protection: Added reCAPTCHA to public-facing CTA forms and search result pages to protect against bot abuse and spam submissions.
- Cookie Management for Bots: A new cookies configuration option in bot settings allows users to define cookie behavior for their deployed bots.
Enhancements
- Agent Configuration: Streamlined the agent setup experience with a dedicated instruction panel for managing persona settings, prompts, and multi-input configurations in one place.
- Intent Persona Settings: Added a toggle switch in intent persona settings for quicker enable/disable control.
- Subscription Billing UI: Improved the subscription card display, amount selection, and overall billing interface for a cleaner, more intuitive experience.
- Styling Consistency: Refined visual styling across web control components for a more polished and consistent user interface.
Bug Fixes
- Fixed an issue where selecting the pay-as-you-go plan did not apply correctly for partner accounts.
- Fixed a dialog hang that occurred when dragging and dropping multiple MP4 files.
- Fixed a double-click issue on the Save button that could result in duplicate submissions.
- General stability and UI improvements across billing, agent management, and web controls.
Release Notes: Web Controls
Version: 3.9.1
Date: Feb 23, 2026
This release adds conversation history to the Web Dialog (CTA), cookie-based state persistence, reCAPTCHA across all control types, and full message hydration on page navigation.
New Features
- Conversation History for Web Dialog (CTA): The CTA control now supports conversation history — users can browse, resume, and delete past conversations directly within the dialog, matching the existing bot control experience.
- Cookie-Based State Persistence: Bot state (open/minimized) and conversation history now persist via cookies in addition to session and local storage, allowing state to survive across same-domain page navigations when cookies are enabled in bot settings.
- reCAPTCHA for All Web Controls: reCAPTCHA v3 verification is now applied consistently across the Bot, Web Dialog (CTA), and Search Results Page controls. Controls remain hidden until verification succeeds, and error events are raised on failure for custom handling.
- Message State Hydration: Bot and CTA controls now fully re-hydrate conversation state on load and when resuming a past conversation — including templates, forms, carousels, and code-highlighted messages — so users see the complete conversation without missing interactive elements.
Enhancements
- Font Color and Text Align Theme Variables: Added font color and text alignment CSS custom properties to all theme files (bot, web dialog, and knowledge box), giving users finer control over typography from theme configuration.
- Cookie Safety and Validation: Cookie operations now include automatic domain validation, size-limit checks, and server-side rendering safety guards to prevent errors in edge-case deployment scenarios.
- Form Loading Performance: Form scripts are now loaded only once per session, preventing duplicate network requests when multiple forms appear in a conversation.
- Chat History Across Controls: The conversation history panel now works seamlessly across both bot and web dialog controls, providing a consistent experience regardless of control type.
- Reduced Control Stylesheet Size: Removed legacy CSS rules from the bot control, significantly reducing the overall stylesheet size.
Bug Fixes
- Fixed an issue where clicking into an empty conversation could clear the active chat.
- Fixed conversation history defaulting to the oldest conversation instead of the most recent one.
- Fixed an issue where cookies were not expiring immediately when removed.
- Fixed reCAPTCHA verification failures that could occur under certain control configurations.
- Fixed the search results sources panel displaying incorrectly when auto-search is disabled.
- Fixed search results being overwritten unexpectedly when auto-search is turned off.
- Removed debug logging output from production builds for a cleaner browser console.
Release Notes: AI Services
Version: 3.1.0
Date: Feb 23, 2026
This release adds new AI-powered vibe coding modules, system prompt authoring, form model generation, knowledge base article authoring, and improved persona intent handling.
New Features
- Python Vibe Coding: New AI module for generating and executing Python code within agent tools, enabling dynamic data processing, filtering, geocoding, and custom logic — all within a sandboxed environment.
- GraphQL Vibe Coding: AI-powered GraphQL query and variable generation with support for schema introspection, panels, scripts, and test data integration.
- JSONata Vibe Coding: Redesigned JSONata expression generation with improved examples, panel/script support, and action-based feedback responses.
- System Prompt Authoring: New AI module for creating and updating system prompts (both AnswerAI and React/Copilot types), with organization-aware context, tool awareness, and iterative refinement via natural language instructions.
- Knowledge Base Article Authoring: AI-assisted content authoring for knowledge base articles, allowing users to generate and refine article content using natural language instructions and image context.
- Form Model Generation: AI-powered SurveyJS form model generation, enabling users to create and modify survey/form definitions from instructions and image uploads using the full SurveyJS JSON schema.
- Organization Email Templates: New AI module for generating branded HTML email templates for organization communications (join requests, password resets, approvals) with Handlebars token support and multi-language capability.
Enhancements
- Brand Guide Generation: Added support for user instructions and existing brand guide as inputs, enabling iterative refinement. Improved WCAG AA compliance checks, action-based response format, and human-readable feedback.
- Welcome Message Panels: Extended brand guideline support to CTA, Knowledge Box, and Search Result control types — not just bots. Added media upload context and improved URL navigation handling.
- Action-Based Response Format: Standardized an action-based response format (
created,updated,unchanged) across multiple AI modules for consistent feedback handling. - Prompt System Organization: Simplified the prompt creation experience by organizing prompt templates into dedicated categories (AnswerAI, React/Copilot), improving clarity and maintainability.
- Credit Balance Enforcement: Added a credit balance check before AI requests to prevent usage when the organization has insufficient funds or is suspended.
- Improved JSON Output Formatting: Enhanced formatting and readability instructions across brand, form, and email modules to produce cleaner, more human-readable AI-generated JSON.
Bug Fixes
- Fixed persona intent crashes when persona settings or catalog data is missing — the engine now gracefully returns a default response instead of raising an error.
- Fixed persona intent system prompt not falling back to the default when no custom value has been configured.
- Fixed confidence threshold calibration for unknown intents, improving the accuracy of persona detection.
- Fixed credit balance validation to correctly check the organization's suspension status instead of relying solely on the balance value.