OpenClaw-Setup/openclaw-setup-copilot/config/copilot-policy-guard.config.json

19 lines
480 B
JSON

{
"enabled": false,
"autoFix": true,
"sessionKey": "agent:main:main",
"minAlertIntervalMinutes": 20,
"stateFile": "~/.openclaw/copilot-policy-guard-state.json",
"requiredPrimaryPrefix": "github-copilot/",
"requiredFallbackPrefix": "github-copilot/",
"desiredPrimaryModel": "",
"enforceFallbackAllowlist": true,
"allowedFallbacks": [],
"providerPolicy": {
"github-copilot": true,
"openai": false,
"anthropic": false,
"openrouter": false
}
}