October '25 Release Notes
Product release notes for October 2025
Improvements
- Enhanced Prompt Template Editor: You can now maximize individual panels in the Prompt Template Editor or switch between them using a new view selector.
- Project Settings UI: The Project Settings have been reorganized to improve the UI/UX of the page for administrators.
- Filter Users and Groups: Administrators can now quickly filter on users and groups when adding permissions.
- Customizable Colors for Plugins: Developers can configure colors for plugin applications displayed in the Vertesia App Portal.
- Multimodal Completion Results: The platform now supports multimodal outputs in a single response, enabling more complex and versatile AI applications. API endpoints for executing interactions support both the new multimodal
CompletionResult[]
format and the legacy format, ensuring that older clients and integrations continue to function correctly.
Bug Fixes
- Conversation Checkpoint with Bedrock: Resolved an issue where agents using AWS Bedrock could not create a conversation checkpoint.
- Preserve Agent Results During Verification: Fixed a bug where an agent's final output was being overwritten by a confirmation message during its final verification step.
- Filtering on Runs Page: Corrected an issue on the Runs page where filtering by
status
anduser
was not working due to a case-sensitive payload mismatch. - DSL Workflow Param Sources: Fixed source parameters in DSL workflow that caused some DSL workflows to fail.
- Propagate Correct HTTP Status Codes on Error: Fixed a bug where interaction execution errors would always return a generic 500 status code. The API now propagates the specific status code from the underlying error.