openclaw/extensions/copilot-proxy/package.json
2026-01-26 11:05:20 +05:30

14 lines
343 B
JSON

{
"name": "@clawdbot/copilot-proxy",
"version": "2026.1.25",
"type": "module",
"description": "Deprecated: copilot-proxy integration removed in favor of the Copilot SDK.",
"private": true,
"deprecated": "Removed in favor of the official Copilot SDK integration.",
"clawdbot": {
"extensions": [
"./index.ts"
]
}
}