chore: update opencode workflow and local config

This commit is contained in:
alex wiesner
2026-03-12 12:14:33 +00:00
parent 86fca23261
commit 95974224f8
31 changed files with 1058 additions and 52 deletions

View File

@@ -8,6 +8,9 @@
"enabled": true,
"protectedTools": [],
},
"experimental": {
"allowSubAgents": true,
}
"manualMode": {
"enabled": false,
"automaticStrategies": true,
@@ -17,25 +20,6 @@
"turns": 4,
},
"protectedFilePatterns": [],
"tools": {
"settings": {
"nudgeEnabled": true,
"nudgeFrequency": 10,
"contextLimit": 80%,
"protectedTools": [],
},
"distill": {
"permission": "allow",
"showDistillation": false,
},
"compress": {
"permission": "deny",
"showCompression": false,
},
"prune": {
"permission": "allow",
},
},
"strategies": {
"deduplication": {
"enabled": true,
@@ -50,4 +34,8 @@
"protectedTools": [],
},
},
"compress": {
"maxContextLimit": "80%",
"minContextLimit": "50%"
}
}