openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
32 lines (31 loc) • 694 B
JSON
{
"id": "copilot-proxy",
"activation": {
"onStartup": false
},
"enabledByDefault": true,
"providers": [
"copilot-proxy"
],
"autoEnableWhenConfiguredProviders": [
"copilot-proxy"
],
"providerAuthChoices": [
{
"provider": "copilot-proxy",
"method": "local",
"choiceId": "copilot-proxy",
"choiceLabel": "Copilot Proxy",
"choiceHint": "Configure base URL + model ids",
"assistantPriority": 3,
"groupId": "copilot",
"groupLabel": "Copilot",
"groupHint": "GitHub, GitHub Enterprise + Local Proxy"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}