mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
* fix(executors): route current Claude generations through Vertex partner endpoint PARTNER_MODELS pinned three Claude 3.x prefixes (claude-3-5-sonnet, claude-3-opus, claude-3-haiku). Every newer Claude generation on Vertex (claude-sonnet-4-6, claude-haiku-4-5, etc.) fell through to the Google-publisher branch instead, producing an invalid publishers/google/models/claude-... path. Replace the pinned prefixes with a single generic "claude-" prefix: any Claude model on Vertex is always an Anthropic partner model, never a Google one, so this can't go stale again the way pinned version strings did. Fixes #1985 * docs: add changelog fragment for #8852