Files
openclaw/extensions/copilot/package.json
2026-05-31 09:07:53 +01:00

41 lines
1.0 KiB
JSON

{
"name": "@openclaw/copilot",
"version": "2026.5.30",
"description": "OpenClaw GitHub Copilot agent runtime plugin (registers a `github-copilot` AgentHarness backed by @github/copilot-sdk over JSON-RPC to the GitHub Copilot CLI)",
"repository": {
"type": "git",
"url": "https://github.com/openclaw/openclaw"
},
"type": "module",
"dependencies": {
"@github/copilot-sdk": "1.0.0-beta.9"
},
"devDependencies": {
"@github/copilot": "1.0.55",
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"install": {
"clawhubSpec": "clawhub:@openclaw/copilot",
"npmSpec": "@openclaw/copilot",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.28"
},
"compat": {
"pluginApi": ">=2026.5.30"
},
"build": {
"openclawVersion": "2026.5.30",
"bundledDist": false
},
"release": {
"bundleRuntimeDependencies": false,
"publishToClawHub": true,
"publishToNpm": true
}
}
}