feat(FN-3242): add documentation for compact mobile chat dialogs

Adds documentation for the compact mobile chat dialogs feature (FN-3242) to the dashboard guide.

Fusion-Task-Id: FN-3242
This commit is contained in:
Fusion
2026-05-03 06:49:04 -07:00
committed by gsxdsm
parent 59f2868f24
commit fa16b953c0
4 changed files with 34 additions and 11 deletions

View File

@@ -37,6 +37,7 @@ Features:
Chat view provides project-scoped conversations with agents.
- Entering `/clear` (exact match after trimming) in the composer starts a fresh thread for the current chat target instead of sending the literal command to the model
- On mobile, the New Chat and Delete Conversation dialogs use a compact inset treatment (centered, viewport-bounded, internally scrollable) instead of the app's default full-height mobile modal chrome.
- Full Chat and Quick Chat both consume the same streamed `/api/chat/sessions/:id/messages` response contract, so assistant text/chunk/done events are restored consistently across both surfaces
![Chat view](./screenshots/chat-view.png)