Skip to main content

Release 5.0 2026.01.13.1

Β· 3 min read

New Features πŸš€β€‹

Volatile Knowledge Strategies​

You can now configure how volatile knowledge files are attached to agents. The following strategies are available:

  • Attach Full File: When active, this option will try to attach the full file in the agent context. A validation error will be shown if it exceeds the model context length.

  • Similarity Search: When active, the agent will only use the most relevant sections of the attached files.

  • Hybrid: When active, the agent will try to attach the full file in the agent context, if it exceeds the context window, a similarity search will be done instead.

An on-demand processing mechanism has also been added. If a file does not have the required processing level for the selected strategy, it will be automatically processed when needed.

alt text

Model Discounts​

AI Models can now be used with applied discounts, allowing you to optimize costs and increase usage by selecting models eligible for discounted pricing.

alt text The discounts shown in this image are for presentation purposes only.


Enhancements βœ¨β€‹

Agent Design Studio API​

New improvements and extensions have been introduced to the Agent Design Studio API, allowing for dataset management and .csv files as knowledge sources.

Learn more in the API Reference


Bugs & Minor Improvements πŸ›β€‹

  • Fixed styling issues in the password recovery email sent from the backoffice.
  • Resolved an issue in the obfuscated data audit within the instance details view that prevented the value dictionary from being displayed.
  • Updated the agent executor skill to use version 2 of the API.
  • Fixed a console error in the webapp layout related to side panel loading.
  • Updated the WhatsApp flow to use the agent’s transcription configuration when available.
  • Correctly filtered enabled users in the agent permissions dropdown.
  • Fixed a side panel loading issue when clicking View More in the instance details to display token distribution.
  • Fixed the deletion of datasets that were left in an error state.
  • Fixed an issue where the parameter configuration panel in the preview section was shown even when the agent had no parameters. It is now displayed only when active parameters exist.
  • Fixed an issue in Quality Studio executions where changing the agent code caused errors when running a test plan.
  • Enabled file uploads via URL through the API.
  • Fixed Basic Authentication handling in connectors.
  • Increased the timeout in the agent execution skill to allow for longer executions.
  • Added a new role for agent usage that can be assigned to agent permissions but has no permissions by default.
  • Added the link to volatile knowledge files that use vision as part of the user message for better agent context.
  • Fixed an issue with the color picker in the chat widget channel configuration.
  • Fixed the import of agents with datasets.
  • Fixed an error that occurred when attempting to edit an agent version after the code was changed.
  • Improved the interpretation of obfuscated data with special characters.
  • Improved validation of .csv files when loading agent knowledge.