docs: add changelog fragment for #8909

This commit is contained in:
Will Gordon
2026-07-29 08:21:57 -04:00
parent 1e629721b9
commit ad94ec491e

View File

@@ -0,0 +1 @@
- **fix(executors):** Vertex AI now routes Claude models through the native Anthropic `rawPredict` endpoint instead of the generic OpenAI-compatible partner endpoint, and synthesizes a real streaming response so Claude-via-Vertex works with `stream: true` ([#8909](https://github.com/diegosouzapw/OmniRoute/pull/8909)) — thanks @wgordon17