Add user-scoped Hermes profile access

This commit is contained in:
ekko
2026-05-23 18:44:53 +08:00
committed by ekko
parent 56e7716302
commit 3f6a25d8f1
54 changed files with 2656 additions and 592 deletions
@@ -34,6 +34,7 @@ const exportCache = new Map<string, CachedExport>()
export interface ConversationSummary {
id: string
profile?: string | null
source: string
model: string
title: string | null