feat(chat): implement native hub chat with sqlite conversations store, SSE streaming and DSH 5th universe integration

This commit is contained in:
bolbol
2026-08-20 23:08:06 +01:00
parent 9580aead5d
commit c040c173df
11 changed files with 2090 additions and 572 deletions
+4
View File
@@ -40,6 +40,9 @@
--accent-nabil: #8b5cf6; /* Nabil Purple / Gold */
--accent-nabil-glow: rgba(139, 92, 246, 0.25);
--accent-dsh: #06b6d4; /* DSH Cyan / DeepSeek */
--accent-dsh-glow: rgba(6, 182, 212, 0.25);
/* Current Active Accent (Dynamically mapped via JS) */
--hub-accent-current: var(--accent-tt);
--hub-accent-glow-current: var(--accent-tt-glow);
@@ -55,4 +58,5 @@
--hub-sidebar-width: 260px;
--hub-sidebar-collapsed-width: 72px;
--hub-header-height: 56px;
--hub-conv-sidebar-width: 280px;
}