getAllSessionsOrderedByRecency
constgetAllSessionsOrderedByRecency: () =>Promise<ChatSession[]> =sqliteRepo.getAllSessionsOrderedByRecency
Defined in: lib/repositories/chat-history.ts:11
SQLite-only chat-history facade.
Dexie chat-history fallback has been retired. Vector and knowledge databases still use Dexie separately; chat sessions/messages/files route only through SQLite now.
Returns
Section titled “Returns”Promise<ChatSession[]>