refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,4 +1,4 @@
# Copilot Proxy (Clawdbot plugin)
# Copilot Proxy (OpenClaw plugin)
Provider plugin for the **Copilot Proxy** VS Code extension.
@@ -7,7 +7,7 @@ Provider plugin for the **Copilot Proxy** VS Code extension.
Bundled plugins are disabled by default. Enable this one:
```bash
clawdbot plugins enable copilot-proxy
openclaw plugins enable copilot-proxy
```
Restart the Gateway after enabling.
@@ -15,7 +15,7 @@ Restart the Gateway after enabling.
## Authenticate
```bash
clawdbot models auth login --provider copilot-proxy --set-default
openclaw models auth login --provider copilot-proxy --set-default
```
## Notes

View File

@@ -1,4 +1,4 @@
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
const DEFAULT_BASE_URL = "http://localhost:3000/v1";
const DEFAULT_API_KEY = "n/a";

View File

@@ -1,9 +1,9 @@
{
"name": "@moltbot/copilot-proxy",
"version": "2026.1.29",
"name": "@openclaw/copilot-proxy",
"version": "2026.1.27-beta.1",
"type": "module",
"description": "Moltbot Copilot Proxy provider plugin",
"moltbot": {
"description": "OpenClaw Copilot Proxy provider plugin",
"openclaw": {
"extensions": [
"./index.ts"
]