Commit Graph

134 Commits

Author SHA1 Message Date
Oleg Ivaniv
00b9331dab
refactor(instance-ai): use native workspace providers 2026-05-05 11:22:33 +02:00
Oleg Ivaniv
2179ae6479
refactor(instance-ai): use native daytona filesystem base 2026-05-05 11:11:01 +02:00
Oleg Ivaniv
d961b9466e
refactor(instance-ai): use native n8n sandbox providers 2026-05-05 11:09:49 +02:00
Oleg Ivaniv
6300220caa
refactor(instance-ai): decouple workflow tool workspace types 2026-05-05 11:07:39 +02:00
Oleg Ivaniv
31fc52d1be
refactor(instance-ai): decouple tracing util tool type 2026-05-05 11:03:39 +02:00
Oleg Ivaniv
256606df94
refactor(instance-ai): decouple sandbox file tool workspace type 2026-05-05 11:02:40 +02:00
Oleg Ivaniv
6ab9956a49
refactor(instance-ai): decouple sandbox utility types 2026-05-05 11:01:24 +02:00
Oleg Ivaniv
8d4a1fce6a
refactor(instance-ai): decouple builder memory compaction 2026-05-05 10:58:47 +02:00
Oleg Ivaniv
3323e173f0
refactor(instance-ai): decouple compaction metadata reads 2026-05-05 10:56:40 +02:00
Oleg Ivaniv
4b81f6f9dd
refactor(instance-ai): decouple thread metadata storage 2026-05-05 10:50:02 +02:00
Oleg Ivaniv
85442041d3
refactor(instance-ai): remove stale mastra type imports 2026-05-05 10:46:06 +02:00
Oleg Ivaniv
69c43fdfaa
refactor(instance-ai): support native stream resume 2026-05-05 10:43:46 +02:00
Oleg Ivaniv
7f37612d2f
refactor(instance-ai): normalize native stream results 2026-05-05 10:41:36 +02:00
Oleg Ivaniv
18f05c9a89
refactor(instance-ai): route native stream events 2026-05-05 10:40:10 +02:00
Oleg Ivaniv
69bc96a5c8
refactor(instance-ai): parse native agent suspensions 2026-05-05 10:38:49 +02:00
Oleg Ivaniv
4fb69b39a1
refactor(instance-ai): add native stream chunk mapper 2026-05-05 10:37:25 +02:00
Oleg Ivaniv
c731e4ba7f
docs(instance-ai): mark native persistence progress 2026-05-05 10:35:07 +02:00
Oleg Ivaniv
6780f10641
feat(instance-ai): add native memory store 2026-05-05 10:34:50 +02:00
Oleg Ivaniv
ea8e0f1054
feat(instance-ai): add native checkpoint store 2026-05-05 10:32:37 +02:00
Oleg Ivaniv
5bc601254f
refactor(instance-ai): decouple mcp schema sanitizer 2026-05-05 10:29:40 +02:00
Oleg Ivaniv
e42336b3c9
refactor(instance-ai): rename agent runtime run id 2026-05-05 10:28:29 +02:00
Oleg Ivaniv
77212b10e5
refactor(instance-ai): use native mcp client manager 2026-05-05 10:26:01 +02:00
Oleg Ivaniv
3a9eccddbd
refactor(instance-ai): use native agent for compaction 2026-05-05 10:24:53 +02:00
Oleg Ivaniv
6853d87a7f
docs: specify native agents rewrite 2026-05-05 10:22:44 +02:00
oleg
96fabbafad
feat(instance-ai): Reuse workflow builder sandboxes (no-changelog) (#29598)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2026-05-04 14:51:55 +00:00
Jaakko Husso
63d59d48c5
fix(core): Wrap web-search snippets in untrusted data boundaries (no-changelog) (#29695) 2026-05-04 14:19:25 +00:00
Mutasem Aldmour
fdceec21b9
feat: Add pairwise workflow eval pipeline (#29123)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Jaakko Husso <jaakko@n8n.io>
2026-05-04 13:26:27 +00:00
Albert Alises
2259f32de8
fix(ai-builder): Add boundaries on the workflow builder remediation loops (#29430) 2026-05-04 12:05:20 +00:00
Charlie Kolb
f775604c25
refactor: Split up instance-ai confirmation endpoint DTO by action (#29179) 2026-05-04 10:47:38 +00:00
Albert Alises
c28d501ba1
fix(ai-builder): Stop builder from adding auth to inbound trigger nodes by default (#29648) 2026-05-04 10:25:17 +00:00
Mutasem Aldmour
9b00ccbfd1
fix: Drop template search tools from builder (#29573) 2026-05-01 08:44:21 +00:00
Jaakko Husso
bd130a071f
fix(core): Make instance AI test workflows without publishing them (no-changelog) (#29557)
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.14.1) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (25.x) (push) Waiting to run
CI: Master (Build, Test, Lint) / Lint (push) Waiting to run
CI: Master (Build, Test, Lint) / Performance (push) Waiting to run
CI: Master (Build, Test, Lint) / Notify Slack on failure (push) Blocked by required conditions
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (beta) (push) Has been cancelled
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (stable) (push) Has been cancelled
Release: Schedule Patch Release PRs / Create patch release PR (${{ matrix.track }}) (v1) (push) Has been cancelled
2026-04-30 15:04:02 +00:00
Albert Alises
625ed5e95a
fix(core): Harden Set node workflow SDK contract (#29568) 2026-04-30 12:10:44 +00:00
Albert Alises
6175fd6f7b
fix(core): Gate Instance AI edits to pre-existing workflows (#29501) 2026-04-30 08:29:11 +00:00
José Braulio González Valido
e7f3e6f771
feat(ai-builder): Add three new workflow eval test cases (no-changelog) (#29351)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 08:11:04 +00:00
Albert Alises
139b803dae
fix: Use explicit node references for AI memory session keys (#29473) 2026-04-30 07:26:36 +00:00
José Braulio González Valido
4fd68bfc99
ci(ai-builder): Parallelize Instance AI eval CI across multiple n8n containers (#29545)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-30 07:22:28 +00:00
Svetoslav Dekov
0e07dedc08
fix: Add sequence prefix to proxy expectation recordings (no-changelog) (#29524) 2026-04-29 15:21:48 +00:00
Mutasem Aldmour
0a80722dcb
feat: Validate workflow-sdk output topology against mode (#29363)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 14:39:35 +00:00
Jaakko Husso
388cd79908
fix(core): Pass nodeTypesProvider to validate workflows fully at instance AI (#29333) 2026-04-29 14:25:20 +00:00
José Braulio González Valido
54d9286d92
fix(ai-builder): Filter LangSmith eval dataset by local file slugs (#29507)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 13:30:29 +00:00
Mutasem Aldmour
308d0b42b3
feat(core): Use versioned prebuilt Daytona snapshots for Instance AI sandboxes (#29359)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 11:10:16 +00:00
oleg
ad359b5e2c
feat(instance-ai): Orchestrator-executed checkpoint tasks for planned workflow verification (#29049)
Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
2026-04-28 14:58:49 +00:00
n8n-assistant[bot]
632604bbe3
🚀 Release 2.19.0 (#29374)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-04-28 09:23:10 +00:00
Luka Zivkovic
13029e6d03
fix(ai-builder): Keep workflow identity across rebuild/patch (#28926)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-28 08:03:43 +00:00
José Braulio González Valido
e503587854
docs: Restructure instanceAI evals README for first-time users (no-changelog) (#29095)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-28 07:22:45 +00:00
Jaakko Husso
b6fcabc025
fix(ai-builder): Adjust chat trigger memory builderHints (#29156) 2026-04-28 07:06:53 +00:00
Albert Alises
632ae67de3
fix(ai-builder): Hide and reap intermediate AI-created workflows (#29066) 2026-04-27 15:17:54 +00:00
oleg
3a9c922bf4
fix(instance-ai): Make SANDBOX_LINK_SDK flag bypass Dockerfile SDK install (no-changelog) (#29207) 2026-04-27 13:42:48 +00:00
José Braulio González Valido
29cdd011b0
fix(ai-builder): Honor --timeout-ms across the eval harness (no-changelog) (#29219)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 12:49:01 +00:00