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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user