261 Commits (9c050bc37b98cd535140be2776b588dfcb64695e)

Author SHA1 Message Date
shrimbly a064ddc106 feat: add VideoInput node for uploading/loading video files 4 months ago
shrimbly d5133f0f7d refactor: remove dual-tracked skippedNodeIds local variable 4 months ago
shrimbly 139c1f02c2 fix: restore skippedNodeIds to store for canvas visual feedback 4 months ago
shrimbly 1ceec53e64 refactor: remove skippedNodeIds from store, extract resetSkippedNodes helper 4 months ago
shrimbly 3e16ccaf7d feat: add localStorage helpers for workflows directory 4 months ago
shrimbly 4b6c2e0042 fix: embed directoryPath in workflow JSON for portable hydration 4 months ago
Shrimbly 2b0a9d146d feat: extend media externalization to support videos and audio 4 months ago
shrimbly acf58cb2c9 test: add skip propagation tests and fix WorkflowCanvas mock 4 months ago
shrimbly 1b713d72a7 feat: add skipped node visual treatment during execution 4 months ago
shrimbly d1d36e8d33 feat: add skip propagation to workflow execution engine 4 months ago
shrimbly c7fd3cd241 feat: prefill project directory from last-used path in new project flow 4 months ago
shrimbly 753790b36c fix: clamp expand height to minHeight and resolve text through switch nodes 4 months ago
shrimbly f7864197b8 fix: move panel height correction from loadWorkflow into BaseNode render 4 months ago
shrimbly 0fd65682ce fix: prevent node height accumulation with inline parameters on reload 4 months ago
shrimbly 61af53b2b8 fix: resolve prompt variables through router nodes for PromptConstructor 4 months ago
shrimbly e5ae80aad1 fix: reactively update SplitGrid sourceImage when connection is made 4 months ago
shrimbly 532231d2ef fix: cache router/switch passthrough results to fix multi-type data loss 4 months ago
Claude 3df4089e3d
Fix thumbnail cache key collisions causing wrong images 4 months ago
Claude 1f12e8e7a1
Add adaptive image resolution scaling for viewport performance 4 months ago
shrimbly dee900b857 style: update ArrayNode layout to match new design language 4 months ago
shrimbly 6f5328d581 fix: add outputDuration to easeCurve type in workflowStore 4 months ago
shrimbly 96649de97e fix: pass outputDuration through parent-child ease curve connections 4 months ago
shrimbly 703fcf567a Revert "perf: cap RAF-based callbacks to 60fps on high refresh rate displays" 4 months ago
shrimbly 9f25e05d87 perf: cap RAF-based callbacks to 60fps on high refresh rate displays 4 months ago
shrimbly 5c3ab56725 perf: RAF-debounce setHoveredNodeId and skip hover during panning 4 months ago
shrimbly b1b54ae8bc fix: use correct initialCapabilityFilter prop on ModelSearchDialog 4 months ago
shrimbly 942758de2a perf: guard setHoveredNodeId against redundant store mutations 4 months ago
shrimbly 0c0994e97c feat(quick-21): replace group header bar with floating viewport-scaled label and controls 4 months ago
shrimbly e20f99a13b fix: reset node height on paste to prevent compounding growth 4 months ago
shrimbly a8354e7aed fix: dismiss welcome modal after loading a workflow via Open Project 4 months ago
shrimbly 04b8821dfa fix: address code review findings from CodeRabbit 4 months ago
shrimbly 5cf4c92f52 feat: show header controls on node body hover, not just header hover 4 months ago
shrimbly dbe31d469b fix: clear stale inputImages when last image-source edge is removed 5 months ago
shrimbly 846bffc1d4 fix: dimmed switch with enabled output no longer lets downstream escape dimming 5 months ago
shrimbly e50ca215ca fix: nodes downstream of converging switch paths incorrectly dimmed 5 months ago
shrimbly fe6a2e5480 feat: add Clear button to ConditionalSwitch node 5 months ago
shrimbly 53ebeb2484 fix: remove invalid null fields from conditionalSwitch node defaults 5 months ago
shrimbly edae8bd61b refactor: deduplicate conditionalSwitch execution logic 5 months ago
shrimbly 20b404483d refactor: extract evaluateRule to shared utility 5 months ago
shrimbly f96df88337 fix(45): stop ConditionalSwitch from passing input text to downstream nodes 5 months ago
shrimbly 4154486169 feat: enable Gemini in video node's provider list 5 months ago
shrimbly 688e3b21c5 feat: add Anthropic Claude LLM provider and Gemini 3.1 Pro model 5 months ago
shrimbly cbc278f801 feat: add Image Search toggle for Nano Banana 2 5 months ago
shrimbly 3e0ede096e fix: remove develop-only node types from master and add type cast 5 months ago
shrimbly 4fd01a26bf feat: add nano-banana-2 to model registry, UI, and migration paths 5 months ago
shrimbly a623b3b5a9 feat(45-03): trigger dimming recompute for Conditional Switch rule updates 5 months ago
shrimbly ecb8bb0ea7 feat(45-03): extend dimming system for Conditional Switch non-matching outputs 5 months ago
shrimbly f41c09a6c1 feat(45-02): add ConditionalSwitch execution and match-aware text routing 5 months ago
shrimbly 8ca36b30bf feat(45-01): add ConditionalSwitch type definitions, default data, executor, and validation 5 months ago
shrimbly be29ebb291 fix(44): skip dimmed source nodes in getConnectedInputs 5 months ago