config.json.example
1 { 2 "includeFilesTouched": { 3 "inCompactionSummary": true, 4 "inBranchSummary": true 5 }, 6 "defaultPreset": "fast", 7 "presets": { 8 "fast": { 9 "model": "openai-codex/gpt-5.4-mini", 10 "thinkingLevel": "low" 11 }, 12 "cheap": { 13 "model": "openai-codex/gpt-5.4-mini", 14 "thinkingLevel": "medium" 15 }, 16 "deep": { 17 "model": "anthropic/claude-opus-4-6", 18 "thinkingLevel": "high" 19 } 20 } 21 }