Skip to main content

🚀 Features

  • Prompt to Workflow Enhancements Enhanced the prompt-to-workflow feature with improved UI and functionality for creating workflows from natural language descriptions.
    • Removed timestamps and chat names from AI workflow builder for cleaner interface
    • Improved workflow generation from prompts with better context handling
    • Enhanced database support for prompt-to-workflow sessions
  • Human Approval Component Introduced Human Approval Component for human-in-the-loop workflows, enabling manual review and approval gates within automated processes.
  • Workflow Analytics - Token and Cost Tracking Added comprehensive token usage and cost tracking to workflow analytics.
    • Track tokens used per workflow execution
    • Monitor estimated costs based on LLM usage
    • View detailed analytics in workflow dashboard
  • Firecrawl MCP Integration Added Firecrawl Model Context Protocol (MCP) server integration for enhanced web scraping capabilities within workflows.
    • Secure API key-based authentication
    • Streamable HTTP transport protocol
    • Bearer token authentication support
  • PostgreSQL Batch Support Enhanced PostgreSQL destination connector with high-performance batch write capabilities.
    • Bulk operations supporting up to 10,000 records per batch
    • Automatic fallback to individual writes on batch failure
    • Efficient upsert operations using PostgreSQL’s ON CONFLICT clause
  • Devin Integration Enhancement Switched Devin integration from SSE to Streamable HTTP for improved performance and reliability.

🐛 Bug Fixes

  • Nokogiri Security Update Updated nokogiri gem to address security vulnerabilities.
  • Workflow Edge IDs Fixed edge ID handling in workflows, converting from string to integer for better data consistency.

⚙️ Miscellaneous Tasks

  • Testing & Quality Improvements Expanded test coverage across multiple modules.
    • Added tests for Enterprise/Settings-and-Views/Models
    • Added tests for Enterprise P2 modules
    • Added tests for views/Settings
  • Dependency Updates Added tiktoken_ruby to Gemfile for improved token counting capabilities.
  • Documentation Workflow Added update-docs workflow to multiwoven-ee repository for automated documentation updates.