Skip to main content
July 17, 2025

Activity Logs

Complete audit trail of all agent interactions in a comprehensive table view:
  • Thread Overview - View all conversation threads with their original prompts
  • Generated Query History - See the exact SQL queries generated by agents for each request
  • Execution Metadata - Track database targets, agent types, and verification status
  • Chronological Display - All activities shown by creation date for easy review Image
Image

Enhanced Retrieval Accuracy (Early Preview)

Note: This is an early preview feature and may encounter some edge cases during initial use Improve workflow and agent retrieval accuracy by specifying include and exclude keys in the retrieval configuration:
  • retrieval.include - Prompts that should trigger this workflow or agent
  • retrieval.exclude - Prompts that should not trigger this workflow or agent. For example, if prompting “Create annual user report” is erroneously triggering the active_users workflow, add it as an entry under the exclude key
Below is an example of how retrieval.include and retrieval.exclude can be utilized:

Enhanced Agent Preview Panel

Significantly improved preview experience for agent development:
  • Artifact Support - Preview panel now fully supports artifact generation and display
  • Rich Artifact Viewing - Interactive artifact experience directly within the agent preview
Image Image

Bug Fixes & Improvements

Improved error handling when agents fail to answer questions, enhanced logging for better diagnostics, and minor footer UI updates for better visibility Image