- The session.webRequest.onHeadersReceived was stripping X-Frame-Options and modifying CSP for ALL responses including the Vite dev server, which could break the main app rendering. Now only applies to gateway URLs (127.0.0.1:18789 / localhost:18789). - Dashboard: only fetch channels/skills when gateway is running - Dashboard: guard against non-array channels/skills data - Gateway store: use dynamic import() instead of require() for chat store to avoid ESM/CJS issues in Vite
f67370ce03
·
2026-02-06 03:40:47 +08:00
History