diff --git a/README.md b/README.md index cd71fa6..9497f35 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ OCP Connect v1.3.0 Checking connectivity... โœ“ Connected - Remote OCP v3.8.0 (auth: multi) + Remote OCP v3.9.0 (auth: multi) โ“˜ Using server-advertised anonymous key: ocp_publ...n_v1 (set by admin via PROXY_ANONYMOUS_KEY; see issue #12 ยง14 Path A) @@ -195,7 +195,7 @@ OCP Connect v1.3.0 The script automatically: - Writes env vars to all relevant shell rc files (`.bashrc`, `.zshrc`) - Sets system-level env vars (`launchctl setenv` on macOS, `environment.d` on Linux) -- **Auto-discovers anonymous key** from `/health.anonymousKey` when no `--key` given (v1.3.0+, requires server v3.8.0+) +- **Auto-discovers anonymous key** from `/health.anonymousKey` when no `--key` given (v1.3.0+, requires server v3.9.0+) - Configures OpenClaw automatically (including per-agent `auth-profiles.json` for multi-agent setups) - Detects Cline, Continue.dev, Cursor, and opencode, and prints setup hints (manual configuration required for these IDEs) diff --git a/package.json b/package.json index f3c0670..d6091ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openclaw-claude-proxy", - "version": "3.8.0", + "version": "3.9.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", "bin": {