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;