build(plugins): add bundled provider plugin manifests

This commit is contained in:
Peter Steinberger
2026-03-15 15:18:06 -07:00
parent 4a0f72866b
commit 392ddb56e2
6 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"id": "github-copilot",
"providers": ["github-copilot"],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}