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

11 lines
294 B
TypeScript

const copilotProxyPlugin = {
id: "copilot-proxy",
name: "Copilot Proxy (removed)",
description: "Deprecated: use the official Copilot SDK integration instead.",
register() {
// Intentionally empty: copilot-proxy support has been removed.
},
};
export default copilotProxyPlugin;