mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-24 10:58:37 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"name": "@openclaw/github-copilot-provider",
|
|
"version": "2026.6.10",
|
|
"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"
|
|
]
|
|
}
|
|
}
|