n8n/packages
Arvin Ansari bfbe05a8ff
refactor(core): Consume shared case-generation contract from @n8n/api-types (no-changelog)
TRUST-285 now exports the case-generation contract, so packages/cli no longer
defines it (editor-ui and the REST layer can share one definition):

- Drop the local AgentEvalDraftCase interface + draftCaseSchema; the LLM-output
  envelope now builds on the shared agentEvalDraftCaseSchema.
- Drop the local GenerateDraftCasesOptions / GenerateDraftCasesResult interfaces
  and import them from @n8n/api-types.

No behavior change: the service still owns count clamping ([1, 20]); the shared
schema is positive-int only by design.
2026-07-27 15:57:34 +02:00
..
@n8n feat(api-types): Add case-generation contract and type rating correction as JsonObject (no-changelog) 2026-07-27 15:17:47 +02:00
cli refactor(core): Consume shared case-generation contract from @n8n/api-types (no-changelog) 2026-07-27 15:57:34 +02:00
core fix(core): Redact a sub-workflow's own execution record per its own policy (#34621) 2026-07-23 12:55:51 +00:00
extensions/insights 🚀 Release 2.32.0 (#34600) 2026-07-21 07:14:52 +00:00
frontend refactor(editor): Move useToast into @n8n/composables behind a shim (no-changelog) (#34861) 2026-07-24 12:38:44 +00:00
node-dev chore: Set up repository for TypeScript 7 migration (#33890) 2026-07-09 13:21:16 +03:00
nodes-base feat(Microsoft Excel (SharePoint) Node): Add node for Excel workbooks in SharePoint document libraries (#34847) 2026-07-24 11:42:16 +00:00
testing fix(editor): Debounce node creator search filtering (#34828) 2026-07-24 07:37:02 +00:00
workflow feat(core): Improve workflow groups validation/support in mcp (no-changelog) (#34778) 2026-07-23 13:41:27 +00:00