Commit Graph

16031 Commits

Author SHA1 Message Date
Elias Meire
18531086a9
fix: Use correct enum import in CLI node templates (#20950) 2025-10-21 11:21:03 +02:00
Jaakko Husso
cdeb8cb7e3
fix(core): Miscellaneous chat hub fixes (no-changelog) (#20995) 2025-10-21 12:06:43 +03:00
Eugene
b4a92f32f6
fix(ai-builder): AI builder memory consumption issue (#20982) 2025-10-21 10:23:07 +02:00
Benjamin Schroth
3f9866e8f6
fix(ai-builder): Accept empty expressionValues in builder request (#20993) 2025-10-21 10:16:00 +02:00
Suguru Inoue
2131c1398b
chore: Don't show chat suggestions for now (#20994) 2025-10-21 10:11:15 +02:00
Iván Ovejero
870036820f
refactor(core): Complete backend config migration (#20903) 2025-10-21 10:05:06 +02:00
Mutasem Aldmour
049c599af2
fix(Qdrant Vector Store Node): Add support for custom content and metadata keys (#20873) 2025-10-21 10:00:33 +02:00
Raúl Gómez Morales
d4eb0bb868
feat(editor): Add custom roles CRUD UI (#19224)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2025-10-21 09:50:20 +02:00
Jaakko Husso
652e7e070c
feat(core): Support stopping AI message generation on chat hub (no-changelog) (#20992) 2025-10-21 10:29:55 +03:00
Romeo Balta
3e35fb3b7e
feat: Conditional ready to run v2 (no-changelog) (#20984) 2025-10-21 08:19:19 +01:00
Iván Ovejero
3410a7e7a8
refactor(core): Require Python 3.14 for native Python runner (#20978) 2025-10-21 09:14:13 +02:00
Jaakko Husso
8953bf089d
refactor(core): Drop unused chat hub columns (no-changelog) (#20973) 2025-10-21 09:57:33 +03:00
Stephen Wright
04438f8f97
feat: SSO provisioning settings UI (#20961) 2025-10-20 15:49:54 +01:00
Irénée
cec27a89be
feat: Assign owner to pulled resources (#20920) 2025-10-20 15:35:24 +01:00
Jaakko Husso
14d9c20e02
feat(core): Save errored AI messages to DB (no-changelog) (#20970) 2025-10-20 16:55:28 +03:00
Alex Grozav
d127ef46c2
refactor(editor): Extract ndv code into features (no-changelog) (#20965) 2025-10-20 15:26:48 +03:00
Mehmet Atakan Demircioğlu
c06592a017
chore: Jotform trigger logo and texts updated (no-changelog) (#20521) 2025-10-20 11:39:02 +01:00
Jaakko Husso
e2d50e1446
feat(core): Remove chat workflows and executions after each message is handled (no-changelog) (#20960) 2025-10-20 13:27:20 +03:00
Ramakrishnan Sivakumar
f310b134a7
feat(Lemonade Model Node): Add Lemonade server as a node (#20557)
Co-authored-by: yehorkardash <yehor.kardash@n8n.io>
2025-10-20 13:22:08 +03:00
renovate[bot]
3557d337a7
chore: Update mammoth to 1.11.0 [SECURITY] (#20925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 12:00:21 +02:00
Jaakko Husso
e72dc619cf
feat(core): Limit chat history context window length with a map of limits (no-changelog) (#20955) 2025-10-20 12:45:29 +03:00
yehorkardash
f282b0272e
fix(OpenAI Node): Remove local shell, update simplify output logic (#20957) 2025-10-20 12:40:48 +03:00
yehorkardash
30ce501fa0
test(OpenAI Node): Add tests (#20711) 2025-10-20 10:06:36 +03:00
yehorkardash
d20a2e585e
fix(OpenAI Node): Rename "Create" to "Generate" (#20905) 2025-10-20 10:03:06 +03:00
Jaakko Husso
b9f66aee4d
feat(AI Agent Node): Support reading only maxTokensFromMemory (no-changelog) (#20915) 2025-10-20 09:17:58 +03:00
Svetoslav Dekov
be27e94cb5
fix(editor): Fix command bar test workflow command issue (#20910) 2025-10-20 09:12:33 +03:00
Iván Ovejero
84e676b194
refactor(core): Modernize type syntax in native Python runner (#20847) 2025-10-17 15:33:02 +02:00
Alex Grozav
aee48295f7
refactor(editor): Restructure features code into domains (no-changelog) (#20902) 2025-10-17 15:42:50 +03:00
Suguru Inoue
71d271a964
feat: Improve chat UI/UX - iteration 2 (no-changelog) (#20815) 2025-10-17 13:46:30 +02:00
Michael Kret
7f651ca5a3
fix(n8n Form Node): CSP headers should not be set on response with redirect (#20864) 2025-10-17 14:15:31 +03:00
Alex Grozav
f527ae1252
refactor(editor): Extract remaining variables code into features (no-changelog) (#20854) 2025-10-17 14:00:13 +03:00
Mutasem Aldmour
24f1ad92f6
fix(LM Chat Azure OpenAI Node): Set model name to ensure correct internal logic (#20893)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-17 12:33:06 +02:00
Jaakko Husso
31f422b374
feat(core): Reuse same memory session (no-changelog) (#20897)
Co-authored-by: Suguru Inoue <suguru@n8n.io>
2025-10-17 12:48:48 +03:00
Iván Ovejero
cb88c4052c
fix(benchmark): Autodiscover runners container (#20859)
Co-authored-by: Danny Martini <danny@n8n.io>
2025-10-17 11:30:48 +02:00
Raúl Gómez Morales
d1b56a6745
docs(editor): Create Select component Api specs (#20894) 2025-10-17 11:07:41 +02:00
Konstantin Tieber
61504acbea
chore: Create markdown template for UI component specification (#20472)
Co-authored-by: Csaba Tuncsik <csaba@n8n.io>
2025-10-17 10:56:01 +02:00
Stephen Wright
c40aaa5575
feat: Add GET /sso/provisioning/config endpoint for sso provisioning config (#20850) 2025-10-17 09:04:06 +01:00
Jaakko Husso
697a144338
feat(core): Switch between different attempts at FE (no-changelog) (#20882) 2025-10-17 10:36:00 +03:00
Idir Ouhab Meskine
7706ec82c0
feat(Anthropic Node): Support custom headers for model requests (#20253) 2025-10-17 09:10:29 +02:00
Benjamin Schroth
e195677943
fix(AI Agent Node): Track source node toolkit tools are executed from (#20866) 2025-10-17 08:44:38 +02:00
Mutasem Aldmour
61b8dbc68c
fix(Embeddings OpenAI Node): Add encodingFormat parameter to fix LM Studio compatibility (#20877)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-17 08:00:03 +02:00
Sudarshan Soma
b21140180e
feat(oracleDb Node): Add Oracle Database SQL Node (#20867) 2025-10-16 20:44:46 +03:00
Michael Kret
1eccd74ecf
fix: MongoDB connection string parameter marked as password (#20868) 2025-10-16 18:14:22 +01:00
yehorkardash
e4690e5ac5
test: Update node testing prompt (#20874) 2025-10-16 17:48:30 +01:00
Mutasem Aldmour
0db0712b93
chore: Remove telemetry debug logging (no-changelog) (#20875) 2025-10-16 18:39:27 +02:00
Mutasem Aldmour
3d9d19ef81
fix(editor): Hide Execute and refine section when error occurs after workflow update (#20876)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-16 17:43:47 +02:00
Csaba Tuncsik
fa0278647e
fix(editor): Update ProjectSettings UI to always show save/cancel buttons and add search functionality for members (#20828) 2025-10-16 16:59:55 +02:00
Danny Martini
44d1835797
fix(Call n8n Sub-Workflow Tool Node): Return structured data from Workflow Tool when called by engine (#20869) 2025-10-16 16:21:55 +02:00
Michael Drury
5b5cef8e00
fix(ai-builder): Submit AI workflow builder prompt on enter, newline on shift+enter (#20863) 2025-10-16 14:57:55 +01:00
oleg
f37e7c2ab1
feat(ai-builder): Increase prompt limit to 5000 characters (#20865) 2025-10-16 15:32:41 +02:00