Changelog

Latest product updates

AI Chat Agent, Streaming Generator & Content Safety

Editor
Apr 2, 2026ยท1.8

Meet the AI Chat Agent โ€” a conversational assistant that lives right on your canvas. Describe what you want to build and watch it assemble nodes, wire edges, and configure models in real time. This release also adds a streaming workflow generator, content moderation, and collapsible sidebar.

๐Ÿ“ฆ New

  • AI Chat Agent โ€” an in-canvas assistant that can build, modify, and explain your workflows through natural conversation. Ask it to add nodes, change models, or troubleshoot โ€” it has full context of your canvas and tools.
  • Streaming Workflow Generator โ€” describe a workflow in plain English and watch nodes appear on the canvas one by one as the AI generates them. Includes real-time thinking feedback so you can see the reasoning behind each decision.
  • Content Moderation โ€” automatic NSFW filtering runs before AI execution, catching inappropriate prompts before they reach the model. Image uploads in the editor are also scanned.
  • Sidebar Collapse โ€” toggle the node sidebar with Cmd+B. Hover the collapsed bar to reveal edge handles. State persists across sessions via localStorage.

๐Ÿง  Improved

  • Smarter Edge Handles โ€” handles now validate against hydrated port IDs and enforce proper in-/out- prefixes, reducing broken connections.
  • Rate Limiting โ€” bumped to 120 requests/hour after observing power users hitting the previous 60/hour cap.

Prompt Concatenator, Vision LLM & Sticky Notes

Editor
Mar 10, 2026ยท1.7

This release brings a new utility node for joining text inputs, multi-modal vision support on the LLM node, sticky notes for canvas annotations, and a batch of workflow quality-of-life improvements.

๐Ÿ“ฆ New

  • Prompt Concatenator โ€” a new utility node that joins multiple text inputs into a single prompt. Connect text nodes, config values, or upstream outputs and merge them before feeding into a generation model.
  • Any LLM Node with Vision โ€” the Any LLM node now accepts image inputs with automatic routing to vision-capable models. Drop an image connection in and it switches to multi-modal mode.
  • Sticky Notes โ€” add annotations directly on your workflow canvas. Use them for reminders, documentation, or labeling sections of complex workflows.
  • Copy & Paste Shortcuts โ€” Cmd+C / Cmd+V to duplicate selected nodes, preserving their configuration.
  • Quick Download โ€” hover any generated image and click the download button. No more opening the preview modal first.

๐Ÿง  Improved

  • Multi-Select Execution โ€” select multiple nodes and run them all at once. Credits are calculated correctly across the batch with plan-based discounts.
  • Selected Edge Highlighting โ€” clicking a node now illuminates its connected edges with a thicker stroke and glow, making complex workflows easier to read.
  • Conflict Detection โ€” optimistic locking warns you when another session has modified the same workflow, preventing silent overwrites.

Published Apps & Custom Domains

Platform
Feb 18, 2026ยท1.6

Publish any workflow as a standalone app on your own domain. This release turns Wireflow into a platform โ€” build once, deploy anywhere, and let your audience run your AI workflows without ever seeing the editor.

๐Ÿ“ฆ New

  • Published Apps โ€” turn any workflow into a polished, standalone web app. Configure branding, input fields, and output display, then publish with a single click. Apps run on wireflow.ai subdomains or your own custom domain.
  • Custom Domains โ€” point your own domain at a published app for a fully white-labeled experience. Currently supporting face-swap.io, face-swap.app, and flux-1.ai with more on the way.
  • Share & Auto-Duplicate โ€” share a workflow link and recipients automatically get their own copy when they sign up. Great for tutorials and templates.
  • Template Management โ€” admins can now feature, sort, and manage community templates from a dedicated panel.

๐Ÿง  Improved

  • App Pricing โ€” published apps charge raw AI cost with zero markup. Wireflow earns via platform fees on creator subscriptions, keeping end-user costs transparent.
  • Credit Refunds โ€” failed executions now automatically refund credits. A cron job catches any stuck executions older than 15 minutes and processes refunds.