n8n/packages/@n8n/workflow-sdk/src/codegen
Mutasem Aldmour 2fd54d8230
feat(core): Curate workflow examples for the builder sandbox (#30025)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-13 06:45:39 +00:00
..
composite-handlers feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
code-generator.test.ts refactor(instance-ai): Harmonize prompting between builders (no-changelog) (#28338) 2026-04-13 11:59:50 +00:00
code-generator.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
codegen-roundtrip.test.ts refactor(core): Remove global builder node guides (#29582) 2026-05-05 09:27:00 +00:00
codegen.test.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
composite-builder.test.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
composite-builder.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
composite-tree.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
config-builder.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
config-builder.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
constants.test.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
constants.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
deferred-connections.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
deferred-connections.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
edge-case-roundtrip.test.ts fix(core): Emit modern error connections from SDK (no-changelog) (#28700) 2026-04-22 09:32:13 +00:00
emit-instance-ai.test.ts feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
emit-instance-ai.ts feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
execution-schema-jsdoc.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
execution-schema-jsdoc.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
execution-status.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
execution-status.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
expression-annotator.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
expression-annotator.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
graph-annotator.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
graph-annotator.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
index.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
index.ts feat(core): Curate workflow examples for the builder sandbox (#30025) 2026-05-13 06:45:39 +00:00
merge-pattern.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
merge-pattern.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
new-codegen-roundtrip.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
node-type-utils.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
node-type-utils.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
output-utils.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
parse-workflow-code.test.ts fix: Use explicit node references for AI memory session keys (#29473) 2026-04-30 07:26:36 +00:00
parse-workflow-code.ts fix: Use explicit node references for AI memory session keys (#29473) 2026-04-30 07:26:36 +00:00
semantic-graph.colocated.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
semantic-graph.test.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
semantic-graph.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
semantic-registry.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
semantic-registry.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
sib-merge-handler.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
sib-merge-handler.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
string-utils.test.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
string-utils.ts feat(ai-builder): Add code-base workflow builder (#24535) 2026-02-10 12:24:27 +00:00
subnode-generator.test.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
subnode-generator.ts feat: Instance AI and local gateway modules (no-changelog) (#27206) 2026-04-01 21:33:38 +03:00
types.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
variable-names.test.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00
variable-names.ts feat(core): Expand workflow-sdk test fixtures from 500 to 2000 workflows and fix codegen bugs (#26041) 2026-02-26 10:09:16 +00:00