Release 5.0 2025.04.15.1
π New Featuresβ
π Formsβ
Enable a new way for agents to interact and collect structured data directly from the conversation. Forms allow your agent to generate tables with predefined fields β perfect for collecting leads, registering activities, or any other custom workflow.
- Create and manage custom forms
 - Define exactly when and how the agent should gather data
 - View submissions in a clean, structured format
 
Streamline your operations with real-time, conversational data collection.

π Web Search Skillβ
Expand your agentβs capabilities with the Web Search Skill. Agents can now retrieve up-to-date information from the internet in real time.
Deliver more accurate, relevant responses β even when dealing with the latest news and facts.

π οΈ Enhancementsβ
π€ Serenity* AI Chatβ
πΌοΈ Vision Supportβ
Serenity* AI Chat now supports image processing when the selected model includes vision capabilities. Give your agent visual context to enhance understanding and response quality.

βοΈ Custom Models & Categoriesβ
Gain full control over which models are available in Serenity* AI Chat. Define default and available models and create categories to organize model selection.
Improve usability and align model access with your operational needs.

π€ Quick Access to Profileβ
Access your Serenity* AI Hub account directly from the chat interface β fast and seamless.

π³ Extra Credit for Payment Methodβ
Receive an additional β¬5 in credits when you add your first payment method to Serenity* AI Hub. A small bonus to get you started with more freedom.
β οΈ Plan Agents Deprecatedβ
Plan Agents have reached end of life and are no longer supported. All functionality can now be replaced using Activity Agents, which offer a more powerful and flexible approach. Upgrade to a more robust agent model without losing functionality.
π§ͺ Agent Quality Studioβ
π Duplicate Test Casesβ
You can now easily duplicate test cases in the Agent Quality Studio, making test plan creation faster and more efficient.

π API Knowledgeβ
A new API endpoint is available to upload knowledge files using multipart/form-data. Simplify integration and keep your agents well-informed with up-to-date resources.
curl -X 'POST' \
  'https://api.serenitystar.ai/api/KnowledgeFile/upload/<AGENT_CODE>' \
  -H 'accept: */*' \
  -H 'X-API-KEY: <YOUR_API_KEY>' \
  -H 'Content-Type: multipart/form-data' \
  -F 'ContentType=' \
  -F 'ContentDisposition=' \
  -F 'Headers={
  "additionalProp1": [
    "string"
  ],
  "additionalProp2": [
    "string"
  ],
  "additionalProp3": [
    "string"
  ]
}' \
  -F 'Length=' \
  -F 'Name=' \
  -F 'FileName='
π€ New Model Providersβ
- Nextbit 256
 
π Bug Fixes & Improvementsβ
- Restored ability to recover deleted social login accounts.
 - Added validation for required user identifier parameters in test plans and executions.
 - Improved metadata handling for Volatile Knowledge.
 - Fixed issues with transcription and demo page audio recordings.
 - Suggested top-up and auto-recharge amounts are now displayed when balance is low.
 - Balance changes and subscription plan updates are now emailed both to the user and the contact address.
 - Fixed skill execution errors outside of preview mode.
 - Improved agent executor performance in message field calls.
 - Expanded skill support for Anthropic models.