From 43cd7712e66ec825a4354660c2e3d522287918c5 Mon Sep 17 00:00:00 2001 From: dtzp555-max Date: Mon, 20 Apr 2026 15:52:30 +1000 Subject: [PATCH] =?UTF-8?q?chore(release):=20v3.10.0=20=E2=80=94=20Claude?= =?UTF-8?q?=20Opus=204.7=20support=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Minor bump. User-visible new feature: Claude Opus 4.7 model is now selectable via OCP. - New model id 'claude-opus-4-7' in MODEL_MAP and /v1/models - Short aliases 'opus' and 'claude-opus-4' now route to 4.7 - 'claude-opus-4-6' remains explicit for pinned usage Evidence chain (see PR #27): - Anthropic /v1/models: claude-opus-4-7 (display 'Claude Opus 4.7') - claude.exe v2.1.114 strings: claude-opus-4-7 present - Live probe verified 2026-04-20 No wire-format breaking changes. Co-authored-by: Oracle Public Cloud User Co-authored-by: Claude Opus 4.7 --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9497f35..69f2c98 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ OCP Connect v1.3.0 Checking connectivity... โœ“ Connected - Remote OCP v3.9.0 (auth: multi) + Remote OCP v3.10.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.9.0+) +- **Auto-discovers anonymous key** from `/health.anonymousKey` when no `--key` given (v1.3.0+, requires server v3.10.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 d6091ba..9ae464c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openclaw-claude-proxy", - "version": "3.9.0", + "version": "3.10.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": {