config.json.example
1 { 2 "_description": "Model-aware compaction thresholds (percentage used). Compaction triggers when used% >= threshold.", 3 "_note": "Keys are model IDs (just the ID part, not provider/id). The global value is used for any model not explicitly listed.", 4 "_wildcard": "Use * for pattern matching, e.g., 'gpt-5.2*' matches 'gpt-5.2' and 'gpt-5.2-codex'", 5 "global": 70, 6 "models": { 7 "claude-opus-4-6": 85 8 } 9 }