July '25 Release Notes
Product release notes for July 2025
New Features
- Content Scoping for Agents: Added a feature to limit the scope of content an agent can access by selecting a collection of content. This provides greater control over your agents’ knowledge base and improves security when working with sensitive information.
- Agent Conversation Visibility: Introduced conversation visibility options for agent runs, allowing users to specify whether the agent conversation should be visible only to themselves ("private") or to the entire project team ("project"). This enhances privacy controls and gives more control over who can access agent conversations.
- Merge Documents Tool: Implemented a new tool for agents to merge multiple markdown documents into a single document. Users can specify the order of merging, a custom separator, and additional metadata. This streamlines document consolidation and allows agents to create large documents from smaller ones.
Improvements
- Layout and Display: Multiple UI enhancements for improved visual consistency, including better spacing, alignment, and responsive behavior across Studio.
- Task Generation: Improved the "Generate Interaction" feature to default the model selection when available, support generating agents based on natural language, generate interactions with document and media types, and apply prompt and schema naming conventions to the generated output.
- PDF Text Extraction: Enhanced PDF line reconstruction using font-based grouping, resulting in more accurate text extraction, especially for complex layouts and multi-column documents.
- Webhook Notifications: Streamlined webhook notification payloads and improved delivery reliability, making it easier to integrate workflows with external systems.
- Agent & Workflow Retention: Increased the retention period for Temporal workflows, providing users with access to agent conversations and workflow executions for 90 days.
Bug Fixes
- Dynamic Collection UI: Simplified the collection interface by hiding inapplicable options based on context.
- Workflow Triggering on Object Versions: Fixed an issue where object versions were incorrectly triggering the standard intake workflows.
- Agent Payload Reset: Resolved an issue where selecting an interaction would reset the agent payload, causing problems when resuming existing agent runs.
- Interaction Version Display: Fixed the display of interaction versions in the Agent Runner. The version number is now correctly displayed after an agent starts, providing clearer tracking of interaction revisions.
- Object Links Display: Fixed the display of content links created by agents for better navigation and content discovery.
- Error Handling in Tools: Enhanced the Multi-Task Tool error handling and fixed the Ask User Tool input handling to accept both string and array inputs for questions.