Store Assistent chats, UI state, and taste in sqlite.

Runtime session data belongs in one DB so History can FTS-search and follow the volume; persona overlays and sidecar cards stay files.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 01:10:57 +03:00
co-authored by Cursor
parent 8702b64e12
commit ac8e30c7c8
10 changed files with 582 additions and 155 deletions
+17
View File
@@ -427,6 +427,23 @@
letter-spacing: 0.03em;
}
.sa-chats-search {
appearance: none;
width: 100%;
box-sizing: border-box;
border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
background: color-mix(in srgb, #000 28%, transparent);
color: inherit;
border-radius: 0.35rem;
padding: 0.35rem 0.5rem;
font: inherit;
font-size: 0.82rem;
}
.sa-chats-search:focus {
outline: 1px solid color-mix(in srgb, #6cf 55%, currentColor);
}
.sa-chats-panel-hint {
font-size: 0.72rem;
opacity: 0.65;