Files
openclaw/extensions/copilot-proxy/openclaw.plugin.json
2026-06-22 22:14:18 -07:00

28 lines
691 B
JSON

{
"id": "copilot-proxy",
"icon": "https://cdn.simpleicons.org/githubcopilot/111111",
"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",
"groupId": "copilot",
"groupLabel": "Copilot",
"groupHint": "GitHub + local proxy"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}