MCP is live.Set upAsk on Discord
OmniDimension
Changelog

Dev note

Fix duplicate node IDs corrupting workflow context references

Pasting or duplicating nodes now remints IDs cleanly.

Type
Fix
Shipped
Areas
Workflow · Bug Fix

When a node was duplicated or pasted, it inherited the same ID as the original. Any {{ context.<id> }} reference pointing to that node would silently break or resolve to the wrong value. Node IDs are now reminted on every duplicate and paste operation, so context references stay accurate across the workflow.