From ebafb99645bf4efaed98c776e73b5222940cfce1 Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Tue, 12 May 2026 22:20:04 +0200 Subject: [PATCH] sync: note claude alias correction --- sync/CURRENT.md | 3 ++- sync/history/2026-05-12-secure-bridge-tracking.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sync/CURRENT.md b/sync/CURRENT.md index a5f24a4..09a8722 100644 --- a/sync/CURRENT.md +++ b/sync/CURRENT.md @@ -29,7 +29,8 @@ - It translates Claude/Anthropic `/v1/messages` text calls to Gateway `/v1/chat/completions`. - Claude Companion smoke with model `claude-sonnet-4-6` returned content and was tracked. - Claude model alias warning: - - `claude-sonnet-4-1` is stale for current Claude Code bridge behavior and produced empty/failing output. + - `claude-sonnet-4-1` was stale for current Claude Code bridge behavior and produced empty/failing output. + - Live Gateway provider metadata was corrected to expose `claude-sonnet-4-6`. - `claude-sonnet-4-6`, `sonnet`, or default bridge model works. - Remaining auth blockers: - GitHub Copilot bridge remains `auth_required`. diff --git a/sync/history/2026-05-12-secure-bridge-tracking.md b/sync/history/2026-05-12-secure-bridge-tracking.md index 7191281..31dc387 100644 --- a/sync/history/2026-05-12-secure-bridge-tracking.md +++ b/sync/history/2026-05-12-secure-bridge-tracking.md @@ -14,6 +14,8 @@ - Local Gateway Companion is running on `127.0.0.1:11435` and forwards OpenAI-compatible traffic to `https://llm-gateway.context-x.org`. - Companion now translates Anthropic `/v1/messages` to Gateway `/v1/chat/completions` so Claude Code style calls can be tracked. - Claude Companion smoke worked with caller `claude-code-companion-smoke-46b` and model `claude-sonnet-4-6`. +- Live Gateway model registry was corrected so `/v1/models` exposes `claude-sonnet-4-6` instead of stale `claude-sonnet-4-1`. +- Direct Gateway Claude smoke with `claude-sonnet-4-6` worked after the alias correction. ## Local Client Routing @@ -48,6 +50,5 @@ ## Next - Add first-class `/v1/messages` to the Gateway itself instead of relying only on the local Companion. -- Update Gateway provider model aliases from older Claude names to current Claude Code aliases such as `claude-sonnet-4-6`. - Implement tool-call translation if Claude Code itself should run as a full agent through the Gateway. - Finish GitHub Copilot and M365 auth interactively.