February 2026

Version 3.31.2

Released on February 2nd, 2026

Translation Engine Enhancements

A series of improvements have been made to the translation logic to provide more control, reduce costs, and increase reliability.

  • RAG Responses Now Support Manual Translation: RAG-generated answers will now be translated according to the user_data.preferred_translation_language setting, ensuring that both NLU and RAG responses are consistently translated into the desired language.
  • Optimized Translation Logic: The system now intelligently skips the translation step if the user_data.preferred_translation_language is the same as the bot's native language. This prevents unnecessary API calls, saving tokens and reducing latency.
  • Improved Handling of Botman Tags: The translation engine now correctly identifies and preserves internal bot commands (e.g., [GOTO:My Balance]), preventing them from being partially translated and broken.

🛡️ Security Enhancement

Improved: User-Based Rate Limiting on Webchat : To maintain platform stability and prevent abuse, user-based rate limiting has been extended to the Webchat channel. This brings parity with the recent security enhancements implemented for Messenger and WhatsApp.

Bug Fixes & UI Improvements

  • Fixed: Date Filter Persistence in Analytics : Resolved an issue where active date filters were reset when navigating from the main Analytics dashboard to the Surveys (sondage) section. Selected timeframes are now correctly preserved during navigation.
  • Fixed: Modal Displacement in Webchat Integration : Corrected a UI bug where the configuration modal would become misaligned or offset after a specific navigation sequence (Integrations ➔ Builder ➔ Integrations).
  • Fixed: Evaluation Logic for Child Runs : Improved the evaluation workflow to ensure that existing evaluation processes are properly terminated when a new child evaluation (eval fils) is relaunched, preventing redundant runs and ensuring data accuracy.