You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shrimbly
b42ec262dc
feat: support inline <var> tag parsing in PromptConstructor node
Allow upstream nodes to define variables using <var="name">value</var>
syntax in their text content. These are parsed and made available as
@name variables in the template, coexisting with the existing named
variable system (which takes precedence on name conflicts).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 months ago
..
__tests__
feat: hide CostIndicator when non-Gemini providers are in workflow
5 months ago
costCalculator.ts
feat: hide CostIndicator when non-Gemini providers are in workflow
5 months ago
deduplicatedFetch.ts
fix: plug memory leaks in audio listeners, timeouts, and MediaBunny resources
5 months ago
gridSplitter.ts
docs: update README with multi-provider beta info and add docs link
6 months ago
imageStorage.ts
fix: resolve resource leaks, stale state refs, and cache correctness issues
5 months ago
logger-server.ts
fix: add required default parameters for Kie.ai models
6 months ago
logger.ts
logging, cmd enter to run workflow
7 months ago
nodeDimensions.ts
feat: Template Explorer, Comment Navigation, and Output Node Improvements
6 months ago
parseVarTags.ts
feat: support inline <var> tag parsing in PromptConstructor node
5 months ago
urlValidation.ts
feat: add SSRF protection, URL encoding, modelId validation, and media size limits
5 months ago