10 lines
403 B
JSON
10 lines
403 B
JSON
{
|
|
"similarityThreshold": 0.6, // Minimum match score (0-1)
|
|
"maxMemories": 5, // Memories per injection
|
|
"maxProjectMemories": 10, // Project memory listings
|
|
"maxProfileItems": 5, // Profile facts injected
|
|
"injectProfile": true, // Include user preferences in context
|
|
"containerTagPrefix": "opencode", // Tag prefix for scoping
|
|
"compactionThreshold": 0.8 // Context usage ratio for summarization
|
|
}
|