stack/apps/dashboard
mantrakp04 e6c335a913 fix: update AI model selection matrix and custom dashboard generation
- Refresh model selection matrix (models.ts): swap deprecated/placeholder
  model IDs (grok-build-0.1, deepseek-v4-flash) for gpt-5.5, gemini-3.5-flash,
  glm-5.2, and nemotron-3-super for unauthenticated tiers
- Forward x-stack-*/x-hexclave-* auth headers through the template-source
  rewrite path so the inner AI call resolves the authenticated model tier
- Lower email template rewrite quality to 'dumb'/'slow'
- Speed up dashboard generation: smart/fast instead of smart/slow
- Pin @babel/standalone to 7.29.7 in the dashboard sandbox
- Disable analytics in generated dashboards
- Bump MCP RPC timeout 15s -> 45s
2026-06-16 17:59:11 -07:00
..
public Add 6/12/26 changelog entry (#1589) 2026-06-16 16:44:03 -07:00
scripts Support local dashboard in remote SSH and GH Codespaces (#1538) 2026-06-04 16:36:17 -07:00
src fix: update AI model selection matrix and custom dashboard generation 2026-06-16 17:59:11 -07:00
.env feat(hexclave): PR 2 — visible rebrand (Hexclave brand goes public) (#1481) 2026-05-26 19:18:20 -07:00
.env.development feat(hexclave): PR 1 — wire compatibility layer (invisible) (#1475) 2026-05-23 17:24:55 -07:00
.eslintrc.cjs Config sources (#1083) 2026-01-21 18:08:35 -08:00
.gitignore Support local dashboard in remote SSH and GH Codespaces (#1538) 2026-06-04 16:36:17 -07:00
.npmrc Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
components.json Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
DESIGN-GUIDE.md feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
instrumentation-client.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
LICENSE Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
next.config.mjs fix: disable source maps in RDE dashboard build (#1611) 2026-06-16 16:29:15 -07:00
package.json chore: update package versions 2026-06-16 19:32:53 +00:00
postcss.config.js Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
tailwind.config.ts feat(hexclave): PR 3 — native @hexclave/* source rename + delete dual-publish wiring (#1482) 2026-05-29 15:21:59 -07:00
tsconfig.json Support local dashboard in remote SSH and GH Codespaces (#1538) 2026-06-04 16:36:17 -07:00
vitest.config.ts In-source unit tests (#429) 2025-02-14 11:47:52 -08:00