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