807 Commits (88b6e47c1bd9f923741900f565cf17413ef72822)
 

Author SHA1 Message Date
shrimbly 88b6e47c1b fix: remove invalid null fields from conditionalSwitch quickstart default 5 months ago
shrimbly 0e4f5e6777 fix: add missing conditionalSwitch dimensions in WorkflowCanvas 5 months ago
shrimbly 46fbf3f0f2 fix: add missing conditionalSwitch case in quickstart validation 5 months ago
shrimbly 3a7051e4ee fix: prevent SwitchNode from deleting last switch 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 cdaf7caea8 fix: remove API key from Veo video URL response 5 months ago
shrimbly a009260cf0 style: increase background opacity on Switch, ConditionalSwitch, and Router nodes 5 months ago
shrimbly f96df88337 fix(45): stop ConditionalSwitch from passing input text to downstream nodes 5 months ago
shrimbly f1889a9706 fix(45): rename 'Default' label to 'Fallback' in ConditionalSwitch node 5 months ago
shrimbly 64aa3b5b23 fix(45): remove conditional opacity from ConditionalSwitch output handles 5 months ago
shrimbly e16f839f2d fix(45): use ref-based measurement for ConditionalSwitch handle alignment 5 months ago
shrimbly 7c562c1d9d fix(45): fix ConditionalSwitch handle alignment, drop menu, and default connector 5 months ago
Willie 96446bf4db
Merge pull request #88 from shrimbly/model-extension 5 months ago
shrimbly a1e0b8b337 test: add Gemini video generation tests and update model count assertions 5 months ago
shrimbly 4154486169 feat: enable Gemini in video node's provider list 5 months ago
shrimbly 76e631a692 feat: wire up Gemini video dispatch in generate route 5 months ago
shrimbly 30a70cd877 feat: implement generateWithGeminiVideo() provider function 5 months ago
shrimbly 7370d92efe feat: add Gemini video model schemas for Veo 3.1 5 months ago
shrimbly 41e00462ae feat: register Gemini Veo video models in model registry 5 months ago
shrimbly 688e3b21c5 feat: add Anthropic Claude LLM provider and Gemini 3.1 Pro model 5 months ago
Willie 019aa6458e
Merge pull request #86 from shrimbly/feature/nano-banana-2 5 months ago
shrimbly 65afd2344b fix: use model-specific resolution lists and normalize on model switch 5 months ago
shrimbly cbc278f801 feat: add Image Search toggle for Nano Banana 2 5 months ago
shrimbly b71db648b2 feat: add extended aspect ratios (1:4, 1:8, 4:1, 8:1) for Nano Banana 2 5 months ago
shrimbly 60107dae00 test: update models route tests 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 b4d2dca60f fix: add missing conditionalSwitch to quickstart validation defaults 5 months ago
shrimbly bb60591317 fix: add missing conditionalSwitch to WorkflowCanvas defaultDimensions 5 months ago
shrimbly 4fd01a26bf feat: add nano-banana-2 to model registry, UI, and migration paths 5 months ago
shrimbly 880a547bf4 feat: add nano-banana-2 pricing to cost calculator 5 months ago
shrimbly 5b7cd0d8e4 feat: add nano-banana-2 to Gemini provider 5 months ago
shrimbly 2f94e36d9c feat: add nano-banana-2 model type and 512px resolution 5 months ago
shrimbly 6d5f6725a5 fix(45): add Conditional Switch to TEXT_TARGET_OPTIONS, remove from IMAGE_SOURCE_OPTIONS 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 b6529a55d2 feat(45-02): register ConditionalSwitch in WorkflowCanvas and connection menus 5 months ago
shrimbly d98a9b5099 feat(45-01): create ConditionalSwitchNode component with rule editing UI and match indicators 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
shrimbly 798babc6b3 fix(switch): make smart cascade type-aware so text inputs don't rescue dimmed image paths 5 months ago
shrimbly c10cc100a6 fix(switch): resolve input type when creating Switch from connection menu 5 months ago
shrimbly 2a0db1bcb7 fix(switch): resolve output handle type from inputType for connection drop menu 5 months ago
shrimbly 6f6818ded2 fix(44-03): use valid LogCategory for dimmed node skip logging 5 months ago
shrimbly 0fb3347b16 feat(44-03): apply CSS-based visual dimming to nodes 5 months ago
shrimbly 971efe55a4 feat(44-03): add dimming utility and store integration 5 months ago
shrimbly dbfeb22647 feat(44-02): add Switch execution and toggle-aware data flow 5 months ago
shrimbly b22335e317 feat(44-02): register Switch in WorkflowCanvas and connection menus 5 months ago
shrimbly 63a187a15a feat(44-01): create SwitchNode component with toggle UI and dynamic handles 5 months ago