mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 22:51:34 +00:00
* build(deps): update QA broker dependency * build(deps): refresh repository dependencies * build(deps): reconcile rebased shrinkwraps * test(plugins): remove stale loader test state * test(deps): stabilize updated dependency coverage * fix(swift): use caller-isolated TaskLocal overload * build(deps): regenerate rebased shrinkwraps * test(msteams): preserve DNS validation in fetch helper * fix(deps): avoid vulnerable optional image stack * test(deps): validate generated LRU override * refactor(ui): extract chat resizable divider * test(ui): update divider ownership path * fix(matrix): retain restart-compatible SDK * style(cron): format update test
19 lines
365 B
JSON
19 lines
365 B
JSON
{
|
|
"name": "@openclaw/github-copilot-provider",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "OpenClaw GitHub Copilot provider plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@clack/prompts": "1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
}
|
|
}
|