chore(FN-3813): add changeset for room-based chat feature

- Add a changeset entry for the upcoming room-based chat feature
- Mark @runfusion/fusion for a minor version bump
- Document the feature summary for release notes generation

Fusion-Task-Id: FN-3813
This commit is contained in:
Fusion
2026-05-10 12:53:33 -07:00
committed by gsxdsm
parent 25da93ce0c
commit bd26b24076

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": minor
---
Add room-based chat to the dashboard. Users can switch between Direct and Rooms modes in ChatView, create Slack-style rooms (for example `#engineering`) with selected agent members, and chat with multiple agents in shared persisted history. `@mentions` route directly to the named agent, while other room members can respond when relevant.