mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 07:40:21 +00:00
refactor(plugins): move onboarding auth metadata to manifests
This commit is contained in:
@@ -1,6 +1,18 @@
|
||||
{
|
||||
"id": "copilot-proxy",
|
||||
"providers": ["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,
|
||||
|
||||
Reference in New Issue
Block a user