Commit Graph

61 Commits

Author SHA1 Message Date
Riqwan Thamir
a5e656edb9
chore(core): Remove redundant memory string from OM (no-changelog) (#31278) 2026-05-28 12:08:53 +00:00
yehorkardash
1da2c1b5eb
feat: Support agent mcp servers (no-changelog) (#31070) 2026-05-28 07:54:52 +00:00
bjorger
b415544683
feat(editor): Add fallback web search for agents (#31010)
Co-authored-by: heymynameisrob <robhough180@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 16:37:52 +00:00
Albert Alises
3303a60ddb
fix(core): Stabilize runtime skill snapshot hashes (no-changelog) (#31203) 2026-05-27 14:56:25 +01:00
n8n-cat-bot[bot]
29fd8ccc4e
ci: Add test:unit scripts so AI/Utils coverage is uploaded (#31170)
Co-authored-by: n8n-cat-bot[bot] <n8n-cat-bot[bot]@users.noreply.github.com>
Co-authored-by: Declan Carroll <declan@n8n.io>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-27 14:54:38 +01:00
Michael Drury
c748ab6f9b
feat(core): Add integration tool foundation (no-changelog) (#31158) 2026-05-27 14:49:32 +01:00
n8n-assistant[bot]
29859104b3
🚀 Release 2.23.0 (#31189)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-27 09:07:36 +00:00
Albert Alises
8bb5db3bbd
feat(core): Add runtime skills to Instance AI builders (no-changelog) (#30838) 2026-05-27 06:54:40 +00:00
Riqwan Thamir
1646282a74
feat(core): Add Observational Memory plumbing for instance AI (no-changelog) (#31110) 2026-05-26 19:10:09 +00:00
bjorger
def3a7bb07
fix(core): Count agent background generation tokens (#31082)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 16:05:12 +00:00
yehorkardash
d7f70b637c
fix: Improve agent error rendering and handling (no-changelog) (#30975) 2026-05-26 12:21:03 +01:00
yehorkardash
7dfac06880
feat: Add max iterations option to agents (no-changelog) (#30881)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2026-05-26 08:59:49 +00:00
Jaakko Husso
cbe404d946
fix(core): Initialize agent message list clock from observation log (no-changelog) (#31090)
Some checks failed
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.15.0) (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: Create Minor Release PR / Create release PR (push) Has been cancelled
Release: Create Minor Release PR / Notify Slack (push) Has been cancelled
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-25 20:42:56 +00:00
oleg
eaa641f77d
chore: Align Anthropic AI SDK dependency (no-changelog) (#31073) 2026-05-25 16:27:50 +00:00
Matsu
b2b3e7b49b
ci: Move isolatedModules back to jest.config (#31062) 2026-05-25 13:54:50 +03:00
Matsu
5db8aaf339
chore: Bump ts-jest to 29.4.9 and override baseline-browser-mapping (#30880) 2026-05-25 09:05:00 +03:00
bjorger
40ce96a74e
feat(core): Use runtime skills for agent builder prompt (#30963) 2026-05-22 14:45:38 +00:00
bjorger
24b6db22ec
refactor(core): Scope observation memory by agent thread (#30957)
Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
2026-05-22 12:40:05 +00:00
Albert Alises
eba7d056c5
feat(core): Make sandbox thread-scoped and lazy-initialize it on Instance AI (#30904) 2026-05-22 11:39:00 +00:00
oleg
4ba0f950cc
fix(core): Preserve instance AI image tool results (no-changelog) (#30895) 2026-05-22 10:26:46 +00:00
bjorger
73ccc82a19
feat(core): Persist episodic memory entries (#30760) 2026-05-22 06:03:16 +00:00
Albert Alises
eda83e16a2
feat(core): Add runtime skill loading foundation (no-changelog) (#30832) 2026-05-21 13:25:43 +00:00
bjorger
cd9b013ed4
feat(core): Add episodic memory SDK defaults (#30757) 2026-05-21 10:53:59 +00:00
Albert Alises
bd5cd31093
perf(ai-builder): Defer heavy idle-boot dependencies (-27 MiB heap) (#30834)
Some checks are pending
CI: Master (Build, Test, Lint) / Build for Github Cache (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (22.22.3) (push) Waiting to run
CI: Master (Build, Test, Lint) / Unit tests (24.15.0) (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
Util: Sync API Docs / sync-public-api (push) Waiting to run
2026-05-21 09:28:39 +00:00
Michael Drury
0f673356b5
chore(core): Agents feature memory usage reduction (no-changelog) (#30323)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2026-05-20 12:11:11 +00:00
oleg
c8ac2fb1f2
feat(core): Rework LangSmith tracing (no-changelog) (#30017) 2026-05-20 10:06:11 +00:00
n8n-assistant[bot]
5ca71e8c0a
🚀 Release 2.22.0 (#30713)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-19 11:36:59 +00:00
bjorger
604b42cdc3
feat(core): Wire observational memory runtime (#30342)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2026-05-19 10:41:04 +00:00
bjorger
784a56dcf5
feat(core): Add observation log reflector (#30341)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2026-05-19 07:58:05 +00:00
bjorger
a0864307af
feat(core): Add observation log observer (#30340)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2026-05-18 16:02:15 +00:00
bjorger
28af69a57c
feat(core): Add observation log storage (#30339)
Co-authored-by: Michael Drury <michael.drury@n8n.io>
2026-05-18 08:16:10 +00:00
Michael Drury
dc72a8042c
fix(core): Allow building agents from scratch without using the agent builder (no-changelog) (#30454) 2026-05-15 09:19:13 +00:00
oleg
8e709ff2cf
feat(agents): Add deferred tool loading (no-changelog) (#30466) 2026-05-15 06:30:06 +00:00
José Braulio González Valido
9fcd5c5864
feat(ai-builder): Tool-driven eval mock handler with per-API quirks registry (#30135)
Some checks are pending
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
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-14 14:29:10 +00:00
Eugene
bc7075bfdb
feat(core): Add access modes for agent Telegram integration (no-changelog) (#30258)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2026-05-14 14:22:17 +00:00
bjorger
853ad40e08
feat(core): Add agent execution count telemetry (no-changelog) (#30354) 2026-05-14 10:14:14 +00:00
Declan Carroll
cd0519f360
chore: Skip scaffolding templates in code-health and swap to catalog refs (no-changelog) (#30297) 2026-05-12 10:58:00 +00:00
bjorger
744bb92c2f
feat(core): Add observational memory runtime, builder, and read path (#29815) 2026-05-12 09:55:52 +00:00
n8n-assistant[bot]
61be42c7bb
🚀 Release 2.21.0 (#30283)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-05-12 07:29:34 +00:00
bjorger
be4ef22533
feat(core): Add observational memory storage foundation (#29814) 2026-05-11 09:01:44 +00:00
oleg
c94a403682
feat(core): Add agents SDK telemetry hooks (no-changelog) (#30014) 2026-05-11 08:48:23 +00:00
oleg
ffcf63691f
feat(agents): Add reusable workspace edit tools (no-changelog) (#30013) 2026-05-07 16:03:13 +00:00
yehorkardash
64079ad98c
feat(core): Agents as first class entities support (no-changelog) (#28017)
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: Michael Drury <michael.drury@n8n.io>
Co-authored-by: Arvin A <51036481+DeveloperTheExplorer@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Arvin Ansari <arvin.ansari@n8n.io>
Co-authored-by: bjorger <50590409+bjorger@users.noreply.github.com>
Co-authored-by: Eugene <eugene@n8n.io>
Co-authored-by: Michael Drury <me@michaeldrury.co.uk>
Co-authored-by: Robin Braumann <robin.braumann@n8n.io>
Co-authored-by: Rob Hough <robhough180@gmail.com>
2026-05-06 15:44:44 +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
Matsu
3637287ee1
chore: Prepare tsconfigs for tsgo (#29230) 2026-04-27 12:30:22 +00:00
Jaakko Husso
f27bbc9022
fix(core): Improve title generation on instance AI threads (no-changelog) (#29084) 2026-04-24 15:55:13 +00:00
yehorkardash
68c289f76f
fix: Use different runtime for each agent call, refactor state management (#27915) 2026-04-24 07:22:38 +00:00
Jaakko Husso
2d624a521e
fix(core): Generate title once there's enough user context (#28721) 2026-04-21 10:28:19 +00:00
n8n-assistant[bot]
6336f0a447
🚀 Release 2.18.0 (#28768)
Co-authored-by: Matsuuu <16068444+Matsuuu@users.noreply.github.com>
2026-04-21 08:58:38 +00:00
Jaakko Husso
73d93d4edf
fix(core): Better titles on instance AI, use common title logic on n8n agents sdk (no-changelog) (#28686) 2026-04-20 13:27:33 +00:00