From 796b4fefd14d1efb4fab991985aeecce4a362b6e Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Thu, 30 Jul 2026 15:39:20 -0400 Subject: [PATCH] docs: add changelog fragment for the Claude catalog/dispatch fix --- changelog.d/fixes/9006-vertex-claude-catalog-dispatch.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog.d/fixes/9006-vertex-claude-catalog-dispatch.md diff --git a/changelog.d/fixes/9006-vertex-claude-catalog-dispatch.md b/changelog.d/fixes/9006-vertex-claude-catalog-dispatch.md new file mode 100644 index 0000000000..525d1bccf9 --- /dev/null +++ b/changelog.d/fixes/9006-vertex-claude-catalog-dispatch.md @@ -0,0 +1,6 @@ +- fix(sse): Claude reasoning-effort suffix ids (`-high`/`-low`/`-medium`/`-xhigh`) now strip + correctly on any provider serving a real Claude model, not just the direct Anthropic provider; + the no-thinking (`no-think/`) catalog variant's provider-qualification bug (which made it + unusable outside the direct provider) is also fixed; and a single unrecognized model id on a + Vertex connection no longer cools down every other model on that connection for 2 minutes + ([#9006](https://github.com/diegosouzapw/OmniRoute/pull/9006))