refactor(plugins): move onboarding auth metadata to manifests

This commit is contained in:
Peter Steinberger
2026-03-15 23:47:07 -07:00
parent f5ef936615
commit ae60094fb5
77 changed files with 2334 additions and 1100 deletions

View File

@@ -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,