diff --git a/package.json b/package.json index 981396c..877a90c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "openclaw-claude-proxy", + "name": "open-claude-proxy", "version": "3.12.0", "description": "OCP (Open Claude Proxy) — use your Claude Pro/Max subscription as an OpenAI-compatible API for any IDE. Works with Cline, OpenCode, Aider, Continue.dev, OpenClaw, and more.", "type": "module", diff --git a/setup.mjs b/setup.mjs index 488bc98..d3e0a19 100755 --- a/setup.mjs +++ b/setup.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * openclaw-claude-proxy setup + * OCP (Open Claude Proxy) setup * * Automatically configures OpenClaw to use Claude CLI as a model provider. * Run: node setup.mjs [--port 3456] [--default-model opus|sonnet|haiku] [--dry-run] @@ -217,7 +217,7 @@ const logDir = join(OPENCLAW_DIR, "logs"); if (!existsSync(logDir)) mkdirSync(logDir, { recursive: true }); const startSh = `#!/bin/bash -# Start openclaw-claude-proxy if not already running +# Start OCP (Open Claude Proxy) if not already running PORT=\${CLAUDE_PROXY_PORT:-${PORT}} if ! lsof -i :\$PORT -sTCP:LISTEN &>/dev/null; then unset CLAUDECODE diff --git a/uninstall.mjs b/uninstall.mjs index cdb814b..7ff33aa 100644 --- a/uninstall.mjs +++ b/uninstall.mjs @@ -1,6 +1,6 @@ #!/usr/bin/env node /** - * openclaw-claude-proxy uninstaller + * OCP (Open Claude Proxy) uninstaller * * Stops and removes the launchd (macOS) or systemd (Linux) auto-start entry. * Handles both legacy (ai.openclaw.proxy / openclaw-proxy) and current