February '26 Release Notes
Product release notes for February 2026
New Features and Models
- Self-Service Model Migration for Interactions: Users can now easily identify legacy models and perform batch migrations, switching to the latest model versions. Go to
Environments > Environment > Interactions, select multiple interactions and migrate them to a newer model version. - New GitHub API Tool Collection: A new suite of Vertesia tools for interacting with the GitHub API has been added to compliment the MCP-based tools provided by GitHub.
Improvements
- Agent Runner Faceted Search: The Agent Runner page now includes faceted search capabilities, allowing for more granular filtering of agent runs. You can now filter by status, initiator, and start/end dates, significantly improving the experience of locating specific agent workflows.
- Editor Migration from CodeMirror to Monaco: We have replaced the CodeMirror editor with the Monaco editor across the platform. This brings a more stable, feature-rich editing experience with improved syntax highlighting, schema validation, and better theme integration. This change affects over 18 components, including the JSON editor, prompt template editor, and various configuration panels.
Bug Fixes
- Removed Content Type Filtering from Sidebar: The content type filter in the left navigation sidebar has been removed and replaced with the more powerful filtering capabilities on the main Content Objects page. The Table Layout-based view for content types has moved to
Types > Type > Objects. - Corrected Default Value for Boolean Interaction Parameters: Fixed a bug where required boolean parameters in agent interactions would fail validation if left unchecked. Booleans are now correctly initialized to
false, ensuring that interactions start as expected.