Files
dotfiles/.config/opencode/dcp.jsonc
alex wiesner cb208a73c4 changes
2026-03-13 13:28:20 +00:00

42 lines
852 B
JSON

{
"$schema": "https://raw.githubusercontent.com/Opencode-DCP/opencode-dynamic-context-pruning/master/dcp.schema.json",
"enabled": true,
"debug": false,
"pruneNotification": "detailed",
"pruneNotificationType": "chat",
"commands": {
"enabled": true,
"protectedTools": []
},
"experimental": {
"allowSubAgents": true
},
"manualMode": {
"enabled": false,
"automaticStrategies": true
},
"turnProtection": {
"enabled": false,
"turns": 4
},
"protectedFilePatterns": [],
"strategies": {
"deduplication": {
"enabled": true,
"protectedTools": []
},
"supersedeWrites": {
"enabled": true
},
"purgeErrors": {
"enabled": true,
"turns": 4,
"protectedTools": []
}
},
"compress": {
"maxContextLimit": "80%",
"minContextLimit": "50%"
}
}