feat(FN-1947): add file mention search and chat autocomplete

- Add file search API wiring in dashboard client/server with route coverage for /api/files/search
- Introduce useFileMention hook and FileMentionPopup component, integrated into ChatView and QuickChatFAB
- Resolve @file references in chat messages so referenced file content is included in AI context
- Add styling, mobile responsiveness, and focused tests for popup UI, hook behavior, chat resolution, and file services
This commit is contained in:
Fusion
2026-04-18 07:36:57 -07:00
committed by gsxdsm
parent 3d272b0d29
commit 8fa3b50e72
17 changed files with 1731 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
---
"@gsxdsm/fusion": minor
---
Add file # mentions in chat with popup file selector and search