用 magic context 的佬们想请教一个问题。你们都是怎么配置的压缩哪一块啊。这是我的配置请佬们指正。
{
"fail_closed_blocking": true,
"language": "zh",
"cache_ttl": "1h",
"clear_reasoning_age": 50,
"historian": {
"two_pass": false,
"disable": false,
"pi": {
"thinking_level": "max",
"model": {
"model": "SGD/qwen3.8-max",
"thinking_level": "max"
},
"fallback_models": [
{
"model": "SGD/deepseek-v4.1-flash",
"thinking_level": "max"
},
{
"model": "SGD/qwen3.8-flash",
"thinking_level": "high"
}
]
}
},
"historian_timeout_ms": 600000,
"execute_threshold_percentage": 25,
"protected_tags": 20,
"execute_threshold_tokens": {
"default": 250000
},
"history_budget_percentage": 0.15,
"commit_cluster_trigger": {
"enabled": true,
"min_clusters": 3
},
"system_prompt_injection": {
"enabled": true,
"skip_signatures": [
"<!-- magic-context: skip -->"
]
}
}
主要是想知道你们配置的压缩比例保留这些。