Skip to content
  • There are no suggestions because the search field is empty.

December '25 Release Notes

Product release notes for December 2025

New Features

  • Skills Framework and Daytona Integration: We've introduced a new skills framework for agents, including integration with Daytona.io for code and shell execution, file operation tools for artifact management, and chart creation tools for data visualizations created by agents.
  • Vertesia Additional Tools: A new plugin is available for installing a collection of tools created by Vertesia, including data analysis, code execution, document summarization, and other skills for running advanced agents.
  • Shared Collection Properties: You can now enable synchronizing shared collection properties on members in the Project Settings. This feature synchronizes shared properties from a collection to its members, enabling more powerful and context-aware searches.
  • Synchronize Member Heads: Collections can now be configured to enable synchronizing member heads, ensuring that collection members are automatically updated to follow the latest versions of content objects.
  • Batch Agent Workflow: A new workflow is available for bulk processing a collection of documents. This workflow runs an asynchronous conversation interaction on each document, with configurable concurrency, making it ideal for large-scale document analysis tasks. 
  • Workflow Query Endpoint: A new API endpoint has been added to query the state of any running workflow that has a registered Temporal query handler, providing better visibility into workflow execution.
  • Security Token Service: A new Security Token Service (STS) has replaced the previous service to provide a more sophisticated, secure, and flexible token issuance system, including a new API endpoint for issuing tokens.
  • In-Code Interactions (closed beta): You can now define, execute, and replay ad-hoc interactions directly in your code without needing to store them in the database. This feature is perfect for creating generic, reusable interactions, such as defining a default agent or chat behavior within an application.

Improvements

  • Semantic DocPrep: Vertesia's Semantic DocPrep is now enabled by default, supports page-level markdown extraction, and can preprocess Office documents including Microsoft Word and PowerPoint.
  • Interaction Tag View: A new view for interactions has been added to visually navigate interactions by tags, making it easier to organize and find related interactions.
  • Interaction Configuration for Agent Runner: Agent configurations, such as the list of tools and constraining collections, can now be defined directly within an interaction. This enables publishing specialized agents that are pre-configured for applications and end users.
  • Collection Type Filtering: Added a "Type" filter in the collections table, allowing to narrow down collections by their type.
  • Workflow Process Code Editor: The workflow definitions UI now supports create, edit, and copy functionality for managing custom DSL workflows.
  • Environment UX Optimizations: The list of providers is now sorted alphabetically and the environment ID can be quick copied with a single click from the environment settings page, making it quicker to create and use an environment.
  • Contextual Breadcrumb Navigation: Breadcrumb navigation has been improved to provide more context. It now supports custom titles for navigated pages and displays a truncated ID for detail pages.
  • User Session Menu: The user session menu now displays the SDK version and includes a direct "Settings" link for administrators.
  • Application Permission Management: The application permission management UI has been improved to support selecting multiple users, groups, or API keys at once and includes filtering capabilities, making it easier and faster to manage access to applications.
  • More Robust Search and Faceting: The backend search service now includes a fallback mechanism from Atlas Search to MongoDB for computing facets, ensuring the search results are always returned.

Bug Fixes

  • Corrected Breadcrumb: Fixed an issue where navigating back from a detailed view (e.g., a rule or collection) would not correctly update the breadcrumb
  • Schema Handling in Playground: Fixed a bug where the Playground would incorrectly force a default schema ("{}") for interactions that had no schema defined.
  • Embeddings Configuration Save: Corrected an issue where changes to the embeddings configuration were not being saved correctly.