Skip to content

Commit 14aaae3

Browse files
Merge branch 'main' into doc-1672-merge-data-section-from-justins-wip-branch
2 parents 42b74ca + 8838cee commit 14aaae3

File tree

3 files changed

+64
-8
lines changed

3 files changed

+64
-8
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// note | Stable and Beta versions
22
n8n releases a new minor version most weeks. The `stable` version is for production use. `beta` is the most recent release. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
33

4-
Current `stable`: 2.4.6
5-
Current `beta`: 2.6.0
4+
Current `stable`: 2.4.7
5+
Current `beta`: 2.6.2
66
///
619 KB
Binary file not shown.

docs/release-notes.md

Lines changed: 62 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,34 @@ n8n uses [semantic versioning](https://semver.org/). All version numbers are in
3232
You can find the release notes for older versions of n8n: [1.x](/release-notes/1-x.md) and [0.x](/release-notes/0-x.md)
3333
///
3434

35+
36+
37+
## n8n@2.6.2
38+
39+
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.6.1...n8n@2.6.2) for this version.<br />
40+
**Release date:** 2026-01-28
41+
42+
/// note | Beta version
43+
This is the `beta` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
44+
///
45+
46+
This release contains bug fixes.
47+
48+
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.
49+
50+
## n8n@2.4.7
51+
52+
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.6...n8n@2.4.7) for this version.<br />
53+
**Release date:** 2026-01-28
54+
55+
/// note | Stable version
56+
This is the `stable` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
57+
///
58+
59+
This release contains a bug fix.
60+
61+
For full release details, refer to [Releases](https://github.com/n8n-io/n8n/releases) on GitHub.
62+
3563
## n8n@2.5.2
3664

3765
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.1...n8n@2.5.2) for this version.<br />
@@ -47,9 +75,9 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele
4775
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.5...n8n@2.4.6) for this version.<br />
4876
**Release date:** 2026-01-23
4977

50-
/// note | Stable version
51-
This is the `stable` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
52-
///
78+
79+
80+
5381

5482
This release contains bug fixes.
5583

@@ -72,9 +100,7 @@ For full release details, refer to [Releases](https://github.com/n8n-io/n8n/rele
72100
View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.5.0...n8n@2.6.0) for this version.<br />
73101
**Release date:** 2026-01-26
74102

75-
/// note | Beta version
76-
This is the `beta` version. n8n recommends using the `stable` version. The `beta` version may be unstable. To report issues, use the [forum](https://community.n8n.io/c/questions/12).
77-
///
103+
78104

79105
This release contains bug fixes.
80106

@@ -99,7 +125,37 @@ View the [commits](https://github.com/n8n-io/n8n/compare/n8n@2.4.0...n8n@2.5.0)
99125

100126

101127
This release contains bug fixes.
128+
<div class="n8n-new-features" markdown>
129+
### **Chat node: human-in-the-loop actions**
130+
131+
The **Chat** node now includes two new Actions for human-in-the-loop interactions in agentic workflows:
132+
133+
- **Send a message**: send a message to the user and continue the workflow
134+
- **Send a message and wait for response**: send a message and pause execution until the user replies. Users can respond with free text in the Chat or by clicking inline approval buttons, as defined in the node’s configuration.
135+
136+
These Actions can be used as deterministic workflow steps or as tools for an **AI Agent**, enabling multi-turn human interaction within a single execution when using the **Chat Trigger**.
137+
138+
When used as an agent tool, the agent can ask for clarification before proceeding, helping it better interpret user intent and follow instructions. Agents can also send updates during long-running workflows using these Actions.
139+
140+
### **How to**
141+
142+
1. Trigger your workflow with the **Chat Trigger** node. In the node parameters, add the *Response Mode* option and set it to *Using Response Nodes*.
143+
2. Add a **Chat** node later in the workflow, or add it as a tool for an **AI Agent**. Select one of the following operations: *Send a message* or *Send a message and wait for response*.
144+
145+
### **Keep in mind**
146+
147+
- If you want an AI Agent to choose between sending a message or waiting for input, add two **Chat** tool nodes, one for each action.
148+
- For AI Agents triggered by the **Chat Trigger** node, adding **Send a message and wait for response** is recommended so the agent can request clarification when needed.
149+
150+
Learn more in the [Chat node documentation](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.chat/#operation).
151+
152+
<br>
153+
<video src="/_video/release-notes/ChatHITL.webm" controls
154+
width="100%"></video>
155+
<br>
102156

157+
<br><br>
158+
</div>
103159
### Contributors
104160

105161
[AbdulTawabJuly](https://github.com/AbdulTawabJuly)

0 commit comments

Comments
 (0)