refactor(plugins): move provider routing metadata to manifests

This commit is contained in:
Peter Steinberger
2026-04-27 10:06:19 +01:00
parent 57092a1794
commit b74f35ee6f
36 changed files with 1022 additions and 228 deletions

View File

@@ -2,6 +2,19 @@
"id": "github-copilot",
"enabledByDefault": true,
"providers": ["github-copilot"],
"providerEndpoints": [
{
"endpointClass": "github-copilot-native",
"hostSuffixes": [".githubcopilot.com"]
}
],
"providerRequest": {
"providers": {
"github-copilot": {
"family": "github-copilot"
}
}
},
"contracts": {
"memoryEmbeddingProviders": ["github-copilot"]
},