This commit is contained in:
alex wiesner
2026-03-13 13:28:20 +00:00
parent 95974224f8
commit cb208a73c4
62 changed files with 1105 additions and 3490 deletions

View File

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