Ship Assistent disk persist, park LLM, and memory UI cleanup.

Split the extension into partials, persist chats on the data volume, park/warm the chat model around Generate, and drop dual raw/persona dump paths.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Leonid Pershin
2026-08-22 01:03:40 +03:00
co-authored by Cursor
parent 880e2dbea2
commit 8702b64e12
12 changed files with 1192 additions and 114 deletions
+11
View File
@@ -10,6 +10,17 @@
"default_persona": "neutral",
"embed_model": "nomic-embed-text",
"memory_top_k": 10,
"memory_min_score": 0.32,
"max_tool_hops": 4,
"tag_lookup_limit": 20,
"memory_quotas": {
"card": 3,
"lora": 3,
"pitfall": 3,
"path": 2,
"note": 4,
"model": 2
},
"seed_version": 2,
"gate": {
"architecture": "krea2",