Ship Assistent 0.14.0: chat sessions, ask-only hops, and context compression.
Per-chat Generate session with sparse deltas; drop Cards/Civitai/wanted hops; rolling history summary via the same Ollama model with a budget chip and /compress. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"num_ctx": 16384,
|
||||
"num_predict": 3072,
|
||||
"max_civitai_hops": 2,
|
||||
"max_loras_inventory": 150,
|
||||
"max_checkpoints_inventory": 60,
|
||||
"max_wildcards_inventory": 80,
|
||||
@@ -19,7 +18,7 @@
|
||||
"memory_min_score": 0.32,
|
||||
"user_prefs_weight": 1.0,
|
||||
"user_prefs_max": 16,
|
||||
"max_tool_hops": 4,
|
||||
"max_tool_hops": 2,
|
||||
"tag_lookup_limit": 20,
|
||||
"identity_always_shelves": ["persona", "voice", "rules", "likes", "dislikes"],
|
||||
"memory_quotas": {
|
||||
@@ -36,5 +35,8 @@
|
||||
"keywords": ["krea"]
|
||||
},
|
||||
"context_prompt_max": 2000,
|
||||
"history_keep_turns": 4
|
||||
"history_keep_turns": 4,
|
||||
"compress_at": 0.70,
|
||||
"chars_per_token": 3.2,
|
||||
"compress_auto": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user