nexus/ui/src
Nexus Dev 35a7814032 feat(25-03): wire files into ChatMessage, ChatPanel, and server listMessages
- ChatMessage: files prop, renders ChatFilePreview for each attached file
- ChatMessageList: passes files prop through to ChatMessage
- ChatPanel: wires useChatFileUpload, passes pendingFiles/onRemoveFile/onFilesPicked to ChatInput
- ChatPanel handleSend: attaches uploaded files to message after creation, invalidates query
- chatApi: adds attachFilesToMessage (parallel PATCH /files/:fileId for each fileId)
- server/chat.ts: listMessages fetches chatFiles by messageId (inArray), attaches files array
- server/chat.ts: addMessage returns files: [] for consistency
2026-04-02 15:08:51 +00:00
..
adapters [nexus] feat(20-01): expand HermesLocalConfigFields with model, toolsets, persistSession, timeoutSec 2026-04-02 15:08:50 +00:00
api feat(25-03): wire files into ChatMessage, ChatPanel, and server listMessages 2026-04-02 15:08:51 +00:00
components feat(25-03): wire files into ChatMessage, ChatPanel, and server listMessages 2026-04-02 15:08:51 +00:00
context feat(24-03): wire search, branch selector, export, scroll-to-message into ChatPanel 2026-04-02 15:08:51 +00:00
fixtures Add a run transcript UX fixture lab 2026-03-11 10:47:22 -05:00
hooks feat(25-02): add chatApi.uploadFile and useChatFileUpload hook 2026-04-02 15:08:51 +00:00
lib feat(22-04): slash command routing utility and ChatSlashCommandPopover 2026-04-02 15:08:50 +00:00
pages feat(20-02): add compatibleAdapters prop to SkillCard and wire Browse/Trending tabs 2026-04-02 15:08:50 +00:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
App.tsx feat(10-01): add SkillCard component, tests, route wiring, and design guide entry 2026-04-02 15:08:50 +00:00
index.css feat(22-00): DB migration, shared types, react-virtual, agent-role-colors, CSS animation 2026-04-02 15:08:50 +00:00
main.tsx feat(21-04): create ChatPanel shell and wire into Layout and main.tsx 2026-04-02 15:08:50 +00:00