Releases: digiteinfotech/kairon
v3.7.0
kAIron Release Notes (Dec 17, 2024)
Version:- Backend: 3.7.0 UI : 3.7.0
🚀 New Features:
-
Email channel
Introduced a new feature in kAIron that allows users to automate email responses by analyzing inbox content, identifying key themes, and generating appropriate replies. Streamline communication, enhance efficiency, and ensure timely interaction with minimal manual intervention.
-
LLM Classifier
Added LLM based classifier to improve prediction accuracy and lower data requirement.
📈 Improvements:
- Restrict updates to the default slot.
- Data in the knowledge vault will be saved in their respective data types.
🛠 Bug Fixes:
- File upload with the append option for live agent action fails during bot training.
- The language code appears as the option for bot translation.
- The form field is not opening seamlessly.
- The bot pops up repeatedly instead of appearing automatically just once.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.6.10
kAIron Release Notes (Nov 27, 2024)
Version:- Backend: 3.6.10 UI : 3.6.11
🚀 New Features:
-
Executor logs
Executor Logs have been introduced to provide detailed tracking of tasks, including task type, status, execution time, and responses for each event class.
📈 Improvements:
- The knowledge vault sync functionality has been enhanced to support both push menu and item update events.
- Logging WhatsApp failure messages, including button text labels, the number of buttons, and the list count.
🛠 Bug Fixes:
- The name display is distorted for long bot names during onboarding.
- Encountering a "failed to fetch" error when attempting to delete slot mapping on the form page.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.6.8
kAIron Release Notes (Nov 18, 2024)
Version:- Backend: 3.6.8 UI : 3.6.8
🚀 New Features:
-
Lite LLM
Added compatibility and support for over 100 large language models (LLMs) to enhance flexibility and model integration.
📈 Improvements:
- Validate and sync data for content payload in real time ensuring error handling for seamless processing.
- Implemented audit logging to monitor social login and logout activities.
- Updated user details to include onboarding_status and onboarding_timestamp during the onboarding process.
- Added robust input validation for component names in UI and backend, restricting special characters like [< % ? " '].
- Easily identify all actions where a slot is used to help bot admins streamline management and optimization.
- Chat client configurator UI updates.
🛠 Bug Fixes:
- Additional NLU fallback story is being added if the NLU fallback is renamed in the downloaded bot.
- Fix for debug icon visibilty on production bots.
- Unable to edit and save welcome message in client configuration.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.6.1
kAIron Release Notes (Nov 04, 2024)
Version:- Backend: 3.6.1 UI : 3.6.1
🚀 New Features:
Support for Perplexity llms.
Added the option to select Perplexity LLMs when configuring prompt actions during bot creation.
📈 Improvements:
- Provided 'slot creator' option to create slots within utterance's form and dropdown menu.
- Reduced bot training time with optimised data handling for faster processing of large datasets.
🛠 Bug Fixes:
- The content.yml file is getting corrupted during the file download from the bot.
- User with view access and live agent access is not able to leave the bot.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.6.0
kAIron Release Notes (Oct 23, 2024)
Version:- Backend: 3.6.0 UI : 3.6.0
🚀 New Features:
-
Upload CSV Content in knowledge vault and download error report
The feature validates and ingests CSV files by enforcing schema compliance through checks for missing or extra columns, verifying data types, and enabling error CSV downloads for rows that fail validation, optimizing the data import process.
-
Save & Load draft
Added feature that automatically saves a story as a draft with every change, allowing users to seamlessly reload and continue editing later.
📈 Improvements:
- Enhanced onboarding process with improved user guidance and streamlined interactions for a smoother experience.
- Enhanced action upload/download system with improved validation, faster processing, and support for new actions: callback, schedule, and live agent actions.
- A warning message will now be displayed to users when their session is about to expire.
- A debug mode option has been added to the Kairon chat client, allowing users to view slot values for debugging purposes.
- Restructured client configuration page with organized sub-tabs for easier navigation and targeted client-specific settings.
🛠 Bug Fixes:
- Agent unavailable message is not appearing when agent is not available.
- User with view access and live agent access is not able to leave the bot.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.5.6
kAIron Release Notes (Oct 09, 2024)
Version:- Backend: 3.5.6 UI : 3.5.6
📈 Improvements:
- Enhanced pagination dropdowns on logs page.
- When a user leaves the bot, their username should appear in the audit logs.
- Changes in the multiflow story: each branch should be automatically flagged as a rule by default.
- In the Multiflow story UI, the positions of newly added components will be auto arranged.
- Implemented drag-and-drop functionality for components on the conversation page.
🛠 Bug Fixes:
- Feedback metrics are not getting captured in analytics page.
- Whatsapp templates error message handling on the platform.
- Fixed for issue where "Cannot read properties of undefined (reading 'length')" error occurred while chatting with the help bot.
🔮Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store.
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.5.4
kAIron Release Notes (Sept 25, 2024)
Version:- Backend: 3.5.4 UI : 3.5.4
🚀 New Features:
-
Support for Gemini llms.
Added the option to select Gemini LLMs when configuring prompt actions during bot creation.
📈 Improvements:
- Added support for schedule job deletion option in main pyscript action.
- Added support for email action in callback pyscript.
- Add support for multiple filters in the CRUD API and included filtering by ObjectId.
🛠 Bug Fixes:
- Fixed logging issue in the leave bot action.
- Handling for stale live agent WebSocket connections.
🔮Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store.
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.5.3
kAIron Release Notes (Sep 13, 2024)
Version:- Backend: 3.5.3 UI : 3.5.3
🚀 New Features:
-
Support for Anthropic llms
Added the option to select Anthropic LLMs when configuring prompt actions during bot creation.
-
Leave Bot option
Now user can leave the shared bots.
📈 Improvements:
- Added support for schedule job deletion.
- Added detailed logging for broadcast failures.
🛠 Bug Fixes:
- Fix for broadcast template creation issue.
- Updated the tooltip for the importStatement in the callback form.
- Added a tooltip for the timezone field in the schedule action form.
- Resolved the background color issue in the live agent chat for both the live agent and chat history sections.
- Fix for file upload with slots and validation issue.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.5.2
kAIron Release Notes (Sep 2, 2024)
Version:- Backend: 3.5.2 UI : 3.5.2
📈 Improvements:
- A new Nudge template has been introduced, featuring an enhanced countdown timer for upcoming events.
- A channel-based filter has been added to callback logs to streamline log management.
- Added a list to select the time zone in the schedule action.
🛠 Bug Fixes:
- Fix for callback action script to send multiple UI responses from a single callback on WhatsApp.
- Fix for dispatch issue in Schedule action.
🔮 Coming Soon:
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications
v3.5.1
kAIron Release Notes (Aug 23, 2024)
Version:- Backend: 3.5.1 UI : 3.5.1
🚀 New Features:
- Standlone callback mode
- Standalone callback mode will act as a webhook that handles events sent by a third-party system, processing them through the associated callback.
- Callbacks can now be dynamic or standalone by toggling the standalone switch off or on accordingly.
- Callback URLs can be shortened by enabling the shorten token switch.
- Successive callbacks triggered by the same action can now share data using the built-in state variable.
- An 'expires_in' parameter has been introduced to define the duration after which a callback URL expires to enhance security.
- Unable to edit utterances in QA-type stories.
- The non-existing user isn't receiving the bot invitation email.
- The schedule action with parameters is failing.
- Create WhatsApp flow in Kairon platform and use it as flow action
- Sync Shopify with meta and use it as a WhatsApp front store
- Email Broadcasting
- Bot onboarding using business templates
- Offline reply to end user's messages
- Web search action
- Telemetry Analytics
- Notifications