Browse Source
ConnectionDropMenu.tsx: - Add Router entry to all 8 connection drop menu arrays - Router appears as last item (utility node) in each menu - Uses git-branch SVG icon for routing/branching concept workflowStore.ts: - Import executeRouter from execution module - Add "router" case to executeWorkflow switch (after easeCurve) - Add "router" case to regenerateNode switch (after easeCurve) execution/index.ts: - Export executeRouter from simpleNodeExecutors connectedInputs.ts: - Add optional visited parameter to getConnectedInputsPure for circular protection - Add Router passthrough logic before getSourceOutput call - Router nodes recursively fetch upstream data and route by handle type - Prevents infinite loops with visited Set tracking - Handle all 6 data types: image, text, video, audio, 3d, easeCurve RouterNode.tsx (bugfix): - Add missing id prop to BaseNode (from 43-01) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
5 changed files with 148 additions and 14 deletions
Loading…
Reference in new issue