Skip to content
Open
Show file tree
Hide file tree
Changes from 11 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
fe2d86c
Initial plan
Copilot Sep 23, 2025
6bc5475
Initial analysis and planning
Copilot Sep 23, 2025
8fc4000
Add support for message arrays and custom time/sent parameters
Copilot Sep 23, 2025
0616c22
Update documentation with new message array features
Copilot Sep 23, 2025
aee4a7a
Add support for message arrays and custom time/sent parameters in cha…
Copilot Sep 23, 2025
e838ea5
Add Node-RED inject node examples to documentation
Copilot Sep 23, 2025
3af283a
minor changes in readme
Sep 24, 2025
bd99f43
Merge pull request #1 from mxr2004/copilot/fix-e098a4dc-fe75-48b2-b57…
mxr2004 Sep 24, 2025
f0e95bd
Revert "Add support for message arrays and custom time/sent parameter…
mxr2004 Sep 24, 2025
c6c7423
Merge pull request #2 from mxr2004/revert-1-copilot/fix-e098a4dc-fe75…
mxr2004 Sep 24, 2025
f48ba97
Merge branch 'copilot/fix-e098a4dc-fe75-48b2-b571-8f28fadefa4e'
Sep 24, 2025
707f5b0
real changes now :)
Copilot Sep 23, 2025
6269be6
Merge branch 'FlowFuse:main' into main
mxr2004 Sep 25, 2025
9249e5d
Initial plan
Copilot Sep 30, 2025
cb5d98d
Initial plan for updating message handling to use only 'text' field
Copilot Sep 30, 2025
57b65b9
Update message handling to use only 'text' field for content
Copilot Sep 30, 2025
16928e8
Revert single message handling to use msg.payload directly
Copilot Sep 30, 2025
cda2d14
Merge pull request #4 from mxr2004/copilot/fix-67b78f89-9a24-42a8-b08…
mxr2004 Sep 30, 2025
84e60bb
Initial plan
Copilot Sep 30, 2025
c070192
Add Load Message History documentation to README
Copilot Sep 30, 2025
479580f
Remove example flow from Load Message History section
Copilot Sep 30, 2025
a496680
Remove code example for loading from context/database
Copilot Sep 30, 2025
b681837
Merge pull request #5 from mxr2004/copilot/fix-5ab59ec6-4f49-4cd5-b00…
mxr2004 Sep 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ npm install @flowfuse/node-red-dashboard-2-ui-chat

### Using in a Flow

<img width="964" alt="Image" src="https://github.com/user-attachments/assets/a6597ab4-bfc8-4358-8c2a-8c4b69ecbeda" />

Anything sent into the node will be considered as a _received_ message. Any messages typed into the chat will be sent out of the node as a _sent_ message.

#### Predefined Input Types
Expand Down
Loading