{ "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 } } }