nexus/ui/public
Nexus Dev 8f6dd220aa fix(nexus): restore chat migrations, mount routes, add onnx assets
HEAD had 3 pairs of drizzle-generated migrations colliding on indices 46-48
(chat set vs doc/feedback/routines set) with a journal that only referenced
one of each pair. Migrations 0047-0055 (chat_conversations, chat_messages,
bookmarks, chat_files, push_subscriptions, etc.) were committed as files on
disk but never added to _journal.json, so drizzle never applied them.

Rename the three non-chat ghost migrations out of the conflict zone
(0046/0047/0048 -> 0056/0057/0058) and extend the journal with entries for
all 12 previously-orphaned migrations so drizzle applies them in order on
fresh DB init.

Also mount chatRoutes() in app.ts — the router was defined in routes/chat.ts
but never wired up, so /api/companies/:id/{conversations,bookmarks} 404'd
even when tables existed.

Ship ort-wasm-simd-threaded.mjs + .wasm in ui/public so VAD can load the
onnxruntime module at /ort-wasm-simd-threaded.mjs instead of getting the
SPA HTML fallback.

Bundles pre-existing LAN-testing hunks in app.ts: conditional COOP/COEP
headers (only on secure/localhost origins) and Vite HMR host fix for
0.0.0.0 binding so the HMR client connects back to whatever hostname the
browser used. These are load-bearing for LAN browser testing on plain HTTP.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 15:44:43 +00:00
..
brands Add OpenCode provider integration and strict model selection 2026-03-05 15:24:20 +01:00
android-chrome-192x192.png Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
android-chrome-512x512.png Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
apple-touch-icon.png Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
favicon-16x16.png Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
favicon-32x32.png Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
favicon.ico Enhance UI: favicon, AgentDetail overhaul, PageTabBar, and config form 2026-02-18 13:02:23 -06:00
favicon.svg feat(03-01): add branding dep and replace HTML/asset branding with Nexus 2026-04-04 03:55:41 +00:00
ort-wasm-simd-threaded.mjs fix(nexus): restore chat migrations, mount routes, add onnx assets 2026-04-10 15:44:43 +00:00
ort-wasm-simd-threaded.wasm fix(nexus): restore chat migrations, mount routes, add onnx assets 2026-04-10 15:44:43 +00:00
silero_vad_legacy.onnx feat(37-01): install VAD library, copy ONNX assets, configure Vite COOP/COEP headers 2026-04-04 03:55:50 +00:00
silero_vad_v5.onnx feat(37-01): install VAD library, copy ONNX assets, configure Vite COOP/COEP headers 2026-04-04 03:55:50 +00:00
site.webmanifest feat(03-01): add branding dep and replace HTML/asset branding with Nexus 2026-04-04 03:55:41 +00:00
sw.js feat(26): merge worktree code from plans 26-00, 26-01, 26-03 2026-04-04 03:55:48 +00:00
vad.worklet.bundle.min.js feat(37-01): install VAD library, copy ONNX assets, configure Vite COOP/COEP headers 2026-04-04 03:55:50 +00:00
worktree-favicon-16x16.png Add worktree-specific favicon branding 2026-03-10 16:15:11 -05:00
worktree-favicon-32x32.png Add worktree-specific favicon branding 2026-03-10 16:15:11 -05:00
worktree-favicon.ico Add worktree-specific favicon branding 2026-03-10 16:15:11 -05:00
worktree-favicon.svg Add worktree-specific favicon branding 2026-03-10 16:15:11 -05:00