Skip to main content

Changelog

All notable changes to CrewForm will be documented here. The format is based on Keep a Changelog.

[1.7.1] — 2026-04-01

Added

  • MCP Server Publishing — Expose CrewForm agents as MCP tools so Claude Desktop, Cursor, and other MCP clients can call them directly. New /mcp endpoint with Streamable HTTP transport, tools/list and tools/call support
  • MCP API Key Generation — Generate, regenerate, and revoke MCP API keys from the UI with one-click copy
  • MCP Connection Config — Auto-generated config snippet for Claude Desktop / Cursor with copy button
  • Ollama Auto-Discovery — Dynamically detect installed Ollama models and merge them into the model selector
  • Custom Base URL — Per-provider base URL for Ollama, enabling remote instances on different hosts
  • MCP Publish Toggle — Per-agent opt-in/opt-out button on agent detail pages

Changed

  • LLM providers updated to 16 (Ollama with auto-discovery and custom base URL)
  • Task runner dynamically resolves Ollama base URLs from API key records

[1.7.0] — 2026-03-30

Added

  • Visual Builder — Execution Observability — Live per-node execution state visualization (idle/running/completed/failed) with pulsing border glow, status badges, and icon overlays on agent nodes
  • On-Canvas Detail Popups — Click any agent node to inspect its details, step configuration, and execution status in a glassmorphism floating card (replaces sidebar-only inspection)
  • Right-Click Context Menus — Context-aware actions (Delete, Auto-layout, Set as Brain, Fit View) for nodes and canvas background
  • Execution Timeline — Horizontal step-by-step progress rail below the canvas with clickable steps that pan the camera to specific agents
  • Smooth Camera Following — Canvas auto-pans to the currently executing agent node during runs, with debounced smooth transitions
  • Glassmorphism Node Styling — All node types (Agent, Start, End) upgraded with frosted glass backgrounds, hover lift effects, and gradient inner glow
  • Live Transcript Panel — Real-time inter-agent message feed during execution with filter buttons (All/Delegations/Results/System), tool call expansion, and auto-scroll
  • Tool/MCP Activity Heatmap — Aggregated tool usage statistics showing call counts, success rates, and average durations with color-coded health bars
  • Enhanced Keyboard ShortcutsF (fit view), L (auto-layout), T (transcript), ? (shortcuts help), Ctrl+A (select all), Escape (close all) with centralized handler
  • Keyboard Shortcuts Overlay — Glassmorphism help modal listing all available shortcuts, grouped by Navigation/Editing/Panels/Interaction
  • Searchable Agent Sidebar — Search/filter input (auto-appears when there are more than 5 agents) with agent count badge and filtered results
  • Animated Edge Flow — Dashed-to-solid edge animation during execution state transitions
  • Start Node Idle Pulse — Subtle breathing animation on the Play icon when idle

[1.5.0] — 2026-03-27

Added

  • Canvas Undo/Redo — Full undo/redo support with Ctrl+Z / Ctrl+Shift+Z and toolbar buttons (30-entry history stack)
  • Canvas Auto-Layout — One-click dagre-based graph layout (top-to-bottom for pipeline/orchestrator, left-to-right for collaboration)
  • Canvas Position Persistence — Node positions saved to config and restored on reload
  • Per-Task Token Breakdown — Prompt vs completion token split with stacked bar chart on Analytics page
  • Cost Forecasting — 30-day cost projection using linear regression with trend indicator
  • Model Performance Comparison — Compare models by speed, cost/run, and tokens/run with inline mini-bars
  • Marketplace Category Filters — 8 preset category groups for browsing agents (Customer Support, Content Creation, Data Analysis, etc.)

[1.3.0] — 2026-03-27

Added

  • Tier-Based Feature Limits — Knowledge Base document limits (Free: 3, Pro: 25, Team+: Unlimited) and A2A Publishing gated to Pro+ plans
  • Embedding Provider Fallback — KB processing now falls back across available providers (OpenAI → OpenRouter) when quota is exceeded
  • Product Screenshot Gallery — 6 product screenshots added to README and landing page
  • Pricing Table Updates — MCP Protocol, AG-UI Protocol, Knowledge Base, A2A Consume/Publish rows added to all pricing surfaces

Fixed

  • Knowledge Base Upload Pipeline — Fixed silent upload failures (missing storage RLS policies), processing errors no longer stuck on “pending”, edge function auth resolved
  • Upload Button Styling — Fixed button text color for brand consistency

Changed

  • LLM Providers — Updated from 14 to 15 providers (Ollama added)
  • Landing Page Pricing — Updated with KB limits, MCP, and A2A features per tier

[0.1.0] — 2026-03-09

Added

  • Agent Management — Create, configure, and monitor AI agents from a visual UI with system prompts, model selection, and tools
  • Pipeline Mode — Chain agents together in sequential workflows with automatic handoffs
  • Orchestrator Mode — Brain agent coordinates sub-agents via delegation trees (Pro)
  • Collaboration Mode — Agents discuss and debate tasks in real-time conversation threads (Team)
  • Single Tasks — Send a prompt to any agent and get results in real-time
  • Agent Marketplace — Browse and install community-built agent templates
  • BYOK (Bring Your Own Key) — Connect your own API keys from 14 providers: OpenAI, Anthropic, Google Gemini, Groq, Mistral, Cohere, NVIDIA NIM, Perplexity, Together, OpenRouter, HuggingFace, MiniMax, Moonshot, Venice
  • Team Memory — Shared pgvector semantic search across agents (Team)
  • RBAC — Role-based access control and workspace member invitations (Team)
  • Messaging Channels — Trigger agents from Discord (slash commands), Slack, Telegram, Email, and Trello
  • Output Routes — Deliver results to Discord, Slack, webhooks, MS Teams, Asana, Trello, and Email
  • Zapier Integration — Connect CrewForm to 7,000+ apps with triggers and actions
  • Real-Time Execution — Live task execution updates via Supabase Realtime
  • Usage Tracking — Monitor token usage, costs, and performance per agent and task
  • Self-Hosting — Docker Compose deployment for production
  • AES-256-GCM Encryption — Secure API key storage
  • Row-Level Security — Workspace-scoped data isolation via Supabase RLS
  • REST API — Full CRUD via Supabase Edge Functions with API key authentication
  • Mintlify Docs — Documentation site at docs.crewform.tech
  • Landing Page — Marketing site with provider/integration marquees, feature grid, and pricing