Skip to main content

Release 5.0 2025.02.06.1

ยท 3 min read

๐ŸŽ‰ New featuresโ€‹

๐Ÿ”’ Sensible Data Protectionโ€‹

We've added a new feature to help you keep sensitive data safe! Now, before any information is sent to AI models, our system can automatically detect and hide confidential information like credit cards, social security numbers, and other sensitive data. You can:

  • Choose what types of data should be hidden
  • Set how strict the detection should be
  • Control exactly how your sensitive info is handled

This way, you can use your agents without worrying about accidentally sharing private information.

alt text

alt text

alt text

๐Ÿ“ข Serenity Chat - Voice Messages Are Here!โ€‹

Now you can just speak your message instead of typing! Hit the record button, say what you want, and the chat will turn your voice into text automatically. Simple as that!

alt text alt text alt text

Transcription currently only supports english through Open AI Whisper Model.

To enable this feature, add the allowAudioRecording option to your chat initializer

const chat = new AIHubChat("aihub-chat", {
...
allowAudioRecording: true
});

chat.init();

๐Ÿ› ๏ธ Enhancementsโ€‹

๐Ÿ’ญ Skills catalogโ€‹

We've updated the Skills Catalog to make it easier to find and learn about the skills your agents can use.

Browse through categories, check out featured collections, or search for specific skills you want to know more about.

Each skill comes with helpful documentation so you can quickly understand how to use it in your agents.

alt text

Subscription Plans with Monthly Tokensโ€‹

  • When you purchase a subscription plan with included tokens, your account will receive a fresh token balance each month.
  • Agent execution tokens will be deducted from this balance without affecting your credit.
  • This means more usage for your agents with continuous access to tokens!

Upgrade your plan and enjoy more flexibility in running your agents.

alt text

Agent Quality Studio:โ€‹

We've made some nice updates to Agent Quality Studio! Now you can:

  • Set up inputs parameters right when you create test plans
  • Enjoy a smoother test case creation experience with our redesigned side panel interface
  • Test different types of agents more easily

๐Ÿค– New Providersโ€‹

We've successfully integrated with new model providers:

  • Deepsek
  • IBM
  • NVIDIA

Bugs & Minor Improvementsโ€‹

  • Added better validation of input parameters when executing API Calls
  • Improved UI in Test Plan definition by using Side Panel to define test cases
  • Fixed bug that deleted http request body in Http request skill when pressing the body type.
  • Added required message on plugin code
  • Added detail option in dev tools to see assigned roles to api keys
  • Fixed agent selection by subtenant on test plans
  • Improved texts, localizations and typos.
  • Added required validation for user identifier on demo page when needed
  • Fixed concurrency bug in test execution that generated repeated test cases
  • Correct execution of agent version when agent version is specified in api call
  • Added support and integration with models that support initial bot message improving context management in agents.