nexus/ui/src
Nexus Dev 0d318a31d3 feat(34-01): register chatFileRoutes + nexusSettingsRoutes in app.ts, add voiceEnabled to nexus-settings
- Add chatFileRoutes(db, storageService) after assistantHandoffRoutes (inside boardMutationGuard)
- Add nexusSettingsRoutes() after chatFileRoutes
- Extend nexusSettingsSchema with voiceEnabled: z.boolean().default(false)
- Update default return values in nexusSettingsService.get() to include voiceEnabled: false
- Add voiceEnabled?: boolean to NexusSettings client interface in hardware.ts
2026-04-03 22:33:43 +00:00
..
adapters feat(28-02): create ollamaApi client and Hermes Ollama model dropdown 2026-04-02 17:03:00 +00:00
api feat(34-01): register chatFileRoutes + nexusSettingsRoutes in app.ts, add voiceEnabled to nexus-settings 2026-04-03 22:33:43 +00:00
components feat(33-01,33-02): memory service + sanitizer, personal assistant page 2026-04-03 22:03:09 +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(33-01,33-02): memory service + sanitizer, personal assistant page 2026-04-03 22:03:09 +00:00
lib feat(30-02): API client, hook, ModeSelector, and HardwareSummaryStep 2026-04-02 23:27:21 +00:00
pages feat(33-03): real AI streaming with memory injection + assistant handoff 2026-04-03 22:15:39 +00:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
types feat(26): merge worktree code from plans 26-00, 26-01, 26-03 2026-04-02 15:08:51 +00:00
App.tsx feat(33-01,33-02): memory service + sanitizer, personal assistant page 2026-04-03 22:03:09 +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