mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 07:32:12 +00:00
Move provider model registries, stream wrappers, OAuth helpers, and LLM utilities into src/llm with plugin-sdk barrels instead of depending on the old embedded runtime layout.
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "@openclaw/github-copilot-provider",
|
|
"version": "2026.5.26",
|
|
"private": true,
|
|
"description": "OpenClaw GitHub Copilot provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@clack/prompts": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|