258 Commits (b9d4260acdf730a219a23833ce516b70124bc79c)

Author SHA1 Message Date
shrimbly b9d4260acd fix: execution utility edge cases for loops and gallery refs 3 months ago
shrimbly 7d022c131f fix: correct fallback status, clear stale params, and check tutorial fetch 3 months ago
shrimbly a9882b1b45 fix(workflow): validate loop count and handle resume inside loops 3 months ago
shrimbly c82c8a1bf2 fix: clear stale fallback params on provider switch and make tutorial abort-aware 3 months ago
shrimbly ff216aa5b8 fix: filter orphaned edges referencing non-existent nodes on load 3 months ago
shrimbly e6f6acb2f3 fix: display Gemini fallback model parameters in node panel 3 months ago
shrimbly da9d25f5f4 fix: address 16 code review findings across codebase 3 months ago
shrimbly 0da1f84e4e feat: add fallback settings tab to LLM generate node 3 months ago
shrimbly 11dee3a38c feat: wire executors to use parametersOverride for fallback models 3 months ago
shrimbly bf82f9d767 feat: runWithFallback passes fallbackParameters to runOnce 3 months ago
shrimbly 6ade07bd13 feat: add model fallback/redundancy for generation executors 3 months ago
Willie 8008801402
feat: Tutorial improvements with mock execution and organized demonstration (#112) 3 months ago
shrimbly 99197fc416 fix: preserve embedded audio when stitching videos 3 months ago
shrimbly 3f49b7c293 fix: include downstream nodes in loop iteration so observers collect each pass 3 months ago
shrimbly f1e28d9b7e feat(48-03): implement loop iteration in workflow execution 3 months ago
shrimbly 9f3fc20366 test(48-03): add failing integration tests for loop execution 3 months ago
shrimbly b83542ac56 feat(48-02): auto-detect loop edges with magenta visual styling 3 months ago
shrimbly b6f36751a5 feat(48-01): implement loop edge utility functions 3 months ago
shrimbly 3c12e4f02e test(48-01): add failing tests for loop edge utilities 3 months ago
shrimbly 4932995a85 fix: wire AbortController into regenerateNode for cancellable batch execution 4 months ago
shrimbly 1c785aa039 fix: replace JSON deep-clone with clonePreservingStrings in clipboard and snapshot 4 months ago
shrimbly c760c6329a fix: derive array batch behavior dynamically from source node batchMode 4 months ago
shrimbly f18647cc7d refactor: extract batch execution helper shared across all entry points 4 months ago
shrimbly 426b2f4f0b fix: use fresh node data in executeOutputGallery to preserve batch images 4 months ago
shrimbly cd6dada4d6 feat: add array batch mode for sequential generation from all items 4 months ago
shrimbly 3d1487af92 fix: eliminate undo/redo memory bloat from deep-cloning base64 blobs 4 months ago
shrimbly 5178b24294 feat: add audio handle mapping and pass audio through video executor 4 months ago
shrimbly 564a255af8 fix: hydrate audioInput/videoInput from upstream in executeSelectedNodes 4 months ago
shrimbly 5b0825e50b fix: address code review findings across undo/redo, video wiring, and validation 4 months ago
shrimbly a1073dc070 fix: clear pending undo debounce timer on loadWorkflow and clearWorkflow 4 months ago
shrimbly 3c92ab34bb fix: single undo for connected node deletion (React Flow v12 edge-first order) 4 months ago
shrimbly c02758ea89 fix: prevent clearStaleInputImages from creating extra undo entries on node delete 4 months ago
shrimbly 11e089a6f7 fix: coalesce node+edge removal into single undo entry 4 months ago
shrimbly b263dfc4ee feat: integrate undo/redo into workflow store with Cmd+Z / Cmd+Shift+Z 4 months ago
shrimbly 25099786dc feat: add UndoManager class for undo/redo history tracking 4 months ago
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