2026-01-30 03:15:10 +01:00
|
|
|
# Copilot Proxy (OpenClaw plugin)
|
2026-01-17 09:33:56 +00:00
|
|
|
|
|
|
|
|
Provider plugin for the **Copilot Proxy** VS Code extension.
|
|
|
|
|
|
|
|
|
|
## Enable
|
|
|
|
|
|
|
|
|
|
Bundled plugins are disabled by default. Enable this one:
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
openclaw plugins enable copilot-proxy
|
2026-01-17 09:33:56 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Restart the Gateway after enabling.
|
|
|
|
|
|
|
|
|
|
## Authenticate
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-01-30 03:15:10 +01:00
|
|
|
openclaw models auth login --provider copilot-proxy --set-default
|
2026-01-17 09:33:56 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Notes
|
|
|
|
|
|
|
|
|
|
- Copilot Proxy must be running in VS Code.
|
|
|
|
|
- Base URL must include `/v1`.
|