February '25 Release Notes
Product release notes for February 2025
New Features
- Agent Runner Documentation: Added new documentation to explain the concepts and usage of Agent Runner, including an overview, getting started guide, configuration instructions, authentication details, and Docker packaging information.
- Release Notes Generation Tutorial: Created a tutorial on how to generate release notes using Vertesia and LLMs. This tutorial covers data collection, generation, and integration with GitHub Actions, providing a step-by-step guide for automating release note creation.
- Links for Sharing Across Projects: Studio now persists project and account IDs in the web app URL. This allows users to share links to specific resources, and the web app will automatically switch to the correct account and project.
Improvements
- Onboarding Models: Updated the default models used in the onboarding process to more modern alternatives. This change provides a better onboarding experience and ensures that users have access to the latest models.
- Allowed Projects for Virtual Environments: Added a UI component in Studio to enable projects for virtual environments (mediator and load balancer). This allows multiple projects to share a virtual environment, improving resource utilization and simplifying environment management.
- Environment Settings Layout: Improved the layout of the environment settings page to support responsive web design and prevent button overlaps.
- Project Namespaces: Improved the project namespace creation process by pre-populating the namespace field, allowing user overrides, and providing more robust validation.
- New Search Facets for Runs: Added facets to filter interaction runs based on their completion status or the user who created them.
- User Facet in Workflow Search: Added a facet to filter workflow executions based on the user who created them.
Bug Fixes
- Timestamp Overlap: Fixed an issue where timestamps overlapped with the right panel on the environment settings page.
- Model Button Overlap: Fixed an issue where the copy button in the model ID box overlapped with the add/remove button on the environment settings page.
- Model Parameter Tooltips: Updated the tooltip logic in the interactions's Configuration panel to prevent interference with input fields.
- Playground Bugs: Fixed multiple bugs in the Playground, including issues with removing properties from the result schema, resetting the schema after replaying a run, and saving execution results from the streaming panel. These fixes improve the reliability and usability of the Playground.
- Schema Editor Dark Mode: Fixed an issue where property descriptions in the schema editor were not readable in dark mode. This change improves the accessibility of the schema editor.
- Property Description Removal: Fixed an issue where property descriptions were removed when the "X" button was used to close the description modal. This change ensures that descriptions are only removed when explicitly saved.
- API Key Detail Readability: Fixed an issue where API key details were not readable in dark mode. This change improves the accessibility of the API key management page.
- API Key Expiry Check: Fixed an issue with the API key expiry check, ensuring that never-expire API keys don't return an error.